/**
* Template Name: Techie
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/techie-free-skin-bootstrap-3/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #5846f9;
  text-decoration: none;
}

a:hover {
  color: #8577fb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5846f9;

  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #7b27d8;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5846f9;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(24, 6, 185, 0.8);
  padding: 12px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

.logo img {
  /* margin-top: 20px; */
  max-height: 60px;
}

.footer-logo img {
  margin-top: 15px;
  max-height: 80px;
}

.signup-logo img {
  max-height: 60px;
  margin-bottom: 20px;
}
.inner-page {
  padding-top: 150px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

/* .navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
} */

.navbar a:hover,
.navbar .active,
.navbar .active:focus {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: none;
  border-radius: 20px;
  color: #5846f9;
  /* transition: 0.2s; */
  /* color: #2c4964; */
  background-color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 1);
}




@media (min-width: 992px) {
  #login-btn {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 8px 25px;
    margin-left: none;
    color: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
  }
  
  #login-btn:hover {
    color: white;
    border: 1px solid rgba(255, 255, 255, 1);
  }

  .navbar #login-btn:before,
  .navbar li:hover>#login-btn:before {
  visibility: hidden;
}

}

@media (max-width: 991px) {
  #login-btn {
    background-color: white;
    color: #5846f9;
    justify-content: center;
    border: 2px solid #5846f9;
  }

  #login-btn:hover {
    background-color: #f9f8ff;
  }
}

.button-test {
  padding: 8px 25px;
  margin-left: none;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 15px;
  border-color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: white;
  border-color: white;
  background-color: transparent;
}

.navbar .getstarted:before,
.navbar li:hover>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #2c4964;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5846f9;
}

.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 Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  #overwrite-getstarted {
    justify-content: center;
    /* font-weight: 600; */
    font-size: 15px;
    color: white;
    background-color: #5846f9;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5846f9;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5846f9;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 100vh; */
  background: rgba(86, 58, 250, 1);
  /* background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/hero-bg.jpg") center center no-repeat; */
  background-size: cover;
}

#hero .container,
#hero .container-fluid {
  padding-top: 84px;
}

#hero h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 0 0;
  font-size: 20px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.2s;
  /* margin-top: 30px; */
  color: #fff;
  border: 2px solid #fff;
  min-width: 220px;
  text-align: center;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #5846f9;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1200px) {
  #hero {
    background-attachment: fixed;
    height: 100vh;
  }
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .container,
  #hero .container-fluid {
    padding-top: 68px;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 26px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
    
  }

  #hero .btn-get-started {
    display: block;
  }

  #hero .btn-get-started:nth-of-type(2) {
    background: #fff;
    color: #5846f9;
  }

  #hero .btn-get-started:nth-of-type(2):active {
    background: #5846f9;
    color: #fff;
  }

  /* #hero .btn-get-started:nth-of-type(2):active {
    background: #5846f9;
    color: #fff;
  } */

  #hero .container-fluid {
    padding-top: 0px;
  }
}

@media (max-width: 575px),
(max-height: 600px) {
  #hero {
    height: auto;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f9f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5846f9;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 120px 0;
  background-color: #fff;
}

.about .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #2c4964;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5846f9;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: #5846f9;
  background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
  position: relative;
}

.about .content .read-more:hover {
  background: #5846f9;
  /* background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%); */
}

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}

.about img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border-radius: 20px;
  animation: zoom-in-zoom-out 4s ease infinite;
}

#phone-img {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.pricing-plan-button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px 10px 50px;
  border-radius: 5px;
  color: #fff;
  background: #5846f9;
  /* background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%); */
  position: relative;
  margin-top: 10px;
}

.features-button {
  margin-top: 10px;
  min-width: 200px;
  padding: 10px;
}

#features-benefits {
  margin-top: 40px;
}

