<style type="text/css">
	body{
	 
    
        overflow-x: hidden;
        margin: 0;
    padding: 0;
		font-family: 'Poppins', sans-serif;
	}
	@media only screen and (max-width: 768px) {
    /* Mobil cihazlar için özel stil ayarları */
    body {
        overflow-x: hidden;
    }
}

	#altyapiDetay h2 {
    display: inline-block;
    margin: 0;
    color: green;
}
@media (max-width: 768px) {
    #col4_1 {
        display: none !important;
    }
}

	.payment_header{
		padding-top: 2rem !important;
	}
	.creditcard_area{
		display: flex;
		align-items: center;
		justify-content: end;
		
	}

	.cc_number_div{
		position: relative;
	}

	.ccicon{
		width:0px;
		height:0px;
		display:none;
	}



	/* ************************************* CREDIT CARD **************************************** */
	/* CREDIT CARD IMAGE STYLING */
	.preload * {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
	}

	.container_pay {
		width: 100%;
		max-width: 25rem;
		max-height: 15.6rem;
		height: 54vw;
		
	}

	#ccsingle {
		position: absolute;
		right: 0.93rem;
		top: 1.25rem;
	}

	#ccsingle svg {
		width: 6.25rem;
		max-height: 3.75rem;
	}

	.creditcard svg#cardfront,
	.creditcard svg#cardback {
		width: 100%;
		
		border-radius: 1.13rem;
	}

	/* CHANGEABLE CARD ELEMENTS */
	.creditcard .lightcolor,
	.creditcard .darkcolor {
		-webkit-transition: fill .5s;
		transition: fill .5s;
	}

	.creditcard .troy {
		fill: #08b1be;
	}
	.creditcard .troydark {
		fill: #0d909a;
	}

	.creditcard .lightblue {
		fill: #03A9F4;
		fill: #eeeeee;
	}

	.creditcard .lightbluedark {
		fill: #0288D1;
		fill: #182b45;
	}

	.creditcard .red {
		fill: #ef5350;
	}

	.creditcard .reddark {
		fill: #d32f2f;
	}

	.creditcard .purple {
		fill: #ab47bc;
	}

	.creditcard .purpledark {
		fill: #7b1fa2;
	}

	.creditcard .cyan {
		fill: #26c6da;
	}

	.creditcard .cyandark {
		fill: #0097a7;
	}

	.creditcard .green {
		fill: #66bb6a;
	}

	.creditcard .greendark {
		fill: #388e3c;
	}

	.creditcard .lime {
		fill: #d9dff2;
	}

	.creditcard .limedark {
		fill: #435EBE;
	}

	.creditcard .yellow {
		fill: #ffeb3b;
	}

	.creditcard .yellowdark {
		fill: #f9a825;
	}

	.creditcard .orange {
		fill: #ff9800;
	}

	.creditcard .orangedark {
		fill: #ef6c00;
	}

	.creditcard .grey {
		fill: #bdbdbd;
	}

	.creditcard .greydark {
		fill: #616161;
	}

	/* FRONT OF CARD */
	#svgname {
		text-transform: uppercase;
	}

	#cardfront .st2 {
		fill: #FFFFFF;
	}

	#cardfront .st3 {
		font-family: 'Source Code Pro', monospace;
		font-weight: 600;
	}

	#cardfront .st4 {
		font-size: 3.375rem;
	}

	#cardfront .st5 {
		font-family: 'Source Code Pro', monospace;
		font-weight: 400;
	}

	#cardfront .st6 {
		font-size: 2rem;
	}

	#cardfront .st7 {
		opacity: 0.6;
		fill: #FFFFFF;
	}

	#cardfront .st8 {
		font-size: 1.5rem;
	}

	#cardfront .st9 {
		font-size: 2.25rem;
	}

	#cardfront .st10 {
		font-family: 'Source Code Pro', monospace;
		font-weight: 300;
	}

	.btn-danger {
    color: white !important;
    background-color: #0565BA !important;
}


	#cardfront .st12 {
		fill: #4C4C4C;
	}

	/* BACK OF CARD */
	#cardback .st0 {
		fill: none;
		stroke: #0F0F0F;
		stroke-miterlimit: 10;
	}

	#cardback .st2 {
		fill: #111111;
	}

	#cardback .st3 {
		fill: #F2F2F2;
	}

	#cardback .st4 {
		fill: #D8D2DB;
	}

	#cardback .st5 {
		fill: #C4C4C4;
	}

	#cardback .st6 {
		font-family: 'Source Code Pro', monospace;
		font-weight: 400;
	}

	#cardback .st7 {
		font-size: 27px;
	}

	#cardback .st8 {
		opacity: 0.6;
	}

	#cardback .st9 {
		fill: #FFFFFF;
	}

	#cardback .st10 {
		font-size: 1.5rem;
	}

	#cardback .st12 {
		font-family: 'Rock Salt', cursive;
	}

	#cardback .st13 {
		font-size: 2.5rem;
	}

	/* FLIP ANIMATION */
	.container_pay {
		perspective: 62.5rem;
	}

	.creditcard {
		width: 100%;
		max-width: 25rem;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		transition: -webkit-transform 0.6s;
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		transition: transform 0.6s, -webkit-transform 0.6s;
		cursor: pointer;
	}

	.creditcard .front,
	.creditcard .back {
		position: absolute;
		width: 100%;
		max-width: 25rem;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-font-smoothing: antialiased;
		color: #47525d;
	}

	.creditcard .back {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	.creditcard.flipped {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	/* ******************************************* CREDIT CARD ******************************************** */

	#iframe_paying
	{
		width: 100% !important;
		min-height: 36.125rem !important;
		border: none !important;
	}
	.table_installment_general tr td
	{
		padding-bottom: 4px !important;
		cursor: pointer;
		border:  0px !important;
	}

	.table_installment_general thead th
	{
		text-align: center;
		border:  0px !important;
	}

	.span_row_select
	{
		display: inline-block;
		width: 1.137rem;
		height: 1.137rem;
		border:  2px solid #575757;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
	}
	.span_row_selected
	{
		background-color: #2ecc71;
	}
	.b_class_installment_value
	{
		display: inline-block;
		font-size: 1.5rem;
	}
	.img_installment_type
	{
		height: 2.188rem;
	}
	.tr_installment_row_0
	{
		background-color: #efefef;
	}
	.tr_installment_row_0 td b
	{
		text-align: center;
	}

	.div_class_check_saved_card
	{
		font-size: 1rem;
		font-weight: bold !important;
	}

	.div_class_check_saved_card label,
	.div_class_auto_payment label
	{
		cursor: pointer !important;
	}
	.div_class_auto_payment_description
	{
		display: none;
	}

	.div_class_auto_payment
	{
		display: none;
		font-size: 1rem;
		font-weight: bold !important;
	}

	.alert_css{
		background-color: transparent;
    	border: transparent;
    	padding: 0;
	}

	.payment_info{
		padding:7px;
	}

	.payment_info .title{
		margin-left: 5px;
		margin-bottom: 11px;
	}

	/* PAYMENT INFO TABLE*/
	.payment_info_table{
		width: 100%; 
		border-collapse: separate;
		border: 0px solid black;
	}

	.payment_info_table tr td:first-child{
		background-color: #F5F7FB;
		border-top-left-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}
	.payment_info_table tr td:last-child{
		border-top-right-radius: 0.25rem;
		border-bottom-right-radius: 0.25rem
	}

	.payment_btn .btn-danger{
		background-color: #435EBE;
		border: 1px solid #435EBE;
		color: #F5F7FB;
		font-weight: 600;
		width: 100%;
	}
	.payment_btn .btn-success{
		width: 100%;
	}

	.title{
		margin-top: 1.5rem;
		font-weight: 600; 
		color: #0565BA!important
	}
	.form-check-input{
		margin-top: 0.25rem !important;
	}
	.form-check-label{
		margin-left: 0.313rem;
	}

	/* MEDIA QUERIES */
	/* mobil - */ 
	@media (max-width: 360px) {
		html{
			font-size: 81.25%; /* 13px */
			margin: 0rem 0.5rem;
		}
		.creditcard_area{
			display:none;
		}
		.cc_info{
			width:50%;
			margin-right: 0px;
		}
		.payment_info table{
			font-size:75%;
		}
		
	}

	@media (max-width: 576px) {
		html{
			font-size: 87.5%; /* 14px */
			margin: 0rem 1.5rem;
		}
		.creditcard_area{
			display:none;
		}
		.cc_info{
			width:50%;
			margin-right: 0px;
		}
		#cc_exp{
			padding-right:0px;
		}
		.form-check-input{
			margin-top: 0.2rem !important;
		}

		/* ****** input yüksekliği daha fazla ******** */
		.form-group input[type="text"]{
			margin-top:-5px;
			margin-bottom:-5px;
			height: 2.7rem;
		}
		#cc_securitycode{
			padding-left:5px;
		}
	
		/* ************************************** */
	}

	/* Mobil */
	@media (min-width: 576px) and (max-width: 768px) {
		html{
			font-size: 87.5%; /* 14px */
		}
		.creditcard_area{
			display:none;
		}
	}

	/* Tablet */
	@media (min-width: 768px) and (max-width: 992px) {
		html{
			font-size: 93.75%; /* 14px */
		}
	}

	/* desktop + */
	@media (min-width: 768px) and (max-width: 992px) {
		html{
			font-size: 93.75%; /* 14px */
		}
	}




        /* CSS stills */
   .taksit-uyarisi {
            display: none;
            font-size: small;
            font-weight: 500;
            margin-top: 0%;
            margin-right: auto;
            color: red;
        }


   #adres_devam_buton 
         {
        pointer-events: none;
        filter: grayscale(0);
        opacity: 0.4;
        transition: 0.3s ease;
        }


   #bilgi_devam_buton 
         {
        pointer-events: none;
        filter: grayscale(0);
        opacity: 0.4;
        transition: 0.3s ease;
        }
    .select2-container--default .select2-selection--single {
        height: 42px!important;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px!important;
}

