.obspopup-wrapper{
    display: none;
}
.obspopup-wrapper.active{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 40px;
}
.obspopup-box{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.obspopup-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #00025a;
    align-items: center;
}
.obspopup-container .left-content{
    padding: 30px;
    width: 60%;
    color:#ffffff;
}
.obspopup-container .right-content{
    width: 40%;
}
.obspopup-close{
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    right: 0px;
    top:-40px
}
.obspopup-close:hover{
    color: #ec6a9f;
}

.obspopup-box-form .obspopup-close{
    font-size: 30px;
    color: #ec6a9f;
    position: absolute;
    right: 60px;
    top: 20px;
}
.obspopup-box-form .obspopup-close:hover{
    color: #000000;
}

a.popup-button{
    font-family: 'Exo',sans-serif;
    line-height: 23px;
    font-family: Exo;
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #00025a;
    display: inline-block;
    padding: 10px 26px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 9.8px;
    box-shadow: 1px 1px 0 1px #030440;
    background-color: #ffffff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a.popup-button:hover{
    color: #00025a;
    background-color: rgba(255,255,255,0.8);
}

.complain-popup-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    max-width: 1160px;
    margin: 0px auto;
    padding: 60px 60px 88px 60px;
    color: #171717;
}
.complain-popup-container .left-content{
    width: 60%;
    max-width: 500px;
}
.complain-popup-container .right-content{
    width: 40%;
    max-width: 428px;
    padding-top: 10px;
}
.complain-popup-container h2{
    font-size: 35px;
    font-weight: bold;
    line-height: 42px;
    padding-bottom: 9px;
    border-bottom: 3px solid #ec6a9f;
    margin-bottom: 40px;
}
.cmf-field-row{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 28px;
    position: relative;
}
.cmf-field-row.with-checkbox{
    margin-bottom: 14.5px;
}
.cmf-field-row .cmf-label{
    display: block;
    font-size: 19px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #171717;
    text-align: left;
    padding: 0px 0px 0px 4px;
}
.cmf-field-row .cmf-label i{
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}
.cmf-field-row label{
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 2px;
    color: #171717;
    text-align: left;
    position: relative;
    padding-left: 35px;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cmf-field-row.with-checkbox label{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}
.cmf-field-row.with-checkbox a{
    color: #171717;
    text-decoration: underline;
}
.cmf-field-row.with-checkbox a:hover{
    color: #171717;
    text-decoration: none;
}
.cmf-field-row input[type="text"],
.cmf-field-row input[type="email"],
.cmf-field-row select{
    height: 50px;
}
.cmf-field-row input[type="text"],
.cmf-field-row input[type="email"],
.cmf-field-row select,
.cmf-field-row textarea{
    background-color: #f4f4f4;
    border:1px solid #e9e9e9;
    padding: 11px 10px 9px 25px;
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    border-radius: 9px;
    position: relative;
}
.cmf-field-row textarea{
    height: 190px;
    resize: none;
}
.cmf-field-row select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-position: 96% 50%;
    background-repeat: no-repeat;
}
.cmf-field-row label input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.cmf-field-row label .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f4f4f4;
    border: 1px solid #e9e9e9;
}
.cmf-field-row label:hover input ~ .checkmark {
    background-color: #e9e9e9;
}
.cmf-field-row label .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='12px' viewBox='0 0 15 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='P2D.-SELECTION-OF-ALL-CATEGORY-ITEMS' transform='translate(-894.000000, -1084.000000)' fill='%23ec6a9f'%3E%3Cg id='Group-5' transform='translate(890.000000, 1077.000000)'%3E%3Cg id='noun_Check_1744765_000000' transform='translate(4.000000, 7.000000)'%3E%3Cpath d='M5.63380282,9.1875 C7.95774648,6 10.7042254,3.0625 13.7323944,0.3125 C14.5774648,-0.4375 15.3521127,0.3125 14.7183099,1 C11.4788732,4.125 9.43661972,7.1875 7.25352113,11 C6.76056338,11.75 5.21126761,12.4375 4.57746479,11.5625 C3.30985915,9.625 2.6056338,7.375 0,7.125 C3.5915493,4.0625 4.08450704,6.9375 5.63380282,9.1875 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* Show the checkmark when checked */
.cmf-field-row label input:checked ~ .checkmark:after {
    display: block;   
}

.cmf-field-col{
    width: 100%;
    position: relative;
}
.cmf-field-col-half{
    width: 45.8%;
    max-width: 229px;    
}
.cmf-field-row.message-box-row{
    margin-bottom: 14px;
}
.cmf-button{
    position: relative;
    background: #00025a;
    border-radius: 9.8px;
    padding: 16px 0px 15px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.cmf-button i{
    position: absolute;
    right:10px;
    font-size: 24px;
}
.comlpain-content-box{
    text-align: center;
    background-color: #ec6a9f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #ffffff;
    padding: 40px 30px 60px;
    font-size: 16px;
    font-weight: 400;
}
.comlpain-content-box a{
    color: #ffffff;
}
.comlpain-content-box a:hover{
    color: #000000;
}
.comlpain-content-box h3{
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 26px;
}
.comlpain-content-box ol{
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}
.comlpain-content-box ol li{
    margin-bottom: 10px;
}
.cmf_err_msg{
    font-size: 12px;
    font-weight: 400;
    color: #f00;
    display: none;
}
.cmf-field-row.err .cmf_err_msg{
    padding-left: 4px;
    display: block;
    padding-top: 5px;
}
.privacy-text{
    font-size: 12px;
    line-height: 16px;
}
@media only screen and (max-width:1140px){
    .complain-popup-container .left-content{
        width: 50%;
        padding-right: 10px;
    }
    .cmf-field-col-half{
        width: 100%;
        max-width: 100%;
        margin-bottom: 28px;
    }
    .cmf-field-col-half:last-child{
        margin-bottom: 0;
    }
    .cmf-field-row{
        flex-direction: column;
    }
    .complain-popup-container .right-content{
        width: 50%;
        padding-left: 10px;
    }
    .obspopup-box.obspopup-box-form{
        max-width: 100%;
    }
}
@media only screen and (max-width:930px){
    .obspopup-container .left-content,
    .obspopup-container .right-content{
        width: 50%;
    }
    .obspopup-wrapper.active{
        padding: 60px 40px;
    }
    .complain-popup-container{
        flex-direction: column;
    }
    .complain-popup-container .left-content{
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .cmf-field-col-half{
        width: 100%;
        max-width: 100%;
        margin-bottom: 28px;
    }
    .cmf-field-col-half:last-child{
        margin-bottom: 0;
    }
    .cmf-field-row{
        flex-direction: column;
    }
    .complain-popup-container .right-content{
        display: none;
    }
    .obspopup-box.obspopup-box-form{
        max-width: 100%;
    }
}
@media only screen and (max-width:820px){
    .obspopup-box{
        max-width: 400px;
    }
    .obspopup-container{
        flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .obspopup-container .left-content,
    .obspopup-container .right-content{
        width: 100%;
        text-align: center;
    }
    .complain-popup-container{
        padding: 60px 25px 30px 25px;
    }
    .complain-popup-container h2{
        font-size: 30px;
    }
    .obspopup-box-form .obspopup-close{
        right: 30px;
    }
    .cmf-button{
        padding: 16px 10px 15px;
        font-size: 15px;
    }
}
@media only screen and (max-width:568px){
    .obspopup-wrapper.active{
        padding: 60px 20px;
    }  
    a.popup-button{
        padding: 10px;
    }  
}