/*Header CSS*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
	.navbar .navbar-nav .nav-item {
	  position: relative;
	}
	.navbar .navbar-nav .nav-item::after {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  content: "";
	  background-color: #009ddc;
	  width: 0%;
	  height: 2px;
	  transition: all 0.5s;
	}
	nav.navbar.navbar-expand-lg.bg-light.navbar-light {
    width: 100%;
}
	.navbar .navbar-nav .nav-item:hover::after {
	  width: 100%;
	}
	.dropdown-item.active, .dropdown-item:active {
		background-color: #009ddc;}
		
	.dropdown-item:focus, .dropdown-item:hover {
		background-color: #009ddc;
		color:#fff;
	}
	.btn {
		color: #fff;
		background-color: #009ddc;
	}
	.btn:hover {
		color: #000;
		background-color: #d9e5e8;
	}
	@media screen and (min-width: 992px) {
	.navbar {
	padding: 0;
	}
	.navbar .navbar-nav .nav-link {
	padding: 6px 0;
	}
	.navbar .navbar-nav .nav-item {
	margin: 0 7px;
	}
	}
	.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* End Header CSS*/
.mx-auto {
    margin-right: inherit!important;
    margin-left: auto!important;
}
.navbar .navbar-nav .nav-item {
    margin: 0 24px;
	font-size: 18px;
	font-weight:bold;
}
.top-nav {
    font-size: 15px;
    background-color: #2798d1;
    border-bottom: 1px dashed #d6d6d6;
    width: 100%;
    height: 42px;
}
.top-nav ul li {
    list-style: none;
    display: inline;
    text-align: right;
    margin: 5px 10px;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
a.txt {
    color: #fff;
    text-decoration: none;
}


ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}

