html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.text-bg-info {
    color: #000 !important;
    background-color: RGBA(0, 255, 146, 1) !important;
}
.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(255, 0, 0, 1) !important;
}
.text-webstatus {
    color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}
.my-3-contact {
    word-break: break-word;
    margin-bottom: 1rem !important;
}
.download-app {
    margin-top: 56px;
}
@media (min-width: 768px){
    .download-app__block {
        display: flex;
    }
}
.android {
    border-bottom: 1px solid #7A7F88;
    padding-bottom: 20px;
}
@media (min-width: 768px){
    .android {
        border-right: 1px solid #7A7F88;
        border-bottom: none;
        flex: 0 0 50%;
        padding-right: 16px;
        padding-bottom: 0;
        display: flex;
        justify-content: space-between;
    }
    /* .android .info > p,
    .ios .info > p{
        margin-top: 1.75rem;
    } */
}
.download-app .qr {
    margin-left: 15px;
}

@media (min-width: 768px){
    .download-app .ios {
        padding-left: 16px;
    }
}

.download-app .white-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.download-app .gray-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #7A7F88;
    display:block;
    padding-right: 17px;
}
.ios{
    margin-top: 20px;
}
@media (min-width: 768px){
    .ios {
        margin-top: 0;
    }
}
.ios .info {
    height: 100%;
}
@media (min-width: 1023px) {
    .ios .info > a {
        margin-top: 40px;
    }
}
.qr__text {
    color: #7A7F88;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}
.qr {
    display: none;
}
.qr img{
    margin-bottom: 10px;
    height: 100px;
	padding: 4px;
	background: #fff;
	border-radius: 4px;
}

@media (min-width: 768px) {
    .qr {
        display: block;
    }
}
.download__btn {
    display: inline-block;
    padding: 10px 24px;
    color: #FFF;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none !important;
    background-color: #708DBA;
    cursor: pointer;
}
    .download__btn:hover {
        background: #ffcf01;
        color: #000 !important;
    }
.cs-email,
.fs-14 {
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}
.cs-email {
    color: #FFE384 !important; 
    text-decoration: none !important;
}
.cs-anchor a,
.cs-anchor {
    color: #FFE384 !important; 
    font-size: 14px;
}

.cs-anchor a {
    text-decoration: none !important;
}
.cs-click{
    cursor: pointer;
}
.border-right {
    border-color: #7A7F88 !important;
}
.cts-mt-56 { margin-top: 56px !important; }

@media (max-width: 768px) {
    
    .cst-border.border-right{ border-right: 0 !important; }
    .cst-border-bottom-sm{
        border-bottom: 1px solid #7A7F88 !important;
        display: block;
        margin: 20px 0px;
    }
}