@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Great+Vibes&family=Indie+Flower&family=Pacifico&family=Raleway:ital,wght@0,100..900;1,100..900&family=Sacramento&family=Satisfy&family=Yellowtail&family=Zeyada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Calligraffitti&display=swap');


/*ELN::start*/


@media only screen and (max-width: 767px) { 

.sticky {
    position: fixed;
    top: 63px;
    z-index: 20;
    background-color: #f9f9f9; 
    width: 100%;
    float: left; 
    margin-bottom: 21px !important;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 15px;
} 

}
@media only screen and (min-width: 420px) { 


.itemSnpage .price b {
   
    font-size: 18px;
	
}}

@media only screen and (min-width: 320px) { 

.me3 {
    margin-right: 0 !important;
}
.itemSnpage .price b {
    padding-right: 6px;
    /*width: 100%;*/
    float: left;
    font-size: 15px;
	color: #198754;
}


.mb5 {
    margin-bottom: 1.25rem !important;
}
.ms {
    margin:0.5rem;
} 

.mbs {
    margin-bottom:10px;
} 
#progressBar {
    width: 100%;
    border-radius: 30px;
    margin: 28px 0 0px;
    height: 18px;
    background-color: #fff;
}

.list-group-flush p {
        font-size: 16px!important;
    }

.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 904* 27);
}	
.mb-lg-5 {
        margin-bottom: 2rem !important;
    }	
.p-4 {
    padding: 2rem 1rem !important;
}
.special-p {
        padding-left: 0rem !important;
		padding-right: 0rem !important;
    }		
	
.special-p2 {
        padding: 1em !important; 
    }
.special-p3 {
        padding: 16px 6px!important;
    }
.ptb-60 {
    padding-top: 30px!important;
	padding-bottom: 30px!important;
}
.ptb-sticky {
    padding-top: 70px!important;
	padding-bottom: 30px!important;
}

  .dateNwinput{
    display: block;
  }

.dateNwinpfmgroup {
    margin-bottom: 22px;
}

} 

}
@media (max-width: 991.98px) {
    .oaymentSnpage .itemSnpage .left-section {
        justify-content: center !important;
    }
}
@media (max-width: 991.98px) {
    .oaymentSnpage .itemSnpage .price {
        font-size: 18px; 
    }
}

@media only screen and (min-width: 1024px) { 

.me3 {
    margin-right: 1rem !important;
}
.itemSnpage .price b {
    padding-right: 6px;
    width: auto;
    float: inherit;
    font-size: 18px;
}

.mb5 {
    margin-bottom:0 !important;
}

.ms {
    margin:0rem;
} 

.mbs {
    margin-bottom:0px;
} 

#progressBar {
  width: 100%;
  border-radius:30px;
  margin: 0px 0px 10px 0px;
  height: 18px;
  background-color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 14* 27);
}

.special-p {
        padding-left: 30px !important;
		padding-right: 30px !important;
    }
	
.special-p2 {
        padding: 30px !important; 
    }
	
	
.p-4 {
    padding: 2.5rem !important;
}

.ptb-60, .ptb-sticky  {
    padding-top: 60px!important;
	padding-bottom: 60px!important;
}
  .dateNwinput{
    display: flex;
  }
.dateNwinpfmgroup {
    margin-bottom:0px;
}

}


ul.tags {
    display: inline-block;
	list-style-type:none;
    margin-top: 0px; 
}

ul.tags li {
    display: inline-block; 
	list-style-type:none; float:left;
}

ul.tags li a {
    background: #f8f9fa;
    padding: 7px 11px;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
	float:left;
}

ul.tags li a:hover {
    background: #004aa9; 
    color: #fff; 
}


.gallery
{
    display: inline-block;
    margin-top: 20px;
}

}











.blue { 
        color: #004aa9;  
    }
	
	
 

.form-control.error {
    border-color: #E74C3C;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.accordion-button { 
    font-weight: 500;
}


.accordion-body { 
    font-size: 18px;
}

.active>.page-link, .page-link.active { 
    color: var(--bs-pagination-active-color);
    background-color: #004aa9;
    border-color: #004aa9;
}
.page-link { 
    color: #004aa9; 
}
[data-kt-scrolltop=on] .scrolltop {
    opacity: var(--bs-scrolltop-opacity-on);
    animation: animation-scrolltop 0.4s ease-out 1;
    display: flex;
}

.scrolltop {
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 105;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    bottom: 68px;
    right: 11px;
    background-color: var(--bs-scrolltop-bg-color);
    box-shadow: var(--bs-scrolltop-box-shadow);
    opacity: 0;
    transition: color 0.2s ease;
    border-radius: 0.65rem;
}

