#search-result {
    opacity: 0;
    position: absolute;
    z-index: -9;
    color: #fff;
    transition: 0.6s;
    width: 100%;
    height: 100%;
}
#search-result h5{
    font-size: 17px;
    margin-bottom: 12px;
    color: #404040;
    font-weight: 400;
}

body{
    font-size: unset !important;
}

button:disabled{
    cursor: not-allowed;
}

.show-search-result {
    opacity: 1 !important;
    z-index: 9999999 !important;
    background-color: #0000003b;
    transition: 0.6s;
}

.serach-container {
    width: 75vw;
    height: 75vh;
    position: fixed;
    top: 12.5%;
    left: 12.5%;
    background: white;
    border-radius: 16px;
}

.result-header {
    background-color: #0780fc;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.close-result{
    background: #c70000;
    border-radius: 6px;
    width: 36px;
    height: 36px;
}
.result-header i {
    font-size: 33px;
    transition: 0.3s;
}

.result-content {
    height: calc(75vh - 70px);
}
.result-content ul{
    height: 100%;
}
.result-content i{
    color:#0780fc ;
}
.result-content .order{
    width: 4%;
}
.result-content{
    white-space: nowrap;    
    font-weight: 300;
}
.result-content li:nth-child(even){
    background-color: rgb(231, 231, 231);
}
#search-result button{
    color: #0780fc;
}
#search-result button:focus, #search-result button:focus-visible{
    outline: 0;
}
#search-result button i{
    position: relative;
    left: 0;
    top: 2px;
    transition:0.3s
}
.search-box-long {
    width: 100% !important;
    transition: 0.3s;
}
/*Form suscces and fail start*/
.form-success{
    opacity: 0;
    background: #005d00;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 6px;
    transition: 0.3s;
    z-index: -999;
}
.check-container {
    width: 6.25rem;
    height: 7.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}
.check-container .check-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #5de593, #41d67c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.check-container .check-background svg {
    width: 65%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
}

@keyframes animateContainer {
    0% {
        opacity: 0;
        transform: scale(0);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
   }
    25% {
        opacity: 1;
        transform: scale(0.9);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
   }
    43.75% {
        transform: scale(1.15);
        box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
   }
    62.5% {
        transform: scale(1);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
   }
    81.25% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
   }
    100% {
        opacity: 1;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
   }
}
@keyframes animateCheck {
    from {
        stroke-dashoffset: 80;
   }
    to {
        stroke-dashoffset: 0;
   }
}

.z-999{
    z-index: 999 !important;
}
.opacity-100{
    opacity: 1 !important;
}


/*Form suscces and fail end*/

#ihaleAraForm .loading{
    width: 21px !important;
    height: 21px !important;
    border: 3px solid rgb(0 0 0);
    border-top-color: white !important;
}
#ihaleAraForm .progress{
    background-color: #872824 !important;
}
.stats .w-100{
    padding: 8px 0;
}
.stats .value + div{
    border: 2px solid #a90d0b;
    border-top: 0;
    border-bottom-left-radius:4px ;
    border-bottom-right-radius:4px ;
    background-color: #00000040;
}