.pricing-plan-button:hover {
  /* background: rgba(24, 6, 185, 0.8); */
  color: white;
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

#pricing .back-to-plans {
  background-color: #5846f9;
  color: #fff;
  padding: 1px 0 19px 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.table-mins {
  /* font-weight: bold; */
  text-align: right;
  padding-right: 15px;
}

.calling-table {
  font-size: 17px;
  font-weight: bold;
}

.calling-table span {
  /* font-weight: bold; */
  color: #5846f9;
  text-align: left;
}

@media (max-width: 575px) {
  .pricing-plan-button {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* Experimental */

#phone-img {
  /* margin: 24px; */
  width: 82%;
  height: 80%;
  animation: zoom-in-zoom-out 10s ease infinite alternate-reverse both;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #5846f9;
}

.counts .counts-bg {
  position: absolute;
  margin-top: -80px;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.counts-comment p {
  margin-top: 30px;
  color: #FFFFFFCC;
  text-align: center; 
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

@media (max-width: 575px) {
  .services .icon-box {
    padding: 20px;
  }
}

.services h5 {
  margin-top: 20px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #3762a5;
}

.services .iconbox-navy i {
  color: #000080;
}

.services .iconbox-navy:hover .icon i {
  filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(357deg) brightness(107%) contrast(100%);
}

.services .iconbox-navy:hover .icon path {
  fill: #000080;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

.services .iconbox-maroon i {
  color: maroon;
}

.services .iconbox-maroon:hover .icon i {
  color: #fff;
}

.services .iconbox-maroon:hover .icon path {
  fill: maroon;
}

.services .iconbox-green i {
  color: lightseagreen;
}

.services .iconbox-green:hover .icon i {
  color: #fff;
}

.services .iconbox-green:hover .icon path {
  fill: lightseagreen;
}

.business-phone {
  background-color: #fff;
}
#business-phone h4 {
  text-align: center;
  margin-top: 40px;
}

.business-phone ul {
  padding-left: 10px;
}

.business-phone li {
  list-style-type: none;
}

.business-phone li i {
  color: #5846f9;
}

/* Full Feature List */

#full-feature-container h5 {
  text-align: center;
  margin-bottom: 20px;
}

#full-feature-box {
  line-height: 24px;
  font-size: 14px;
  /* margin-bottom: 0; */
  text-align: center;
  padding: 20px 20px 20px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.about-us-blurb {
  max-width: 510px;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.home-phone .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.home-phone .icon-box i {
  font-size: 48px;
  float: left;
  color: #5846f9;
}

.home-phone .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.home-phone .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

#free-trial-text {
  margin-top: 30px;
  animation: zoom-in-zoom-out 10s ease infinite;
}

.features-item {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  background: #5846f9;
  /* background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/hero-bg.jpg") center center no-repeat; */
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .section-title {
  color: #fff;
}

.testimonials .section-title h2::after {
  background-color: #b1a9fc;
}


.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b1a9fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 20px 0 #999;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #b1a9fc;
  opacity: 1;
  border: 1px solid #5846f9;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  /* transition: all 0.3s ease-in-out; */
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5846f9;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(88, 70, 249, 0.8);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5846f9;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5846f9;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(44, 73, 100, 0.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;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Phone Numbers */

/* #phone-numbers {
  background: linear-gradient(90deg, rgba(88, 70, 249, 0.5) 0%, rgba(123, 39, 216, 0.5) 100%), url("../img/counts-bg.png") center center no-repeat;
} */

.local-icon {
  width: 40px;
  height: 40px;
  filter: invert(15%) sepia(59%) saturate(5509%) hue-rotate(237deg) brightness(57%) contrast(124%);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #2c4964;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #5846f9;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  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 p {
  text-align: center;
  margin-top: 20px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #5846f9;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #5846f9;
  /* background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%); */
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  /* transition: 0.3s; */
}

#calc-btn {
  background: #5846f9;
  /* background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%); */
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.pricing .btn-buy:hover {
  /* background: #5846f9; */
  color: white;
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.pricing .featured h3 {
  color: #fff;
  background: #5846f9;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5846f9;
  color: #fff;
}

.tabcontent {
  display: none;
}

.business-pricing-row {
  height: 50%;
}

.business-pricing-box {
  height: 100%;
}

.business-pricing-box p span {
  color: #5846f9;
}

@media (max-width: 576px) {
  .business-pricing-box {
    font-size: 0.9em;
    /* line-height: 1.2em; */
  }

  .uk-number-box {
    height: 92%;
  }

  .special-number-box {
    height: 92%;
  }
}

#pricing-1 {
  display: block;
}

#pricing-4 .box {
  margin: auto;
}

.pricing-terms {
  margin-top: 10px;
  text-align: center;
  color: #999;
}
.number-blurb {
    margin-top: 20px;
    text-align: center;
  }

.calling-bundles p {
  line-height: 14px;
}

.special-number-box p {
  line-height: 14px;
  /* padding-bottom:5px */
}

.uk-number-box p {
  font-size: 12px;
  /* padding-bottom:5px */

}

#pricing-2 sup {
  color: #5846f9;
}

.pricing .calling-minutes-display {
  font-size: 16px;
  font-weight: 600;
  color: #5846f9;
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  background: #5846f9;
  /* background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%); */
}

.faq .section-title h2,
.faq .section-title p {
  color: #fff;
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8577fb;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2c4964;
}

.faq .faq-list a.collapsed:hover {
  color: #5846f9;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #5846f9;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  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;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5846f9;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
  min-height: 127px;
}

.contact .php-email-form button[type=submit] {
  background: #5846f9;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #7b27d8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Sign-up form
--------------------------------------------------------------*/

#main {
  background-color: #f9f8ff;
}
.signup-container {
  display: flex;
  justify-content: center;
}

.sign-up-page .signup-form {
  text-align: center;
  padding: 35px 4% 40px 4%;
  border-radius: 5px;
  background-color: #fff;
  min-width: 325px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.sign-up-page .signup-form h1 {
  margin-bottom: 30px;
}

.signup-title {
  display: inline;
}


.home-buttons li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  /* transition: all 0.3s ease-in-out; */
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}



.home-buttons li:hover,
.filter-active {
  color: #fff !important;
  background: #5846f9;
}

.sign-up-page .signup-form input, select {
  /* max-width: 530px;
  min-width: 360px; */
  min-width: 100%;
  /* align-items: center; */
  height: 40px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  opacity: 100%;
  padding-left: 15px;
}

#country {
  background-color: #f2f6f9;
}

.sign-up-page .signup-form .plan-select {
  margin: 10px 0px 0px 0px;
}

.sign-up-page .signup-form .plan-select select {
  /* max-width: 400px; */
  /* min-width: 410px; */
  width: 100%;
  /* min-width: 360px;
  max-width: 530px; */
  height: 40px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid lightgrey;
  /* font-size: 16px; */
  background-color: #f9f8ff;

}

.sign-up-page .signup-form .plan-select .home-buttons ul {
  margin-bottom: 10px;
  padding: 0px !important;
}


.plan-container p{
  font-size: 12px;
  margin-top: 5px;
  /* padding-bottom: 1px; */
}

#email_section {
  margin: 31.5px 0 31px 0;
}

.personal-details{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#form-summary {
  text-align: left;
}

#form-summary .summary-label {
  font-weight: bold;
  min-width: 110px;
}

