@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/teko/v22/LYjYdG7kmE0gV69VVPPdFl06VN9JG7Sy.ttf) format('truetype');
}

@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/teko/v22/LYjYdG7kmE0gV69VVPPdFl06VN8XG7Sy.ttf) format('truetype');
}

@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/teko/v22/LYjYdG7kmE0gV69VVPPdFl06VN8lG7Sy.ttf) format('truetype');
}

@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/teko/v22/LYjYdG7kmE0gV69VVPPdFl06VN_JHLSy.ttf) format('truetype');
}

@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/teko/v22/LYjYdG7kmE0gV69VVPPdFl06VN_wHLSy.ttf) format('truetype');
}


input.swift-btn {
    background-color: rgb(32, 60, 54);
    color: #fff;
    border-radius: 30px;
    font-family: 'Sitka';
    font-size: 19px;
    transition: 0.5s;
    border: 1px solid rgb(32, 60, 54);
    height: 50px;
    padding: 0 22px;
    line-height: 19px;
}

input.swift-btn:hover {
    background: none;
}

input[type="submit"] {
    background-color: #BC7A29;
    padding: 20px 26px;
    color: #fff;
    font-size: 20px;
    font-family: 'Sitka';
    transition: 0.5s;
    border: 1px solid #BC7A29;
}

.modal,
.rev-modal {
    background: #101010b5
}

.popupMaintwo,
.rev-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none
}

.pop-h h1,
.pop-h h2 {
    font-family: Teko, sans-serif !important
}

.fom3,
.fom4,
.sign-btn3 {
    font-weight: 600
}

.rev-modal {
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    backdrop-filter: blur(3px)
}

.pop-h,
.popupMaintwo {
    background-repeat: no-repeat
}

.popupMaintwo {
    background-image: url(../images/popup-left.webp);
    background-size: contain;
    width: 650px;
    height: 480px;
    padding: 0 0 0 24px;
    border-radius: 15px;
    margin: auto;
    z-index: 999;
    align-items: center;
    background-color: #fff0
}

.white-back {
    border-radius: 43px
}

.popupMaintwo .closePoptwo {
    position: absolute;
    right: 0px;
    top: -32px;
    background: #fba91e;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    z-index: 1;
    opacity: 1
}

.pop-h {
    background-image: none;
    padding: 21px 17px;
    background-size: cover;
    border: 3px solid #fba91e;
    border-radius: 14px;
    background-color: #000
}

.pop-h h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 400 !important;
    padding: 0;
    line-height: 18px
}

.pop-h h2 {
    font-size: 35px !important;
    color: #eda01c;
    font-weight: 400
}

.fom3-back {
    background-color: #f1f1f1;
    margin: 6px 1px 0;
    padding: 1px 14px;
    border-radius: 6px;
    width: 100%
}

.pop-li li {
    display: inline-block
}

.fom3 {
    font-size: 15px;
    padding: 6px 2px;
    width: 100%;
    height: 40px;
    background-color: #00ffff00;
    border: none;
    outline: 0
}

.fom4-back {
    width: 100%;
    background-color: #f1f1f1;
    margin: 8px 1px;
    padding: 7px 8px;
    border-radius: 6px
}

.fom4 {
    padding: 0 2px;
    width: 100%;
    background-color: #00ffff00;
    border: none;
    outline: 0;
    height: 127px
}

textarea {
    overflow: hidden;
    resize: none
}

.text-center {
    text-align: center !important
}

.sign-btn3 {
    background-image: linear-gradient(#e0971b, #fba91e, #e0971b);
    color: #000;
    border: 0 solid #d10210;
    font-size: 23px;
    padding: 8px 0;
    width: 100%;
    font-family: Teko, sans-serif;
    border-radius: 6px;
    letter-spacing: 1px;
    cursor: pointer
}

.sign-btn3:hover {
    background: #000;
    color: #fff
}

@media only screen and (max-width:992px) {
    .popupMaintwo {
        background-position: left;
        width: 650px;
        height: 480px;
        padding: 0;
    }

    .pop-h h2 {
        font-size: 35px !important;
    }

    .fom3 {
        width: 100%;
        height: 40px;
    }

    .fom4 {
        width: 100%;
        height: 127px;
    }

    .popupMaintwo .closePoptwo {
        right: 0px;
        top: -32px;
        background: #fba91e;
        width: 35px;
        height: 35px;
        border-radius: 5px;
    }
}

@media only screen and (max-width:767px) {
    .popupMaintwo .closePoptwo {
        right: 30px;
        top: -32px;
    }

    input[type="submit"] {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .pop-h h2 {
        font-size: 30px !important
    }
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    color: #bc7a29;
}

.section-heading h2 {
    font-size: 7rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    margin: 0;
    color: #00082b;
}

.main-content__body {
    margin: 20px 0 35px;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    padding: 12px 24px;
    font-size: 1.1rem;
    border-radius: 50px;
    background: #bc7a29;
    color: #fff;
    display: inline-block;
}

.thankyou_sec {
    padding: 5rem 0;
    text-align: center;
    height: 100%;
    clear: both;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.start_live_chat:hover {
    background: #262626;
    box-shadow: 0 0 25px #26262675;
    color: #fff;
}