.stats .text{
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.input-group{
    margin-top: 48px;
}
.stats img{
    width: 27px;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px){ /*xl*/
    .register-icon, 
    .live-support, 
    .tender-send,
    .secure-payment-icon {
        width: 150px !important;
        height: 150px !important;
    }
    .main-triple-icon{
        width: 800px;
        margin-top: 0 !important;
    }
    .live-support-button,
    .security-button,
    .regsiter-button,
    .secure-payment-button {
        font-size: 20px !important;
    }
    .input-group{
        width: 739px !important;
        margin: 48px auto 0 auto;
    }
    form.search-container{
        width: 100%;
    }
    .register-form,
    .live-support-form,
    .payment-form  {
        max-width: 646px;
        left: calc(50% - 323px) !important;
    } 
}
@media only screen and (max-width: 1200px) and (min-width: 992px){
    .main-triple-icon{
        width: 900px;
        margin-top: 0 !important;
    }
    .register-icon, 
    .live-support, 
    .tender-send,
    .secure-payment-icon {
        width: 150px !important;
        height: 150px !important;
    }
    .live-support-button,
    .security-button,
    .regsiter-button,
    .secure-payment-button {
        font-size: 20px !important;
    }
    .register-form,
    .live-support-form,
    .payment-form {
        max-width: 646px;
        left: calc(50% - 323px) !important;
    } 
    .search-box-long, .stats {
        width: 495px !important;
    }
    .stats .text{
        font-size: 15px !important;
    }
    .value{
        font-size: 18px !important;
    }
    .counter-container i {
        font-size: 27px !important;
        margin-top: 4px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 768px){
    .main-triple-icon{
        margin-top: 0 !important;
    }
    .register-icon, 
    .live-support, 
    .tender-send,
    .secure-payment-icon {
        width: 150px !important;
        height: 150px !important;
    }
    .live-support-button,
    .security-button,
    .regsiter-button,
    .secure-payment-button {
        font-size: 20px !important;
    }
    .stats .text{
        font-size: 15px !important;
    }
    .value{
        font-size: 18px !important;
    }
    .counter-container i {
        font-size: 27px !important;
        margin-top: 4px;
    }
    .main-triple-icon{
        width: 700px;
    }
    .search-box-long, .stats {
        width: 495px !important;
    }

}
@media only screen and (max-width: 768px) and (min-width: 576px){
    .main-triple-icon{
        width: 525px;
        margin-top: 0 !important;
    }   
    .register-icon, 
    .live-support, 
    .tender-send,
    .secure-payment-icon {
        width: 125px !important;
        height: 125px !important;
    }
    .live-support-button,
    .security-button,
    .regsiter-button,
    .secure-payment-button {
        font-size: 20px !important;
    }
    .stats .text{
        font-size: 13px !important;
    }
    .stats .value{
        font-size: 16px !important;
    }
    .counter-container i {
        font-size: 14px !important;
        margin-top: 1px;
    }
    .search-box, .select-container{
        width: 100% !important;
    }
    .stats, .input-group {
        width: 90% !important;

    }
    .input-group{
        margin: 0 auto;
        margin-top: 0;
    }
    #ihaleAraForm{
        width: 100%;
    }
    .search-box .btn{
        width: 50px;
    }
    .register-icon, .live-support, .tender-send, .secure-payment-icon{
        border: 2px solid #eee !important;
    }
}
@media only screen and (max-width: 576.5px) and (min-width: 423px){
    .main-triple-icon{
        width: 100%;
        margin-top: 0 !important;
        padding: 0;
    }
    .toplam-ihale-img, .toplam-kalem-img, .online-kull-img{
        width:27px !important; 
    }
    .video-content-container{
        margin: 0 !important;
    }
    .register-icon, 
    .live-support, 
    .tender-send,
    .secure-payment-icon {
        width: 130px !important;
        height: 130px !important;    
    }
    .live-support-button,
    .security-button,
    .regsiter-button,
    .secure-payment-button {
        font-size: 16px !important;
    }
    .stats .text{
        font-size: 13px !important;
    }
    .stats .value{
        font-size: 16px !important;
    }
    .counter-container i {
        font-size: 14px !important;
        margin-top: 1px;
    }
    .stats {
        padding: 10px 19px !important;
        width: 95%;
    }
    .search-box{
        width: 100% !important;
    }
    #main-video .input-group{
        margin-top: 0;
    }
    #main-video .input-group input{
        font-size: 14px;
        height: 40px;
    }

    .search-box .btn{
        width: 42px;
    }
    .search-box .btn i{
        font-size: 13px !important;
    }
    .register-form{
        width: 90% !important;
        left: 5% !important;
    }
    .register-form:nth-child(1) span{
        font-size:14px !important;
    }
    .register-form .close{
        width: 28px !important;
        height: 28px !important;
    }
    .register-form .close i{
        font-size: 19px !important;
    }
    .register-form input, .register-form textarea,
    .live-support-form input, .live-support-form textarea,
    .tender-send-form  input, .tender-send-form  textarea, .tender-send-form label,
    .payment-form  input, .payment-form  textarea{
        font-size: 11px !important;
    }
    .register-icon, .live-support, .tender-send, .secure-payment-icon{
        border: 2px solid #eee !important;
    }

}
@media only screen and (max-width: 423px){
    .main-triple-icon{
        width: 100%;
        margin-top: 0 !important;
    }
    .toplam-ihale-img, .toplam-kalem-img, .online-kull-img{
        width:26px !important; 
    }
    .stats .text span{
        display: block;
    }
    .stats .value{
        font-size: 16px !important;
    }
    .register-icon, .live-support, .tender-send, .secure-payment-icon{
        border: 2px solid #eee !important;
    }
    .stats {
        width: 95%;
        padding: 10px 19px !important;
    }
    .register-icon, 
    .live-support, 
    .tender-send,
    .secure-payment-icon {
        width: 115px !important;
        height: 115px !important;
        border: 4px solid #eee;
    }
    .video-content-container{
        margin-top: 0 !important;
    }
    .live-support-button,
    .security-button,
    .regsiter-button,
    .secure-payment-button {
        font-size: 16px !important;
    }
    .stats .text{
        font-size: 13px !important;
    }
    .counter-container i {
        font-size: 14px !important;
        margin-top: 1px;
    }
    .search-box{
        width: 100% !important;
    }
    .search-box .btn{
        width: 50px;
    }
    .close {
        width: 17px;
        height: 17px;
    }
    .close-live-support, .close-tender-send{
        width: 28px !important;
        height: 28px !important;
    }
    .close i {
        font-size: 13px !important;
    }
    .close-live-support i, .close-tender-send i{
        font-size: 20px !important;
    }
    .select-inner-container{
        width: 50% !important;
    }
    .select-inner-container .padding-control:nth-child(even){
        padding-top: 4px !important;
        padding-right: 4px !important;
        padding-bottom: 4px !important;
        padding-left: 0 !important;
    }
    .select-inner-container .padding-control:nth-child(odd){
        padding-top: 4px !important;
        padding-left: 4px !important;
        padding-bottom: 4px !important;
        padding-right: 0 !important;
    }
    #main-video .input-group input{
        font-size: 12px;
        height: 40px;
        padding: 0.375rem 5px !important;
    }
    .search-box .btn {
        width: 38px;
    }   
    .nav-icon img {
        width: 35px;
    }
    h1{
        font-size: 16px !important;
    }
    .search-container .form-select{
        height: 26px !important;
    }
    .live-support-form{
        width: 85% !important;
        left: 7.5% !important;
    }
    .tender-send-form input, 
    .tender-send-form textarea, 
    .live-support-form input, 
    .live-support-form textarea{
        font-size: 9px !important;
        padding: 4px 5px;
    }
    .live-support-form p, .tender-send-form p{
        font-size: 10px !important;
    }
    .live-support-form .bx-support{
        font-size: 14px !important; 
    }
    .tender-send-form .bx-up-arrow-alt{
        font-size: 17px !important; 
    }
    .live-support-header, .tender-send-header{
        font-size: 14px !important; 
    }
    .close-live-support i.bx-plus{
        font-size: 19px !important;
    }
    #destekSubmit, #tenderSendSubmit{
        font-size: 10px !important;
    }
    .main-triple-icon .col-6{
        padding: 0px !important;
    }
    .tender-send-form .fa-file{
        font-size: 16px;
    }
    .input-group{
        margin-top: 0;
    }
}
@media only screen and (max-width: 360px){
    .live-support-button, .security-button, .regsiter-button, .secure-payment-button{
        white-space: nowrap;
    }
}
@media only screen and (max-width: 310px){
    .live-support-form p, .tender-send-form p{
        font-size: 10px !important;
    }
    .register-icon, .live-support, .tender-send, .secure-payment-icon{
        width: 90px !important;
        height: 90px !important;
    }
    .register-icon, .live-support, .tender-send, .secure-payment-icon{
        border: 2px solid #eee !important;
    }
    .secure-payment-button{
        white-space:nowrap ;
    }
}
@media only screen and (min-height:1px) and (max-height: 660px) and (min-width:554px) and (max-width:768.5px){
    .register-icon, 
    .live-support, 
    .tender-send,
    .secure-payment-icon {
        width: 100px !important;
        height: 100px !important;
        border: 3px solid #eee !important;
    }
    .live-support-button,
    .security-button, 
    .regsiter-button,
    .secure-payment-button {
        font-size: 17px !important;
    }
    .stats {
        padding: 5px 19px !important;
    }
    .stats .text {
        font-size: 15px !important;
    }
    .value {
        font-size: 19px !important;
    }
    .counter-container i {
        font-size: 15px !important;
        margin-top: 3px;
    }
    #main-video .input-group input{
        font-size: 12px !important;
    }
    .main-triple-icon .col-6.col-md-3{
        width: 25% !important;
    }
        
}
@media only screen and (min-height: 1px) and (max-height: 660px) and (max-width: 330px){
    .main-triple-icon .col-6.col-md-3{
        width: 20% !important;
    }
    .main-triple-icon{
        width: 97%;
    }
    .register-icon, .live-support, .tender-send, .secure-payment-icon{
        width: 65px !important;
        height: 65px !important;
        border: 2px solid #eee !important;
    }
    .live-support img {
        width: 65% !important;
    }
    .tender-send img {
        width: 45% !important;
    }
    .register-icon img {
        width: 48% !important;
    }
    .secure-payment-icon img {
        width: 55% !important;
    }
    .live-support-button, .security-button, .regsiter-button, .secure-payment-button {
        font-size: 9px !important;
        text-align: center;
    }
}
@media only screen and (min-height: 1px) and (max-height: 660px) and (max-width: 340px){
    .main-triple-icon{
        width: 90%;
    }
    .register-icon, .live-support, .tender-send, .secure-payment-icon{
        width: 55px !important;
        height: 55px !important;
    }

}
@media only screen and (min-height: 1px) and (max-height: 660px) and (max-width: 310px){
    .secure-payment-button{
        position: relative;
        right: 3.5px;
    }
}
@media (max-width:1153px) and (max-height:611px){
    .stats .text {
        font-size: 16px !important;
    }
    .stats .value{
        font-size: 19px !important;
    }
    .register-icon, .live-support, .tender-send, .secure-payment-icon{
        width: 110px !important;
        height: 110px !important;
        border: 2px solid #eee !important;
    }
    .live-support-button, .security-button, .regsiter-button, .secure-payment-button{
        font-size: 17px !important;
    }
    .video-content-container{
        padding-top: 140px !important;
    }
}
#main-video{
    height: 100vh;
}
.video-content-container {
    height: 100vh;
    justify-content: center;
    position: relative;
    z-index: 0;
    padding-top: 90px;
}