label {
    color: #083D77!important;
 
    letter-spacing:1px;
    font-weight:bold!important;
}


input {
    border-color: #1d63a1!important;
    color: black!important;
}


select {
    border-color: #1d63a1!important;
    color: black!important;
}


* {
    box-sizing: border-box;KU
    
}


.ustdivs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%; /* Değiştirildi */
    max-width: 20%; /* Yenisi eklendi */
}


@media only screen and (max-width: 600px) {
    .ustdivs {
        max-width: 100px; /* Mobil cihazlar için genişlik tamamen kullanılabilir */
max-height: 120px;
    }
}

.ustdivs .active{
    
     background-color:#0565BA!important;
        pointer-events: all!important ;
}

.btnrakam {
    background-color: grey !important;
    color: white;
    border: none;
    height: 75px;
    width: 75px;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .btnrakam {
        height: 50px;
        width: 50px;
    }
}


.btnrakam .active{
 
}

.usttext {
    font-size:15px;
 
    text-align: center;
    margin-top:15px;
    width: 200px;
    font-weight: 600
}

.gosterme{
    display: none!important;
}

.ustcontainer {
    position: relative !important;


}
 

.lines {
    position: absolute !important;
    top:32%;
    left: 50%;
    transform: translate(-50%,-50%);
    height:3px;
    width:80%;
    z-index: -1;
}