.scrolltop > i {
    font-size: 1.3rem;
    color: #fff !important;
}





#save footer .p-3 {
    padding: 1.3rem !important
}

#save footer i {
    font-size: 16px!important;
}


.btn-check svg {
    fill:yellow;
}

.home-type {
    font-size: 11px !important;
    padding-top: 4px;
    margin: 0px;
}


p
.form-floating>label {
    font-size: 18px; 
}



#progressBar div {
  height: 100%;
  border-radius:30px;
  text-align: right;
  padding: 0 10px;
  line-height: 18px; /* same as #progressBar height if we want text middle aligned */
  width: 0;
  color:#fff;
  background-color: #004aa9;
  box-sizing: border-box;
}





.bg-body-tertiary h5 {
        font-weight: 500;
    }
	
	
select option,
.selection select option { 
  font-size:16px !important;
}

.w-20 {
	width:20;
	}

 .number-input {
	height:51px;
	}

.btn-outline-secondary:hover {
	background-color:#004aa9; 
	}
.btn-outline-secondary:hover i{ 
	color:#fff;
	}
 

.shadow-light  {
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 15px;
	}
 
*:focus {
    outline: none;
}

.h2, h2 {
        font-size: 30px;
    }
	
	
.mt-20 {
    margin-top: 7rem !important;
}


 .btn.btn-outline-dashed {
    border: 3px solid #99a1b7 !important;
}

.oneBillBanner .txt h1{
font-size: 55px;
font-weight: 700;
color: #004aa9;
}


.mr-10{ 
  margin-right: 10px;
}


.navitemSonBorder{ 
  border-right: 0px solid #004aa9!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
        font-weight: 500;
        font-size: 18px;
    }


p { font-size: 17px !important;
    }

.chat {
    background-color: #fff;
    color: #198754 !important;
    z-index: 2;
    padding: .8rem 1rem !important; 
    margin-bottom: 1rem !important;
    margin-right: 1rem !important; 
	font-weight:400; 
	border-radius: 0.375rem;
}
.chat i { 
    color: #198754; 
}

footer .text-success   {
    font-size:16px !important;
	font-weight: 400;
}

.form-text {
    margin-top: 1.25rem;
}

 
.chat:hover{
  color:#fff !important;
  background-color: #198754 !important;
}
 .dateNwinput .form-select,
.bnnerBtnalt { 
    height: 62px;
}
.text-body-tertiary,
.text-secondary,
.dateNwinput .form-select {
    --bs-text-opacity: 1;
    color: #7d7d7d !important;
}


:root {
    --swiper-navigation-size: 34px;
	--bs-primary-rgb: 0, 74, 169;
	--bs-primary-active: #004aa9;
	--bs-text-primary: #004aa9; 
}


header .dropdown-menu { 
	--bs-dropdown-link-active-bg: #004aa9 !important;
}


.text-success{
  color: #004aa9 !important;
}

 .btn {
    --bs-btn-padding-x: 23px;
    --bs-btn-padding-y: 16px; 
    --bs-btn-font-size: 18px;

}

.btn-small {
        --bs-btn-padding-x: 25px;
        --bs-btn-padding-y: 7px;
        --bs-btn-font-size: 17px;
    }
 
.btn.btn-success:hover { 
    background: transparent !important;
    color: #004aa9;
	border-color: #004aa9; 
}

.btn.btn-success:active, 
.btn.btn-success:focus {
    background:#004aa9 !important;
    color: #fff;
	border-color: #004aa9;
}




.oneBillBanner .txt h1 { 
    line-height: 58px;
}

.swiper-button-next, .swiper-button-prev { 
    color: #004aa9;
}

.accordion-item {
    margin-bottom: 20px;
    border: none;
    border-radius: 0.375rem;
}
p, .accordion-button{
    font-size: 18px !important;  
}

p { 
	font-weight: 400 !important;
}


.small, small {
    font-size: 17px;
}



.bg-body-tertiary h5 { 
    padding-top: 12px;
	 padding-bottom: 12px;
}


.w-13 {
    width: 13% !important;
}

.gap-3 {
    gap: 1.5rem !important;
} 

.btn-success {
    --bs-btn-border-color: #004aa9;
	font-size:18px;
} 


 .blog-text { 
	font-size:18px; 
} 

.blog-text .frame{ 
	padding:20px;
	border-radius:20px;
	background-color:#f8f9fa;
	margin-top:20px;
	float:left;
} 
.blog-text h3 { 
	color:#004aa9 !important; 
	font-size:22px;
	margin:0px 0px 15px 0px !important;
	font-weight:500; 
}
 