.video-container{
    height: 100vh;
}
.video-container video{
    filter: brightness(0.7);
}
  
video {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.video-content-container {
    position: relative;
    z-index: 0;
}
.main-triple-icon .pb-3,
.main-triple-icon button,
.main-triple-icon img {
    scale: 1 !important;
    background-color: transparent !important;
}

.register-icon,
.live-support,
.tender-send,
.secure-payment-icon {
    z-index: 9999;
    position: relative;
    background-color: #11111145;
    width: 150px;
    border: 4px solid #eee;
    height: 150px;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    scale: 1;
    transition: 0.3s;
    cursor: pointer;
    background: #920402     ;
}


.register-icon div:nth-child(1),
.live-support div:nth-child(1),
.tender-send div:nth-child(1),
.secure-payment-icon div:nth-child(1) {
    height: 249px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-icon img {
    width: 44%;
    bottom: 87px;
}
.secure-payment-icon img{
    width: 65%;
    
}
.live-support img{
    width: 66%;
}
.tender-send img {
    width: 43%;
}
.live-support button{
    font-size: 25px;
    white-space: break-spaces;
    padding: 10px 21px;
}
.secure-payment-icon button{
    font-size: 25px;
    white-space: break-spaces;
    padding: 10px 21px;
}

.register-icon button,
.tender-send button {
    font-size: 25px;
}

.register-form,
.live-support-form,
.payment-form {
    height: 0;
    opacity: 0;
    padding: 0 !important;
    position: absolute;
    top: -100px;
    transition: 0.5s;
    background-color: #000000a3 !important;
    width: 75%;
    left: 12.5%;
    border-radius: 6px;
    margin: 0 auto;
}
.tender-send-form button:focus,
.tender-send-form button:focus-visible,
.register-form button:focus
.register-form button:focus-visible,
.live-support-form button:focus,
.live-support-form button:focus-visible,
.payment-form button:focus,
.payment-form button:focus-visible{

    outline: 0;
} 
 .send,
.register-form .send,
.live-support-form .send,
.payment-form .send{
    border: 0;
    padding: 5px 24px;
    background: #c70000;
    color: #fff;
    border-radius: 6px;
    position: relative;
}
 .send .button-hover,  
.register-form .send .button-hover,
.live-support-form .send .button-hover,
.payment-form .send .button-hover  {
    display: inline-block;
    width: 0% ;
    height: 100%;
    background-color: #de0000;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top:0;
    border-radius: 6px;
}


.hideUp {
    bottom: 50px !important;
    opacity: 0 !important;
    z-index: -9 !important;
    transition: 0.3s;
}

.showRegister,
.showTenderSend,
.showLiveSupport,
.showPayment  {
    height: auto;
    top: 25%;
    opacity: 1 !important;
    transition: 0.5s !important;
    z-index: 9;
}

.hideUpRegister,
.hideUpTenderSend {
    height: 0;
    top: -100px;
    opacity: 0 !important;
    transition: 0.5s !important;
}

.close-register-container,
.close-tender-send-container,
.close-live-support-container,
.close-payment-container {
    top: 5px;
    right: 10px;
}

.form-control:focus {
    box-shadow: unset;
}

#avatar {
    display: none;
}

#avatar-label{
    cursor:pointer;
}
#imageName{
  color:green;
}

