/* @font-face {
    font-family: Montserrat-Regular;
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: Montserrat-SemiBold;
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: Montserrat-Medium;
    font-style: normal;
    src: url("/fonts/Montserrat-Medium.ttf");
}
@font-face {
    font-family: Montserrat-Bold;
    font-style: normal;
    src: url("/fonts/Montserrat-Bold.ttf");
} */

* {
    margin: 0px;
    /* font-family: Montserrat-Regular; */
    border: 0px;
    padding: 0px;
}


.header {
    margin: 35px 0px;
}

img.banner {
    width: 315px;
    height: 280px;
    display: flex;
    align-self: center;
    justify-content: center;
}

img.icon {
    width: 120px;
}

.col-sm-5 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title {
    font-size: 32px;
    line-height: 78px;
    font-weight: 600;
    /* identical to box height */
    color: #33475B;
}

p.text {
    font-size: 18px;

    color: #516F90;
}

.right-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-head-container {
    display: flex;
    align-items: center;
    background: linear-gradient(263.43deg, rgba(10, 160, 191, 0.2) 0.37%, rgba(0, 0, 0, 0) 48.78%), linear-gradient(96.51deg, #0AA0BF 2.85%, rgba(6, 179, 75, 0.2) 223.16%);
    border: 2px solid #7FD1DE;
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    padding: 15px;
    height: 85px;
    margin-top: 20px;
}

p.box-title {
    color: white;
    font-size: 22px;
    /* font-family: Montserrat-SemiBold; */
    margin-left: 20px;
    margin-bottom: 0px;
}

svg {
    width: 26px;
}

.box-body-container {
    border-radius: 4px;
    box-shadow: -20px 8px 9px 14px rgb(173 173 173 / 7%);
    border: 1px solid #f0f0f0;
    margin-top: 5px;
    padding: 35px 60px;
}

p.box-text {
    color: #33475B;
    font-size: 19px;
}

button.box-body-button {
    background: #FF725E;
    border-radius: 4px;
    color: white;
    padding: 15px;
    width: 200px;
    font-size: 18px;
    margin-top: 10px;
    /* font-family: Montserrat-SemiBold; */
}


/* success.html */
svg.hubspot-whatsapp-icon {
    width: 135px;
    display: flex;
    margin: auto;
}

.box-header-success-container-title {
    text-align: center;
    font-size: 21px;
    color: #33475B;
    /* font-family: Montserrat-SemiBold; */
}

a {
    color: #0AA0BF;
    /* font-family: Montserrat-SemiBold; */
}

.active {
    border: 2px solid #CBD6E2;
    border-bottom: 3px solid white;
    z-index: 99999;
    background: white;
    margin-bottom: -4px;
    color: #455A64;
    /* font-family: Montserrat-SemiBold; */
}

.inactive {
    background: #E7F5FF;
    border-radius: 1px;
    border: 1px solid #CBD6E2;
    border-bottom: 0px;
    /* font-family: Montserrat-Regular; */
}

button#contactSupport {
    margin-left: -5px;
}

.tab-button {
    /* width: 165px; */
    padding: 10px;
}

.divider-line {
    background: #CBD6E2;
    width: 100%;
    height: 1px;
}

.tab-container {
    border-bottom: 1px solid #CBD6E2;
    margin-top: 45px;
}

p.tab-body-text {
    color: #33475B;
    margin: 30px 0px;
}

.tab-body-steps {
    display: flex;
    align-items: baseline;
    margin: 15px 0px;
}

.tab-steps-count {
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    /* font-family: Montserrat-SemiBold; */
}

.tab-steps-value {
    color: #33475B;
    font-size: 16px;
    /* font-family: Montserrat-Regular; */
}

p.tab-body-contact-text {
    color: #516F90;
    font-size: 16px;
    margin: 20px 0px;
}

.tab-body-contact {
    display: none;
}

svg.right-arrow {
    position: absolute;
    top: 30px;
    z-index: 9999;
    width: 25px;
    left: 47.9%;
}

svg.left-arrow {
    position: absolute;
    top: 46px;
    z-index: 9999;
    width: 25px;
    left: 49.5%;
}

.box-header-success-container {
    position: relative;
}

.alert-message{
    margin-top: 30px;
}
.spinner{
    position: relative;
    top:43%;
    left: 43%;
}

.spinner-container{
    position: absolute;
    left: 0;
    top:0;
    background-color:#989f9f85;
    height: 100%;
    width: 100%;
}