.blog-text p {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.blog-text .no-bullet {
    list-style-type:none;
	margin-left:-10px;
}
.blog-text ul { 
	margin-left:10px;
}

.blog-text a {
    color:#004aa9 !important;
	text-decoration:underline;
	font-weight:500;
}

.blog-text a:hover { 
	text-decoration:none; 
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}


/*ELN::end*/












































* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

* :not(i) {
  font-family: 'Roboto', sans-serif !important;
}


body {
  
  padding-top: 5.5rem;
  overflow:-x hidden;

}

main {
  max-width: 1500px;
  margin: 0 auto;
}

.hero {
  background-image: url("/images/hero-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.about-hero {
  background-image: url("/images/about-hero.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.sozTxtK{
  padding: 25px 25px;
}
.about-hero.privacy{
  background-image: url("/images/privacy-img.jpg");
  

}
.about-hero.coockies{
  background-image: url("/images/cookckypol.jpg");
  
}
.about-hero.terrms{
  background-image: url("/images/termsConsta.jpg");
  
}
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset { 
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  position: relative;
}


.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea {
  /* padding: 8px 15px 8px 15px; */
  /* border: 1px solid #ccc; */
  /* border-radius: 0px; */
  margin-bottom: 10px;
  margin-top: 2px;
  /* width: 100%; */
  /* box-sizing: border-box; */
  font-family: montserrat;
  /* color: #2c3e50; */
  /* background-color: #eceff1; */
  /* font-size: 16px; */
  letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #198754;
  outline-width: 0;
}

#msform .action-button {
  /* width: 100px; */
  /* background: #198754; */
  /* font-weight: bold; */
  font-family: "Poppins", sans-serif;
  /* color: white; */
  /* border: 0 none; */
  /* border-radius: 0px; */
  cursor: pointer;
  padding-left:5px;
  padding-right:5px;
  margin: 10px 0px 10px 5px;
  float: right;
  height:62px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #01117a;
}

#msform .action-button-previous {
  /* width: 100px; */
  /* background: #616161; */
  /* font-weight: bold; */
  font-family: "Poppins", sans-serif;
  /* color: white; */
  /* border: 0 none; */
  /* border-radius: 0px; */
  cursor: pointer;
  /* padding: 10px 5px; */
  margin: 10px 5px 10px 0px;
  float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

/* .fs-title {
  font-size: 25px;
  color: #198754;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
} */

.purple-text {
  color: #198754;
  font-weight: normal;
}

.steps {
  /* font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal; */
  text-align: right;
  margin-bottom: 20px;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #198754;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #electricity:before {
  font-family: FontAwesome;
  content: "\f0e7";
}

#progressbar #gas:before {
  font-family: FontAwesome;
  content: "\f06d";
}

#progressbar #broadband:before {
  font-family: FontAwesome;
  content: "\f1eb";
}

#progressbar #estimate:before {
  font-family: FontAwesome;
  content: "\e522";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #004aa9;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #004aa9;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #004aa9;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.bg-body-tertiary h5{
  font-weight: 600;
}
.oneBillBanner{
  display: flex;
  padding: 50px 0px;
  background: url(/images/bannerback.jpg);
  background-position: center;
  background-size: cover;
  margin-top: -30px;
}
.oneBillBanner .txt{
  display: flex;
  flex-direction: column;

}
.oneBillBanner .form-floating{
  display: flex;
  position: relative;
  margin-top: 15px;
}
.oneBillBanner .form-floating input{
  min-width: calc(100% - 110px) !important;
  max-width: calc(100% - 110px) !important;
  margin-right: 10px;
  min-height: 60px !important;
  max-height: 60px !important;
  border: none !important;
}
.oneBillBanner .form-floating button{
  min-width: 100px !important;
  max-width: 100px !important;
  min-height: 60px !important;
  max-height: 60px !important;
  font-size: 25px;
  background: #004aa9;
  }
.oneBillBanner .img2{
display: flex;
justify-content: center;
position: relative;
overflow: hidden;
width: 100%;
height: auto;
}
 
.navbar-expand-lg .navbar-nav .nav-link.active{
  border-bottom: 2px solid #004aa9;
}