@media (max-width:1153px) and (max-height:491px){
    .register-icon, .live-support, .tender-send, .secure-payment-icon {
        width: 90px !important;
        height: 90px !important;
    }
    .live-support img{
        width: 100% !important;
    }
    .tender-send img {
        width: 100% !important
    }
    .register-icon img {
        width: 100% !important;
    }
    .secure-payment-icon img {
        width: 100% !important;
    }
    .stats{
        display: none !important;
    }
}

#main-video .input-group {
    z-index: 999;
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: center;
}

#search-input,
.search-container .form-select {
    height: 50px;
    opacity: 0.7;
    transition: 0.3s
}

.search-box {
    z-index: 9999;
    width: 540px;
    transition: 0.3s;
    margin: auto;
}
#main-video .input-group input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 66.6666666667%;
}

.search-container .btn {
    color: #fff;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #ab1111d1 !important;
}


.premium-select-container {
    position: relative;
    z-index: 99;
}
.premium-select {
    background-image: url(../img/icons/lock-regular-24.png) !important;
    background-size: 15px !important;
}

.premium-select-tool-tip-arrow {
    background-image: url(../img/icons/up-arrow-solid-24.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 15px;
    visibility: hidden;
    width: 15px;
    position: absolute;
    left: calc(50% - 7.5px);
    background-color: transparent !important;
    border-color: transparent !important;
}

.premium-select-tool-tip {
    background-color: black !important;
    color: #fff;
    text-align: center;
    border-radius: 6px !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    padding: 5px 5px;
    position: absolute;
    top: 45px;
    visibility: hidden;
    left: calc(50% - 62.5px);
    font-size: 12px
}



.premium-select-container .form-select:disabled {
    color: #ffffff !important;
    background-color: #636363 !important;
}

.select-container {
    position: relative;
    bottom: 10px;
    opacity: 1;
    z-index: 9;
    background: #0000007a;
    border-radius: 6px;
    transition: 0.3s;
    padding: 0px 5px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.search-container .form-select {
    display: block;
    width: 100%;
    height: 35px;
    padding: 1px 5px;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 5px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close-container {
    width: 50px;
}
.counter-container i{
    font-size: 28px;
}

.plus {
    font-size: 46px;
    display: inline-block;
    text-shadow: 2px 2px 6px black !important;
}

#categories{
    background: #f7f7f7;
    padding:64px;
}
#categories h2{
    font-size: 48px !important;
    font-weight: 400 !important;
    color: #c21c1a;
    letter-spacing: 0px !important;
    margin-bottom: 64px;
}
#categories img{
    width: 96px;
}
#categories col-4:nth-child(6) img{
    width: 128px;
}
#categories .sub-title{
    text-align: center;
}
#categories .rounded{
    padding: 60px 20px !important;   
    background: #fff !important;
    transition: 0.3s;
    height: 240px;
}