#terms_checkbox {
  height: 14px;
  min-width: 20px;
  display: inline !important;
}

#terms_label {
  height: 20px;
  display: inline !important;
  min-width: none;
  font-size: 14px;
  margin-bottom: 10px;
}

.alert-box {
  color: #F55A4E;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  text-align: left;
}

.all-buttons {
  /* background-color: grey; */
  width: 100%;
  height: 45px;
  border-radius: 5px;
  display: inline-block;
  align-items: center;
  line-height: 45px
}

/* ep-2 #first_name {
  min-width: 100px;
  width: 180px;
  margin-right: 10px;
  display: inline;
}

.step-2 #last_name {
  min-width: 50px;
  display: inline;
} */

.step-1 {
  padding-bottom: 40px;
}

.step-2 .passwords {
  margin: 40.5px 0 0 0;
}

.step-3 {
  margin-bottom: 40px;
}

.step-3 #street_number {
  min-width: 21%;
  width: 21%;
}

.step-3 #street_name {
  display: inline;
  width: 76%;
  min-width: 76%;
  margin-left: 1%;
}

.step-3 #suburb {
  min-width: 50px;
  width: 70%;
}

.step-3 #postcode {
  display: inline;
  min-width: 50px;
  width: 27%;
  margin-left: 1%;
}

.step-3 .agent-code {
  margin: 36.5px 0 30px 0;
  background-color: #f9f8ff;
}

.step-3 .agent-code #agent_code {
  margin: 30px;
  min-width: 50px;
  width: 300px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-left: 0px;
}

