.newsletter-form .contact-one__form-input,
.siziarayalim-form .contact-one__form-input{
    height:45px !important;
}

.newsletter-input-wrap {
    padding-left:3px !important;
    padding-right:3px !important;
}


.newsletter-form .captcha,
.siziarayalim-form .captcha {
    gap:0px !important;
}

.newsletter-form .captcha .captcha_image,
.siziarayalim-form .captcha .captcha_image {
    border-radius: 4px 0 0 4px;
    height:45px !important;
}
.newsletter-form input[name="captcha_value"],
.siziarayalim-form input[name="captcha_value"] {
    border-radius:0px 4px 4px 0 !important;
}


.logo-box img {
    width: 97px;
    height: 100px;
}

.dropdown:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: -12px;
    font-size: 11px;
    margin-top: 0px;
}

.fancybox-caption {
    text-align: center;
    background: #0000003d;
    font-size: 16px;
}

.serivces-widget-list .submenu li a {
    background: transparent;
    color: #003f76;
    /* box-shadow: 0px 0px 2px 0px #003f77; */
    border: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #003f77 !important;
    /* border-left: 16px solid #00223f; */
    margin-left: 8px;
    transition: all 100ms;
    color: #ffffff;
    color: #ffffff;
    margin-left: 12px;
    background: #646363 !important;
}


.submenu li:before {
    /*content: '';*/
    /*width: 30px;*/
    /*position: absolute;*/
    /*left: 28px;*/
    /*!* background: red; *!*/
    /*z-index: 999999;*/
    /*!* color: red; *!*/
    /*height: 29px;*/
    /*border-left: 1px solid #003f77;*/
    /*border-bottom: 1px solid #003f77;*/
}


.submenu li:has(> a.active):before {
    /*content: '';*/
    /*width: 30px;*/
    /*position: absolute;*/
    /*left: 28px;*/
    /*!* background: red; *!*/
    /*z-index: 999999;*/
    /*!* color: red; *!*/
    /*height: 29px;*/
    /*border-left: 1px solid red !important;*/
    /*border-bottom: 1px solid #003f77;*/
}


@media (max-width: 992px) {
    .main-slider .swiper-slide {
        min-height: 300px;
        max-height: 500px;
    }

    .main-slider .swiper-slide-active .image-layer {
        transform: none !important;
    }

    .client-carousel {
        padding: 1em;
    }
}


.main-menu img {
    margin-bottom: -100px;
    position: relative;
    z-index: 9;
    height: 145px;
    width:auto;
}

.stricky-header img {
    margin-bottom: 0px !important;
    height: 100px;
}


.service-second h2 {
    color: #646363;
    font-size: 25px;
}


.stand-talep .form-group label:first-child:not(.control) {
    font-weight: bold;
    background: #003f76;
    width: 100%;
    height: 2lh;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 1em;
    color: white;
}

.stand-talep .form-group:has(input[type="checkbox"]) {
    border: 1px solid #e3e3e3;
    padding: 0;
}

.stand-talep .form-group:has(input[type="radio"]) {
    border: 1px solid #e3e3e3;
    padding: 0;
    background: white;
}

input:checked {
    border: none;
    outline: 2px solid deeppink;
}


.control {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 14px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #eb0000;
    border-radius: 0px;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #cccccc;
}