#categories .sub-title{
    margin-top: 30px;
    color: #333;
    font-size: 18px;
}

#process{
    background: #aa0301;
    padding: 64px 0px;
}
#process h2{
    color:#fff;
    font-size: 48px;
    font-weight: 400;
}
#process .process{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap ;
    width: 100%;
}
#process .process .process-step{
    width: 20%;
}
#process .process .process-step .process-text{
    font-size: 19px;
    font-weight: 600;
    margin-top: 16px;
    color:#fff;
}
#process .process .process-step .process-line{
    height: 3px;
    width: 20%;
    background-color: #fff;
}
#process .process .process-step .process-circle{
    width: 60%;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 30%;
    position: relative;
}
#process .process .process-step .process-circle img{
    width: 100%;
    padding: 25%;
}
#process .process .process-step .process-line{
    height: 3px;
    width: 20%;
    background-color: #fff;
}
#process .process .process-step .process-arrow{
    height: 3px;
    width: 20%;
    background-color: #fff;
    position: relative;
}
#process .process .process-step .process-arrow span{
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #fff;
    position: absolute;
    left: calc(50% + 14px);
    top: calc(50% - 6.5px);
}
@media only screen and (min-width:1343px){
    #process .process .process-step:nth-child(1) .process-text{
        white-space: nowrap;
    }
}
@media only screen and (max-width:1343px){
    #process .process .process-step .process-text{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
@media only screen and (min-width:992px) and (max-width:1100px){
    #process .process .process-step .process-text{
        font-size: 17px !important;
    }
}
@media only screen and (max-width:991.5px){
    #process h2 {
        font-size: 38px;
    }
    #process .process .process-step{
        width: 266px !important;
    }
    .process-step-icons{
        transform: rotate(90deg);
        height: 300px;
    }
    .process-step-icons img{
        transform: rotate(-90deg);
    }
    #process .process .process-step .process-text{
        margin-top: 0 !important;
    }
}
@media only screen and (max-width:768.5px){
    #process h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width:576px){
    #process h2 {
        font-size: 32px;
    }
    #process .process .process-step{
        width: 200px !important;
    }
    #process .process .process-step .process-text{
        font-size: 16px;
    }
}
#features {
    padding: 96px 64px 64px;
}
#features h2 {
    font-size: 48px !important;
    font-weight: 400 !important;
    color: #c21c1a;
    letter-spacing: 0px !important;
    margin-bottom: 64px;
}
#features button{
    outline: 0;
    color: #c21c1a;
    font-size: 32px !important;
    transition: 0.3s;
    border-bottom-color:#c21c1a ;
    border-radius: 0;
    padding-top: 32px;
}
#features .nav-link{
    width: 50%;
}
#features button  span, #features button  img{
    filter: grayscale(1);
    transition: 0.3s;
}
#features button.active span, #features button.active img{
    filter: grayscale(0);
    transition: 0.3s;
}
#features button.active{
    transition: 0.3s;
    border-color: #c21c1a;
    border-bottom-color:transparent ;
}
#features #nav-tabContent .tap-pane-border{
    border: 1px solid #c21c1a;
    border-top: transparent;
}
#features #nav-tabContent ul{
    overflow: auto;
    height: 256px;
}
#features #nav-tabContent ul li{
    display: flex;
    margin: 24px 25px;
}
#features #nav-tabContent ul li:first-child{
    margin: 24px 25px 12px 25px;
}
#features #nav-tabContent ul li:last-child{
    margin: 12px 25px 24px 25px;

}
#features #nav-tabContent ul li i{
    color:#c21c1a;
    font-size: 24px;
    margin-top: 1px;
}

