﻿.cal-title {
    padding: 30px 0;
    text-align: center;
}

.cal-title h1 {
    display: inline-block;
    position: relative;
    padding: 0 0 15px;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    border-bottom: 1px solid #333;
}

.cal-title h1:before {
    content: '';
    background-color: var(--cal-btn-color);
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    height: 3px;
    width: 70px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f6f6f6 !important;
    --bs-table-accent-bg: #f6f6f6 !important;
}


.btn-primary {
    color: var(--cal-btn-text-color) !important;
    background-color: var(--cal-btn-color) !important;
    border-color: var(--cal-btn-color) !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

    .btn-primary:hover {
        color: var(--cal-btn-text-color) !important;
        background-color: var(--cal-btn-color) !important;
        border-color: var(--cal-btn-color) !important;
        transform: translateY(-1px);
    }

/* Widget Contact */

.widget_contact {
    position: relative;
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
}

.widget_contact img {
    margin-bottom: 20px;
}

.widget_contact h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
}

.widget_contact .phone-number a {
    color: #fff;
}

.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.widget_contact .email a {
    color: #fff;
}

.widget_contact .btn-style-one .btn-title:before {
    background-color: #fff;
}

.widget_contact .btn-style-one:hover .btn-title {
    color: #222;
}

.oth-cal {
    position: relative;
    margin: 40px 0 40px 30px;
    padding: 10px 10px 10px 50px;
    background-color: #e4e4e4;
}

.oth-cal a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.oth-cal span {
    position: absolute;
    top: -15px;
    left: -30px;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #e4e4e4;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.4s ease-in-out;
}

.oth-cal span img {
    max-width: 40px;
}

.oth-cal:hover span {
    transform: scale(1.1);
}






.pr-box {
    border: 1px solid #d7d7d7;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding: 8px 18px;
}

.pro-box {
    border: 1px solid #d7d7d7;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding: 8px 18px;
    text-align: center;
    background-color: #efefef;
    font-weight: 600 !important;
}

.pr-title {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    background-color: #92deed;
}

.prco-box, .prco-box:hover {
    background-color: var(--cal-btn-color);
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    padding: 8px 18px;
    color: var(--cal-btn-text-color);
    border-radius: 6px;
}

.proc-submitbtn {
    background-color: var(--cal-btn-color) !important;
    border-color: var(--cal-btn-color) !important;
    color: var(--cal-btn-text-color) !important;
    position: relative;
    width: 48px;
    height: 40px;
}

.proc-submitbtn:before {
    position: absolute;
    content: "\edb6";
    font-family: "boxicons" !important;
    font-size: 30px;
    top: 5px;
    left: 5px;
    color: #fff;
}


.calc-box {
    height: 100%;
    background-color: #f7f7f7;
    border: none;
    padding: 20px 0 10px 0;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em
}

    .calc-box img{
        max-width: 40px;
    }

    .calc-linktext, .calc-linktext:hover, .calc-linktext:focus, .calc-linktext:active {
        color: #333;
        font-size: 16px;
        font-weight: 500;
    }

.calc-table tr td{
    padding: 15px;
}

.all-calcbox{
    margin-bottom: 15px;
}

.all-calcbox a{
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.all-calcbox img{
    max-width: 46px;
}

.all-calcbox h4{
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0 0 0 18px;
}

.all-calcbox a:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
