@media screen and (max-width: 1199px) {
    table {
        width: 100%;
    }
    
}

.mail {
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #ccc;
    background: rgba(255,255,255,0.75);
    /* padding: 0.5rem 1rem 0.5rem 3rem; */
    padding: 0.5rem 1.5rem;
    position: relative;
}

.mail::before{
    content: "\e903";
    position: absolute;
    left: 1rem;
    top: 7px;

    display: none;
}

.mail:hover::before{
    color: #CD5D67;
}

.mail:hover{
    border-radius: 50px;
    background: #CD5D67;
    /* padding: 0.5rem 1rem 0.5rem 3rem; */
    color: #fff;
}

.mail:hover::before{
    content: "\e903";
    position: absolute;
    left: 1rem;
    top: 7px;
    color: #fff;
}

.reg_box a{
    width: calc(100% / 3 - 2rem);
}

@media screen and (max-width:1199px) {
    .reg_box a{
        width: calc(100% / 3 - 2rem);
    }
}
@media screen and (max-width:992px) {
    .reg_box a{
        width: 100%;
    }
}

.item_title.pop_title {
    color: #CD5D67;
}

input, select, textarea {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.w200, .selectWrap.w200 {
    width: 200px;
    margin-right: 1rem;
}

.fillText, .mesText {
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: flex-end;
    flex-direction: row-reverse; */
    margin-bottom: 1rem;
}

.fillText label, .mesText label{
    padding: 0 1rem;
    min-width: 170px;
    line-height: 50px;
    height: 50px;
    background: rgba(90, 103, 115, .1);
    margin-right: 1rem;
}

@media screen and (max-width: 767px) {
    .fillText, .mesText {
        flex-wrap: wrap;
    }

    .fillText label, .mesText label{
        width: 100%;
        margin-right: 0;
    }
}



.fillText span, .mesText span, .required {
    text-decoration: none;
    color: #F64DA0;
    display: inline-block;
    line-height: 100%;
    vertical-align: text-top;
}

.selectWrap {
    width: 100%;
    position: relative;
}

.selectWrap::before {
    content: "\e64b";
    font-family: 'themify';
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: -1;
}

.selectWrap select{
    line-height: 50px;
    height: 50px;
    border: 1px solid rgba(90, 103, 115, .5);
    appearance: none;
    padding: 0 1rem;
}

.fillText input {
    line-height: 50px;
    height: 50px;
    border: 0;
    border: 1px solid rgba(90, 103, 115, .5);
    background: none;
    padding: 0 1rem;
}

textarea{
    border: 1px solid rgba(90, 103, 115, .5);
    padding: 1rem;
    margin-bottom: 2rem;
}

.form-control {
    width: 100%;
    border-radius: 0;
    line-height: 50px;
    height: 50px;
}

.checkBoxWrap {
    display: inline-block;
    margin: 0 auto;
}

/* .checkBox {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 1.125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #CD5D67;
    border-radius: 0.25rem;
}

.checkBox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkBox input:checked~.checkmark {
    background-color: #CD5D67;
} */

/* checkbox */
.checkBox {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 1.125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #CD5D67;
    border-radius: 0.25rem;
}

.checkBox input:checked~.checkmark {
    background-color: #CD5D67;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkBox input:checked~.checkmark:after {
    display: block;
}

.checkBox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.iti {
    width: 100%;
}

.iti__selected-country {
    height: 48px!important;
}

.iti__search-icon {
    display: none!important;
}

.iti__country-name {
    text-align: left!important;
}