.sec-title{
  position:relative;
  z-index: 1;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
  text-decoration: none;
}
.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}
.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}
.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}
.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.about-section .list-style-one{
  margin-bottom: 45px;
}
.about-section .btn-box{
  position: relative;
}
.about-section .btn-box a{
  padding: 11px 50px;
  text-decoration: none;
}
.text-muted {
    color: #000!important;
}
.about-section .image-column{
  position: relative;
}
.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}
.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 35px solid #2798d1;
}
.about-section .image-column .image-1{
    position: relative;
}
.about-section .image-column .image-2{
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    border-radius: 46px;
}
.about-section .image-column .video-link{
   position: absolute;
   left: 70px;
   top: 170px;
}
.about-section .image-column .video-link .link{
	position: relative;
	display: block;
	font-size: 22px;
	color: #191e34;
	font-weight: 400;
	text-align: center;
	height: 100px;
	width: 100px;
	line-height: 100px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 30px 50px rgba(8,13,62,.15);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #fff;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 50%;
  height: 80%;
  background: #2798d1;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #2798d1;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #2c4964;
  text-decoration: none;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #2798d1;
  border-color: #1977cc;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #2798d1;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

.section-bg {
  background-color: #2798d1;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}

.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #2798d1;
	bottom: 0;
	left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# End Services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f7fd;
  border-top: 2px solid;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #504d4d;
  font-size:15px;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  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: #1c84e3;
  font-size: 10px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #504d4d;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size:15px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  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: #1c84e3;
  color: #fff;
  text-decoration: none;
}
/*About Us*/
.text_custom {
    color: #00bd2a;
}

.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #2798d1;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
	box-shadow: 3px 3px 8px 2px silver;
    border-radius: 19px;
    background: linear-gradient(334deg, #ffffff, #b2dbef96);
}
/*--------------------------------------------------------------
# type of hearing aids 
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}
.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}
.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}
.doctors .member:hover img {
  transform: scale(1.1);
}
.doctors .member .member-info {
  padding-left: 30px;
}
.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}
.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.doctors .member .social a:hover {
  background: #1977cc;
}
.doctors .member .social a+a {
  margin-left: 8px;
}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 27px;
    width: 5px;
    height: 100%;
    z-index: 400;
}
ul.timeline>li {
    margin: 20px 0;
    padding-left: 50px;
}
ul.timeline>li:before {
    content: ' ';
    background: #006ca9;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #006ca9;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
/*---product information */
[type="radio"]{
  display: none;
}
label{
  padding: 0.35rem 0.85rem;
  cursor: pointer;
  transition: 0.25s;
   display: initial;
}
[type="radio"]:checked + label{
	background: #2798d1;
	color: #fff;
}
[type="radio"]:nth-of-type(2):checked ~ .gallery .card:not(.enchant),
[type="radio"]:nth-of-type(3):checked ~ .gallery .card:not(.celecrate),
[type="radio"]:nth-of-type(4):checked ~ .gallery .card:not(.journey),
[type="radio"]:nth-of-type(5):checked ~ .gallery .card:not(.bliss),
[type="radio"]:nth-of-type(6):checked ~ .gallery .card:not(.charm),
[type="radio"]:nth-of-type(7):checked ~ .gallery .card:not(.cheer),
[type="radio"]:nth-of-type(8):checked ~ .gallery .card:not(.pep),
[type="radio"]:nth-of-type(9):checked ~ .gallery .card:not(.flip),
[type="radio"]:nth-of-type(10):checked ~ .gallery .card:not(.velocity),
[type="radio"]:nth-of-type(11):checked ~ .gallery .card:not(.endru),
[type="radio"]:nth-of-type(12):checked ~ .gallery .card:not(.pearl)
{
  display: none;
}
.gallery{
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 300px);
  grid-auto-rows: 1fr;
  grid-gap: 1rem;
  padding: 0.5rem;
  margin-top: 1rem;
}
.card{
  margin: 0;
  background: #b8c1c5;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0 10px silver;
  transition: box-shadow 0.35s;
}
.card:hover{
  box-shadow: 0 0 25px #0009;
}
.card__image{
  width: 100%;
  object-fit: cover;
}
.card__caption{
	font-weight: bold;
  font-variant: small-caps;
  padding: 0.5rem;
  text-align: left;
  color: #fff;
}
a.download-btn{
    color: #ffffff;
    text-decoration: none;
    /* text-align: right !important; */
    margin-left: 70px;
}
/*=======================================================
			Offers
========================================================*/
.great-deals {
	padding: 50px 0;
	padding-top: 90px;
}
.great-deals .coupon {
}
.great-deals .coupon li {
	margin-bottom: 30px;
	position: relative;
}
.great-deals .coupon-inner {
	padding: 30px 0;
	padding-bottom: 0px;
	border: 1px solid #e9e9e9;
	position: relative;
	float: left;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.great-deals .coupon-inner:hover {
	border-color: #2798d1;
}
.great-deals .coupon-inner .top-tag {
	display: inline-block;
	width: 100%;
}
.great-deals .coupon-inner .ribn-blue {
	width: 115px;
	float: left;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: url(../images/ribn-red.png) right no-repeat;
	padding-right: 15px;
}
.great-deals .coupon-inner .ribn-blue span {
	background: #2798d1;
	line-height: 24px;
	display: inline-block;
	width: 100%;
}
.great-deals .coupon-inner .star {
	float: right;
	margin-top: -5px;
	font-size: 26px;
	color: #2798d1;
	margin-right: 25px;
}
.great-deals .coupon-inner .top-tag {
	display: inline-block;
	width: 100%;
	position: relative;
}
.great-deals .coupon-inner .c-img {
	display: inline-block;
	width: 100%;
	padding: 0 25px;
	margin-top: 10px;
	text-align: center;
}
.great-deals .coupon-inner .head {
	font-size: 18px;
	text-transform: uppercase;
	color: #222222;
	line-height: 26px;
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.great-deals .coupon-inner .btn {
	background: #002b5e;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
	display: inline-block;
	padding: 6px 25px;
	margin: 0 auto;
	margin-top: 15px;
}
.great-deals .coupon-inner .btn:hover {
	background: #ffdd00;
	color: #002b5e;
}
.great-deals .btm-info li:nth-child(1) {
	text-transform: none;
	color: #222222;
	font-size: 14px;
	line-height: 50px;
	border: none;
}
.great-deals .btm-info li:nth-child(1) i {
	width: auto;
	color: #002b5e;
}
#showHideTrigger {display:none;}
#showHideTrigger:checked ~ .content {display:block;}
#showHideTrigger:not(checked) ~ .content {display:none;}
label {cursor:pointer; width:}
.content {display:none;}

.body-pannel {
    padding: 20px;
    margin: 10px;
    box-shadow: 1px 1px 16px -3px #b2dcf1;
}
/*=======================================================
			faqs
========================================================*/
.card-faq {
    margin: 16px;
    /* background: #b8c1c5; */
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 0 0 10px silver;
    transition: box-shadow 0.35s;
	padding: 20px;
}
.btnn {
    color: #181515;
    background-color: #fff;
}
a.btnn.collapsed{
text-decoration:none;
}
a.btnn.collapsed:before{
	float: right !important;
    content: "\f067";
}
a.btnn:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}
/*=======================================================
			banner
========================================================*/
.jumbotron {
    padding-top: 7%;
    padding-bottom: 7%;
    margin-bottom: 30px;
    color: inherit;
    background: linear-gradient(45deg, #2798d1, #ebe8e8);
    text-align: center;
	font-family: sans-serif;
    color: #fff;
}
/*=======================================================
			Contact us
========================================================*/
a.ms-2 {
    text-decoration: none;
    color: #009ddc;
}
i.fa-solid.fa-map-location-dot {
    color: #399fd3;
}
i.bi.bi-envelope-fill {
	color: #399fd3;
}
i.bi.bi-telephone-fill {
	color: #399fd3;
}
i.fas.fa-house-user {
	color: #399fd3;
}
/*=======================================================
                         footer
========================================================*/
.float {
    position: fixed;
       width: 47px;
    height: 46px;
    bottom: 79px;
    right: 5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #2798d1;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}
.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --blue-color: rgb(51, 85, 170);
}
/* Global stylings */
input {
    display: block;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

.ml-auto {
    margin-left: auto;
}
.add-exp-btn{
	display:none;
}
/* Form */

.form {
    width: 100%;
    border-radius: 0.35rem;
    z-index: 1;
}

.input-group {
    margin: 0.5rem 0;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
    transform-origin: top;
    animation: animate .5s;
}

/* Button */
.btn-group {
    display: flex;
    justify-content: space-between;
}
.btn-next {
    background-color: var(--blue-color);
    color: white;
    float: right;
}
.btn-prev {
    background-color: #777;
    color: #fff;
}
.btn:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--blue-color);
}
textarea {
    resize: vertical;
}
/* Prefixes */
.input-box {
    display: flex;
    align-items: center;
    /* max-width: 300px; */
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    padding-left: 0.5rem;
    overflow: hidden;
    font-family: sans-serif;
}
.input-box .prefix {
    font-weight: 300;
    font-size: 14px;
    color: rgb(117, 114, 114);
}
.input-box input {
    border: none;
    outline: none;
}
.input-box:focus-within {
    border-color: #777;
}
/* End Prefixes */
/* Progress bar */
.progress-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin-bottom: 0px;
	flex-direction: inherit;
}
.progress-bar::before,
.progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: -1;
}
.progress {
    background-color: var(--blue-color);
    width: 0;
    transition: .5s;
}

.progress-step {
    width: 35px;
    height: 35px;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-step::before {
    counter-increment: step;
    content: counter(step);
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.20rem);
    font-size: 0.85rem;
    color: black !important;
}

.progress-step.active {
    background-color: var(--blue-color);
    color: white;
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

/* End Progress bar */

/* Add Experience Btn */

.add-exp-btn {
    color: #577d4c;
    border-right: 2px solid #577d4c;
    border-bottom: 2px solid #577d4c;
    padding: 0 10px 10px 0;
    text-decoration: none;
    font-weight: 600;
    border-bottom-right-radius: 6px;
    cursor: pointer;
}

.add-experience {
    margin-bottom: 20px;
}