.lines .active{
      background-color:#0565BA!important;
}


.lines > div {
    background-color: grey;
    height:100%;
    width:25%;
}




.usth1 {
    color: #083D77;
    font-size:16px;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;

}






.yabanci {
    margin-left: 5px;
  
}

#bireyselinput {
    height:20px;
    width: 20px;
     border: none;
     outline: none;
}

#kurumsalinput {
    height:20px;
    width: 20px;
     border: none;
     outline: none;
}

input:focus {
    box-shadow: none !important;
}


/* İKİNCİ SEKME */

.ust2h1 {
    color: #083D77;
    font-size:26px;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;

}

#contactForm2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px;
}

.form-group2 {
  
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#sehir {
    padding: 5px 10px;
    cursor: pointer;
    width: 222px;
}

.sorgula {
    color:grey;
    font-size: 15px;
    letter-spacing: 2px;
}


#internetvar {
  
    border: 2px solid lightgrey;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    gap:3px;
    width:fit-content;
    border-radius: 5px;
    padding: 5px;
}

#internetyok {

    border: 2px solid lightgrey;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:3px;
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
  
}

.varyok {
    margin: auto;
    margin-left: 5px;
    color: #083D77;
    font-size: 16px;
    letter-spacing:1px;
    font-weight:bold;
}