@media (max-width: 474px) {

  .sign-up-page .signup-form input, select {
    padding-left: 10px;
    font-size: 0.9em;
  }

  .sign-up-page .signup-form {
    padding: 4% 4% 4% 4%;
  }
  .step-3 #street_number {
    min-width: 23%;
    width: 23%;
  }
  
  .step-3 #street_name {
    display: inline;
    width: 74%;
    min-width: 74%;
    margin-left: 1%;
  }
  
  .step-3 #suburb {
    min-width: 50px;
    width: 70%;
  }
  
  .step-3 #postcode {
    display: inline;
    min-width: 50px;
    width: 27%;
    margin-left: 1%;
  }
  
  .step-3 .agent-code {
    margin: 36.5px 0 30px 0;
    background-color: #f9f8ff;
  }
  
  .step-3 .agent-code #agent_code {
    margin: 30px;
    min-width: 80%;
    width: 80%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding-left: 0px;
  }



}




.step-4 h4 {
  text-align: center;
  margin-bottom: 15px;
}

.stepper-buttons {
  width: 30%;
  color: #fff;
  background-color: #5846f9;
  border-radius: 5px;
  cursor: pointer;
}

#stepper-next {
  float: right;
}

.sign-up-page .signup-form .all-buttons #stepper-submit {
  float: right;
  border: none;
}

#stepper-next:hover {
  opacity: 80%;
}

#stepper-prev {
  float: left;
}

#stepper-prev:hover {
  opacity: 100%;
}

#stepper-icons .step-icon {
  background-color: #5846f9 !important;
}

#stepper-steps {
  display: inline;
  line-height: 45px;
}

.hidden {
  display: none;
}

.not-seen {
  visibility: hidden;
}


#recaptcha-box {
  margin: 15px 0 25.5px 0;
  padding: 15px;
  background-color: #f9f8ff;
  border-radius: 5px;
}

#recaptcha-box .recaptcha-container {
  margin: 20px;
}


#recaptcha-box #captcha {
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border: solid 1px #5846f9;
}

#recaptcha-box #captcha-input {
  display: inline-block;
  min-width: 220px;
  margin: 10px 0 3px 0;
  text-align: center;
  padding-left: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #5846f9;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border: none;
}

#recaptcha-box #captcha-input::placeholder {
  font-weight: normal;
}

/*--------------------------------------------------------------
# Call Rates Table
--------------------------------------------------------------*/

.uk-rates {
  width: 50%;
  font-size: 1.1em;
}

.rates-header {
  margin: 50px 0 30px 0;
}

@media (max-width: 991px) {
  .uk-rates {
    width: 100%;
  }
}

.modal-rates-table {
  width: 100%;
  font-size: 1em;
}

#full-number-info span{
  color: #5846f9;
}
/*--------------------------------------------------------------
# Sign-up form finished
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f2f6f9;
  min-height: 40px;
  margin-top: 85px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 56px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c6387;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #5846f9;
  /* background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/hero-bg.jpg") center center no-repeat; */
  background-size: cover;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 0 0;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #footer .footer-top .footer-links ul li {
    justify-content: center;
  }

  #footer .footer-top .container {
    text-align: center;
  }

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter p {
  color: rgba(255, 255, 255, 0.8);
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid white;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgba(123, 39, 216, 0.8);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #5846f9;
}

#footer .copyright-wrap {
  border-top: 1px solid #8577fb;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

#footer .footer-top .footer-links .hero-logo img {
  /* margin-top: 10px; */
  height: 35px;
}

#footer .footer-top .footer-links .sipflex-logo img {
  /* margin-top: 10px; */
  height: 35px;
}


* {
  padding: 0;
  margin: 0
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.animated-check {
  height: 10em;
  width: 10em
}

.animated-check path {
  fill: none;
  stroke: #00A693;
  stroke-width: 4;
  stroke-dasharray: 23;
  stroke-dashoffset: 23;
  animation: draw 1s linear forwards;
  stroke-linecap: round;
  stroke-linejoin: round
}

@keyframes draw {
  to {
      stroke-dashoffset: 0
  }
}
.signup-success {
  padding: 20px 0 20px 0;
}
.signup-success p {
  font-size: 20px;
  margin-top: 40px;
}

.signup-success #email_confirmation {
  color: #5846f9;
  margin-bottom: 35px;
}

