﻿.navbar-default{border-color:transparent;}
.navbar-default .navbar-nav > li > a{color:#fff;
                                     font-size: 12pt;
    font-weight: 400;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
    -webkit-apearance: none;
    margin:0;
    apearance: none;
}



.btn-copy{
    color: #fff;
    background-color: #B22234;
    border-color: #B22234;
    padding:10px 20px !important;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
.btn-copy:hover,.btn-copy:active{
    color: #fff;
    background-color: #830f1d;
    border-color: #830f1d;
}
#tf-blog{padding:10px 0px;}
#tf-home h1{font-size:40px;font-weight:400;}
#tf-intro p{font-size:12pt;font-weight:400;text-align:justify;padding:5px 20px;}
.invalid{
    border: 1px solid red;
}

#billing-sidebar .card-body{
    box-shadow: 10px 10px 66px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 66px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 66px 0px rgba(0,0,0,0.75);
}
.ckAgreeLabel strong , .card-body h3{
    color: green;
}
.card-body h3{
    font-size: 24px;
    font-weight: bold;
}
.card-body label{
    font-weight: bold;
    font-size: 13px;
}
.ckAgreeLabel{
    font-weight: 500!important;
    display: inline;
}
.card-body ul li{
    font-size: 13px;
}
@media (max-width: 768px) {
    .navbar-collapse.collapse.show{
        margin-top: 0.3rem;
        border-top: 1px solid #fff;
    }
    .nav-item{
        padding: 0.5rem;
    }
    .navbar-brand{
        padding: 0;
    }
}
/* Styling for the loader container */
.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Styling for the loader icon */
.loader-icon {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Styling for the loading message */
.loading-message {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Animation for the loader icon */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media(max-width: 460px){
    #tf-home h1{
        font-size:24px;
        padding:20px;
    }
    .about-left-content{padding-bottom:0px;}
    .about-right-content{padding:0px;}
    a.goto-btn{
        font-size:16px;
    }
}