#features #nav-tabContent ul li p{
    margin-bottom: 0;
}
@media only screen and (min-width:576px) and (max-width:991.5px) {
    #features {
        padding: 96px 0px !important;
    }
    #features .nav-link img{
        width: 75px !important;
        position: absolute;
        top: 25%;
    }
    #features .nav-link.active img{
        top: 12.5%;
        width: 100px !important;
    }
    #features .nav-link.active span{
        opacity: 1 !important;
        bottom:0;
        transition: 0.3s;
    }
    #features .nav-link span{
        position: absolute;
        opacity: 0;
        transition: 0.3s;
        bottom:50px;
        font-size: 28px !important;
    }
    #features .nav-link{
        width: 30% !important;
        height: 180px;
        transition: 0.3s;
        padding-top:8px !important ;
        position: relative;
        background: #c3c3c3;
    }
    #features .nav-link.active{
        width: 70% !important;
        justify-content: space-between !important;
        transition: 0.3s;
        background: #fff;
    }
    #features h2 {
        font-size: 32px !important;
    }
}
@media only screen and (min-width:410px) and (max-width:576px){
    #features {
        padding: 64px 0px !important;
    }
    #features .nav-link img{
        width: 75px !important;
        position: absolute;
        top: 25%;
    }
    #features .nav-link.active img{
        top: 12.5%;
        width: 75px !important;
    }
    #features .nav-link.active span{
        opacity: 1 !important;
        bottom:0;
        transition: 0.3s;
    }
    #features .nav-link span{
        position: absolute;
        opacity: 0;
        transition: 0.3s;
        bottom:50px;
        font-size: 20px !important;
    }
    #features .nav-link{
        width: 30% !important;
        height: 128px;
        transition: 0.3s;
        padding-top:8px !important ;
        position: relative;
        background: #c3c3c3;
    }
    #features .nav-link.active{
        width: 70% !important;
        justify-content: space-between !important;
        transition: 0.3s;
        background: #fff;
    }
    #features #nav-tabContent ul li{
        margin: 24px 10px !important;
    }
    #features #nav-tabContent ul li:first-child{
        margin: 24px 10px 12px 10px !important;
    }
    #features #nav-tabContent ul li p{
        font-size: 14px !important;
    }
    #features h2 {
        font-size: 32px !important;
    }
}
@media only screen and (max-width:410px){
    #features {
        padding: 64px 0px !important;
    }
    #features .nav-link img{
        width: 45px !important;
        position: absolute;
        top: 25%;
    }
    #features .nav-link.active img{
        top: 12.5%;
        width: 60px !important;
    }
    #features .nav-link.active span{
        opacity: 1 !important;
        bottom:0;
        transition: 0.3s;
    }
    #features .nav-link span{
        position: absolute;
        opacity: 0;
        transition: 0.3s;
        bottom:50px;
        font-size: 18px !important;
    }
    #features .nav-link{
        width: 30% !important;
        height: 100px;
        transition: 0.3s;
        padding-top:8px !important ;
        position: relative;
        background: #c3c3c3;
    }
    #features .nav-link.active{
        width: 70% !important;
        justify-content: space-between !important;
        transition: 0.3s;
        background: #fff;
    }
    #features #nav-tabContent ul li{
        margin: 24px 10px !important;
    }
    #features #nav-tabContent ul li:first-child{
        margin: 24px 10px 12px 10px !important;
    }
    #features #nav-tabContent ul li p{
        font-size: 14px !important;
    }
    #features h2 {
        font-size: 32px !important;
    }
}
@media only screen and (max-width:310px){
    #features .nav-link span {
        font-size: 15px !important;
    }
    #features #nav-tabContent ul li p{
        font-size: 13px !important;
    }
    #features .tap-pane-border{
        padding: 10px !important;
    }
    #features #nav-tabContent ul li:first-child{
        margin: 4px 10px 12px 10px !important;
    }
}
#testimonials{
    padding: 64px 64px 96px;
    background-color: #aa0301;
}
#testimonials h2{
    margin-bottom: 32px;
}
#testimonials .carousel-container{
    padding: 0 128px;
    display: flex;
    align-items: center;
}
#testimonials .carousel-container p{
    text-align: center;     
    padding: 48px 64px;
    margin-bottom: 0;
}
#testimonials .carousel-container img{
    height: 125px !important;
    width: auto !important;
    margin: 0 auto;
}
#testimonials button i{
    color: #fff;
    font-size: 64px;
    display: inline-block;
}
#testimonials .owl-nav{
    height: 50px;
    top: calc(50% - 25px);
}
#testimonials button{
    border: 0;
    outline: 0;
    background-color: transparent;
}
@media only screen and (min-width:756px) and (max-width:992px){
    #testimonials{
        padding: 64px 32px 96px !important;
    }
    #testimonials .carousel-container{
        padding: 0 100px !important;
    }
}
@media only screen and (min-width:432px) and (max-width:756px){
    #testimonials {
        padding: 64px 0px 96px !important;
    }
    #testimonials .carousel-container {
        padding: 0 72px !important;
    }
    #testimonials .carousel-container p{
        padding: 21px;
    }

}


