.contact-view {
    margin-top:186px;
    padding-top: 50px;
    max-width:1200px;
    margin-left:auto;
    margin-right: auto;
}
.contact-content {
    max-width:1200px;
    margin:auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.contact-content .contact-left {
    flex:1 0 23%;
    max-width:23%;
}
.contact-content .contact-left .contact-title {
    display: block;
    font-size:17px;
    font-weight: 600;
    margin-bottom:20px;
    margin-top:20px
}
.contact-content .contact-left .contact-details {
    border: 1px solid #efefef;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    padding: 15px 30px 25px 30px;
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}
.contact-content .contact-left .contact-details .main {
    width:80px;
    margin-bottom:20px;
}
.contact-content .contact-left .contact-details.contact-mail .main  {
    width:60px;
    margin-bottom: 20px;
}
.contact-content .contact-left .contact-details.contact-mail {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact-content .contact-left .contact-details div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:15px;
}
.contact-content .contact-left .contact-details div img {
    width:30px;
    margin-right: 10px;
}
.contact-content .contact-left .contact-details a {
    font-size:15px;
    text-decoration: none;
    color: #492DE2;
    font-weight: 500;
    min-width:120px;
}
.contact-content .contact-left .contact-details p {
    font-size:13px;
    line-height: 23px;
    color: #492DE2;
    font-weight: 500;
}
.contact-content .contact-right {
    flex:1 0 65%;
    max-width:65%;
}
.contact-content .contact-right .form-title {
    display: block;
    font-size:16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom:40px;
    margin-top:55px;
}
.contact-content .contact-right label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
.contact-content .contact-right input, .contact-content .contact-right textarea {
    display: block;
    width: 100%;
    padding: 6px 0;
    margin-bottom: 30px;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid rgb(200,200,200);
    border-radius: 0px;
    text-indent: 10px;
    color: #7c7c7c;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.contact-content .contact-right textarea {
    resize:none;
    height:150px;
    border: 1px solid rgb(200,200,200);
    margin-top:20px;
    margin-bottom: 5px;
}

.req {
    color: rgb(202, 16, 16);
}
.contact-content .contact-right .form-check {
    margin-bottom:20px;
}
.contact-content .contact-right .form-check .checkbox-icon {
    margin-bottom: 0;
}
.contact-content .contact-right .req-info {
    font-size: 13px;
    margin-bottom: 20px;
}
.contact-content .contact-right .form-check input {
    border: 0;
    margin-bottom: 0px;
}
.contact-content .contact-right .btn-next {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 55px 12px 55px;
    font-size: 14px;
    border-radius: 24px;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    border: 1px solid #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    width: auto;
    margin-bottom: 0;
    margin-top:20px;
    margin-bottom: 30px;
}
.contact-content .contact-right .btn-next:hover {
    color: #000;
    background-color: #fff;
}
.contact-content .contact-right .form-check p {
    display: inline-block;
    vertical-align: middle;
    width: 92%;
    font-size: 12px;
    margin-left: 5px;
    line-height: 15px;
    font-weight: 400;
}
.contact-content .contact-right .form-check input:checked + .checkbox-icon {
    background-color: #000;
    transition: background-color ease-in-out .15s;
}
.contact-content .contact-right select {
    padding: 9px 0;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    background: #fff url(../img/decors/arrow-down-2.png) no-repeat 99% 50%;
    background-size: 14px;
    border-radius: 0;
    border: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(200,200,200);
    border-radius: 0px;
    color: #7c7c7c;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.fileUpload {
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #fff;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 35px;
    padding: 10px 0;
}
.file-name {
    font-size: 12px;
    color: #000;
}
.fileUpload span {
    margin-top: 0;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    position: relative;
    padding: 11px 0 10px 1px;
    display: block;
}
.fileUpload span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}
.fileUpload span::after {
    content: "+";
    font-size: 25px;
    position: absolute;
    right: 16px;
    font-weight: 400;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #000;
}
.fileUpload input.upload {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}

/* terms  */


.terms-content {
    max-width:1200px;
    margin:auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.terms-content .terms-left {
    flex:1 0 23%;
    max-width:23%;
}
.terms-content .terms-right {
    flex:1 0 69%;
    max-width:69%;
}
.terms-content .terms-left .terms-menu-title {
    display: block;
    font-size:17px;
    font-weight: 600;
    margin-bottom:20px;
    margin-top:20px
}
.terms-content .terms-left .terms-details {
    border: 1px solid #efefef;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    padding: 15px 30px 25px 30px;
    position: relative;
    margin-bottom: 35px;
}
.terms-content .terms-left .terms-details span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom:10px;
    border-bottom: 1px solid #efefef;
    margin-bottom:20px;
    margin-top:10px;
}
.menu-terms a {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #777;
    text-decoration: none;
    cursor: pointer;
}
.menu-terms a.active {
    font-weight: 500;
    color: #000;
}
.menu-terms a:hover {
    text-decoration: underline;
}

.terms-desc {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    flex: 1 0 450px;
    margin-bottom: 50px;
    padding-top: 52px;
}
.terms-title {
    display: block;
    margin-bottom: 40px;
    text-align: left;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}
.terms-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
    line-height: 26px;
}
.terms-subtitle a {
    color: #000;
}
.terms-desc li {
    margin: 25px 0;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    list-style: none;
}
.terms-desc li strong {
    font-weight: 600;
}
#terms-table {
    width: 100%;
    overflow-x: scroll;
}
#terms-table tbody tr td {
    width: 30%;
    padding: 10px;
    border: 1px solid #000;
    font-size: 12px;
    color: #000;
    line-height: 15px;
}
#terms-table thead tr td {
    width: 30%;
    padding: 10px;
    border: 1px solid #000;
}
#terms-table thead tr td p {
    font-size: 15px;
    font-weight: 700;
}
.hide {
    display: none;
}
.terms-center {
    text-align: center;
}
.terms-desc .terms-center li {
    font-weight: 500;
}
.form-check {
    cursor: pointer;
}
#form_file {
    display: block;
    margin: 40px auto;
    font-size: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    position: relative;
    font-weight: 600;
    text-decoration: none;
}
#form_file img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
#form_file span {
    font-size: 16px;
    margin-left: 15px;
}
.file-name-text {
    line-height: 0;
}
.file-name {
    font-size: 12px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.remove {
    display: none;
}
.remove.visible {
    display: inline-block;
}
.remove.visible img {
    width: 12px;
    padding-bottom: 5px;
    margin-left: 5px;
}
@media all and (max-width:1200px) {
    .contact-view {
        margin-top:0px;
        padding-top:20px;
        width:95%;
        max-width: 95%;
    }
    .contact-content {
        max-width: 95%;
        flex-direction: column-reverse;
    }
    .contact-content .contact-left {
        max-width: 100%;
        width:100%;
    }
    .contact-content .contact-right {
        max-width: 100%;
        width:100%;
    }
    .contact-content .contact-right .form-title {
        text-align: center;
        margin-top: 30px;
    }
    .terms-content {
        max-width: 95%;
        margin:auto;
        flex-direction: column;
    }
    .terms-content .terms-left {
        max-width: 100%;
        width:100%;
    }
    .terms-content .terms-left .terms-menu-title {
        text-align: center;
    }
    .terms-desc {
        padding-top: 0px;
    }
    .terms-content .terms-right {
        max-width: 100%;
        width:100%;
    }
}
