 body {
   font-family: "Open Sans", sans-serif;
   color: #445056;
 }
 a {
   color: #ed50a5;
   text-decoration: none;
 }
 a:hover {
   color: #ed50a5b0;
   text-decoration: none;
 }
 .form-control:focus {
   border-color: #dee2e6;
   outline: 0;
   box-shadow: none;
 }
 h1, h2, h3, h4, h5, h6 {
   font-family: "Open Sans", sans-serif;
 }
 p {
   font-size: 17px;
   font-weight: 300;
   letter-spacing: 0.5px;
   line-height: 1.7;
 }
 #header {
   transition: all 0.5s;
   z-index: 997;
   padding: 15px 0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
 }
 #header.header-scrolled, #header.header-inner-pages {
   background: white;
   box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, .1);
 }
 #header .logo {
   font-size: 30px;
   margin: 0;
   padding: 0;
   line-height: 1;
   font-weight: 500;
   letter-spacing: 2px;
   text-transform: uppercase;
 }
 #header .logo a {
   color: #ed50a5;
 }
 #header .logo img {
   max-height: 70px;
 }
 .navbar {
   padding: 0;
 }
 .navbar ul {
   margin: 0;
   padding: 0;
   display: flex;
   list-style: none;
   align-items: center;
 }
 .nav_ul_menu {
   margin-right: 55px !important;
 }
 .navbar li {
   position: relative;
 }
 ul.nav_ul_menu li + li {
   margin-left: 35px;
 }
 .navbar a {
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-weight: 500;
   white-space: nowrap;
   transition: 0.3s;
   color: #445056;
   font-family: "Open Sans", sans-serif;
   font-size: 17px;
 }
 .navbar a i, .navbar a:focus i {
   font-size: 12px;
   line-height: 0;
   margin-left: 5px;
 }
 .navbar li:hover > a {
   color: #445056;
 }
 .navbar .getstarted {
   padding: 15px 20px;
   border-radius: 50px;
   color: #fff;
   font-size: 14px;
   font-weight: 600;
   margin-left: 15px;
   text-transform: uppercase;
 }
 .navbar .getstarted:focus {}
 .navbar .free_trail_btns {
   background: #ed50a5;
   padding: 15px 30px;
 }
 .navbar .book_demo_btn, .navbar .free_trail_btn {
   color: #ed50a5;
 }
 .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
   color: #fff;
   background: #ed50a5b0;
 }
 .navbar .getstarted.book_demo_btn:focus, .navbar .free_trail_btn:focus {
   color: #ed50a5;
 }
 .green_btn {
   background: #ed50a5;
   color: #ed50a5;
   ;
 }
 .green_btn:hover {
   color: #fff;
   background: #ed50a5b0;
 }
 .navbar .book_demo_btn:hover, .navbar .free_trail_btn:hover {
   background-color: #f2f2f2 !important;
   color: #ed50a5;
 }
 .navbar .dropdown ul {
   display: block;
   position: absolute;
   left: 14px;
   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;
   border-radius: 4px;
 }
 .navbar .dropdown ul li {
   min-width: 200px;
 }
 .navbar .dropdown ul a {
   padding: 10px 20px;
   font-size: 14px;
   text-transform: none;
   font-weight: 500;
   color: #0c3c53;
 }
 .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: #47b2e4;
 }
 .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;
 }
 .mobile-nav-toggle {
   font-size: 28px;
   cursor: pointer;
   display: none;
   line-height: 0;
   transition: 0.5s;
 }
 button.navbar-toggle {
   display: none;
 }
 #hero .container {
   padding-top: 72px;
 }
 #hero h1 {
   margin: 0 0 10px 0;
   font-size: 55px;
   font-weight: 700;
   line-height: 56px;
   color: #545252;
 }
 #hero .hero_col1 {
   padding-left: 100px;
 }
 #hero h1 span {
   color: #9f9f9f !important;
 }
 #hero p {
   padding-right: 40px;
   color: #445056;
   font-family: "Open Sans", sans-serif;
   font-size: 20px;
   font-weight: 300;
   margin-top: 15px;
 }
 #hero h2 {
   color: rgba(255, 255, 255, 0.6);
   margin-bottom: 50px;
   font-size: 24px;
 }
 #hero .btn-get-started {
   font-weight: 900;
   font-size: 16px;
   letter-spacing: 1px;
   display: inline-block;
   padding: 21px 46px;
   border-radius: 50px;
   transition: 0.5s;
   margin: 10px 0 0 0;
   color: #fff;
   background: #ed50a5;
 }
 #hero .book_demo_hero_btn {
   background-color: white;
   color: #ed50a5b0;
   margin-left: 20px;
 }
 #hero .btn-get-started:hover {
   background: #ed50a5b0;
 }
 #hero .book_demo_hero_btn {
   color: #ed50a5;
 }
 #hero .book_demo_hero_btn:hover {
   background-color: #f2f2f2 !important;
 }
 #hero .btn-watch-video {
   font-size: 16px;
   display: flex;
   align-items: center;
   transition: 0.5s;
   margin: 10px 0 0 25px;
   color: #fff;
   line-height: 1;
 }
 #hero .btn-watch-video i {
   line-height: 0;
   color: #fff;
   font-size: 32px;
   transition: 0.3s;
   margin-right: 8px;
 }
 #hero .btn-watch-video:hover i {
   color: #47b2e4;
 }
 #hero .animated {
   animation: up-down 2s ease-in-out infinite alternate-reverse both;
 }
 .hero-img {
   text-align: center;
 }
 .hero-img img {
   max-width: 500px;
 }
 section {
   padding: 60px 0;
   overflow: hidden;
 }
 .section-bg {
   background-color: #f3f5fa;
 }
 .section-title {
   text-align: center;
   padding-bottom: 30px;
 }
 .section-title h2 {
   font-size: 50px;
   font-weight: 900;
   margin-bottom: 20px;
   padding-bottom: 20px;
   position: relative;
   color: #545252;
 }
 .section-title span {
   color: #9f9f9f !important
 }
 .section-title p {
   margin-bottom: 0;
 }
 .register-login {
   padding-top: 60px;
 }
 .register-login .section-title {
   padding-bottom: 0;
 }
 .register-login a {
   color: #333;
   font-size: 14px;
   text-decoration: none;
   margin: 15px 0;
 }
 .register-login button {
   border-radius: 20px;
   border: 1px solid #ed50a5;
   background-color: #ed50a5;
   color: #ffffff;
   font-size: 12px;
   font-weight: bold;
   padding: 12px 45px;
   letter-spacing: 1px;
   text-transform: uppercase;
   transition: transform 80ms ease-in;
 }