.oneBillBanner .img2{
  position: relative;
  width: 100%;/
}


  .oneBillBanner .img2 video{
    width: 100%;
    }
  .oneBillBanner .img2{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
  }

  
  .bannerAltbtnlr{
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }

  .bannerAltbtnlr button{
border: none;
  }

  .bnnerBtnalt{
    width: 100%;
    display: flex;
    text-align: center;
    border: none;
    margin-top: 0px; s
    align-items: center;
    justify-content: center;
    color: white;
    background: #004aa9;
    border-radius: 5px;
    font-size: 18px;
    min-width: calc(100% - 110) !important;
    max-width: calc(100% - 110px) !important;
    margin: 0px 5px !important; 
    }

    .bnnerBtnalt2{
      width: 100%;
      display: flex;
      text-align: center;
      border: none;
      margin-top: 0px;
      height: 40px;
      align-items: center;
      justify-content: center;
      color: white;
      background: #198754;
      border-radius: 5px;
      font-size: 13px;
      min-width: calc(48% - 50px) !important;
      max-width: calc(48% - 50px) !important;
      margin: 0px 5px !important; 
      opacity: 1;
      }

    .pricigingCardalt .bg-body-tertiary{
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
.djucenter{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.oneBillBanner .secGizleKtg {
    min-width: calc(100% - 106px) !important;
    max-width: calc(100% - 106px) !important;
    margin-right: 10px;
    display: flex;
    border: none !important;
    background: white;
    border-radius: 7px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#addressDropdown .dropdown-item:hover,
#addressDropdown .dropdown-item:focus {
    background-color: #f1f2f4; !important;
    border: 1px solid #f1f2f4; 
    color:#212529;
}

#addressDropdown .dropdown-item {
    background-color:  #fff; !important;
    border: 1px solid #f1f2f4;
    border-radius: 5px;
    font-size: 12px;
    padding: 2px 6px;
}
#addressDropdown .dropdown-item:hover,
#addressDropdown .dropdown-item:focus {
    background-color: #f1f2f4; !important;
    border: 1px solid #f1f2f4; 
}


.oneBillBanner .secGizleKtg h4{
display: block;
width: 100%;
text-align: center;
margin-top: 9px;
}

.oneBillBanner .txt h1{
font-size: 55px;
font-weight: 500;
color: #004aa9;
}

.oneBillBanner .txt h3{
  font-size: 30px;  
  }

  .dateNwinput .form-group{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .dateNwinpfmgroup{
    margin-right: 20px;
  }
   .dateNwinput .form-label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
    }
    .dateNwinput .form-select {
      width: 100%;
      padding: 8px;
      border: 1px solid #99a1b7;
      border-radius: 0.375rem; 
    }
    .dateNwinput .form-button {
      background-color: #007bff;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }



@media (min-width: 1024px) {
  body {
    /* max-width: 95vw; */
    margin: 0 auto;
  }

  .hero {
    height: 85vh;
    width: 100vw;
  }

  .onboarding-form {
    height: 85vh;
    width: 50vw;
  }

  .priceCard {
    width: 30vw;
    height: fit-content;
  }

  .faqs {
    max-width: 900px;
    margin: 0 auto;
  }

  .how-it-works {
    max-width: 900px;
    margin: 0 auto;
  }

  .about {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.priceCard i{
  color: #004aa9  !important;
}

#progressbar #oneTabsUfk:before {
  font-family: FontAwesome;
  content: "\f25a";
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #198754;
}
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
.oneTabsUfkK .toggleBtnUk{
  border: none;
}
.oneTabsUfkK .toggleBtnUk i{
  color: #21252980 !important;
}
.oneTabsUfkK .toggleBtnUk p{
  color: #21252980 !important;
  font-size: 13px;
  font-weight: 700;
}
.oneTabsUfkK .toggleBtnUk.active i{
  color: #198754 !important;
}
.oneTabsUfkK .toggleBtnUk.active p{
  color: #198754 !important;
}

.pricePage h2{
  text-align: center;
  margin-top: 25px;
}
.pricePage .list-group-flush>.list-group-item{
  height: 40px;
}


.bannerModalmodal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.bannerModalmodal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}

.bannerModalclose {
  color: #ff0000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 0;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  z-index: 99;
}

.bannerModalclose:hover,
.bannerModalclose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#bannerModalvideo video{
    width: 100%;
    height: auto;
}



.formChackACjsBtn{
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;

}
.formChackACjsBtn p, .formChackACjsBtn label{
font-weight: 600;
}
.form-check{
  padding-left: 10px;
}

.formChecbox .checkbox-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.formChecbox .checkbox-input:checked + .checkbox-tile {
  border-color: #198754;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #198754;
}
.formChecbox .checkbox-input:checked + .checkbox-tile:before {
  transform: scale(1);
  opacity: 0;
  background-color: #198754;
  border-color: #198754;
}
.formChecbox .checkbox-input:checked + .checkbox-tile .checkbox-icon,
.formChecbox .checkbox-input:checked + .checkbox-tile .checkbox-label {
  color: #198754;
}
.formChecbox .checkbox-input:focus + .checkbox-tile {
  border-color: #198754;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}
.formChecbox .checkbox-input:focus + .checkbox-tile:before {
  transform: scale(1);
  opacity: 0;
}

.formChecbox .checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  min-height: 60px;
  border-radius: 5px;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-weight: 800;
}

