.form-row {font-size:16px !important;}
input::placeholder {font-size: 12px;}
.header-area-2 .top-bar-right {
        /* -webkit-border-radius: 30px; */
        float: right;
        margin: 5px 6px 5px 5px;
        height: 43px;
        display: block;
        width: 180px;
        background: #151748;
    }
    
    .important {
        display: block !important;
        transform: scale(1) !important;
        opacity: none !important;
        left: 0%!important;
    }
    
    .header-area-2 .top-bar-right a {
        text-decoration: none;
    }
    
    .intro {
        color: red;
    }
    
    .txtfiled {
        margin-top: 5px;
    }
    
    .Modify {
        background: #fff !important;
        color: #DAAB35 !important;
        border: 1px solid !important;
    }
    
    .mb-3 {
        margin-bottom: 0 !important;
    }
    
    strong {
        color: #000 !important;
    }
    
    .custom-select-lg {
        height: calc(1.5em + 1rem + 9px);
    }
    
    #confirmation_code_error {
        display: block;
    }
    /* langage styles */
    
    .groupRadio:lang(ar),
    .titlefiled:lang(ar) {
        text-align: right;
    }
    
    #event:lang(ar) {
        text-align: right;
        padding: 0 160px;
        direction: rtl;
    }
    
    .addgest p:lang(ar),
    label:lang(ar) {
        text-align: right;
        direction: rtl;
    }
    
    #eventDelegate:lang(ar) {
        text-align: right;
        padding: 0 160px;
        direction: rtl;
    }
    
    .groupRadio .LabelsCheck:lang(ar) {
        margin-left: 50px;
        margin-right: 0px;
    }
    
    .boxStyle:lang(ar) {
        border-right: 4px solid #DAAB35;
        border-left: 0px;
    }
    
    .titlefiled:lang(ar) {
        direction: ltr;
    }
    
    .pre-registration:lang(ar) {
        text-align: center;
    }
    
    .custom-select:lang(ar) {
        background: #fff url("img/down_arrow.svg") no-repeat left .75rem center/18px 10px;
    }
    
    /* #progressbar #firststep:before {
        font-size: 14px;
        content:"Verify email";
    }
    #progressbar #secondstep:before {
        font-size: 14px;
        content:"Package";
    }
    #progressbar #thirdstep:before {
        font-size: 14px;
        content:"Basic Info";
    }
    #progressbar #forthstep:before {
        font-size: 14px;
        content:"Participation";
    }
    #progressbar #fifthstep:before {
        font-size: 14px;
        content:"Payment";
    } */
    #progressbar li:lang(ar) {
        list-style-type: none;
        color: #000;
        font-size: 1.5rem;
        width: 25%;
        float: right;
        position: relative;
    }
    
    #progressbar:lang(ar) li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #868585;
        opacity: 0.3;
        position: absolute;
        left: 50%;
        top: 1.5rem;
        z-index: -1;
    }
    
    .previous:lang(ar) {
        float: right;
    }
    
    .next:lang(ar) {
        float: left;
    }
    
    #msform .action-button:lang(ar) {
        font-weight: normal;
        ;
    }
    
    .boxStyle-3:lang(ar) {
        padding: 30px;
        padding-right: 300px;
        padding-bottom: 50px;
        background-color: #f7f7f7;
        box-shadow: 0px 8px 20px 3px #eee;
        border-top: 1px solid #E6E5EC;
    }
    
    .total_price:lang(ar) {
        background-color: #000;
        padding: 30px 50px;
        text-align: center;
        margin: -315px 50px 0 0;
        z-index: 10;
    }
    
    .mode-payment:lang(ar) {
        background: #f7f7f7;
        padding-left: 0;
        padding-right: 300px;
        color: #000;
    }
    /* input flag container styles */
    
    .flag-container ul {
        display: none !important;
    }
    
    .intl-tel-input {
        display: flex !important;
    }
    
    .iti-arrow {
        display: none !important;
    }
    
    .selected-flag {
        line-height: 3.2rem !important;
    }
    
    .intl-tel-input.separate-dial-code .selected-flag {
        background-color: transparent !important;
    }
    
    #phonePersonnel {
        padding-left: 6rem !important;
    }
    
    .next:hover {
        outline: none;
    }
    
    .next:focus {
        outline: none;
    }
    
    .form-text {
        width: 100%;
        font-weight: 500;
        padding: 10px 0;
    }
    
    .filedLabels {
        width: 100%
    }
    
    .blg {
        width: auto;
    }
    
    .obg {
        color: red;
        padding: 16px 5px 0 5px;
        width: auto;
    }
    
    #upload-photo4 {
        margin-top: 2reù;
    }
    
    .content-wrapper ul li:before {
        display: none;
    }
    /* Radio buttons style */
    /* horizental align */
    
    #centerVertical {
        display: flex;
        width: 100%;
    }
    /* Create a custom radio button */
    
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
    }
    /* On mouse-over, add a grey background color */
    
    .containerd:hover input~.checkmark {
        background-color: #ccc;
    }
    /* When the radio button is checked, add a blue background */
    
    .containerd input:checked~.checkmark {
        background-color: #2196F3;
    }
    /* Create the indicator (the dot/circle - hidden when not checked) */
    
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the indicator (dot/circle) when checked */
    
    .containerd input:checked~.checkmark:after {
        display: block;
    }
    /* Style the indicator (dot/circle) */
    
    .containerd .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }
    /* Date naissance filed design */
    
    #datepickerCommercial,
    #datepickerPersonnel {
        background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
    }
    
    #datepickerCommercial::-webkit-inner-spin-button {
        display: none;
    }
    
    #datepickerCommercial::-webkit-calendar-picker-indicator {
        opacity: 0;
    }
    
    #datepickerPersonnel::-webkit-inner-spin-button {
        display: none;
    }
    
    #datepickerPersonnel::-webkit-calendar-picker-indicator {
        opacity: 0;
    }
    /*form styles*/
    
    #msform {
        /*width: 100%;*/
        margin: 50px auto;
        /*text-align: center;
        position: relative;*/
    }
    
    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 3px;
        padding: 20px 30px;
        box-sizing: border-box;
        width: 80%;
        margin: 0 10%;
        position: inherit !important;
    }
    /*Hide all except first fieldset*/
    
    #msform fieldset:not(:first-of-type) {
        display: none;
    }
    /*inputs*/
    
    /* #msform input,
    #msform textarea {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        font-family: Helvetica;
        color: #151748;
        ;
        font-size: 13px;
    } */
    
    #id_commercial {
        margin-left: 4rem;
    }
    /*buttons*/
    
    #msform .action-button {
        width: 13rem;
        background: #DAAB35;
        font-weight: bold;
        border: 0 none;
        border-radius: 8px;
        cursor: pointer;
        padding: 10px 5px;
        margin-top: 2rem;
    }
    
    #merciButton {
        background: #151748 !important;
    }
    
    #merciButton:hover,
    #merciButton:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #22a7f0 !important;
        outline: none;
    }
    
    #suiviButton:hover,
    #suiviButton:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #DAAB35 !important;
        outline: none;
    }
    
    #msform .previous {
        background: white;
        color: #DAAB35;
        border: 1px solid #DAAB35;
        border-radius: 8px;
    }
    
    #msform .action-button:hover,
    #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #22a7f0;
    }
    
    #msform .getSubmit {
        background: #DAAB35;
    }
    
    #msform .getSubmit:hover,
    #msform .getSubmit:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #a2d366;
    }
    /*headings*/
    
    .fs-title {
        font-size: 14px;
        text-transform: uppercase;
        color: #2C3E50;
        margin-bottom: 10px;
    }
    
    .fs-subtitle {
        font-weight: normal;
        font-size: 12px;
        color: #666;
        margin-bottom: 20px;
    }
    
    .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #151748;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        /* Safari */
        animation: spin 2s linear infinite;
        margin: auto;
    }
    /* Safari */
    
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
    
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    /*progressbar*/
    
    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        /*CSS counters to number the steps*/
        counter-reset: step;
        text-align: center;
    }
    
    #progressbar li {
        list-style-type: none;
        color: #000;
        font-size: 14px;
        width: 20%;
        float: left;
        position: relative;
    }
    
    #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 3rem;
        line-height: 3rem;
        display: block;
        margin: 0 auto 5px auto;
        background: #D6D6D6;
        color: white;
        border-radius: 99%;
        font-size: 14px;
    }
    /*progressbar connectors*/
    
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #868585;
        opacity: 0.3;
        position: absolute;
        left: -50%;
        top: 1.5rem;
        z-index: -1;
        /*put it behind the numbers*/
    }
    
    #progressbar li:first-child:after {
        /*connector not needed before the first step*/
        content: none;
    }
    
    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #000;
        color: white;
        border-radius: 99%;
        font-size: 18px;
    }
    
    .text-danger {
        display: flex;
    }
    
    .custom-select {
        background: #fff url("../img/down_arrow.svg") no-repeat right .75rem center/18px 10px;
    }
    
    .fileUploads {
        cursor: pointer;
        text-align: initial;
        display: flow-root !important;
        opacity: 0.7;
        padding: 11px;
        border: 1px solid #ccc;
        width: 100%;
        box-sizing: border-box;
        font-family: Helvetica;
        color: #151748;
        border-radius: 0;
        font-size: 17px;
    }
    
    .fileUploads img {
        float: right;
    }
    
    .upload-photo {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    /* field labels design */
    
    .filedLabels {
        border: none;
        text-align: initial;
        padding: 1rem 0 0 0;
        font-weight: normal;
        color: #151748;
    }
    
    #formalite {
        display: table-cell;
        padding: 1rem 0 0.7rem 0;
        color: #151748;
    }
    /* Validated Payment step */
    
    #ValidatedID {
        float: none;
        margin-bottom: 1rem;
    }
    
    .input-group option {
        color: #151748;
        font-weight: normal;
        font-size: 1rem;
    }
    
    .confirmProcess h1,
    .confirmProcess p {
        color: #151748 !important;
    }
    
    .custom-select {
        color: #151748;
        font-size: 1rem;
        opacity: 0.8;
    }
    
    .alert {
        background-color: #1A9BFE;
        color: #FFFFFF;
        border-radius: 30px;
    }
    
    #type-paiement {
        box-shadow: 0px 1px 3px 0px grey;
        margin-bottom: 2rem;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #confirmation_process {
        box-shadow: 0 4px 2px -5px grey;
        border-radius: 30px;
    }
    
    #confirmation_process h1,
    #confirmation_process p {
        color: #151748;
    }
    
    .getSubmit {
        background-color: #DAAB35;
    }
    
    .confirmProcess h1 {
        font-weight: bold;
    }
    
    .confirmProcess h1,
    .confirmProcess p {
        color: #0073CB;
    }
    /*----------fieldsets 1----------------*/
    
    .boxStyle {
        /* padding: 30px; */
        background-color: #f7f7f7;
        border-left: 4px solid #DAAB35;
        border-top: 2px solid #E6E5EC;
    }
    
    .box {
        text-align: left;
        box-shadow: 0px 8px 20px 3px #eee;
        margin: 40px 0;
    }
    
    .resource-1,
    .resource-2,.OTPverify,.btnverifyotp {
        display: none;
    }

    .filedTitle {
        font-weight: bold;
    }
    /*----------fieldsets 2----------------*/
    
    .check {
        width: auto!important;
    }
    
    .LabelsCheck {
        width: 100%!important;
        border: none;
        text-align: initial;
        padding: 1rem 0 0 0;
        font-weight: normal;
        color: #151748;
    }
    
    .LabelsRadio {
        width: auto!important;
        border: none;
        text-align: initial;
        padding: 1rem 0 0 0;
        font-weight: normal;
        color: #151748;
    }
    
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }
    
    .toggle-off.btn {
        padding-left: 0.5em!important;
    }
    
    .languages {
        display: none;
    }
    
    .titlefiled {
        padding: 20px;
        width: 100%;
    }
    
    .grid-2 {
        width: 100%;
    }
    
    .boxStyle-2 {
        padding: 30px;
        background-color: #f7f7f7;
        box-shadow: 0px 8px 20px 3px #eee;
    }
    
    .boxStyle-3 {
        padding: 30px;
        padding-left: 300px;
        padding-bottom: 50px;
        background-color: #f7f7f7;
        box-shadow: 0px 8px 20px 3px #eee;
        border-top: 1px solid #E6E5EC;
    }
    
    .radio {
        width: 7% !important;
    }
    
    .groupRadio {
        width: 100%;
        text-align: left;
    }
    
    .next {
        float: right;
    }
    
    .done {
        float: right;
    }
    
    .previous {
        float: left;
    }
    
    .groupRadio .LabelsCheck {
        margin-right: 50px;
    }
    /*----------checkbox----------------*/
    
    .checks {
        display: none;
        /* Hide the default checkbox */
    }
    /* Style the artificial checkbox */
    
    #spn {
        height: 15px;
        width: 15px;
        border: 1px solid grey;
        display: inline-block;
        position: relative;
    }
    /* Style its checked state...with a ticked icon */
    
    [type=checkbox]:checked+span:before {
        content: '\2713';
        position: absolute;
        top: -5px;
        left: 1px;
    }
    
    #btn-input,
    #btn-discover {
        margin: 0 auto;
    }
    
    .dwn-img {
        width: 50px;
    }
    
    .parag {
        font-weight: 700;
    }
    
    .open-icon {
        float: right;
        padding: 5px;
    }
    
    .mode-payment {
        background: #f7f7f7;
        padding-left: 300px;
        text-align: left;
        color: #000;
    }
    
    .total_price {
        background-color: #000;
        padding: 30px 50px;
        text-align: center;
        margin: -330px 0 0 50px;
        z-index: 10;
    }
    
    .total_price h5 {
        color: #fff;
        font-weight: normal;
    }
    
    .price h5 {
        color:  #fff;
    }
    
    .swal-footer {
        text-align: center !important;
    }
    
    .price {
        padding: 60px 10px;
        color: #fff;
    }
    
    .style-img {
        margin: 25px auto;
    }
    
    .last-box {
        padding: 30px;
        color: #fff;
        text-align: center;
    }
    
    .last-box-2 {
        padding: 30px;
        color: #fff;
        text-align: center;
    }
    
    .title-box {
        color: #fff !important;
        text-align: center;
        font-weight: bold;
        font-size: 23px;
        padding: 10px 0;
    }
    
    .bg-txt {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f3f3f4;
        box-shadow: 0px 8px 20px 3px #eee;
    }
    
    .txt {
        text-align: left;
    }
    
    .discover_parag {
        width: inherit;
    }
    
    #event {
        text-align: left;
        padding: 0 67px;
        margin-bottom: 20px;
    }
    
    #event p {
        margin: 0;
        line-height: inherit;
    }
    
    #eventDelegate {
        text-align: left;
        padding: 0 67px;
        margin-bottom: 20px;
    }
    
    #allPrice {
        margin-bottom: 20px;
    }
    
    #eventDelegate p {
        margin: 0;
        line-height: inherit;
    }
    
    .summaryDelegate {
        margin: 0 0 20px 0 !important;
    }
    
    .addgest {
        text-align: left;
        padding: 15px 0;
    }
    .form-row label {text-align: left !important;font-size:16px;font-weight: 500;}
    .form-control {
        box-shadow: none;
        border-color: #e5e5e5;
        width:100% !important;
        height: 50px !important;
        }
        ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: rgb(171, 169, 169) !important;
            opacity: 1; /* Firefox */
            font-size:14px;
          }
          
          :-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: rgb(171, 169, 169) !important;
            font-size:14px;
          }
          
          ::-ms-input-placeholder { /* Microsoft Edge */
            color: rgb(171, 169, 169) !important;
            font-size:14px;
          }        
          input:focus::placeholder {
            color: transparent !important;
          }          