.register-login .sign-up-container button {
    margin-top: 30px;
}
 .register-login button:active {
   transform: scale(0.95);
 }
 .register-login button:focus {
   outline: none;
 }
 .register-login button.ghost {
   background-color: transparent;
   border-color: #ffffff;
 }
 .register-login form {
   background-color: #ffffff;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 0 40px;
   height: 100%;
   text-align: center;
 }
 .register-login .form-control {
   background-color: #eee;
   border: none;
   padding: 12px 15px;
  margin: 0 0 15px;
   width: 100%;
 }
 .register-login .container {
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25), 0 8px 5px rgba(0, 0, 0, 0.22);
   position: relative;
   overflow: hidden;
   width: 768px;
   max-width: 100%;
   min-height: 480px;
 }
 .form-container {
   position: absolute;
   top: 0;
   height: 100%;
   transition: all 0.6s ease-in-out;
 }
 .sign-in-container {
   left: 0;
   width: 50%;
   z-index: 2;
 }
 .container.right-panel-active .sign-in-container {
   transform: translateX(100%);
 }
 .sign-up-container {
   left: 0;
   width: 50%;
   opacity: 0;
   z-index: 1;
 }
 .container.right-panel-active .sign-up-container {
   transform: translateX(100%);
   opacity: 1;
   z-index: 5;
   animation: show 0.6s;
 }
 @keyframes show {
   0%, 49.99% {
     opacity: 0;
     z-index: 1;
   }
   50%, 100% {
     opacity: 1;
     z-index: 5;
   }
 }
 .overlay-container {
   position: absolute;
   top: 0;
   left: 50%;
   width: 50%;
   height: 100%;
   overflow: hidden;
   transition: transform 0.6s ease-in-out;
   z-index: 100;
 }
 .container.right-panel-active .overlay-container {
   transform: translateX(-100%);
 }
 .overlay {
   background: #e3b1cc;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 0 0;
   color: #ffffff;
   position: relative;
   left: -100%;
   height: 100%;
   width: 200%;
   transform: translateX(0);
   transition: transform 0.6s ease-in-out;
 }
 .container.right-panel-active .overlay {
   transform: translateX(50%);
 }
 .overlay-panel {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 0 40px;
   text-align: center;
   top: 0;
   height: 100%;
   width: 50%;
   transform: translateX(0);
   transition: transform 0.6s ease-in-out;
 }
 .overlay-left {
   transform: translateX(-20%);
   background: linear-gradient(to right, #ff79c2, #e3b1cc);
 }
 .container.right-panel-active .overlay-left {
   transform: translateX(0);
 }
 .overlay-right {
   right: 0;
   transform: translateX(0);
   background: linear-gradient(to right, #e3b1cc, #ff79c2);
 }
 .container.right-panel-active .overlay-right {
   transform: translateX(20%);
 }
 p.form-title {
   font-size: 30px;
   font-weight: 600; line-height: 1.4;
 }
p.form-title.new {
    font-size: 24px;
    font-weight: 600;
    color: #545252;
    line-height: normal;
}
 .social-container {
   margin: 20px 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
 }
 .social-container a {
   border-radius: 3px;
   display: inline-flex;
   align-items: center;
   margin: 0;
   height: 30px;
   width: 49%;
   padding: 3px 10px;
   color: #fff;
   justify-content: space-between;
 }
 .social-container a span {
   font-weight: 600;
   font-size: 11px;
 }
 a.social.google {
   background: #d37b6c;
   color: #fff;
 }
 a.social.facebook {
   background: #7a9ed6;
   color: #fff;
 }
 .social-container a:hover {
   opacity: 0.9;
 }
 .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 li + li {
   margin-top: 10px;
 }
 .about .content ul i {
   position: absolute;
   left: 0;
   top: 2px;
   font-size: 20px;
   color: #47b2e4;
   line-height: 1;
 }
 .about .content p:last-child {
   margin-bottom: 0;
 }
 .about .content .btn-learn-more {
   font-family: "Poppins", sans-serif;
   font-weight: 500;
   font-size: 14px;
   letter-spacing: 1px;
   display: inline-block;
   padding: 12px 32px;
   border-radius: 4px;
   transition: 0.3s;
   line-height: 1;
   color: #47b2e4;
   animation-delay: 0.8s;
   margin-top: 6px;
   border: 2px solid #47b2e4;
 }
 .about .content .btn-learn-more:hover {
   background: #47b2e4;
   color: #fff;
   text-decoration: none;
 }
 #footer {
   font-size: 14px;
 }
 .footer_bottom {
   background-color: #ddd;
 }
 #footer .footer-newsletter {
   padding: 50px 0;
   background: #ed50a50f;
   text-align: center;
   font-size: 15px;
   color: #444444;
 }
 #footer .footer-newsletter h4 {
   font-size: 24px;
   margin: 0 0 20px 0;
   padding: 0;
   line-height: 1;
   font-weight: 600;
   color: #445056;
 }
 #footer .footer-newsletter form {
   margin-top: 30px;
   background: #fff;
   padding: 6px 10px;
   position: relative;
   border-radius: 50px;
   box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
   text-align: left;
 }
 #footer .footer-newsletter form input[type=email] {
   border: 0;
   padding: 4px 8px;
   width: calc(100% - 100px);
 }
 #footer .footer-newsletter form input[type=submit] {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   border: 0;
   background: none;
   font-size: 16px;
   padding: 0 20px;
   background: #ed50a5;
   color: #fff;
   transition: 0.3s;
   border-radius: 50px;
   box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
 }
 #footer .footer-top {
   padding: 60px 0 0 0;
   background: #ddd;
 }
 #footer .footer-top .footer-contact {
   margin-bottom: 30px;
 }
 #footer .footer-top .footer-contact h3 {
   font-size: 28px;
   margin: 0 0 10px 0;
   padding: 2px 0 2px 0;
   line-height: 1;
   text-transform: uppercase;
   font-weight: 600;
   color: #445056;
 }
 #footer .footer-top .footer-contact p {
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 0;
   color: #445056;
 }
 #footer .footer-top h4 {
   font-size: 16px;
   font-weight: bold;
   color: #445056;
   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: #ed50a5;
   font-size: 18px;
   line-height: 1;
 }
 #footer .footer-top .footer-links ul li {
   padding: 10px 0;
   display: flex;
   font-size: 16px;
   align-items: center;
 }
 #footer .footer-top .footer-links ul li:first-child {
   padding-top: 0;
 }
 #footer .footer-top .footer-links ul a {
   color: #445056;
   transition: 0.3s;
   display: inline-block;
   line-height: 1;
   font-weight: 300;
   font-size: 16px;
 }
 #footer .footer-top .footer-links ul a:hover {
   text-decoration: none;
   color: #ed50a5;
 }
 #footer .footer-top .social-links a {
   font-size: 18px;
   display: inline-block;
   background: #ed50a5;
   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 .footer-top .social-links a:hover {
   background: #ed50a5b0;
   color: #fff;
   text-decoration: none;
 }
 #footer .footer-bottom {
   padding-bottom: 30px;
   color: #333;
 }
 #footer .copyright {
   text-align: center;
 }
 #footer .credits {
   float: right;
   font-size: 13px;
 }
 #footer .credits a {
   transition: 0.3s;
 }
 @media (max-width: 768px) {
   #footer .footer-bottom {
     padding-top: 20px;
     padding-bottom: 20px;
   }
   #footer .copyright, #footer .credits {
     text-align: center;
     float: none;
   }
   #footer .credits {
     padding-top: 4px;
   }
 }
 .product_img img {
   width: 48px;
 }
 .product_box {
   display: flex;
   padding: 20px;
 }
 .product_content {
   padding-left: 25px;
 }
 .product_content h1 {
   font-size: 24px;
   font-weight: 600;
   color: #545252;
 }
 .product_content p {
   font-weight: 300;
   font-size: 16px;
   margin-bottom: 5px
 }
 .product_content a {
   color: #ed50a5;
   font-size: 14px;
 }
 .product_box:hover {
   box-shadow: 0px 11px 50px 0 rgba(227, 231, 241, 0.7);
 }
 .work_companies h2 {
   max-width: 699px;
   margin: auto;
 }
 .section-title p {
   font-weight: 300;
   font-size: 19px;
 }
 .company_logo_silder .item img {
   width: 150px;
   display: block;
   margin: auto;
 }
 .company_logo_silder .item {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 75px;
 }
 .company_logo_silder .owl-nav, .company_logo_silder .owl-dots {
   display: none;
 }
 .powerful_section {}
 .about-left {
   text-align: center;
 }
 .about-left img {
   max-width: 400px;
 }
 .Supercharge_content h1 {
   font-size: 45px;
   font-weight: 900;
   margin-bottom: 20px;
   padding-bottom: 20px;
   position: relative;
   color: #445056;
 }
 .Supercharge_container {
   max-width: 992px;
 }
 .Supercharge_img img {
   max-width: 300px;
   display: block;
   margin: auto;
 }
 .Perspiciatis_row {
   justify-content: center;
 }
 .Perspiciatis_content {
   text-align: center;
 }
 .Perspiciatis_content p {
   font-size: 20px;
   line-height: 35px;
 }
 .Perspiciatis_content h1 {
   font-weight: bold;
   font-size: 45px;
 }
 .border_btn {
   border: 1px solid #ed50a5;
   border-radius: 45px;
   font-weight: bold;
   padding: 18px 46px;
   margin-top: 19px;
   display: block;
   width: fit-content;
   margin: auto;
   transition: 0.5s all;
 }
 .border_btn:hover {
   border-color: #ed50a5b0 !important;
   color: white;
   background-color: #ed50a5b0;
 }
 .product_content h2 {
   font-weight: bold;
   font-size: 29px;
 }
 .product_work .product_content {
   margin-top: 35px;
 }
 .product_worK_col {
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .mission_col {
   padding: 0px !important;
 }
 #blog {}
 .blog-box {
   margin: 0 0 70px;
   background: #fff;
   border-radius: 10px;
 }
 .blog-box .blog-content {
   padding: 0 20px 20px;
 }
 .blog-box .featured-img img {
   border-radius: 10px 10px 0 0;
   object-fit: cover;
   height: 270px;
   width: 100%;
   object-position: center;
 }
 .category-title {
   margin-bottom: 5px;
 }
 .category-title a {
   font-size: .75rem;
 }
 .blog-box .blog-content h3.title {
   font-size: 1.3rem;
   color: #545252;
 }
 .blog-box .blog-content h3.title a:hover {
   color: #545252;
 }
 .blog-box .author-name {
   color: #445056;
 }
 .blog-box .author.info {
   font-weight: 600;
   font-size: .75rem;
   margin-bottom: 8px
 }
 .blog-box .blog-content .category-title a {
   color: #445056;
 }
 .blog-box .blog-content h3.title:hover {
   color: black;
 }
 .blog-content .date {
   color: #878787;
 }
 .blog-box .figure {
   display: block;
 }
 #sidebar {}
 #sidebar .sidebar-box {
   padding: 20px;
   background: #fff;
   margin-bottom: 30px;
   border-radius: 4px;
 }
 #sidebar .sidebar-box h2 {
   font-size: 1.5rem;
   padding-bottom: 12px;
   color: #626060;
   position: relative;
 }
 #sidebar .sidebar-box h2:after {
   position: absolute;
   content: "";
   width: 70px;
   height: 2px;
   left: 0;
   background: #ed50a5;
   bottom: 0;
 }
 #sidebar .sidebar-box ul {
   margin-top: 20px;
   list-style: none;
   padding: 0;
 }
 #sidebar .sidebar-box ul li {}
 #sidebar .sidebar-box ul li + li {
   margin-top: 10px;
   border-top: 1px dotted #ddd;
   padding-top: 10px;
 }
 #sidebar .sidebar-box ul li a {
   display: block;
   color: inherit;
   font-weight: 500;
   position: relative;
   padding-left: 12px;
 }
 #sidebar .sidebar-box ul li a:before {
   content: '';
   position: absolute;
   top: 10px;
   left: 0;
   width: 5px;
   height: 5px;
   border-radius: 50%;
   background-color: #dedcdc;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
 }
 #sidebar .sidebar-box ul li a:hover:before {
   background-color: #ed50a5 !important;
 }
 #sidebar .sidebar-box ul li a:hover {
   color: #ed50a5 !important;
 }
 .section-featured {
   position: relative;
   background: rgba(68, 68, 68, 0.5);
   background-position: 39% 25%;
   background-repeat: no-repeat;
   background-size: cover;
   color: #fff;
   min-height: 300px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .section-featured:before {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   content: '';
   background: rgba(0, 0, 0, 0.5);
 }
 .section-featured h1 {
   position: relative;
   z-index: 999;
 }
 #blog-single {}
 #blog-single .container {
   max-width: 800px;
 }
 #blog-single .blog-box {
   margin: 0 0 35px;
 }
 #blog-single .blog-box .blog-content h3.title {
   font-size: 1.3rem;
   color: #1fad76;
   font-weight: 700;
 }
 #blog-single .blog-box .blog-content h3.title a:hover {
   color: #1fad76;
 }
 #blog-single .blog-box .author-name {
   color: #1fad76;
 }
 #blog-single .author.info {
   font-weight: 600;
   font-size: .75rem;
   margin: 15px 0;
 }
 #blog-single .blog-content p {
   font-size: 17px;
   line-height: 1.9;
   font-weight: 400;
 }
 #blog-content {
   position: relative;
 }
 ul.socialshare {
   position: absolute;
   left: -80px;
   top: 150px;
 }
 ul.socialshare li {
   border-radius: 50%;
   display: block;
   height: 40px;
   position: relative;
   width: 40px;
   text-align: center;
 }
 ul.socialshare li + li {
   margin-top: 15px;
 }
 ul.socialshare li a {
   font-size: 24px;
   line-height: 42px;
 }
 ul.socialshare li:hover {
   background: #1fad76;
   color: #fff;
 }
 .blog-content .title a {
   color: #545252;
 }
 .section-featured {
   position: relative;
   background: rgba(68, 68, 68, 0.5);
   background-position: 39% 25%;
   background-repeat: no-repeat;
   background-size: cover;
   color: #fff;
   min-height: 300px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .section-featured:before {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   content: '';
   background: rgba(0, 0, 0, 0.5);
 }
 .section-featured h1 {
   position: relative;
   z-index: 999;
 }
 .faq .faq-list {
   padding: 0;
   max-width: 900px;
   margin: 0 auto;
 }
 .faq .faq-list ul {
   padding: 0;
   list-style: none;
 }
 .faq .faq-list li + li {
   margin-top: 15px;
 }
 .faq .faq-list li {
   padding: 20px;
   background: #fff;
   border-radius: 4px;
   position: relative;
 }
 .faq .faq-list.faq-list-wrap li {
   background: #fff !important;
 }
 .faq .faq-list a {
   display: block;
   position: relative;
   font-size: 22px;
   line-height: 1.6;
   font-weight: 500;
   padding: 0 30px 0 0;
   outline: none;
   cursor: pointer;
   color: #545252;
 }
 .faq .faq-list .icon-show, .faq .faq-list .icon-close {
   font-size: 20px;
   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: #545252;
 }
 .faq .faq-list a.collapsed:hover {
   color: #545252;
 }
 .faq .faq-list a.collapsed .icon-show {
   display: inline-block;
 }
 .faq .faq-list a.collapsed .icon-close {
   display: none;
 }
 .faq .faq-list h3 {
   font-size: 22px;
 }
 .custom-container-wrapper {
   max-width: 900px;
   margin: 0 auto;
   padding: 20px;
   background: #fff !important;
 }
 .custom-container-wrapper h2 {
   font-size: 24px;
 }
 .custom-container-wrapper h3 {
   font-size: 22px;
 }
 .section.pricing-section {
   padding-top: 30px;
 }
 .switcher-box {
   margin-top: 0px;
   display: flex;
   align-content: center;
   justify-content: center;
   margin-bottom: 45px;
   position: relative;
   padding-top: 30px;
 }
 .switcher-box span {
   padding: 0 12px;
   font-size: 18px;
   line-height: 32px;
   position: relative;
 }
 .switcher input[type="checkbox"] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-tap-highlight-color: transparent;
   cursor: pointer;
 }
 .switcher input[type="checkbox"]:focus {
   outline: 0;
 }
 .switcher .toggle {
   width: 59px;
   height: 30px;
   display: inline-block;
   position: relative;
   margin: 0;
   border: 2px solid #ed50a5;
   transition: all 0.2s ease;
   border-radius: 43px;
 }
 .switcher .toggle:after {
   content: "";
   position: absolute;
   top: 3px;
   left: 3px;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background: #ed50a5;
   box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
   transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
 }
 .switcher .toggle:checked:after {
   transform: translatex(28px);
 }
 .switcher-box span.form-switch-promotion-container {
   position: absolute;
   top: -45px;
   left: 50px;
 }
 .form-switch-promotion-arrow {
   margin-right: 0.25rem;
 }
 .switcher-box span.form-switch-promotion-text {
   font-size: 13px;
   position: absolute;
   top: 4px;
 }
 .switcher-box span.form-switch-promotion-text span {
   font-size: 12px;
   line-height: normal;
   padding: 3px 6px;
   color: #fff !important;
   background: #ed50a5 !important;
 }
 .select_plans_wrap .row {
   margin: 0 -5px;
 }
 .select_plans_wrap [class*="col-sm"] {
   padding: 0 5px;
 }
 .select_plans_wrap {
   display: none;
 }
 .select_plans_wrap.show {
   display: block;
 }
 .card.select_plans_box {
   border-radius: 24px !important;
   border: 1px solid rgb(0 0 0 / 8%);
   box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
   transition: all .5s ease 0s;
   margin: 0 20px;
 }
 .card.select_plans_box.bronze_plan {
   background: #c9c8c8;
 }
 .card.select_plans_box:hover {
   background: #f0efef;
 }
 .select_plans_box .title span.label {
   font-size: 24px;
   font-weight: bold;
   color: #545252;
 }
 .select_plans_box .option p {
   font-weight: 500;
 }
 .gold_plan .title {
   border-top: 3px solid #ff4b4b;
 }
 .select_plans_box .title {
   padding: 20px;
   border-radius: 0;
   text-align: left;
 }
 .select_plans_box .title h2 {
   position: relative;
   margin: 20px 0 0;
   padding: 0;
   font-size: 28px;
   z-index: 2;
 }
 .select_plans_box .title .price {
   position: relative;
   z-index: 2;
   min-height: 90px
 }
 .select_plans_box .title .price span.billed-annually {
   font-size: 13px;
 }
 .select_plans_box .option {
   position: relative;
   z-index: 2;
   padding: 0 20px;
   text-align: left;
 }
 .price h4 {
   margin: 0;
   padding: 20px 0 0;
   font-size: 36px;
   font-weight: 700;
   color: #545252;
 }
 .price h4 span.mth {
   font-size: 13px;
 }
 .option ul {
   margin: 0;
   padding: 0;
 }
 .option ul li {
   margin: 0 0 10px;
   list-style: none;
   font-size: 13px;
   padding: 0;
   letter-spacing: 0.5px;
 }
 .option ul li + li {}
 .card.select_plans_box a {
   position: relative;
   background: #fff;
   color: #ed50a5;
   min-width: 120px;
   border-radius: 20px;
   display: block;
   text-align: center;
   font-size: 14px;
   font-weight: 600;
   transition-duration: 0.5s;
   padding: 6px 0;
   margin: 20px auto;
   cursor: pointer;
   border: 2px solid #ed50a5;
 }
 .card.select_plans_box a:hover {
   text-decoration: none;
   color: #fff;
   background: #ed50a5;
 }
 .select-plan {
   position: relative;
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 99;
 }
 .free-plan-wrapper {
   margin: 40px 15px 0;
 }
 .free-plan-details {
   background: #fff;
   padding: 40px;
   border-radius: 24px;
   display: flex;
   align-items: center;
   border: 1px solid rgb(0 0 0 / 8%);
   box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
   transition: all .5s ease 0s;
 }
 .free-plan-container {
   width: 30%;
   display: flex;
   align-items: center;
 }
 .free-plan-desc {
   margin: 0;
   font-weight: 500;
 }
 .free-plan-container h2 {
   width: 40%;
   margin: 0;
 }
 .free-plan-container .price h4 {
   padding: 0;
 }
 .free-plan-info-container {
   width: 40%;
 }
 .free-plan-btn-row {
   width: 30%;
   text-align: right;
 }
 .free-plan-btn-row a {
   position: relative;
   background: #fff;
   color: #ed50a5;
   min-width: 120px;
   border-radius: 30px;
   display: inline-block;
   text-align: center;
   font-size: 18px;
   font-weight: 600;
   transition-duration: 0.5s;
   padding: 12px 30px;
   cursor: pointer;
   border: 2px solid #ed50a5;
   max-width: 220px;
 }
 .free-plan-btn-row a:hover {
   background: #ed50a5;
   color: #fff;
 }
 #support .form-wrapper {
   background: #fff;
   border-radius: 10px;
   width: 800px;
   box-shadow: 0 3px 0 #dddddd;
   border: 1px solid #dddddd;
   margin: 0 auto;
   padding: 30px;
 }
 #support .form-wrapper h2.form-heading {
   margin-bottom: 3rem;
   font-weight: 700;
   text-align: center;
 }
 #support .form-wrapper .req {
   color: #df0505;
   margin-left: 5px;
 }
 .supoort_submit {
   background-color: #ed50a5;
   border: 1px solid #ed50a5;
   padding: 10px 27px;
   border-radius: 30px;
 }
 .supoort_submit:focus-visible {
   background-color: #ed50a5;
   border: 1px solid #ed50a5;
   box-shadow: none;
 }
 .supoort_submit:hover {
   background-color: white;
   border: 1px solid #ed50a5;
   color: #ed50a5;
 }
 #login {
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100vh;
   display: flex;
   align-items: center;
 }
 #login-box {
   position: relative;
   margin: 0 auto;
   width: 500px;
   border-radius: 2px;
   padding: 40px;
 }
 #login-box .form-logo img {
   height: 60px;
 }
 #login-box .form-logo {
   margin-bottom: 30px;
 }
 .forgot-row {
   display: flex;
   align-items: center;
   justify-content: space-between;
 }
 .forgot-row span {
   font-weight: normal;
   margin-left: 3px;
 }
 .form-divider {
   padding: 12px 0;
   text-align: center;
   position: relative;
 }
 .form-divider:before {
   content: "";
   top: 50%;
   left: 0;
   right: 0;
   position: absolute;
   width: 100%;
   height: 1px;
   background-color: #ddd;
 }
 .form-divider span {
   display: block;
   position: relative;
   margin: 0 auto;
   width: 70px;
   z-index: 11;
   background-color: #fdf3ed !important;
   color: #000;
   font-weight: 400;
   text-align: center;
   font-size: 18px;
   line-height: 24px;
 }
 .form-wrapper {}
 .form-wrapper label {
   font-weight: 500;
   margin-bottom: 5px;
 }
 .form-wrapper .form-control {
   display: block;
   border-radius: 10px;
   font-size: 1rem;
   outline: none;
   transition: .15s ease-in-out;
   line-height: 2;
   padding: 4px 1rem;
   margin: 0;
   height: 45px;
 }
 .form-wrapper .form-control.error-bdr {
   border-color: red;
 }
 .form-wrapper textarea.form-control {
   height: auto;
 }
 .form-wrapper .form-btn {
   width: 100%;
   height: 45px;
   background: #ed50a5;
   border: none;
   border-radius: 20px;
   color: #FFF;
   font-weight: 500;
   text-transform: uppercase;
   transition: 0.1s ease;
   cursor: pointer;
 }
 .form-wrapper .form-btn:hover, .form-wrapper .form-btn:focus {
   opacity: 0.8;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
   transition: 0.1s ease;
 }
 .form-wrapper .form-btn:active {
   opacity: 1;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
   transition: 0.1s ease;
 }
 button.social-signup {
   margin-bottom: 10px;
   width: 100%;
   height: 40px;
   border: none;
   border-radius: 2px;
   color: #FFF;
   font-weight: 500;
   transition: 0.2s ease;
   cursor: pointer;
   padding: 3px 5px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 button.social-signup svg {
   margin: 0 10px;
 }
 button.social-signup img {
   width: 25px;
   background: #fff;
   border-radius: 50px;
   margin: 0 10px 0 5px;
 }
 #signup {
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100vh;
   display: flex;
   align-items: center;
 }
 #signup-box {
   position: relative;
   margin: 0 auto;
   width: 600px;
   border-radius: 2px;
   padding: 40px;
 }
 button.social-signup:hover, button.social-signup:focus {
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
   transition: 0.2s ease;
 }
 button.social-signup:active {
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
   transition: 0.2s ease;
 }
 button.social-signup.facebook {
   background: #32508E;
 }
 button.social-signup.google {
   background: #3477F6;
 }
 .term-conditions a {
   color: #ed50a5;
   font-weight: 600;
 }
 .chat-wrapper {
   border: 2px solid #ddd;
   border-radius: 5px;
 }
 .chatbox {
   padding: 30px 20px;
   display: flex;
   flex-direction: column;
   gap: 20px;
   max-height: 350px;
   overflow-y: scroll;
 }
 .chatbox .chat {
   display: flex;
   gap: 15px;
   float: left;
 }
 .chatbox .user-icon svg {
   font-size: 24px;
 }
 .chatbox .agent-icon svg {
   font-size: 24px;
 }
 .chatbox .msg {
   background: #f3f3f3;
   max-width: 80%;
   padding: 20px;
   border-radius: 10px;
   position: relative;
   font-size: 13px;
   margin-bottom: 0;
 }
 .msg ion-icon {
   font-size: 20px;
   color: #3a384c;
   position: absolute;
   top: 10px;
 }
 .chat.user-chat {
   flex-direction: row-reverse;
 }
 .chatbox .chat:nth-child(odd) ion-icon {
   left: -14px;
 }
 .chatbox .chat:nth-child(even) ion-icon {
   right: -14px;
   transform: rotate(180deg);
 }
 .message-box {
   position: relative;
 }
 .message-box textarea.form-control {
   height: auto;
   resize: none;
   padding-right: 160px;
 }
 .message-box button.btn {
   border-radius: 50%;
   color: #fff;
   border: 2px solid #00c2a7;
   padding: 8px 10px;
   min-width: 38px;
   margin-left: 25px;
   background: #00c2a7;
   height: 38px;
   text-align: center;
 }
 .send-message-wrap {
   position: absolute;
   top: 1px;
   right: 1px;
   padding: 16.75px 15px;
   background: #f3f3f3;
   border-radius: 0 10px 10px 0;
   display: flex;
   align-items: center;
   height: 100%;
 }
 .file-brows {
   position: relative;
 }
 .file-brows .browse {
   color: #445056;
 }
 .file-brows .fileval {
   display: block;
   position: absolute;
   right: 0;
   left: 0;
   padding: 0;
   text-overflow: ellipsis;
   white-space: nowrap;
   display: block;
   top: 45px;
   overflow: hidden;
   font-size: 12px;
 }
 .file-brows input[type="file"] {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   width: 100%;
   height: 100%;
 }
 input[type=file] {
   display: block;
 }
 .chatbox::-webkit-scrollbar {
   width: 8px;
 }
 .chatbox::-webkit-scrollbar-track {
   box-shadow: inset 0 0 5px grey;
   border-radius: 10px;
 }
 .chatbox::-webkit-scrollbar-thumb {
   background: #00c2a7;
   border-radius: 10px;
 }
 .chatbox::-webkit-scrollbar-thumb:hover {
   background: #00c2a7;
 }
 .chatbox {
   scrollbar-width: thin;
   scrollbar-color: #00c2a7 #ccc;
 }
 .chat-info ul li + li {
   margin-left: 10px;
 }
 .chat-info ul li {
   display: inline-block;
   font-size: 11px;
 }
 .chat.user-chat .msg {
   float: right;
 }
 .chat.user-chat div {
   float: right;
 }
 #sidebar {
   min-height: auto;
   overflow-y: auto;
   overflow-x: hidden;
 }
 @media screen and (min-width: 1200px) {
   #sidebar {
     height: calc(100vh - 0px);
   }
 }
 @media screen and (min-width: 1026px) {
   #sidebar {
     height: calc(100vh - 0px);
   }
 }
 #sidebar::-webkit-scrollbar {
   display: none;
 }
 #sidebar {
   -ms-overflow-style: none;
   scrollbar-width: none;
 }
 #main-content {
   min-height: auto;
   overflow-y: auto;
   overflow-x: hidden;
 }
 @media screen and (min-width: 1200px) {
   #main-content {
     height: calc(100vh - 143px);
   }
 }
 @media screen and (min-width: 1026px) {
   #main-content {
     height: calc(100vh - 140px);
   }
 }
 #main-content::-webkit-scrollbar {
   display: none;
 }
 #main-content {
   -ms-overflow-style: none;
   scrollbar-width: none;
 }
 #sidebar {
   width: 320px;
   position: absolute;
   border-right: 0px solid #CFD3D9;
   left: 0;
   top: 0;
   min-height: 100vh;
 }
 #main-content {
   padding: 30px 0 30px 0;
   position: relative;
   margin-left: 345px;
   min-height: 100vh;
 }
 .side-user-profile {
   background: #f3f3f3;
   padding: 15px 20px;
   margin: 20px 20px 0 20px;
   border-radius: 10px;
   position: absolute;
   width: 88%;
   bottom: 10px;
 }
 .side-user-profile h3 {
   position: relative;
   font-size: 18px;
   padding-bottom: 10px;
   margin-bottom: 10px;
 }
 .side-user-profile h3:after {
   content: "";
   position: absolute;
   height: 2px;
   background: #00c2a7;
   width: 100%;
   left: 0;
   bottom: 0;
 }
 .side-user-profile ul.profile {}
 .side-user-profile ul.profile li {}
 .side-user-profile ul.profile li a {
   color: #445056;
 }
 .side-user-profile ul.profile li svg {
   margin-right: 10px;
 }
 .side-user-profile ul.profile li + li {
   margin-top: 8px;
 }
 section#myform {
   background: #f3f3f3;
 }
 .container-fluid.myform {
   position: relative;
 }
 .side-bar-block ul {
   padding-left: 40px;
   margin-right: -20px;
 }
 .side-bar-block ul li {}
 .side-bar-block ul li a {
   display: block;
   padding: 10px 20px;
   border-radius: 20px 0 0 20px;
   color: #445056;
 }
 .side-bar-block ul li a.active, .side-bar-block ul li a:hover {
   background: #f3f3f3;
 }
 .side-bar-block ul li a svg {
   margin-right: 10px;
 }
 .side-bar-block ul li + li {
   margin-top: 5px;
 }
 .side-bar-block h3 {
   font-size: 22px;
   font-weight: 700;
 }
 #main-content .card {
   border: none;
   border-radius: 20px;
 }
 #main-content .card .card-body {
   padding: 40px;
   background: #fff;
   border-radius: 20px;
 }
 .myform .more-main {
   position: relative;
 }
 .myform .dot-menu {
   display: flex;
   justify-content: end;
   margin-top: -28px;
   cursor: pointer;
   width: 40px;
   margin-left: auto;
 }
 .myform .dot {
   width: 3px;
   height: 3px;
   border-radius: 100%;
   background-color: black;
   margin-left: 4px;
   cursor: pointer;
 }
 .myform .more-main p {
   text-align: center;
   margin-left: 59px !important;
   font-size: 16px;
 }
 .more {
   width: 120px;
   padding-bottom: 20px;
   background-color: rgb(255, 255, 255);
   position: absolute;
   top: 2px;
   display: none;
   z-index: 2;
   transform: translate(0px, 19px) !important;
   border-bottom: 4px solid #00c2a7;
 }
 .more-content {
   padding-top: 10px;
   padding-left: 15px;
   border-bottom: 1px solid #ebebeb;
 }
 .more-content:hover {
   background-color: #00c2a715;
 }
 .more-content .svg-inline--fa {
   margin-right: 5px;
 }
 .myform th:nth-child(7) {
   text-align: end;
 }
 .myform thead tr:nth-child(1) {}
 .myform .card .card-body thead > tr > th {
   vertical-align: middle;
 }
 .myform tbody tr:hover {
   transition: 0.3s all;
   background-color: #00c2a715;
 }
 .myform tbody tr:hover svg {
   color: #00c2a7;
 }
 .table.my-form-table tr td {
   border: none;
   padding: 16px 8px;
 }
 a.response-value {
   width: 24px;
   height: 24px;
   display: block;
   margin: 0 auto;
   background: #00c2a7;
   text-align: center;
   border-radius: 50%;
   color: #fff;
   font-size: 12px;
   line-height: 23px;
   font-weight: bold;
 }
 .myform .entries-search {
   display: flex;
   justify-content: flex-end;
 }
 .myform form {
   position: relative;
 }
 .myform form > .textbox {
   outline: 0;
   height: 42px;
   width: 245px;
   line-height: 42px;
   padding: 0 16px;
   background-color: rgba(255, 255, 255, 0.8);
   color: #212121;
   border: 0;
   float: left;
   -webkit-border-radius: 4px 0 0 4px;
   border-radius: 4px 0 0 4px;
 }
 .myform form > .textbox:focus {
   outline: 0;
   background-color: #FFF;
 }
 .myform form > .textbox {
   border-radius: 20px;
   box-shadow: none;
   border: 1px solid #ddd;
 }
 .myform form > .textbox::placeholder {}
 .myform form > .button {
   outline: 0;
   background: none;
   background-color: #00c2a7;
   height: 42px;
   width: 55px;
   text-align: center;
   line-height: 42px;
   border: 0;
   color: #FFF;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: 16px;
   text-rendering: auto;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
   -webkit-transition: background-color .4s ease;
   transition: background-color .4s ease;
   -webkit-border-radius: 0 4px 4px 0;
   border-radius: 0 20px 20px 0;
   position: absolute;
   right: 0;
 }
 .myform form > .button:hover {
   background-color: #0b7a50;
 }
 .myform .card .card-body nav .page-link:hover {
   background-color: #00c2a7 !important;
   color: white;
 }
 .myform .card .card-body nav .activ {
   background-color: #00c2a7 !important;
   color: white;
 }
 .myform .card .card-body .no-entries {
   display: flex;
   align-items: center;
 }
 .myform .card .card-body .form-select {
   width: 62px;
   padding: 5px;
   font-size: 14px;
 }
 .myform .card .card-body label {
   margin-left: 5px;
   margin-right: 5px;
 }
 div#example_filter {
   display: none;
 }
 .myform .card .card-body .dataTables_length {
   margin-bottom: 25px;
   margin-top: -58px;
 }
 .myform .card a#example_previous {
   padding: 10px;
   border: 1px solid rgb(209 209 209);
 }
 .myform a.paginate_button {
   border: 1px solid rgb(209 209 209);
   padding: 10px;
 }
 .myform a.paginate_button:hover {
   background-color: #00c2a7;
   color: white;
   border: 1px solid #00c2a7;
   transition: 0.3s all;
   cursor: pointer;
 }
 .myform div#example_paginate {
   text-align: end;
 }
 #sidebar .logo {
   text-align: center;
   background: #f3f3f3;
   margin: 10px 20px 0;
   border-radius: 10px;
   padding: 15px 0;
 }
 #sidebar .logo img {
   max-width: 150px;
 }
 .back-btn-wrap {
   background: #fff;
   padding: 20px;
   border-radius: 20px;
 }
 .back-btn {
   color: #00c2a7;
 }
 .form_setting {
   color: rgb(30, 48, 80);
   font-weight: bold;
   font-size: 16px;
   background: #fff;
   padding: 5px 10px;
   border-radius: 20px;
   border: 2px solid rgb(30, 48, 80);
 }
 .form_setting:hover {
   background: rgb(30, 48, 80);
   color: #fff;
 }
 #create-form-Modal {}
 #create-form-Modal .modal-dialog {
   max-width: 450px;
 }
 #create-form-Modal .modal-body {
   padding: 30px;
 }
 #create-form-Modal h3 {
   text-align: center;
   margin-bottom: 30px;
   margin-top: 10px;
 }
 #create-form-Modal label {
   font-weight: 500;
   margin-bottom: 8px;
 }
 #create-form-Modal input.form-control {
   height: 50px;
   border-radius: 12px;
   margin-bottom: 20px;
 }
 #create-form-Modal button.btn-close {
   float: right;
   position: absolute;
   top: 10px;
   right: 10px;
 }
 .create-form-btn {
   cursor: pointer;
   font-size: 0.80rem;
   border: none;
   user-select: none;
   outline: none !important;
   font-weight: 700;
   line-height: 19px;
   padding: 12px 20px;
   border-radius: 25px;
   text-transform: uppercase;
   transition: 0.2s ease;
   white-space: nowrap;
   min-width: 120px;
   background-color: #ed50a5;
 }
 .create-form-btn:hover {
   background-color: #ed50a5b0;
 }
 .back_dash_btn:hover {
   color: #445056;
 }
 .inner_section_col {
   text-align: center;
 }
 .inner_section_top {
   padding-top: 150px;
   padding-bottom: 0px;
 }
 .inner_section_top.faq-top-section h1 {
   max-width: 950px;
 }
 .inner_section_col h1 {
   font-size: 24px;
   max-width: 800px;
   display: block;
   margin: auto;
   font-weight: 500;
 }
 .inner_section_col p span {
   font-size: 12px;
   color: green;
   font-weight: 500;
 }
 .inner_section_col h2 {
   font-size: 24px;
   max-width: 800px;
   display: block;
   margin: auto;
   font-weight: 500;
 }
 .inner_section_col h3 {
   font-size: 17px;
 }
 .custom-bg {
   background: #f5f5f5;
 }
 .single_blog_section {
   width: 100%;
   background-color: white;
   box-shadow: rgba(0, 0, 0, .05) 0px 0px 16px 0px;
   border-radius: 10px;
 }
 .single_blog_section .sblog_img {
   overflow: hidden;
   border-radius: 10px 10px 0 0;
 }
 .single_blog_section .sblog_img img {
   width: 100%;
   transform: scale(1);
   transition: all .45s ease;
   border-radius: 10px 10px 0 0;
 }
 .single_blog_section .sblog_img img:hover {
   transform: scale(1.05);
 }
 .single_blog_section .sblog_content {
   padding: 30px;
 }
 .single_blog_section .sblog_content h2 {
   font-size: 24px;
   font-weight: 500;
   color: #545252;
 }
 .single_blog_section .sblog_content p {
   font-size: 16px;
   line-height: 1.6;
   margin-bottom: 20px;
 }
 .single_blog_section .sblog_content h3, .single_blog_section .sblog_content h4 {
   font-size: 20px;
 }
 .single_blog_section .sblog_content h3 {
   position: relative;
 }
 .single_blog_section .sblog_content h3:before {
   content: "-";
   margin-right: 5px;
 }
 .single_blog_section .sblog_content .wp-block-pullquote {
   padding: 1.5em;
 }
 .single_blog_section .sblog_content .wp-block-pullquote p {
   max-width: 650px;
   margin: 0 auto;
   font-size: 18px;
   position: relative;
 }
 .single_blog_section .sblog_content .wp-block-pullquote p:before {
   content: open-quote;
   font-size: 36px;
   position: absolute;
   top: -12px;
   left: -4px;
   color: #ed50a5;
   font-weight: 500;
   font-family: 'Black And White Picture', sans-serif;
 }
 .single_blog_section .sblog_content .wp-block-pullquote p:after {
   content: close-quote;
   position: absolute;
   font-size: 36px;
   font-weight: 500;
   color: #ed50a5;
   font-family: 'Black And White Picture', sans-serif;
 }
 .silde_bimg img {
   width: 80px;
   height: 80px;
   object-fit: cover;
 }
 .rectent_blogc {
   display: flex;
   margin-top: 20px;
 }
 .recent_blog {
   padding: 25px;
   box-shadow: 0px 0px 20px #8080800f;
   background: #fff;
   border-radius: 10px;
 }
 .silde_blog_c h2 {
   font-size: 17px;
 }
 .silde_blog_c {
   padding-left: 15px;
 }
 a.rectent_blogc {
   color: #445056;
 }
 .single_blog_section .sblog_content ul {
   list-style: none;
   margin-top: 15px;
 }
 .single_blog_section .sblog_content ul li:nth-child(odd) {
   list-style: outside;
   font-weight: 600;
 }
 .single_blog_section .sblog_content ul li:nth-child(even) {
   font-weight: 300;
   margin-bottom: 10px;
 }
 .login-btns-wrapper {
   max-width: 400px;
   margin: 0 auto;
   background: #fff;
   padding: 30px 40px;
   border-radius: 10px;
   text-align: center;
   box-shadow: 0 3px 0 #dddddd;
   border: 1px solid #ddd;
 }
 .login-btns-wrapper .btn {
   background: #ddd;
   width: 100%;
   padding: 10px 10px;
   font-size: 16px;
   color: #fff;
   border-radius: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .login-btns-wrapper .btn i {
   font-size: 22px;
 }
 .login-btns-wrapper .btn + .btn {
   margin-top: 10px;
 }
 a.btn.google-btn {
   background: #df4930;
 }
 a.btn.facebook-btn {
   background: #507cc0;
 }
 a.btn.email-btn {
   background: #ed50a5 !important;
   border-color: #ed50a5 !important;
   color: #fff !important;
 }
 .login-btns-wrapper .sub-cta-text {
   margin: 10px 0 0;
   font-weight: 700;
   font-size: 16px;
 }
 .getting-content-text {
   max-width: 800px;
   margin: 0 auto;
 }
 .getting-started-img img {
   max-width: 100%;
 }
 .login-btns-wrapper .btn img {
   max-width: 32px;
   margin-right: 15px;
 }
 .getting-content-text {
   background: #fff;
   padding: 20px;
 }
 .getting-content-text p {
   line-height: 1.7;
   font-size: 17px;
 }

.login-btns-wrapper.heading-point{
    max-width: 415px;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 0 #ed50a521;
    border: 1px solid #ed50a521;
    background: #ed50a521;
}
.login-btns-wrapper.heading-point h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.login-btns-wrapper ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
}
.login-btns-wrapper ul li {
    font-size: 14px;
}
.login-btns-wrapper ul li + li {
    margin-top: 15px;
}
.login-btns-wrapper ul li svg {
    margin-right: 10px;
    color: #529852;
}

 #signupModal button.btn-close {
   position: absolute;
   right: 8px;
   top: 8px;
   background-color: #ddd;
   padding: 10px;
   border-radius: 50px;
   z-index: 999;
 }
 #signupModal .register-login .container {
   box-shadow: none;
 }
 #signupModal .modal-content {
   background: transparent;
 }
 #signupModal.modal.show .modal-dialog {
   margin-top: 99px;
 }
 #signupModal.modal.fade.show {
   backdrop-filter: blur(2px);
 }
 #inner-login-modal button.btn-close {
   position: absolute;
   right: 8px;
   top: 8px;
   background-color: #ddd;
   padding: 10px;
   border-radius: 50px;
   z-index: 999;
 }
 #inner-login-modal .register-login .container {
   box-shadow: none;
 }
 #inner-login-modal .modal-content {
   background: transparent;
 }
 #inner-login-modal.modal.show .modal-dialog {
   margin-top: 99px;
 }
 #inner-login-modal.modal.fade.show {
   backdrop-filter: blur(2px);
 }
 #inner-login-modal .register-login form {
   padding: 0 30px;
 }
 #productModal button.btn-close {
   position: absolute;
   right: 8px;
   top: 8px;
   background-color: #ddd;
   padding: 10px;
   border-radius: 50px;
   z-index: 999;
 }
 #productModal.modal.fade.show {
   backdrop-filter: blur(2px);
 }
 #productModal.modal.show .modal-dialog {
   margin-top: 99px;
 }
 .custom-bg.features-pages {
   background: #fff;
 }
 .features-pages .inner_section_col h1 {
   font-size: 30px;
   max-width: 800px;
   display: block;
   margin: 0px auto 15px;
   font-weight: 600;
 }
 .features-pages .inner_section_col p {
   font-size: 17px;
   max-width: 450px;
   display: block;
   margin: auto;
   font-weight: 400;
 }
 .content-box {
   padding: 20px;
   background: #f3f3f3;
   border-radius: 10px;
   margin: 0px 0 30px;
   min-height: 265px;
 }
 .content-box a.btn {
   padding: 0;
   color: #ed50a5;
   position: relative;
   font-weight: 600;
 }
 .content-box a.btn:after {
   content: " ❯";
   font-size: 14px;
   margin-left: 3px;
 }
 .content-box.min-height-233 {
   min-height: 233px;
 }
 .section-content {
   max-width: 950px;
   margin: 0 auto;
   text-align: center;
 }
 .getting-content-text h2, .getting-content-text h3 {
   font-size: 22px;
 }
 .product-page-wrapper .section-content {
   max-width: 1020px;
   margin: 0 auto;
   text-align: center;
 }
 .section.not-found-page {
   height: 100vh;
   text-align: center;
   display: flex;
   align-items: center;
   padding: 0;
   justify-content: center;
 }
 .section .error {
   font-size: 150px;
   color: #606060;
   text-shadow: 1px 1px 1px #252626, 2px 2px 1px #252626, 3px 3px 1px #252626, 4px 4px 1px #252626, 5px 5px 1px #252626, 6px 6px 1px #252626, 7px 7px 1px #252626, 8px 8px 1px #252626, 25px 25px 8px rgba(0, 0, 0, 0.2);
   margin: 0;
 }
 .not-found-content {
   margin-top: -50px;
 }
 .section.not-found-page .page {
   margin: 2rem 0;
   font-size: 20px;
   font-weight: 600;
   color: #444;
 }
 .back-home {
   border-radius: 20px;
   border: 1px solid #ed50a5;
   background-color: #ed50a5;
   color: #ffffff;
   font-size: 12px;
   font-weight: bold;
   padding: 12px 45px;
   letter-spacing: 1px;
   text-transform: uppercase;
   transition: transform 80ms ease-in;
   text-decoration: none;
 }
 .back-home:hover {
   color: #fff;
   background: #ed50a5b0;
 }
 .section.demo-page {
   width: 100%;
   height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .demo-content {
   max-width: 600px;
   margin-top: -100px;
 }
 .demo-page-logo {
   text-align: center;
   margin-bottom: 30px;
 }
 .demo-page-logo img {
   max-width: 150px;
 }
 .section.demo-page .demo-content h1 {
   font-size: 24px;
   margin: 0;
 }
 .section.demo-page .demo-content p {
   font-size: 13px;
   text-align: center;
 }
 .demo-content .form-group {
   position: relative;
 }
 .section.demo-page .form-group input.form-control {
   border: 2px solid #888;
   padding: 10px 40px 10px 10px;
   border-radius: 30px;
 }
 .section.demo-page .form-group input.form-control.input_error {
   border-color: #ff0000;
 }
 .thankyou {
   text-align: center;
   color: green;
   max-width: 400px;
   margin: 10px 0;
   font-size: 15px;
 }
 .success-msg.contact {
   text-align: center;
   margin-bottom: 20px;
   color: green;
   font-weight: 600;
 }
 .section.demo-page input.btn.btn-demo {
   position: absolute;
   top: 5px;
   right: 5px;
   background: #ed50a5;
   border-radius: 30px;
   color: #fff;
 }
 .section.demo-page a.btn-close {
   position: absolute;
   top: 15px;
   right: 30px;
   padding: 5px;
   border-radius: 50px;
   opacity: 0.6;
   font-size: 24px;
   box-shadow: none !important;
 }
 .section.reset-password-page {
   width: 100%;
   height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #f5f5f5;
 }
 .section.reset-password-page .demo-content {
   max-width: 600px;
   margin-top: -100px;
 }
 .section.reset-password-page .demo-page-logo {
   text-align: center;
   margin-bottom: 30px;
 }
 .section.reset-password-page .demo-page-logo img {
   max-width: 150px;
 }
 .section.reset-password-page .demo-content h1 {
   font-size: 24px;
   margin: 0;
   text-align: center;
 }
 .section.reset-password-page .demo-content p {
   font-size: 13px;
   text-align: center;
 }
 .section.reset-password-page .form-wrapper {
   background: #fff;
   border-radius: 10px;
   width: 400px;
   box-shadow: 0 3px 0 #dddddd;
   border: 1px solid #dddddd;
   margin: 0 auto;
   padding: 30px;
 }
 button.btn.btn-primary.btn-demo {
   background-color: #ed50a5;
   border: 1px solid #ed50a5;
   padding: 10px 27px;
   border-radius: 30px;
   min-width: 120px;
 }
 .demo-content .form-group {
   position: relative;
 }
 .section.reset-password-page input.btn.btn-demo {
   position: absolute;
   top: 5px;
   right: 5px;
   background: #ed50a5;
   border-radius: 30px;
   color: #fff;
 }
 .section.reset-password-page a.btn-close {
   position: absolute;
   top: 15px;
   right: 30px;
   padding: 5px;
   border-radius: 50px;
   opacity: 0.6;
   font-size: 24px;
   box-shadow: none !important;
 }
 div#loginerror {
   min-height: 18px;
   font-size: 11px;
   color: red;
 }
 a.forgot {
   margin: 5px 0 15px !important;
 }
 .relative {
   width: 100%;
   position: relative;
 }
 .password_validation {
   display: none;
 }
 .error-msg-text, .error_msg, .error {
   color: #c00000; font-size: 11px;
 }
 .success-msg-text {
   color: green; margin-bottom: 0; font-size: 11px;
 }
