body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.header {
    background-color: #004aad;
}
.header .logo {
    max-width: 200px;
}
.header .navbar-list {
    flex-grow: unset;
}
.header .navbar-list ul li a {
    color: #fff;
    padding: 10px 20px !important;
}
.wrapper-main {
    display: flex;
    padding: 36px;
    justify-content: space-between;
    min-height: calc(100vh - 93px);
    background: url('../images/bg2.svg') bottom 50px left , url('../images/bg1.svg') top 20px right, linear-gradient(to right,  rgba(0,0,2,1) 0%,rgba(53,50,202,1) 48%,rgba(53,50,202,1) 100%);
    background-repeat: no-repeat;
}
.right-column {
    width: 33%;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: end;
}
.right-column .google-play {
    margin-bottom: 12px;
}
.right-column ul {
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.right-column ul li a {
    color: transparent;
    margin: 0 5px;
}
.left-column {
    width: 33%;
}
.left-column p {
    text-align: center;
    color: #5ADBDF;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    min-width: 340px;
}
.center-column {
    display: flex;
    width: 33%;
    flex-wrap: wrap;
    align-items: end;
    align-content: end;
    justify-content: center;
}
.center-column img {
    width: 50%;
    margin-right: 70px;
    margin-bottom: 30px;
}
.left-column h1 {
    color: #fff;
    font-size: 26.5px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 55px;
    width: 100%;
}
.center-column h1 span {
    color: #53A8D5;
}

.centra-txt > h1 {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.contact-details {
    font-size: 18px;
    line-height: 24px;
    color: #e0e0e0;
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
}
.page-heading {
    margin: 40px 0;
    text-align: center;
}
.accordion-button {
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
    color: #004aad;
}
.accordion-button:focus {
    box-shadow: none;
}
.cms-page a {
    color: #4AA4D1;
}
.custom-form-group {
    margin-bottom: 15px;
}
.custom-form-group .custom-input-group {
    position: relative;
}
.custom-form-group label {
    font-size: 14px;
    margin-bottom: 6px;
}
.custom-form-group .custom-form-control {
    width: 100%;
    min-height: 50px;
    padding: 10px 15px;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    color: #000;
    border-color: #DCDCE4;
    border-radius: 10px;
    transition: .5s ease-in-out;
    outline: none;
}
.custom-form-group .custom-form-control:focus {
    border-color: #3399CA;
}
.error-msg-list {
    padding-left: 40px;
}
.cms-page {
    padding-bottom: 40px;
}
.cms-page .contact-form {
    max-width: 600px;
    margin: 30px auto 0;
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #d2d2d2;
}
.primary-btn {
    padding: 10px 20px;
    min-height: 50px;
    display: flex;
    color: #fff;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    font-size: 18px;
    transition: .5s ease-in-out;
    background: #3399CA;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255 255 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width:1024px) {
    .wrapper-main {
        background: linear-gradient(to right,  rgba(0,0,2,1) 0%,rgba(53,50,202,1) 48%,rgba(53,50,202,1) 100%);
    }
    .wrapper-main {
        flex-direction: column;
    }
    .right-column {
        margin-top: 50px;
    }
    .left-column, .center-column, .right-column {
        width: 100%;
    }
    .center-column img {
        margin-right: 0;
    }
    .left-column h1 {
        margin: 30px 0;
    }
}
@media (max-width:767px) {
    .header .logo {
        width: 200px;
    }
    .wrapper-main {
        padding: 15px 15px 40px;
    }
    .left-column p {
        font-size: 20px;
        line-height: 28px;
    }
    .center-column h1 {
        font-size: 35px;
        line-height: 48px;
        margin-bottom: 40px;
    }
    .center-column h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .center-column label {
        font-size: 14px;
    }
    .right-column {
        align-items: center;
    }
}