.formChecbox .checkbox-tile:hover {
  border-color: #198754;
}
.formChecbox .checkbox-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.formChecbox .checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}
.formChecbox .checkbox-icon i {
 font-size: 20px;
}

.formChecbox .checkbox-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
}


.rounded-pill{
  z-index: 99;
}

.secGizleKtg #uyeTkbStepContainer {
  margin: 20px;
}

 .uyeTkbStep {
  display: none;

}
.stepKneBill .form-card{ 
  padding: 7px;
  border-radius: 7px;

}



.secGizleKtg label {
  display: block;
}

#ilerleButton {
    /* background: white !important; */
    /* padding: 10px 20px !important; */
    /* display: flex; */
    /* border: none; */
    /* position: relative; */
    /* color: #198754; */
    /* text-align: center; */
    /* justify-content: center; */
    /* font-weight: 600; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* border-radius: 7px; */
    margin: 0px auto;
    /* float: right; */
    /* width: 100%; */
}
#backToonebilStepsn1 {
    /* background: white !important; */
    /* padding: 10px 20px !important; */
    /* display: flex; */
    /* border: none; */
    /* position: relative; */
    /* color: #c80303; */
    /* text-align: center; */
    /* justify-content: center; */
    /* font-weight: 600; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* border-radius: 7px; */
    margin: 6px;
}
.secGizleKtg{
  display: flex;
}


.secGizleKtg{
display: flex;
justify-content: space-between !important;
align-items: center !important;

}


.secGizleKtg .checkbox-input {
clip: rect(0 0 0 0);
-webkit-clip-path: inset(100%);
        clip-path: inset(100%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
.secGizleKtg .checkbox-input:checked + .checkbox-tile {
    border: 3px solid #198754 !important;
    color: #198754 !important;
    background-color: #f4fffa !important;
    outline: 0px!important;
}


.secGizleKtg .checkbox-input:checked + .checkbox-tile .text-success {
    color: #198754 !important;
}


.secGizleKtg .checkbox-input:checked + .checkbox-tile .text-success,
.secGizleKtg .checkbox-tile:hover .text-success {
    color: #198754 !important;
}

.secGizleKtg .checkbox-input:checked + .checkbox-tile:before {
transform: scale(1);
opacity: 0;
background-color: #198754;
border-color: #198754;
}
.secGizleKtg .checkbox-input:checked + .checkbox-tile .checkbox-icon,
.secGizleKtg .checkbox-input:checked + .checkbox-tile .checkbox-label {
color: #198754;
}
.secGizleKtg .checkbox-input:focus + .checkbox-tile {
border-color: #198754; 
}
.secGizleKtg .checkbox-input:focus + .checkbox-tile:before {
transform: scale(1);
opacity: 0;
}
#selectOptions{

  margin: 5px 0px;
}

.secGizleKtg .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    min-height: 120px;
    border-radius: 0.65rem;
    border: 3px solid #99a1b7;
    background: rgb(255 255 255);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
.disabledHzmtinpt{
  opacity: .6;
  border: none !important;
}
.disabledHzmtinpt:hover{
  opacity: .6;
  border: none !important;
}
.secGizleKtg .checkbox-tile:hover {
border-color: #198754;
background-color: #f4fffa !important;
}
.secGizleKtg .checkbox-tile:hover:before {
transform: scale(1);
opacity: 1;
}
#selectuyeTkbSteps{
  padding: 7px 10px;
  border: none;
  background: #198754;
  color: white;
  font-weight: 600;
  border-radius: 7px;
}

.secGizleKtg .checkbox-icon {
transition: 0.375s ease;
color: #494949;
}
.secGizleKtg .checkbox-icon i {
font-size: 35px;
margin-bottom: 10px;
}

.secGizleKtg .checkbox-label {
color: #707070;
transition: 0.375s ease;
text-align: center; 
}