.registrationFormAlert {
    min-height: 18px;
}
 .password_validation {
   position: absolute;
   background: #f5f5f5;
   z-index: 99999;
   border: 1px solid #ddd;
   padding: 10px 15px;
   width: 100%;
   margin: 0 15px;
   left: -5%;
   font-size: 13px;
   border-radius: 12px;
   text-align: left;
   top: 57px;
 }
 .valid {
   color: green;
 }
 .valid:before {
   position: relative;
   left: -5px;
   content: "✔";
 }
 .invalid {
   color: red;
 }
 .invalid:before {
   position: relative;
   left: -5px;
   content: "✖";
 }
 .activation-notifaction-stripe {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    text-align: center;
    background: #030303a8;
    padding: 15px 0;
    z-index: 1021;
    margin: 0 auto;
}
 .activation-notifaction-stripe p {
   margin: 0;
   color: #fff;
   font-weight: 600;
   font-size: 15px;
 }
.activation-notifaction-stripe button.btn-close {
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 0;
}

	
	.why-tracko-page{}	
	.why-tracko-top .login-btns-wrapper p {
    font-weight: 700;
    line-height: normal;
    font-size: 22px;
}
	.why-tracko-top .login-btns-wrapper{padding: 30px 20px; box-shadow: none;}
	.why-tracko-top .login-btns-wrapper .form-control {
    height: 45px;
    margin-bottom: 15px !important;
}
	.why-tracko-top .login-btns-wrapper button {
    border-radius: 4px;
    border: 1px solid #ed50a5;
    background-color: #ed50a5;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in; width: 100%; margin-top: 10px;
}
	.why-tracko-top{padding: 180px 0 90px; }
	.why-tracko-top h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    color: #545252;
}
	.why-tracko-top h1 span {
    color: #9f9f9f !important;
}
	.why-tracko-top p {
    font-size: 19px;
}
	.why-tracko-top ul {
    margin: 20px 0;
    list-style: none;
    padding: 0;
}
	.why-tracko-top ul li {
    
}
	.why-tracko-top ul svg {
    margin-right: 15px; color: #1c801c;
}
	.why-tracko-top ul li + li {
    margin-top: 10px;
}


	
	.why-tracko-page .section-title h2{font-size: 40px; padding: 0; margin-bottom: 15px;}
	.why-tracko-page .section-title p {
    max-width: 750px;
    margin: 0 auto;
}
	.gray-box {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 12px;
}
	.gray-box h3 {
    font-size: 24px;
}
	.custom-btn {
    position: relative;
    background: #fff;
    color: #ed50a5;
    min-width: 120px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    transition-duration: 0.5s;
    padding: 8px 30px;
    cursor: pointer;
    border: 2px solid #ed50a5;
    max-width: 220px;
}
	.custom-btn:hover {
    background: #ed50a5;
    color: #fff;
}
	.our-expert .content{max-width:800px; margin: 0 auto;}
	.our-expert .content p {
    font-size: 21px;
    margin-bottom: 30px;
}
	.img-wrap {
    text-align: center;
}
	.img-wrap img {
    max-width: 375px;
}
	.content-area {
    padding: 0;
}
	.content-area h3 {
    font-size: 30px;
    font-weight: 700;
}
	.content-area ul {
    margin: 20px 0;
}
	.content-area ul li {
    font-size: 16px;
}
	.content-area ul li + li {
    margin-top: 10px;
}
section.section.explore-tracko{padding: 0;}
section.section.explore-tracko .login-btns-wrapper.heading-point{margin-bottom: 90px;}
	.explore-tracko section {
    padding: 30px 0;
}
	.management-box {
    text-align: center;
    padding: 20px 30px; margin: 10px 0;

}
	.management-box h3 {
    font-size: 24px;
}
	.management-box .icon svg {
    font-size: 50px;
    margin-bottom: 15px; color: #888;
}

