@media print{
    .hidden-print{
        display:none;
    }
 }

.row .card .img-fluid
{
    min-height: 100px;
    object-fit: cover;
    background: #c7c7c7;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: center;
}

.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #F62459;
    background: linear-gradient(#ff89b1 0%, #ff006e 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;

}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0%;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #F62459;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F62459;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #F62459;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F62459;
}

.sw-container.tab-content .row
{
    place-content: center;
    justify-content: center;
}

.contact-wizard
{
    min-height: 250px;
    margin-bottom: 50px;
}

.flaticon-check-mark
{
    color: #ff0506;
}

/* Spinner Wrapper */
.loader {
    width: 110%;
    height: 110%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Spinner */
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.step_content button
{
    word-break: break-word;
    height: auto;
    white-space: pre-wrap;
    height: 100%;
}

.step_content .card
{
    margin: 5px;
    height: 100%;
}

.tab-pane.step-content
{
    padding: 0px;
}

.step_content
{
    
}

.tab-pane.step-content h3
{
    background: #737777;
    color: #ffffff;
    text-shadow: 0px 0px 5px #000;
    text-align: center;
	padding-top:10px;
}

.step_content
{
    justify-content: center;
}
.step_content>div
{
    margin-bottom: 10px;
}
.nav.nav-tabs.step-anchor
{
    border-bottom: none;
}

.nav.nav-tabs.step-anchor li
{
    height: 68px;
}

.nav.nav-tabs.step-anchor li a small
{
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
}

.sw-theme-arrows > ul.step-anchor > li > a:after
{
    left: 90%;
}

.sw-theme-arrows > ul.step-anchor > li > a:before
{
    left: 90%;
}

.sw-theme-arrows > ul.step-anchor > li > a
{
    padding: 10px 0 10px 30px;
}

.hukumkosullar a
{
    display: block;
    text-align: center;
    border: solid 1px #dedede;
    border-radius: 4px;
    padding: 15px 10px;
    background: #eee;
    color: #000000;
    height: 100%;
    text-decoration: none;
}

.step_content a
{
    display: block;
    text-align: center;
    border: solid 1px #dedede;
    border-radius: 4px;
    padding: 15px 10px;
    background: #eee;
    color: #000000;
    height: 100%;
    text-decoration: none;
}


.step_content a strong
{
    display: block;
}

.step_content a:hover
{
	background-color: #737777;
    
}

}

.contact-wizard-content
{
    padding: 10px;
    display: block;
    margin: auto;
}

.contact-wizard-content > h3
{
    text-align: center;
    font-weight: 100;
}

.contact-wizard-content > div
{
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #eeeeee;
}

html,body,div.container,.contact-wizard
{
    height: 100%;
}

.price-content
{
    font-weight: 600;
    font-size: 26px;
}

.btn-send
{
    background: #ff0506;
    color: #ffffff;
    font-weight: 600;
}

.table.responsive-table+h4
{
    font-weight: bold;
}


#step_1 .step_content a
{
    display: block;
    border: solid 1px #dedede;
    border-radius: 4px;
    padding: 0px;
    background: #f8f8f8;
    color: #000000;
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold; 
    overflow: hidden;
}

#step_1 .step_content
{
    justify-content: center;
}

#step_1 .step_content > div
{
    margin-bottom: 10px;
}

#step_1 .step_content a:hover
{
    background: #f9f9f9;
    box-shadow: inset 1px 0px 8px 0px #bbb;
}

#step_1 .step_content a strong
{
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    vertical-align: -webkit-baseline-middle;
}

#step_1 .step_content img.make-logo {
    width: 40px;
    display: inline-block;
    margin-right: 5px;
	margin-top: 10px;
}

.nav.nav-tabs.step-anchor
{
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .about-section.about3 {
        position: relative;
        top: 66px;
        margin-bottom: 70px;
    }

    .sw-theme-dots > ul.step-anchor:before {
        display: none;
        top: 80px;
    }

    .nav.nav-tabs.step-anchor li {
        margin-top: 5px;
        margin-bottom: 15px;
    }
}

.sw-main
{
    margin-top: 10px;
}

.sw-theme-dots > ul.step-anchor:before {
    top: 80px;
}

.sw-theme-dots > ul.step-anchor > li > a:after
{
    left: 48%;
    top: -9px;
}

.nav.nav-tabs.step-anchor {
    margin-bottom: 20px;
    justify-content: center;
}

.about-section.about3 {
    margin-bottom: 70px;
	margin-top:120px;
}

.bilgilendirme {
   margin-left: 0; 
   margin-right: 0; 
   padding: 10px; 
   border-top: none; 
   margin-top: 20px;
   position: relative;
   bottom: auto; 
   z-index: auto; 
   width: auto;
   background-color: #fbf9e4;
}

@media screen and (max-width: 768px)
{
    .sw-theme-dots > ul.step-anchor > li > a:before {
        top: 45%;
        left: 10%;
        margin-right: 10px;
        display: block;
    }

    .sw-theme-dots > ul.step-anchor > li > a:after
    {
        left: 18%;
        top: -10px;
    }
}

a.btn.btn-send :hover
{
	background: #5bc0de;
    color: #fff;

}