@media (max-width: 1050px) {

.container{
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  margin: 0px;
}
.oneBillBanner .txt h1 {
  font-size: 42px;

}
.oneBillBanner .txt h3{
  font-size: 25px;
}
.form-container .col-md-8{
  width: 100%;
}
.sliderFizdef{
  width: 100%;
}
.priceCard{
  width: 100%;
}
.indexPageK .desAmount {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.indexPageK .desAmount .desAcordionMnu {
  width: 100%;
}
.indexPageK .desAmount .destariff{
  width: 100%;
}
.onebillPanelK {
  padding: 15px;
  width: 100%;
  display: flex;
  margin-bottom: 100px;
}
.onebillPageK .billsPageK .title .titleLink {
  display: none;
}
.onebillPageK .billsPageK .title .titleLink.titleLink2 {
  display: block!important;
}

.oneBillBanner .form-floating>label{
  font-size: 13px;
}


}





@media (max-width: 747px) {
.formChackACjsBtn{
  display: flex !important;
  flex-direction: column !important;
}
}

.secGizleKtg{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: relative;
}

.secGizleKtg label {
  width: calc(100% / 5 - 10px);
  padding: 0px 10px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 150px;
  max-width: 150px;
  position: relative;
  margin: 10px 10px 25px 10px;
}

.stepKneBill{
  background: rgba(248,249,250); 
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
  position: relative;
  margin-bottom:50px;
}

#prevuyeTkbStep{
  position: absolute;
  left: 20px;
  bottom: 20px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #4a0000;
}
#nextuyeTkbStep{
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #004aa9;
}
#restartButton{
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  
}
.btnColorMv{
  background: #004aa9 ;
  color: white;
  display: table;
  margin: 0px auto; 
}
.TitleStong{
  font-size: 30px;
}
.TitleStong strong{
  font-size: 30px;
  color: #004aa9;
}
.btnColorMv:hover{
  background: #004aa9 !important;
  color: white;
}
.uyeTkbStepTitle{
  color: #004aa9;
  width: 80%;
  font-size: 30px;
  text-align: center;
}

.btn-success{
  background: #004aa9 !important;
  color: white;
}
@media (max-width: 747px) {
  .formChackACjsBtn{
    display: flex !important;
    flex-direction: column !important;
  }
  .secGizleKtg label {

    margin: 10px 3px 15px 3px;
  }
  }

 
#estimateStart{
  position: relative;
}
#estimateStart small{
position: absolute !important;font-size: 1px;
}

.onebilStepsn {
  display: none; /* Başlangıçta gizli */
  margin: 10px 0;
  padding: 10px; 
}

.onebilUstepCls {
  display: none;
  margin-bottom: 10px;
}

.warning {
  color: red;
}

#backToonebilStepsn1 {
  display: none;
  margin-top: 10px;
}

.arkadasDvtbtn label{
  min-height: 100px !important;
  min-width: 100px !important;
  max-height: 100px !important;
  max-width: 100px !important;
  margin: 0px !important;
  }
  .arkadasDvtbtn .checkbox-tile{
    min-height: 70px;
    max-height: 70px;
  }
  .arkadasDvtbtn .checkbox-icon i{
    font-size: 22px;
    margin-bottom: 3px;
  }

  .formChackACjsBtn{
    padding: 0px 5px;
    background: white;
    border-radius: 10px;
  }


  .switch-field {
    display: flex;
    overflow: hidden;
    justify-content: center;
    width: 100%;
  }
  
  .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }
  
  .switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    line-height: 1;
    text-align: center;justify-content: center;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
  }
  
  .switch-field label:hover {
    cursor: pointer;
  }
  
.switch-field input:checked + label {
    background-color: #004aa9;
    box-shadow: none;
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 6px;
}
  .switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
  }
  
  .switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
  }
  .dateSecinput h6{
    font-size: 18px;
    font-weight: 500;

  }


  .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; 
  }
  
  .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
   
  .swiper-pagination-bullet {
    padding: 5px 10px;
    border-radius: 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.2);  
  }
  .swiper-pagination-bullet-active {
    color:#fff;
    background: #007aff;
  }
  
  .swiper-pagination-bullet {
     width: 20px;
     height: 24px;
     text-align: center;
     line-height: 24px;
     font-size: 16px;
     color: #B2B5BE;
     opacity: 1;
     background: transparent;
     display: flex; 
     cursor: pointer;
     justify-content: center;
     align-items: center;
   }
  
   .sliderFizdef .sliderFizdef2{
    position: sticky !important;
    top: 90px;
    overflow: hidden;
  }
.sliderFizdef p{
  font-size: 18px !important;
}


@media (max-width: 747px) {

.uyeTkbStepTitle {
  color: #004aa9;
  width: 100%;
  font-size: 20px;
  text-align: center;
}
.secGizleKtg label {

  min-width: 170px;
  max-width: 170px;

}
.switch-field label{
  min-width: 110px;
  max-width: 110px;
}
.stepKneBill{
  margin: 0px 0px 30px 0px !important;
}
.sliderFizdef .sliderFizdef2 {
  position: sticky !important;
  top: 90px;
  overflow: hidden;
  margin-top: 50px;
}

}

.dateSecinput h3{
text-align: center;
width: 100%;
font-size: 25px;
font-weight: 600;
color: #004aa9;
}
#passwordError{
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.cardsg1Frm, .cardsg2Frm, .cardsg3Frm {
  display: none;
}