.control input:checked~.control_indicator {
    background: #008ed4;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647d;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 3;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

/**/

.control_indicator-image {
    position: absolute;
    top: 28px;
    left: 0;
    height: 20px;
    width: 20px;
    background: url(https://localhost/bludesign_yeni/view/default/assets/images/logo/logo-mavi.png);
    border: 0px solid #eb0000;
    border-radius: 0px;
    background-size: cover !important;
    height: 159px !important;
    width: 100% !important;
    border-radius: 0px !important;
    margin-top: 6px;
}

.control:hover input~..control_indicator-image,
.control input:focus~..control_indicator-image {
    background: #cccccc;
}

.control input:checked~.control_indicator-image {
    background: #008ed4;
    /* box-shadow: 0 0 6px 1px #0774b957; */
    filter: drop-shadow(0px 0px 1px #0774b9);
    border-radius: 10px;
    margin-top: 6px;
}

.control:hover input:not([disabled]):checked~.control_indicator-image,
.control input:checked:focus~.control_indicator-image {
    background: #0e6647d;
}

.control input:disabled~.control_indicator-image {
    background: #e6e6e6;
    opacity: 3;
    pointer-events: none;
}

.control_indicator-image:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator-image:after {
    display: block;
}

.control-checkbox .control_indicator-image:after {
    left: 50%;
    top: 50%;
    width: 13px;
    height: 31px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    /* background: red; */
    margin-top: -17px;
}

.control-checkbox input:disabled~.control_indicator-image:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator-image::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 61px;
    height: 55px;
    /* margin-left: -1.3rem; */
    /* margin-top: -1.3rem; */
    background: #003f7670;
    border-radius: 0;
    opacity: 1;
    z-index: -1;
    /* transform: scale(0); */
    width: 100%;
    height: 100%;
}

/**/
@keyframes s-ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input+.control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked+.control_indicator::before {
    animation-name: s-ripple-dup;
}


textarea {
    margin: .5em;
}

.numberButton {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 1px 1px 3px 0px black;
    color: #000;
    margin: 0 .4em;
}

.decrement {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.increment {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.neden_biz_ikon {
    border-radius: 50%;
    background: linear-gradient(90deg, #63b7ff 0%, #003f76 50%, #003f76 100%);
    box-shadow: 0px 0px 4px 0px #032fa5;
    padding: 20px;
    margin: 0 auto;
    width: 110px;
    height: 110px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.neden_biz_ikon img {
    height: 80px;
    padding: 1em;
    filter: invert(1);
}

@media (max-width: 992px) {
    .main-menu img {
        margin-bottom: 0;
        position: relative;
        z-index: 9;
        height: 90px;
        width:auto;
     
    }

    .dropdown:before {
        content: none;
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: -12px;
        font-size: 11px;
        margin-top: 0px;
    }

    .roundex {
        border-radius: 50% !important !important;
        width: 200px !important;
        height: 200px !important;
        padding: 1em !important;
        color: white !important;
        outline: 1px solid #003f76 !important;
        outline-offset: 5px !important;
        outline-style: dashed !important;
    }
}

.roundex {
    border-radius: 50% !important;
    width: 164px;
    height: 164px;
    color: white;
    outline: 1px solid #003f76;
    outline-offset: 5px;
    outline-style: dashed;
}

.acik-turuncu {
    background: #FBB03B;
}

.turuncu {
    background: #F68C2D;
}

.koyu-turuncu {
    background: #F26522;
}

.yesil {
    background: #8DC641;
}

::-webkit-input-placeholder {
    font-weight: bold;
}

select option {
    font-weight: bold;
}

select option[value=""][disabled] {
    font-weight: bold;
}

.blu-divider {
    background: #003f76;
    height: 4px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.heightClass {
    height: 326px;
}

@media (max-width:767px) {
    .heightClass {
        height: 100%;
    }

    .control_indicator-image {
        position: relative;
        top: 0px;
    }
}

.alert-btn {
    padding: 8px !important;
    font-size: 16px !important;
    background: #0b97c4 !important;
}


.opened a:not(.no) {
    color: #ffffff;
    /* margin-left: 12px; */
    background: #646363 !important;

}

.opened a:not(.no):before {
    content: "";
    width: 5px;
    left: -1px;
    bottom: 50%;
    background: #1c407b;
    height: 0;
    position: absolute;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 1;
    height: 100%;
    bottom: 0;
}
.col-md-3 .roundex:hover{
    background-color:#fff!important;
    color:#000!important;
    transition: all 500ms;
}
.footer-widget__link-list li::marker {
    background: blue!important;
}