.visitordesc {background: white;
    border: 0 none;
    border-radius: 3px;
    padding: 20px 40px 0px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: inherit !important;}          
.ar-right:lang(ar) { text-align:right !important; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .formwidth {width:100% !important;margin:0 auto !important;padding:0px !important;}
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .formwidth {width:100% !important;margin:0 auto !important;padding:0px !important;}
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .formwidth {width:100% !important;}
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .formwidth {width:80% !important;}
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .formwidth {width:80% !important;}
  }
  span.forprice {float: right;}
  span.pricetitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
}
.pfullbox {background-color: #fff;;padding-top:5px; padding-bottom: 5px;margin:0px 8px 8px 0px;border: solid 0px #f00;}
.opt2 { padding-bottom: 20px; }
.optsclass {text-align: left;margin-left: 10px;}
.delegate {
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 5px;
    line-height:normal;
    margin-bottom: 15px;
    margin-top:0px;
    background-color: #DAAB35;
    color: #000;
    font-size: 16px;
    text-align: center;
}
.title-section-area  {text-align:center;margin:25px 0px;}
.title-section-area h2 {font-size:40px; color:#2c4586;}
.title-desc {font-weight:500;font-size:20px;}
.title-shape {color:#2c4586;}
.mlr {margin-left:5px; margin-right:5px;}
.navbar-fixed, .topheadspacer{background: #2c4586 !important;margin-top:-10px !important;padding-top:10px !important;padding-bottom:10px;}
/* .wpcf7-countrytext {padding-left:60px !important;} */
.package-section {margin-top:25px;}
.package-container {margin-bottom:15px;padding:10px 10px 20px 10px;}
.regpackage {font-size:16px;}
.pkgfees {font-size:16px;font-weight: 400;}
.packageheading {background-color: #2c4586; color: #ffffff; font-size: 20px; text-align: center; padding: 15px 0px;font-weight:700;border-radius:10px 10px 0 0;}
.packagename {padding: 10px 0px; margin: 0px; text-align: center;color:#fff5f5;font-size:22px;}
.borderlr {border-left:1px solid #2c4586;border-right:1px solid #2c4586;padding:5px;}
.partul {padding-left:10px;padding-right:0px;}
.partul li {margin-left:15px;list-style-position:outside;line-height:1.35;padding-bottom:5px;}
.packagedetails {font-weight: 16px !important;padding:10px;margin-bottom:15px !important;}
.packagedetails p{font-weight:bold;padding-bottom:3px;}
.packagefooter {text-align:center;position: absolute;bottom: 15px;width:100% !important;margin-bottom:15px;}
.borderbtm {border-left:1px solid #2c4586;border-right:1px solid #2c4586;border-bottom:1px solid #2c4586;border-radius:0px 0px 7px 7px;}
.heading {font-size:20px;color:#444444 !important;font-weight:500;padding:15px 0px 0px 15px;}
.heading {text-align:center;} 
.confbutton {background-color: #2c4586;
    font-weight: bold;
    font-size:14px;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    padding: 5px 10px;
    color:#ffffff;
    text-transform: capitalize;
}
.confbutton:hover {background-color:#ed1c24;}
.reg-form {border-left:1px solid #2c4586;border-right:1px solid #2c4586;border-bottom:1px solid #2c4586;border-top:1px solid #2c4586;border-radius:7px 7px;padding:8px;margin-top:25px;}
.selectedpackage {padding:10px 0px;}
.delegate-details {margin-bottom:20px;}
.heading {font-size:20px;color:#2c4586;font-weight:500;padding:15px;text-align: left;}
.reg-form-section {width:80%;margin:0 auto;clear:both;margin-bottom:30px;}
.reg-form-section-thanks {width:70%;margin:0 auto;clear:both;margin-bottom:30px;margin-top:20px;text-align: left !important;}
.colgreen {color:#189100;}
.subtitlein2 {padding-top:7px;font-size:18px !important;}
.payredirectlink {font-size:20px;color:#189100;text-align: left;}
#time {font-size:24px; color:#f00;}
@media only screen and (max-width: 767px) {
    .reg-form-section {width:100% !important;margin:5px !important;}
    .reg-form-section-thanks {width:100% !important;margin:5px !important;}
  }
/* .pkgselected, .package-container {background-image: linear-gradient( #2c4586,#d9aa35);color:#ffffff;}; */
.confpackage {background: url('../img/greentick.png') bottom no-repeat; background-size: 150px 275px;background-color: #ffffff;padding-bottom:55px;}
.grayconfpackage {background: none;background-color: #dddddd;}
  