.altyapidiv {
    border: 2px solid #083D77;
    position:relative;
    padding:40px !important;
}



h1.altyapi {
    color: #083D77;
    font-size:18px;
    letter-spacing:2px;
    font-weight: bold;
    text-align: center;

}

h3.altyapi {
    font-size:20px;
    color: #083D77;
}

h3.green {
    color: green;
}

p.alttext {
    color: darkblue;
    font-size: 15px;
    font-weight:bold;
}

#adresdiv {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: -webkit-fill-available;
    margin: auto;
 
}

p.adres {
    margin: auto;
    color: black;
    font-size:12px;
    text-align: left;

}

p.adresdetay {
 
    color: black;
    font-size:12px;
 

}

p.adresdegistir {
    margin: auto;
    color: black;
    font-size:12px;
    letter-spacing: 2px;

}

.alttext:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background: url(images/confirmed.png) no-repeat center center;
    background-size:100% 100%;
    vertical-align: bottom;
  }

  .adresdegistir:before {
    content: "";
    display: inline-block;
    width:15px;
    height:15px;
    margin-right: 5px;
    background: url(images/location.png) no-repeat center center;
    background-size:100% 100%;
    vertical-align: bottom;
  }
  
  img.verified {
    position:absolute;
    top: 0px;
    right: 0px;
    height:40px;
    width:40px;
  }

  button.aboneol {
    margin: auto;
   
  }


  h1.tercihler {
    color: #083D77;
    font-size:22px;
    letter-spacing:2px;
    font-weight: bold;
    text-align: center;

}

h3.tercihler2 {
    color:grey;
    font-size:14px;
    letter-spacing:2px;
   
    text-align: center;

}

h1.paketsec,h1.sure {

        color: #083D77;
        font-size:18px;
        letter-spacing:0px;
        font-weight: bold;
        text-align: left;
    
    }

.kutu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:1px solid lightblue;
    border-radius: 5px;
    padding:5px;
    cursor: pointer;
    height:200px;
    max-width:180px !important;
    text-align: center;

}

.kutu > p {
    text-align: center;
}


.kutu1 > h3 {

color: #0565BA;
font-size:20px;

}

.kutu2 > h3 {

    color: black;
    font-size:20px;
    
    }

    .kutu3 > h3 {

        color: black;
        font-size:20px;
        
        }



.kutu1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:1px solid lightblue;
    border-radius: 5px;
    padding:5px;
    cursor: pointer;
    height:auto;
    max-width:200px !important;
    text-align: center;
    margin-left: 5px;

}

.kutu2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:1px solid lightblue;
    border-radius: 5px;
    padding:5px;
    cursor: pointer;
    height:200px;
    max-width:180px !important;
    text-align: center;

}

.kutu3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:1px solid lightgrey;
    border-radius: 5px;
    padding:5px;
    cursor: pointer;
    height:200px;
    max-width:200px !important;
    text-align: center;

}




.kutu13 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:1px solid lightgrey;
    border-radius: 5px;
    padding:5px;
    cursor: pointer;
    height:200px;
    max-width:200px !important;
    text-align: center;

}