.modal-sm {
  background-color: #f2f6f9;
  min-height: 500px;
  min-width: 500px;
  width: 500px;
  height: 550px;
  position: fixed;
  z-index: 1; /* Sit on top */
  left: 50%;
  top: 50%;
  overflow: auto;
  transform: translate(-50%, -45%);
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: box-shadow .3s ease;
  backdrop-filter: blur(10px);
  /* box-sizing: border-box;
  display: flex; */

}

.modal-content {
  padding: 20px;
}

.close {
  color: #8577fb;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #5846f9;
  text-decoration: none;
  cursor: pointer;
}

.hover-toggle:hover {
cursor: pointer;
}

/* Partnerships section */
.partner-box {
  padding: 20px;
  text-align: center;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.partner-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 18px;
}

/* .partner h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
} */

.partner-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.partner-offers {
  padding: 15px;
  margin: 0 0 10px 0;
  text-align: center;
  background-color: #e7e4fe;
  font-weight: 600;
  color: #444444;
}

.partner-offers a {
  color: #444444;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.partner-offers:hover {
  background-color: #5846f9;
  cursor: pointer;
  color: white;
  box-shadow: 0px 0 50px 0 rgba(0, 0, 0, 0.1);
}

.partner-intro img {
  width: 80%;
}

.partner-intro .pricing-plan-button {
  margin-top: 20px;
}

.partner-blurb {
  margin-bottom: 60px;
}

/* .partner-grid {
  padding: 0px;
} */


/* .partner-test div:nth-of-type(3n), .partner-test div:nth-of-type(3n + 1), .partner-test div:nth-of-type(3n + 2) {
  padding-left: 0px;
} */
/* 
.sip-trunk-page svg {
  position: absolute;
  top: 0;
  left: 0;
} */

/* .sip-trunk-page {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
} */

/* .sip-trunk-page img {
  width: 70%;
  /* background: url("images/card-front.jpg") no-repeat; */
/* } */


@media screen and (max-width: 768px) {
  .sip-trunk-button {
    text-align: center;

  }

}

/* Mobile Applications page */

.app-box {
  padding: 40px;
}

/* .app-box img {
  /* min-width: 200px; */
  /* width: 150px;
  padding: 0px 0px 0px 0px;
} */ */

#downloads .ios-badge img {
  width: 300px;
  padding: 12px;
}

#downloads .play-badge {
  width: 150px;
}

#downloads .app-box .windows-badge {
  width: 150px;
}

#downloads .zoiper-badge {
  width: 100px;
}

#downloads .linphone-badge {
  width: 90px;
}

#downloads .bria-badge {
  width: 180px;
}

#downloads .third-party-section {
  margin-bottom: 60px;
}


.web-conferencing-section .web-conferencing h1 {
  margin-top: 40px;
}

.web-conferencing-section .web-conferencing .web-conferencing-headline {
  padding-right: 50px;
}


.web-conferencing-section .web-conferencing img {
  width: 90%;
}


.web-conferencing {
  margin-top: 100px;
}

#asterisk-benefits {
  padding-top: 150px;
}

#asterisk-guides {
  padding-top: 150px;
}


#microsoft-teams .web-conferencing img{
  width: 40%;
}

.asterisk-header {
  min-height: 100;
}

.bria-bg {
  background: #f6f6f6;
}

.zoiper-bg {
  background: #E6E7E8;
}

.about-linphone {
  background: #FE723C;
  color: #fff;
}

.about-bria {
  background: #FF4001;
  color: #fff;
}

.about-zoiper {
  background-color: #F4791F;
  color: #fff;
}

.linphone-page-logo {
  height: 122px;
  max-width: 122px;
}

.zoiper-page-logo {
  height: 142px;
  max-width: 142px;
}

.integration-logo {
  max-height: 80px;
}

.zoiper-button {
  background: #404040;
}

.linphone-button {
  background: #404040;
}

.about-button {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}

.about-button:hover {
  background: #fff;
  color: #404040;
  border: 2px solid #fff;
}

.linphone-button-reverse {
  background: #FE723C;
  color: #fff;
}

.linphone-button-reverse:hover {
  background: #404040;
  color: #fff;
}

.linphone-button:hover {
  background: #FE723C;
  color: #fff;
}

.zoiper-header-button {
  background: #404040;
  border: solid 2px #404040;
}

