﻿
.panel-group .panel > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.plr90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.contact-us .tab-section {
    background-image: url(/2021/12/06/section-bg2.png);
}

    .contact-us .tab-section .tabs {
        display: flex;
        list-style: none;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #ddd;
        margin: 0;
        margin-top: 60px;
        gap: 100px;
    }

        .contact-us .tab-section .tabs li {
            padding: 0px;
            margin: 0;
        }

            .contact-us .tab-section .tabs li a {
                opacity: 0.6;
                color: black;
                padding: 20px 0px;
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                justify-content: center;
                align-items: center;
                height: 150px;
            }

            .contact-us .tab-section .tabs li.active a {
                color: black;
                padding: 20px 0px;
                opacity: 1;
                position: relative;
            }

            .contact-us .tab-section .tabs li a span {
                font-size: 16px;
                padding-top: 20px;
                font-weight: bold;
            }

            .contact-us .tab-section .tabs li.active a:before {
                content: "";
                border-bottom: 3px solid #2E65CF;
                position: absolute;
                bottom: 0px;
                width: 100%;
            }

.contact-us textarea {
    max-width: 100%;
}

.contact-us .calendar .input-group-btn .btn {
    height: 42px;
    width: 42px;
    border: 1px solid #cccccc;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.contact-us .calendar .uib-day .btn {
    width: 28px;
    height: 28px;
}

.contact-us .calendar ul {
    background: #c8d1d7;
}

.contact-us .calendar .input-group-btn .btn:hover {
    border: 2px solid #f25922;
    background: #f25922;
}

.contact-us input[type="file"] {
    background: #ffffff9c;
    margin: 5px 0 !important;
    width: 100%;
    padding: 5px 20px !important;
    border: 1px dashed #cccccc;
}

.contact-us .comma-separated-files {
    background: #e2edf5;
    padding: 10px;
    font-family: 'SkolaSans-medium';
    margin-top: 5px;
}

    .contact-us .comma-separated-files i {
        font-size: 20px;
        margin: 0 10px;
        opacity: 0.3;
        vertical-align: sub;
        line-height: 20px;
    }

    .contact-us .comma-separated-files span {
        font-size: 14px;
    }

.contact-us .deleteHandle {
    float: right;
    cursor: pointer;
}

    .contact-us .deleteHandle i {
        float: right;
        font-size: 20px;
        margin: 0 10px;
        line-height: 20px;
        color: #f15a22;
        opacity: 0.5;
        transition: all 0.2s ease-in-out;
    }

    .contact-us .deleteHandle:hover i {
        opacity: 1;
        transition: all 0.2s ease-in-out;
    }

.contact-us .tab1 h1, .contact-us .tab2 h1, .contact-us .tab3 h1 {
    text-align: center;
    color: black;
    -webkit-text-fill-color: black;
    padding: 50px 0;
    border-bottom: none;
    font-size: 24px;
    margin-bottom: 0px;
}

.innnerFullScreen .banner img {
    margin-bottom: 0px;
    display: block;
    margin: 0 auto;
}

.contact-us .form-group label {
    margin-left: 0 !important;
    margin-bottom: 0px !important;
}

.contact-us .form-group {
    margin-bottom: 0;
}

.form-group label span {
    font-weight: normal;
    font-family: SkolaSans-bold;
    font-weight: normal;
    font-family: 'SkolaSans-regular';
    font-size: 15px;
}

.contact-us .tab1 .panel .panel-title {
    padding: 20px !important;
    border-radius: 8px;
    background: transparent linear-gradient(90deg, #060120 0%, #003c78 100%);
    -webkit-text-fill-color: white;
}

.contact-us .tab1 .panel .panel-body p {
    padding: 20px;
}

.contact-us .tab1 .panel .panel-title a {
    text-transform: initial;
}

.tab1, .tab2, .tab3 {
    margin-bottom: 60px;
}

    .tab2 .form, .tab3 .form {
        background: #F2F9FE;
        padding: 70px;
        border-radius: 8px;
    }

        .tab2 .form label, .tab3 .form label {
            font-size: 15px;
            margin-bottom: 10px;
            margin-left: 5px;
            margin-top: 20px;
        }

        .tab2 .form input, .tab3 .form input, .tab2 .form textarea, .tab3 .form textarea {
            padding: 20px 12px;
            margin: 5px 0 0px;
            font-size: 15px;
            line-height: 3;
        }

.form .btn-send {
    display: flex;
    flex-direction: row;
    width: 120px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: #f15a22;
    margin: auto;
    color: white;
    font-size: 16px;
    margin-top: 25px;
    border: none;
}

    .form .btn-send span {
        font-size: 15px;
        font-family: 'SkolaSans-regular';
        font-weight: 100;
    }

.form .errorInput {
    color: red;
}

@media (min-width:992px) {
    .pxl15 {
        padding-right: 15px !important;
    }
}

@media(max-width:767px) {
    .contact-us .tab-section .tabs li a span {
        display: none;
    }



    .tab2 .form {
        padding: 30px 25px !important;
    }

    .tab3 .form {
        padding: 30px 45px !important;
    }
}

.captchaBox {
    margin-top: 15px;
}

    .captchaBox .captcha {
        margin-top: 9px;
        float: right;
    }

.contact-us .tab1 .panel .panel-title {
    padding: 20px !important;
    border-radius: 8px;
    background: transparent linear-gradient(38deg, #f7f9fa 0%, #F2F9FE 100%);
    -webkit-text-fill-color: black;
}

.contact-us {
    background: white;
}

    .contact-us .tab-section {
        background-image: url(/2021/12/06/section-bg2.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

        .contact-us .tab-section .tabs li a span {
            font-size: 16px;
            padding-top: 20px;
            /* font-weight: bold; */
            font-family: 'SkolaSans-bold';
        }

    .contact-us .tab1 .panel .panel-body p {
        padding: 20px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .contact-us .tab-section .tabs li a {
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

        .contact-us .tab-section .tabs li a:hover {
            opacity: 1;
            transition: all .2s ease-in-out;
        }

.captchaBox .captcha {
    margin-top: 4px !important;
    float: right;
    height: 42px;
}

.contact-us .tab1 .panel .panel-title a {
    text-transform: initial;
    font-size: 17px;
    font-family: 'SkolaSans-medium';
}

.contact-us .form-control[disabled], .contact-us .form-control[readonly], .contact-us fieldset[disabled] .form-control {
    background-color: #f2f4f5;
}