.kutudiv2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap:10px;

}


.kutudivmodem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-right: 10px;
}






.kutudivsure {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap:10px;

}


p.ustucizili {
    text-decoration:line-through;
}

p.indirim {
    display: block;
    padding: 5px;
    background-color: green;
    color: white;
    font-size:12px;
}

img.modem {
    height:60%;
    width:60%;
}

h1.ozet {
    margin: auto;
    margin: auto;
    text-align: left;
    margin-bottom: 15px;
    font-size:18px;
    letter-spacing: 2px;
   
}

h1.secimleriniz {
    margin: auto;
    margin: auto;
    text-align: left;
    margin-left:0px;
    font-size:18px;
    letter-spacing: 2px;
  
}

hr.hr {
    height: 3px;
    width: 100%;

}


div#tutar {
    margin-top:10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: -webkit-fill-available;
}


/* ÖDEME SEKMESİ */

#odemesekmesi {
    height:fit-content;
}
#odemesekmesi2 {
    height:fit-content;
}
h1.odeme {
    color: #083D77;
    font-size:22px;
    letter-spacing:2px;
    font-weight: bold;
    text-align: left;

}

h1.odeme2 {
    color: #083D77;
    font-size:16px;
    letter-spacing:2px;
    font-weight: bold;
    text-align: left;

}

p.adres2 {
    margin: auto;
    text-align: left;
}

p.adresdetay2 {
    margin: auto;
    text-align: left;
}

p.indirim2 {
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
}

.indirim2:before {
    content: "";
    display: inline-block;
    width:25px;
    height:25px;
    margin-right: 5px;
    background: url(images/gift.png) no-repeat center center;
    background-size:100% 100%;
    vertical-align: bottom;
  }


#odemesekmesi #tamam {
    /* "tamam" divinin stil özellikleri */
}









@media only screen and (max-width:600px) {


    div.lines {
        position: absolute !important;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height:3px;
        width:80%;
        z-index: -1;
    }
    
    div.lines > div {
        background-color: grey;
        height:100%;
        width:25%;
    }



    .kutu1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border:1px solid lightblue;
        border-radius: 5px;
        padding:5px;
        cursor: pointer;
        height:auto;
      max-width: 100%;
        text-align: center;
        margin-left: 14%;
         margin-right: auto;
         
   
       
    
    }
    
    .kutu2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border:1px solid lightgrey;
        border-radius: 5px;
        padding:5px;
        cursor: pointer;
        height:200px;
        min-width:90vw;
        text-align: center;
    
    }
    
    .kutu3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border:1px solid lightgrey;
        border-radius: 5px;
        padding:5px;
        cursor: pointer;
        height:200px;
        min-width:90vw;
        text-align: center;
    
    }

}

#sabitIpContainer {
    width: 100%;
    display: flex;
     
    flex-direction: row;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#ucuncusekme {
  display: flex;
  width: 80%;
  margin: 0 auto;
}

#ozet {
  width: calc(50% - 10px); /* Sol taraftaki içeriklerin yarısı kadar genişlik */
  position: -webkit-sticky; /* Safari için */
  position: sticky; /* Diğer tarayıcılar için */
  top: 20px; /* Sayfanın en üstünden 20 piksel mesafede sabitlenecek */
  align-self: flex-start; /* Üstte sabitlensin */
  margin-right: 20px; /* Sağ taraftan biraz boşluk bırak */

}

@media (max-width: 767px) {
  #ucuncusekme {
    width: 100% !important;
  }
}



        @media (max-width: 576px) {
            .accordion-fixed-bottom {
                position: fixed;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: 1000;
                width: 100%;
                background-color: #f8f9fa;
            }
            .accordion-item {
                margin-bottom: -7%; /* Mobil cihazlarda boşluk bırak */
            }
        }

        @media (max-width: 576px) {
            .mobile-hide {
                display: none !important;
            }
        }
    
        @media (min-width: 576px) {
            .desktop-hide {
                display: none !important;
            }
        }