#about-us{
    padding: 96px 40px 96px 40px !important;
}
#about-us h2{
    font-size: 48px !important;
    font-weight: 400 !important;
    color: #c21c1a;
    letter-spacing: 0px !important;
    margin:0 0 64px;
}
#about-us h3 {
    color: #c21c1a !important;
    margin: 64px 0;
    font-size: 32px !important;
    font-weight: 500;
}
#about-us .quotation {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin-bottom: 64px;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0 47px;
    text-align: center;
}
#about-us .quotation::after, #about-us .quotation::before{
    display: none !important;
}
#about-us .quotation-icon {
    content: "";
    background-image: url(../img/quotation-red.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
#about-us .quotation-icon-1{
    transform: rotate(180deg) scale(1, -1);
}
#about-us .quotation-icon-2{
    transform: rotate(180deg) scale(-1, 1);
}
#about-us #nav-tab {
    position: static;
    border: 4px solid #a20b09;
    border-bottom: 0;
}
#about-us #nav-tab .nav-link {
    width: 20%;
    margin: 0px 0;
    border-radius: 0;
    border: 0px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 8px !important;
    color: #3c0201;
}

#about-us #nav-tab .nav-link.active{
    height: auto;
    background: #3c0201;
    color: #fff;
    border: 6px solid #a20b09;
}
#about-us #nav-tab .nav-link:focus, #about-us #nav-tab .nav-link:focus-visible{
    outline: 0;
} 
#about-us #nav-tab .nav-link h4{
    padding: 5px 0;
    height: auto;
    font-weight: 400;
}
#about-us #nav-tab .nav-link .tab-img-container{
    height: 75px;
}
#about-us #nav-tab .nav-link img{
    width: 50%;
    filter: grayscale(100%);
    transition: 0.5s;
}
@keyframes down{
    from {
        bottom:0;
    }

    to {
        bottom:-31px;
        opacity: 1
    }
}
#about-us #nav-tab .nav-link i{
    position: absolute;
    font-size: 42px;
    color: #3c0201;
    opacity: 0;
}
#about-us #nav-tab .nav-link.active i{
    animation-name: down;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode:forwards;

}
#about-us #nav-tab .nav-link.active img{
    filter: grayscale(0%);
    transition: 0.5s;
}
#about-us #nav-tabContent {
    background-color: #fff;
}
#about-us #nav-tabContent .tab-pane{
    padding: 32px;
    background-color: #a20b09;
    color:#fff;
    font-size: 17px;
}
#about-us #nav-tabContent .tab-pane a{
    padding: 5px 10px;
    color: #fff;
    background-color:#3c0201;
    border: 2px solid #fff;
    outline: 3px solid #3c0201;
    transition: 0.3s;
}

#about-us #nav-tab .nav-link:nth-child(1).active{
    border-left: 0 !important;
}
#about-us #nav-tab .nav-link:nth-child(5).active{
    border-right: 0 !important;
    border-left: 6px solid #c21c1a !important;
}
.progress {
    display: none;
    position: relative;
    margin: 0px;
    background-color: #ddd;
    padding: 0 !important;
    left: 0px;
    border-radius: 3px;
    width: 0;
    height: 0 !important;
}

.progress-bar {
    width: 0%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: transparent !important;
}

.percent {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -20px;
    -webkit-border-radius: 4px;
    display:none;
}

#outputImage {
    display: none;
}

.error {
    color: #ad7b7b;
    background: #ffb3b3;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px;
    border-radius: 3px;
    border: #f1a8a8 1px solid;
}

#outputImage img {
    display: none;
}


.loading {
    display: inline-block;
    width: 50px;
    height: 50px !important;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50% !important;
    border-top-color: red !important;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
  }

.header .loading{
    width: 15px;
    height: 15px !important;
    border-top-color: white !important;
}

  .fa-file{
    font-size: 30px;
  }
  
  @keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }

.send-btn-text{
    z-index:9; 
    position:relative;
}
.close-form-success{
    top: 10px;
    right: 10px;
}
.close-form-success i {
    rotate: -45deg !important;
}
 