@media (max-width: 747px) {
  .formChackACjsBtn{
    display: flex !important;
    flex-direction: column !important;
  }
.oneBillBanner .txt h1 {
        font-size: 33px;
        font-weight: 700;
        line-height: 38px;
        color: #004aa9;
        text-align: center;
    }
	
	
#selectBanner h2 {
  text-align: center;
  font-size: 18px;
}

	
.oneBillBanner .txt h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  font-family: 'Raleway', sans-serif !important;
  text-align: center;
}
.oneBillBanner .img2 img {
  width: 60%;
}
.oneBillBanner .form-floating button {
  min-width: 60px !important;
  max-width: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
  font-size: 25px;
  background: #004aa9;
}
.oneBillBanner .form-floating input {
  min-width: calc(100% - 0px) !important;
  max-width: calc(100% - 00px) !important;
  margin-right: 10px;
  min-height: 60px !important;
  max-height: 60px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.uyeTkbStepTitle {
  color: #004aa9;
  width: 100%;
  font-size: 20px;
  text-align: center;
}
.dateSecinput .secGizleKtg label{
  min-width: 110px;
  max-width: 110px;
}
.oneBillBanner .secGizleKtg {
  min-width: calc(100% - 0px) !important;
  max-width: calc(100% - 0px) !important;

}


.oneBillBanner .secGizleKtg .checkbox-tile {

  min-height: 100px;
  border-radius:0.65rem;

  
}
.oneBillBanner .secGizleKtg label {
  min-width: 26%;
  max-width: 32%;
  margin: 10px 0px;
  padding: 3px !important;
}
.bnnerBtnalt{
  min-width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 15px;
}

}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navitemSonBorder{
  margin-right: 10px;
  padding-right: 10px;
  border-right: 4px solid #004aa9;
}

.priceCarSliderinDex .bg-body-secondary{
  display: flex;
  flex-direction: column; 
  border-radius: 10px;
}

.altLogofotter2{
  display: flex;
  justify-content: center;
  align-items: center;
 }

@media (max-width: 747px) {
  .altLogofotter{
   display: none !important;
  }
  .bnnerBtnaltspan2{
     flex-direction: column; 
  }
  .bnnerBtnalt2{
      min-width: 100% !important;
      margin:10px 4px 20px !important;
  }
  .bnnerBtnalt{
    min-width: 100% !important;
    margin-bottom:10px !important;
}

  }
  
  
  @media (min-width: 747px) {
    .altLogofotter2{
     display: none !important;
    }
    }
    
    .singKapka {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.singTabsnw {
  display: flex;
  margin-bottom: 10px;
}

.singTabsnwlinks {
  flex: 1;
  padding: 10px;
  text-align: center;
  background-color: #e4e4e4;
  color: #333;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
}

.singTabsnwlinks.active {
  background-color: #01117a;
  color: white;
  border: none;
}

.signaturesingTabsnwcontent {
  display: none;
}

#singTabsnwMouse {
  display: block;
}

#singTabsnwText input[type="text"] {
  width: 100%;
  padding: 8px;
  margin: 10px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 40px;
  transition: box-shadow 0.3s;
  font-family: 'Zeyada';
  height: 150px;
  background: white;
  background-position: center;
  background-size: cover;
}
@media (max-width: 500px) {
  #singTabsnwText input[type="text"] {
    font-size: 30px;
  }
}
#fontSelector {
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: max-content;
  float: right;
}

.btnSngb2aClr {
  background-color: #4caf50;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btnSngb2aClr:hover {
  background-color: #45a049;
}



.topLipcs {
  text-align: center;
  cursor: pointer;
  position: relative;
}

.messageDiv {
  position: fixed;
  display: none;
  background-color: #198754;
  border-radius: 5px;
  color: white;
  padding: 10px;
  white-space: nowrap;
  z-index: 1000; /* Mesajın diğer elementlerin üstünde görünmesini sağlar */
}
i.special-tooltip.fa-solid.fa-circle-info {
  font-size: 14px !important;
}
.tooltip-spec .tooltip-inner {
  max-width: 300px;
  width: 100%;
}
.form-floating2 {
  position: relative;
}
#msform .oaymentSnpage .itemSnpage2 h5 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Roboto;
  font-size: 31px;
  font-weight: 600;
  line-height: 31px;
  color: #212529;
}
#msform #total-save{
  font-size: 23px !important;
  line-height: 27.6px !important;
  text-align: center;
  color: #6B6B6C !important;
}
.new-signin {
  max-width: 1027px;
  margin: auto;
  background: white;
  border-radius: 17px;
  box-shadow: 0px 0px 15px 0px #00000014;
}
#msform .oaymentSnpage{
  background-color: white;
  width: 100%;
  flex-direction: column;
}