.loader-section {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}	
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #fff;
  border-right-color: #ed50a5;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/*==============inventory-tracking-software===============*/
.inventory-page{}
header.head-section {padding: 25px 0;}	
section.section-area.section-1 {background: #f1f1f1;padding: 40px 0 60px;}
header.head-section h1 {margin: 0; color: #ed50a5;font-weight: 600;}
section.section-area.section-1 {background: #f1f1f1;}	
.right-content img {max-width: 200px;margin-bottom: 20px;}	
section.section-area.section-1 p {font-size: 22px;font-weight: 400;}
section.section-area.section-1 .p-text-1 {color: green;font-size: 30px;}
section.section-area.section-1 .p-text-2 {margin: 0;}
section.section-area.section-1 .right-content p{font-size: 19px;}	
.right-content a.btn.signup { position: relative;background: #fff; color: #ed50a5; min-width: 120px;border-radius: 30px;display: inline-block;text-align: center;font-size: 18px;font-weight: 600;transition-duration: 0.5s;padding: 12px 30px;cursor: pointer;border: 2px solid #ed50a5;max-width: 220px; margin-top: 23px;}
section.section-area.section-1 .login-btns-wrapper.heading-point {width: 100%; max-width: 90%;text-align: left;padding: 35px; margin-right: 50px;}	
section.section-area.section-1 .login-btns-wrapper.heading-point ul{margin:0;}
section.section-area.section-1 .login-btns-wrapper.heading-point ul li {font-size: 16px;display: flex; align-items: self-start;font-weight: 400;}
section.section-area.section-1 .login-btns-wrapper.heading-point ul li svg {margin-right: 20px;color: #529852; margin-top: 2px;font-size: 24px;}	
section.get-started-section {background: #f6cce33d;padding: 25px 0;}	
section.get-started-section h2 { margin: 0;font-weight: 400;}	
.inventory-page .explore-tracko section {padding: 60px 0;}	
.testimonials{position: relative; background: #f1f1f1;}
.testimonials .title {text-align: center;margin-bottom: 50px;position: relative;padding: 20px 0;max-width: 600px;margin: 0 auto;}
.testimonials .title p {margin: 0 0 10px;margin-bottom: 0;}
.testimonials .testi .item {background: #fff;padding: 20px;border-radius:15px;}
.testimonials .testi .item .profile {display:flex;}
.testimonials .testi .item .profile img {border-radius: 100%;width:50px;height:50px;object-fit:cover}
.testimonials .testi .item .profile .information {margin-bottom:15px}
.testimonials .testi .item .profile .information .stars i {color:#ffd832}
.testimonials .testi .item .profile .information p {font-size: 24px;margin: 0px auto 0px;font-weight: 900;line-height: 1;}
.testimonials .testi .item .profile .information span {font-weight: bold;margin-top: -4px;line-height: 1.6em;font-size: 14px;}
.stars {color: #ebc750; margin-bottom: 12px;}
.inventory-page footer {text-align: center; padding: 50px 0 30px;}

/*==============sign-up ===============*/

section.reigster-section {
    height: 100vh;
    width: 100%;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}
section.reigster-section:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}	
section.reigster-section .container {position: relative;z-index: 999;}	
.register-left-side {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border: 1px solid #000;
    border-radius: 4px;
}
.register-left-side p {color: #fff; margin: 0;}
.register-left-side p + p{margin: 15px 0 0 0;}		
.register-left-side img {max-width: 200px; margin-bottom: 20px;}
/*==============thanku-wrapper ===============*/
.thanku-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.thanku-content {
    text-align: center;
    max-width: 600px;
}
.thanku-content svg {
    font-size: 40px;
    color: #1c801c;
    margin-bottom: 20px;
}
.thanku-content h1 {
    font-size: 24px;
}