@media (max-width:1444px){
    .main-triple-icon {
        width: 1170px;
        transition: 0.3s;
    }
    .search-container{
        width: 1020px;
        transition: 0.3s;
    }

    .register-form,
    .live-support-form,
    .payment-form  {
        max-width: 646px;
        left: calc(50% - 323px) !important;
    } 
    #about-us{
        width: 100vw;
        overflow: hidden;
    }
    #about-us nav{
        overflow-y: hidden;
        overflow-x: auto;
        border-right: 4px solid #c21c1a !important;
        border-left: 4px solid #c21c1a !important;
    }
    #about-us #nav-tab{
        border-right: 0 !important;
        border-left: 0 !important;
    }
    #about-us #nav-tab h4{
        font-size: 18px !important;
    }
    #about-us #nav-tabContent{
        max-height: 300px;
        overflow: auto;
    }
}
@media (max-width:1104px){
    #about-us #nav-tab h4{
        font-size: 16px !important;
    }
    #about-us #nav-tabContent .tab-pane{
        font-size: 15px !important;
    }
}  
@media (max-width:992px){
    #categories h2{
        font-size:38px !important;
    }
    .live-support img {
    width: 72%;
    }
    .register-icon img{
        width: 59%;
    }
    .tender-send img{
        width: 55%;
    }
    .secure-payment-icon img{
        width: 62%;
    }
    #about-us h2 {
        font-size: 36px !important;
        font-weight: 400 !important;
        color: #c21c1a;
        letter-spacing: 0px !important;
    }
    #about-us #nav-tab .nav-link h4{
        font-size: 19px;
    }
    #about-us #nav-tabContent .tab-pane{
        font-size: 16px;    
    }
    #about-us {
        padding: 64px 40px 64px 40px !important;
    }
    #about-us #nav-tabContent .tab-pane a{
        padding: 3.5px 8px !important;
    }
    #about-us h3 {
        color: #c21c1a !important;
        margin: 64px 0;
        font-size: 24px !important;
        font-weight: 500;
    }
    #about-us .quotation{
        font-size: 16px !important;
    }
    #about-us #nav-tab .nav-link{
        width: 200px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    #about-us #nav-tab{
        min-width: 1000px !important;
    }
}
@media (max-width:768.5px){
    #categories h2{
        font-size:32px !important;
    }
}
@media (max-width:576px){
    #search-result h4{
        font-size: 17px;
    }
    #search-result h5{
        font-size: 15px;
        white-space: break-spaces;
    }
    #search-result .close-result{
        width: 25px;
        height: 25px;
    }
    #search-result .close-result i{
        font-size: 18px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #search-result .result-content i{
        font-size: 13px;
    }
    #search-result .col-12{
        font-size: 13px;
    }
    #search-result .more{
        font-size: 14px;
    }
    #categories {
        padding: 64px 32px;
    }   
    #about-us #nav-tab .nav-link{
        width: 200px !important;
    }
    #about-us #nav-tab{
        min-width: 1000px !important;
    }
    #about-us #nav-tab .nav-link h4{
        font-size: 16px !important;
    }
    #about-us #nav-tabContent .tab-pane{
        font-size: 15px;
    }
    #about-us .quotation{
        font-size: 14px !important;
        padding: 0 20px !important;
    }
    #about-us h3{
        margin: 48px 0 24px;
    }
    #about-us .quotation-icon{
        width: 25px;
        height: 25px;
    }
}
@media (max-width:485px){
    #about-us h3{
        font-size: 20px !important;
    }
    #about-us .quotation-icon {
        width: 20px;
        height: 20px;
    }
}
@media (max-width:432px) {
    #testimonials{
        padding: 64px 0 96px;
    }
    #testimonials button i{
        font-size: 32px !important;
    }
    #testimonials .carousel-container {
        padding: 0 43px !important;
    }
    #testimonials .carousel-container p{
        font-size: 14px;
        padding: 16px;
    }
}
@media (max-width:380px){
    .hr-divider img{
        width: 20%;
    }
 #categories .serum-img,
 #categories .serum-text{
    width: 100% !important;
 }
 #categories img{
     width: 70px !important;
    }
#categories .brain-prosthesis img{
    width: 130px !important;
}
}   
@media (max-width:310px){
    #testimonials .carousel-container p{
        padding: 32px !important;
    }
    #testimonials .carousel-container p{
        font-size: 10px;
        padding: 16px !important;
    }
    #testimonials .carousel-container{
        padding: 0 !important;
    }
    #testimonials .owl-nav{
        z-index: 999;
    }
    #testimonials button i{
        color: #aa0301 !important;
    }
} 
@media (min-width:992px){
    .result-header i:hover{
        transform: rotate(180deg);
        transition: 0.3s;
    }
    #search-result button:hover i{
        left: 5px;
        transition:0.3s
    }
    .register-icon:hover,
    .live-support:hover,
    .tender-send:hover,
    .secure-payment-icon:hover {
        scale: 1.075;
        background-color: #111111d5;
        transition: 0.3s;
    }
    .tender-send-form .send:hover .button-hover,
    .register-form .send:hover .button-hover, 
    .live-support-form .send:hover .button-hover,
    .payment-form .send:hover .button-hover {
        width: 100%;
        transition: 0.3s;
    }
    .main-triple-icon .justify-content-end a:hover {
        scale: 1.075;
        transition: .3s;
        background-color: #111111d5;
    }
    #search-input:focus,
    #search-input:hover,
    #search-input:focus-within,
    .select-container .col-6 select:hover {
        opacity: 1;
        transition: 0.3s
    }
    .select-container .col-6:nth-child(6) select:hover {
        opacity: 0.7 !important;
    }
    .input-group .btn:hover {
        color: #fff !important;
        background-color: #ab1111 !important;
    }
    .premium-select-container:hover .premium-select-tool-tip,
    .premium-select-container:hover .premium-select-tool-tip-arrow {
        visibility: visible !important;
    }
    #categories .rounded:hover .sub-title{
        color: #fff;
    }
    #categories .rounded:hover{
        background: #af0d0b !important;
        transition: 0.3s;
    }
    #categories .rounded:hover img{
        filter: brightness(1000000000);
    }
    #categories .col-3 .rounded:hover .sub-title{
        color: #fff;
    }
    #about-us #nav-tabContent .tab-pane a:hover{
        scale: 1.05;
        transition: 0.3s;
    }
    .close-form-success:hover i{
        rotate:135deg !important;
    }
}