body {
   font-family: 'Myriad Pro';
    margin: 0px;
    padding: 0px;
    color: #000;
    overflow-x: hidden;
}


img {
    max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0px 0px 5px;
}

ul {
    margin: 0px;
    padding: 0px;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.main {
    background: #ebebeb59;
}
.full-width{
width:100% !important;	
}
.left-side, .right-side {
    padding-top: 76px;
    padding-bottom: 40px;
}

.left-side:after{
    background-image: url(https://testone.agencydata.app/img/big-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	 position: absolute;
	 content:"";
}
.agency-logo {
    position: relative;
    z-index: 1;
    max-width:190px;
}
.bottom-part {
    position: absolute;
    bottom: 60px;
    left: 15px;
    right: 15px;
    color: #fff;
    z-index: 1;
}
.bottom-part h4 {
    font-size: 16px;
    font-weight: 400;
}
.powered-by p {
    font-size: 12px;
    margin-bottom: 0;
}
.powered-by img {
    margin: 7px 0px 14px;
    max-width: 190px;
}
.right-side .form-group {
    margin-bottom: 10px;
    margin-top: 10px !important;
}

.text-color{
color:#333;	
}
.dashboard-top-link {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    text-decoration: underline;
}
.col-form-label {
    text-align: right;
    font-size: 13px;
	display:block;
}
.custom-arrow {
  position: absolute;
    padding: 8px 10px;
    font-size: 20px !important;
    top: 0;
    z-index: 99;
    background: #fff;
    left: 0;
    text-align: right;
    height: 100%;
    max-width: 100%;
    border-radius: 10px;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}
.form-relative .form-control{
position:relative;
z-index:999;	
position: relative;
    background: transparent !important;
    z-index: 999;
}
.custom-select{
background-image:none !important;	
}
select{
  -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.form-control, .form-control:focus{
    display: block;
	box-shadow:none;
	outline:none;
    width: 100%;
    padding: 10px 12px !important;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9d0d0 !important;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 43px !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#ccc !important;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:#ccc !important;
}

.register-form-heading {
    text-transform: uppercase;
    font-size: 26px;
}
.register-form-sub-head {
    font-size: 14px;
    margin: 0;
}
.register-btn {
    display: inline-block;
    background: #fff;
    min-width: 260px;
    font-size: 14px;
    margin: 0 0 10px;
    border: 1px solid;
    height: 35px;
}
.view-registration-text {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 2px 0 9px;
}
.form-group {
    margin-bottom: 13px;
}

.after_succ_msg{
text-align:center;	
}
.after_succ_msg .messagebox {
    font-size: 14px;
    margin-bottom: 9px;
}

.position-none{
position:static;	
}

.hidden.radio_btn_input {
    margin-left: 30px;
    margin-top: 20PX;
}

.hidden {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.radio_btn_input:checked + span, .radio_btn_class span:hover, .radio_btn_class span:active {
    background: #111047;
    color: white;
}

.radio_btn_class.gender_btn span {
    width: 80px;
}
.radio_btn_class.gender_btn span {
    margin-left: 0px;
}
.radio_btn_class span {
    position: relative;
    display: inline-block;
    padding: 3px;
    width: auto;
    font-size: 13px;
    margin: 5px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #fff;
    color: #111047;
    border: 1px solid #111047;
    padding: 4px 8px 2px 7px;
}
.datepicker td, .datepicker th{
padding:8px !important;    
}
.no-padd input.form-control {
    padding: 3px !important;
    text-align: center;
}

input.only_one_field.form-control {
    width: 20.6px;
    margin-left: 1px !important;
    height: 29px !important;
}
.popup-block {
    position: absolute;
    right: 13px !important;
    top: 52px !important;
    display:none;
}

.checkbox-yesno:checked + label, .checkbox-yesno:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 4px 8px 2px 7px;
    /* width: 48px; */
    font-size: 13px;
    margin: 5px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #fff;
    color: #6b1d2c;
    border: 1px solid #111047;
}
.checkbox-yesno:checked + label span, .checkbox-yesno:not(:checked) + label span {
    position: relative;
    display: block;
}

.checkbox-yesno:checked, .checkbox-yesno:not(:checked), .checkbox-yesno:checked, .checkbox-yesno:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}
.checkbox-yesno:checked + label, .checkbox-yesno:hover + label {
    box-shadow: none;
    background-color: #111047;
    color: #fff;
    border: #111047;
    border: 1px solid #111047;
}
.custom-control-label{
font-size:13px;
}

.modern_slavery_text .checkboxes.radio_btn_class {
    padding-right: 15px;
}
.modern_slavery_text .radio_btn_class span{
margin-right:0px !important;    
}

label.custom-file-label {
    font-size: 14px;
    padding-top: 8px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.btn.cutom-btn {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #fff;
    border-radius: 5px;
    color: #0065ac;
    border-color: #0065ac;
}
.ra-medium.text-color a, .custom-control-label a{
    text-decoration: underline;
}
.another-job {
    background: transparent;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-size:13px;
}
.page-multi-radio label, .page-multi-radio span{
    margin-right: 0px !important;
}

.language-repeat-wrap {
    display: block;
    margin: 7px 0 13px;
}

.language-repeat-wrap a {
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    border: 1px solid #fff;
    border-radius: 5px;
    position: relative;
}
.language-repeat-wrap a.active {
    border: 2px solid #555;
}
.language-repeat-wrap a.active:after {
    /* box-shadow: 5px 3px 4px #1d5da5; */
    /* position: relative; */
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-top: 9px solid #555;
    width: 0;
    border-bottom: 0px solid #999;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.language-repeat-wrap a:hover {
    border: 2px solid #555;
}
.language-repeat-wrap a img {
    height: 20px;
    object-fit: cover;
}
.address-search-result {
    position: absolute;
    z-index: 22222;
    background: #fff;
    width: 96%;
    list-style: none;
    max-height: 300px;
    overflow-y: auto;
}
.address-search-result li {
    padding: 8px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}
.address-search-result li:hover {
    background: #f2f2f2;
}

.ahide_btn{
    position: absolute;
    right: 20px;
    top: 12px;
    z-index:2;
    color: #ff0000 !important;
}
.video-wrap video {
    width: 100%;
    border-radius: 5px;
}
.video-btn {
    background: #fff;
    width: 100px;
    text-align: center;
    color: #006b28;
    border: 1px solid #006b28; 
    padding: 4px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
    margin: 10px 10px 0;
}
.video-wrap canvas {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    background:#fff;
}
.video-btn-wrap {
    display: flex;
    align-items: center;
    margin:0px -10px 0;
}

@media screen and (max-width:768px){
    .video-wrap canvas{
     object-fit:contain; 
     height:280px;
    }
}

