body{
	font-family:'Outfit'!important;
	font-weight:400;
}
 .section-testmonials {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .column-testmonials {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 20%;
    }

    .section-details {
        border-left: 10px solid #f7a61a;
        padding-left: 20px;
    }


    .name-section {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 35px;
        color: #0c0c2c !important;
        line-height: 1.2em;
        margin: 0;
    }

    .title-section b {
        color: #650061;
    }

    .title-section {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

    .navigation-testmonials {
        display: flex;
        gap: 10px;
    }


    .swiper-testmonials {
        width: 80%;
        overflow: hidden;
        position: relative;
    }

    @media (max-width: 768px) {
        .section-testmonials {
            flex-direction: column;
            align-items: flex-start;
        }

        .swiper-testmonials {
            width: 100%;
        }
    }

    .swiper-testmonials .swiper-slide {
        border-radius: 10px;
        background: #000;
        display: flex;
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        transform: scale(0.9) !important;
        filter: blur(1px) grayscale(0.5);
        transition: 0.2s;
    }

    .swiper-testmonials .swiper-slide * {
        margin: 0;
    }

    .swiper-testmonials .swiper-slide-active {
        filter: blur(0px) !important;
        transform: scale(1) !important;
    }

    .card-slide {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .head-slide {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-slide {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .title-slide h4 {
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
    }

    .title-slide h6 {
        color: #FFCB00;
        font-size: 14px;
        font-weight: 500;
    }

    .text-slide {
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
    }

    .swiper-button-testmonials-next,
    .swiper-button-testmonials-prev {
        cursor: pointer;
    }


    @media (max-width: 768px) {
        .header-slide svg {
            width: 50px;
        }

        .title-slide h4 {
            font-size: 14px;
        }

        .swiper-testmonials .swiper-slide {
            padding: 20px;
        }
    }
.dropdown-item{
	font-size:1rem!important;
}
.section-services {
	color: #202020;
}
.w-15{
	width:15%;
	border-radius:50%;
}
.port-p{
	font-size:1.5rem;
	margin-top:20px;
	margin-bottom:20px;
}
.about-img::before {
    position: absolute;
    content: "";
    background: url(https://demo.themefisher.com/dizer-bootstrap/images/about/pattern-bg.png) no-repeat;
    width: 100%;
    height: 50%;
    left: -56px;
    top: 50%;
    width: 100%;
    height: 50%;
    z-index: -1;
}
.about-img img{
	position:relative;
	margin:auto;
	display:block;
	border-radius:10px;
}
.about-img2::before {
    position: absolute;
    content: "";
    background: url(https://demo.themefisher.com/dizer-bootstrap/images/about/pattern-bg.png) no-repeat;
    width: 50%;
    right:0px;
    top: 40%;
    width: 50%;
    height: 50%;
    z-index: -1;
}
.about-img2 img{
	position:relative;
	margin:auto;
	display:block;
	border-radius:10px;
}

.about-img21::before {
    position: absolute;
    content: "";
    background: url(https://demo.themefisher.com/dizer-bootstrap/images/about/pattern-bg.png) no-repeat;
    width: 50%;
    right:0px;
    top: 75%;
    width: 50%;
    height: 50%;
    z-index: -1;
}
.about-img21 img{
	position:relative;
	margin:auto;
	display:block;
	border-radius:10px;
}
.baslik{
	font-size:3.5rem;
}
.about .about-img {
    position: relative;
}
.bread-link{
	color:#000;
}
.mt-100{
	margin-top:100px;
}
.contact-area{
	cursor: pointer;
    transition: 0.4s all ease-in-out;
    padding: 30px;
    height: 100%;
    color: #222;
	border-radius:10px;
    border: 1px solid #ebebeb;
    font-size: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: initial;
}
.new-bas{
	font-size: 2.5rem;
    margin-top: 2rem;
}
.new-bbt{
	width:fit-content;
	}
.yazi{
	padding:30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.contact-area:hover{
	background:#07abd0;
	color:#fff;
}
.contact-area:hover i{
	color:#fff;
}
.contact-area:hover a{
	color:#fff!important;
}
.contact-area:hover h3{
	color:#fff;
}
.counter{
    color: #fff;
    background: linear-gradient(to right bottom, #FFD81B, #f9b12a);
    text-align: center;
    width: 180px;
    height: 180px;
    padding: 40px 20px 20px;
    margin: 0 auto;
    border-radius: 10px 10px 100px 100px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background-color: #f9b12a;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.counter .counter-value{
    font-size: 55px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 15px;
    display: block;
}
.counter h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#fff;
    margin: 0 0 20px;
}
.ml-1{
	margin-left:1.2rem!important;
}
.count-word-area{
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.counter.green{ background: linear-gradient(to right bottom, #a9dd23, #52C242); }
.counter.green:after{ background: #52C242; }
.counter.cgreen{ background: linear-gradient(to right bottom, #01AD9F, #008888); }
.counter.cgreen:after{ background: #008888; }
.counter.blue{ background: linear-gradient(to right bottom, #00C5EF, #0092f4); }
.counter.blue:after{ background: #0092f4; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}
.section-services .header-section {
	margin-bottom: 34px;
}

.new-h2 {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 400;
    font-size: 5.75rem;
}
.mixitup-control-active{
	background:#444!important;
	color:#fff;
	transition:0.4s all ease-in-out;
}
.controls button{
	border: 1px solid #ebebeb;
    background: white;
    padding: 10px 30px;
	letter-spacing:2px;
    border-radius: 6px;
    margin: 0 10px;
	}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
	list-style-type:none;
  padding-top: 30px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
	width:100%;
  	transition: all 0.5s;
	border-radius:10px;
	object-fit:none;
	background:black
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-section{
	text-align:center;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.new-h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 5px;
	background-color: #f7a61a;
	opacity:0.5;
    border-radius: 3px;
}

.new-h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 5px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
	height:350px;
	border:1px solid #ebebeb;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}
.logg{
	width: 10%;
    float: right;
    position: absolute;
    bottom: 10%;
    right: 5%;
}
.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #07abd0;
    border: 6px solid #07abd0;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 0.65;
}
.w-90{
	width:90%;
}
.section-services .single-service .icon {
	display: inline-block;
	background:transparent;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
	opacity:1;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	filter:invert(1);
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 15px;
	font-weight:300;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}
.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}
.container{
	max-width:95%!important;
}
.mt-1{
	margin-top:1rem;
}
.mt-2{
	margin-top:2rem;
}
.mt-3{
	margin-top:3rem;
}
.mt-4{
	margin-top:4rem;
}
.mt-5{
	margin-top:5rem;
}
.mt-71{
	margin-top:7.5rem;
}
.pt-1{
	padding-top:1rem;
}
.pt-2{
	padding-top:2rem;
}
.pt-3{
	padding-top:3rem;
}
.pt-4{
	padding-top:4rem;
}
.pt-5{
	padding-top:5rem;
}
#bttn{
	background:transparent!important;
	color:#07abd0;
}
.count-baslik{
	font-size:3rem;
	margin-bottom:30px;
}
.count-paragraf{
	margin-bottom:30px;
}
.svg-icon[class*=text-]>svg [fill]:not([fill=none]){
	fill: #07abd0!important;
	}
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right{
	right:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	position:fixed;
	top:auto;
}
.navbar{
	padding:0;
}
.new-display{
	font-size:4.5rem;
	font-weight:400;
}
.text-warning{
	font-weight:700;
}
.js-typedjs{
	text-transform:capitalize;
	color:#07abd0!important
}
.ress{
	width: 20%;
    object-fit: cover;
}
.navbar-expand-lg .dropdown-menu{
	margin-top:0!important;
}
.btn-anim::before {
  -webkit-animation: shine 5s ease-in-out infinite;
          animation: shine 5s ease-in-out infinite;
}

.dropdown-item:hover{
	color:#07abd0!important;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%, 100% {
    left: 100%;
    transition-property: left;
  }
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%, 100% {
    left: 100%;
    transition-property: left;
  }
}
.btn-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
  border: var(--btn-border);
  color: var(--btn-text-color);
  background: var(--btn-bg);
}
.btn-alt:not(:last-child) {
  margin-bottom: 3rem;
}
.btn-alt::before, .btn-alt::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
}
.btn-alt:before {
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  left: 0;
  filter: blur(30px);
  -webkit-animation: shine-alt1 5s ease-in-out infinite;
          animation: shine-alt1 5s ease-in-out infinite;
}
.btn-alt:after {
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  left: 30px;
  filter: blur(5px);
  -webkit-animation: shine-alt2 5s ease-in-out infinite;
          animation: shine-alt2 5s ease-in-out infinite;
}

@-webkit-keyframes shine-alt1 {
  0% {
    opacity: 0.5;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  11.5044247788%, 100% {
    opacity: 0.6;
    transform: translateX(300px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}

@keyframes shine-alt1 {
  0% {
    opacity: 0.5;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  11.5044247788%, 100% {
    opacity: 0.6;
    transform: translateX(300px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}
@-webkit-keyframes shine-alt2 {
  0% {
    opacity: 0;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  11.5044247788%, 100% {
    opacity: 1;
    transform: translateX(300px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}
@keyframes shine-alt2 {
  0% {
    opacity: 0;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  11.5044247788%, 100% {
    opacity: 1;
    transform: translateX(300px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}
:root {
  --btn-bg: transparent;
  --btn-shadow: 1px 1px 25px 10px rgba(255, 255, 255, 0.5);
  --btn-text-color: #f4f4f4;
  --shine-degree: 120deg;
  --shine-color: rgba(255, 255, 255, 0.2);
  --shine-effect: linear-gradient(
    var(--shine-degree),
    transparent,
    var(--shine-color),
    transparent
  );
  --shine-transition: all 0.65s ease-in-out;
}
.btn {
  position: relative;
  overflow: hidden;
  font-size: 1.1rem;
  padding: 1rem 3rem;
  border-radius: 4px;
  text-decoration: none;
  border: var(--btn-border);
  color: var(--btn-text-color);
  background: var(--btn-bg);
}
.btn:not(:last-child) {
  margin-bottom: 3rem;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--shine-effect);
}

.btn-hover::before {
  left: -100%;
  transition: var(--shine-transition);
}
.btn-hover:hover {
  box-shadow: var(--btn-shadow);
}
.btn-hover:hover::before {
  left: 100%;
}
.typed-cursor{
	color:#07abd0!important;
}
.btn-primary{
	background-color:#07abd0!important;
	border-color:#07abd0!important;
	position:relative;
	top:5px;
}
.navbar-light .navbar-nav .nav-link{
	font-weight:600;
	color:#2880bf!important;
	font-size:20px;
}
.navbar[data-hs-header-options*=fixMoment]{
	padding:10px;
}
.new-f{
	font-size:4.4rem;
	font-weight:900;
}
.new-menu{
	padding: 1rem 0.75rem;
	font-weight:600;
	color:#2880bf;
	font-size:20px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.new-menu:hover{
	color:#07abd0!important;
}
.res{
	animation:don 4s linear infinite alternate;
}
.navbar.navbar-scrolled.navbar-light{
	background: rgba(255,255,255,.75)!important;
}
.navbar.navbar-scrolled{
	padding:0;
	background: rgba(255,255,255,.75);
    backdrop-filter: blur(10px);
}
.navbar-dropdown-menu-media-link:hover:not(.disabled):not(:disabled) .navbar-dropdown-menu-media-title{
	color:#07abd0!important;
}
.navbar .dropdown-menu{
	border-top:0.1875rem solid #07abd0!important;
}
.new-btn{
	background-color:black!important;
}
.navbar-expand-lg .nav-item:not(:last-child){
	margin-right:2rem!important;
}
.icon-menu{
	font-size: 16px;
    margin-left: 5px;
    position: relative;
    top: 1px;
	color:#d5600e;
}
@keyframes don{
	0%{
		transform:translateY(-10px);
	}
	100%{
		transform:translateY(0px);
	}
}
@media screen and (max-width:1400px){
	.new-f{
		font-size:3rem;
	}
	.iki{
		bottom:20rem!important;
		width:9rem!important;
	}
}
.navbar-expand-lg.navbar-end .navbar-absolute-top-scroller{
	margin-right:auto!important;
}
.navbar-moved-up{
	transform:none!important;
	-webkit-transform:none!important;
}
.lead{
	margin:1rem 0;
	font-size:1rem!important;
}
@media screen and (max-width:768px){
	.new-bas{
		font-size:1.5rem;
	}
	.yazi{
		padding:0;
	}
	.controls{
		display:flex;
		white-space:nowrap;
		overflow:auto;
	}
	.pd img{
		height:auto;
	}
	.new-h2{
		font-size:2.75rem;
	}
	.section-services .single-service{
		margin-bottom:30px;
		height:auto;
		max-height:100%;
	}
	.first-area{
		padding-top:4.5rem!important;
	}
	.ilk{
		display:none;
	}
	.navbar-expand-lg .navbar-collapse{
		margin-top:20px;
	}
	.lead{
		font-size:14px!important;
		margin:0;
	}
	.navbar-expand-lg.navbar-end .navbar-absolute-top-scroller{
	}
	.new-m{
		margin-bottom:20px;
	}
	.new-f{
		 font-size: 40px;
    	line-height: 1.5;
	}
	.count-baslik{
		font-size:2.1rem;
	}
	.column-testmonials{
		width:100%;
	}
	.new-fre{
		padding:6px 20px!important;
		font-size:14px!important;
		font-weight:500;
		margin-bottom:30px;
		margin-top:20px;
		margin-left:0!important;
		width:100%;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding:0!important;
		margin-bottom:20px;
	}
	.new-menu{
		padding:0;
	}
	.navbar-expand-lg .nav-item:not(:last-child){
		margin-right:0!important;
	}
	.navbar[data-hs-header-options*=fixMoment]{
		padding:0;
	}
	.navbar-brand-logo{
		min-width:5.5rem!important;
		position:relative;
		max-width:10.5rem!important;
	}
	.toplu{
		margin-top:1rem!important;
	}
}
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-container{
	width:100%!important;
}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
/* 	display: none; */
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
textarea{
	width:100%;
	height:100px;
}
select{
	padding:.6125rem 1rem;
	border-color:#ebebeb;
	width:100%;
	color:#677788;
	border-radius:5px;
}
.select2-container--default .select2-selection--multiple{
	border-color:#ebebeb!important;
}
.select2-container .select2-search--inline .select2-search__field{
	margin-top:0!important;
}
#s2id_leadadd_mode_of_enq .select2-default {
  color: red !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
	padding:.6125rem 1rem!important;
	border-color:#ebebeb!important;
	width:100%!important;
	color:#979797!important;
	border-radius:5px!important;
}
.iti {
  width: 100%;
  display: block;
}
textarea{
	border-color:#ebebeb!important;
	border-radius:5px;
	padding:.6125rem 1rem;
}
.iti__flag-container{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	z-index:2;
	background:#ebebeb;
}
.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
    color: #677788 !important;
	font-family:'Outfit'!important;
}
#phoneInput{
	padding:10px 6px 10px 52px;
	border-color:#ebebeb!important;
	border-radius:5px!important;
	width:100%!important;
	border:1px solid;
	
}
.sm-bus{
    font-style: italic;
    font-weight: 600;
    margin-right: 1px;
}