.new-signin-head {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.new-signin-head strong {
  font-size: 32px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}

.new-signin-head span {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #6B6B6C;
  margin-bottom: 24px;
}

.text-signin-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1rem;
  color: #09090A;
  margin-bottom: 5px;
}
.signin-form-wrapper {
  padding: 50px 70px 60px 70px;
  background: #F9F9F9;
  border-radius: 35px;
  max-width: 551px;
  width:500px;
  margin: auto;
}
.new-signin .form-control{
  
  font-size: 15px;
  height: 48px;
  font-weight: 400;
  
}
.new-signin #sendsmsbutton,
.new-signin #verificationSection #checksmsbutton,
#msform #loaSection .submit.action-button  {
  padding: 42px 15px;
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
  margin: auto;
  margin-top: 31px;
  max-width: 301px;
  display: block;
  float: none;
}
#msform #loaSection .submit.action-button  {
  margin-top: 11px;
  margin-bottom: 20px;
 }
#showhidesigninbutton {
  width: 100%;
  max-width: 551px;
  margin: 0px auto;
  display: flex;
  justify-content: start;
  padding: 0px 10px;
  padding-bottom: 100px;
}
.fee-payment-button-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 14px;
}
.select-btn {
  padding: 6px 0px;
  border: 0px;
  outline: 0px;
  background: #252526B2;
  color: white;
  border-radius: 100px;
  width: 100%;
}
.select-btn.active {
  background-color: #004AA9;
}
.flexcol{
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}
.flexcol > a {
  color: #0047AF;
}
.ibandetail {
  font-size: 13px;
  font-weight: 400;
}
.paddingsignin{
  padding-bottom: 192px;
}
#msform .singTabsnw {
  margin-top: 20px;
}
#msform .signaturesingTabsnwcontent {
  margin-bottom: 50px;
}
#msform .singTabsnwlinks,
#msform #clear {
  padding: 6px 10px;
  border-radius: 100px;
  max-width: 120px;
  font-size: 13px;
  letter-spacing: -2.5%;
  background: #252526B2;
  color: white;
  display: block;
}
#msform #clear {
  margin-top: 13px;
}
#msform .singTabsnwlinks.active {
  background-color: #004AA9;
  color: white;
  border: 0px;
  outline: 0px;
}
#msform #signature {
  margin-top: 13px;
  margin-bottom: 5px;
  border-radius: 7px;
  border: 1px solid #DDDEE2;
  background-color: white;
}
/* #msform #signature canvas{
  width: 100%;
  height: 100%;
} */
.signature-information {
  font-size: 15px;
  font-weight: 500;
}
#msform .onebilStepsn {
  margin-bottom: 5px;
}
.questcall{
  width: fit-content;
  margin: 0px auto;
  align-items: center;
  gap: 15px;
  padding-bottom: 130px
}
.questlink, .calllink {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #76777B;
}
.calllink {
  color: white;
  padding: 8px 32px;
  background-color: #25252694;
  border-radius: 100px;
}
.questlink:hover {
  color: #0047AF;
}
.calllink:hover {
  background-color: #252526;
}
.gas-title {
  letter-spacing: 0.0001em;
}
@media (max-width: 600px) {
    .signin-form-wrapper {
      padding: 20px;
  width: 300px !important;
}
    
    .app-content.bg-body-tertiary {
        padding-left: 0px;
        padding-right: 0px;
        background-color: white !important;
    }
    .paddingsignin {
      padding-bottom: 80px;
    }
    #msform {
      margin-top: 0px;
    }
    #msform .onebilStepsn {
      margin-top: 0px;
      padding: 0px;
    }
    .new-signin {
      border-radius: 0px;
    }
    #msform .singTabsnw {
      margin-top: 5px;
    }
    #msform .signaturesingTabsnwcontent {
      margin-bottom: 20px;
    }
    #showhidesigninbutton {
      padding-bottom: 40px;
    }
    .questcall{ 
      padding-bottom: 50px;
    }
}
.password-validation-checker {
  width: 0%;
  height: 2px;
  margin-top: -3px;
}
#passwordmatchresult {
  padding-top: 10px;
  padding-left: 0px !important;
  display: none;
}
#passwordmatchresult:has(li) {
  display: block;
}

#passwordmatchresult li {
  list-style-type: none;
  color: #071437;
  font-size: 12px;
  font-weight: 700;
}
.password-wrapper {
  position: relative;
}
.password-wrapper i.fa-solid {
  font-size: 18px !important;
  display: none !important;
  color: green;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  line-height: 0px;
}
.password-wrapper i.fa-solid.ischecked {
  display: block !important;
}