.linphone-header-button {
  background: #404040;
  border: solid 2px #404040;
}

.bria-header-button {
  background: #404040;
  border: solid 2px #404040;
}

.zoiper-header-button:hover {
  background: #F4791F;
  color: #fff;
  border: solid 2px #F4791F;
}

.linphone-header-button:hover {
  background: #FE723C;
  color: #fff;
  border: solid 2px #FE723C;
}

.bria-header-button:hover {
  background: #FF4001;
  color: #fff;
  border: solid 2px #FF4001;
}

.tel2-button {
  /* background: none;
  color: #5846f9;
  border: 2px solid #5846f9; */

  padding: 10px 30px 10px 30px;
  color: #fff;
  background: #5846f9;
  border: 2px solid #5846f9;
}

.tel2-button:hover {
  /* color: #fff;
  background: #5846f9; */

  background: none;
  color: #5846f9;
  border: 2px solid #5846f9;
}

.tel2-bria-button:hover {
  color: #fff;
  background: #FF4001;
}

.bria-button-reverse {
  background: #FF4001;
}

.bria-button-reverse:hover {
  background: #404040;
  color: #fff;
}

.zoiper-button-reverse {
  background: #F4791F;
}

.zoiper-button:hover {
  background: #666666;
  color: #fff;
}

.zoiper-button-reverse:hover {
  background: #404040;
  color: #fff;
}


.about-zoiper h2::after {
  background: #404040;
}

#web-conferencing-benefits h2::after {
  background: #F4791F;
}

/* .product-section {
  margin-top: 50px;
} */

.product-section img {
  width: 90%
}

.services .bt-steps {
  text-align: left;
}

#bt-section img {
  width: 10%;
}


.bt-steps ol li {
  margin-top: 10px;
}

.bt-section .partner-box {
  border-radius: 5px;
  border: #5846f9 solid 2px;
}

.bt-section .partner-box:hover {
  background-color: #5846f9;
  color: #fff;
}

.bt-section a {
  text-decoration: none;
  color: #444444;
}

/* .bt-guide {
  background-color: #fff;
} */

.bt-steps:nth-of-type(2n + 1) {
  background-color: #fff;
}

.phone-img img {
  width: 100%;
}

/* Background colors */
.bg-white {
  background: white;
}

/* Calculator */

.calc-input input{ 
  max-width: 95px;
  border:none;
  height: 45px;
  text-align: center;
  color: #5846f9;
  font-size: 24px;
  font-weight: 600;
  border-radius: 5px;
  outline: 1px solid rgb(219, 216, 216);
  padding-left: 2px;
  padding-right: 2px;
  appearance: textfield; /* Removes default styling */
  -moz-appearance: textfield; /* Firefox */
}

.calc-input input:focus{ 
  outline: 1px solid #5846f9;
  }

  .form-label {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.calc-input input::-webkit-inner-spin-button,
.calc-input input::-webkit-outer-spin-button {
  opacity: 1; /* Force the spinner to always be visible */
  display: block; /* Ensures it's always rendered */
}

input[type=range]  {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 5px;
} 

.form-range::-webkit-slider-thumb{
  background-color: #5846f9;
  
}

.plus-minus-toggle {
  position: relative;
  cursor: pointer;
}

.plus-minus-toggle::before,
.plus-minus-toggle::after {
  content: '';
  position: absolute;
  background-color: #5846f9;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.plus-minus-toggle::before {
  width: 5px;
  height: 21px;
  top: 0px;
  left: 8px;
}

.plus-minus-toggle::after {
  width: 21px;
  height: 5px;
  top: 8px;
}

/* Когда класс .active добавлен, меняется знак плюс на минус */
.plus-minus-toggle.active::before {
  transform: rotate(90deg);
}

.plus-minus-toggle.active::after {
  transform: rotate(180deg);
}

/* // чтобы курсор был не виден на определенных инпутах, которые не могу быть изменены в ручную */
.no-cursor {
  caret-color: transparent; /* Скрывает мигающий курсор */
}

.pricing-item-ul {
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  line-height: 25px;
  text-align: left;
  color: #444444;
}

.text-small {
  font-size: 10px;
}

.pricing-item .indent {
  padding-left: 26px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  width: auto; /* Ensures the spinner is as small as possible */
  margin: 0; /* Removes any extra margin */
}