@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,600,700&display=swap');

.eu_modal p {
    font-size: 16px;
    text-align: justify;
    color: #333;
    font-weight: normal;
}

/*------------------------------*/
.modal {
    text-align: center;
    padding: 0!important;

}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.3);
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-dialog {
    display: inline-block;
    text-align: center;
    vertical-align: middle;

}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: none;
}



.modal-body h2,
.modal-body h3{
    color:#222;
}
.modal-footer{
    border-top: none;

}
.modal-backdrop.in {
    background:#fff;
    opacity: 0.8;
}
.btn-continue{
    background-color: #0098da;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color:#fff;
    padding: 10px 30px;
    text-align: center;
    margin:0 auto;
    border-radius: 5px;
    margin-top: 10px;
    border:2px solid #0098da;
}


.btn-cityzen{
    background-color: #0098da;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color:#fff;
    padding: 10px 30px;
    text-align: center;
    margin:0 auto;
    border-radius: 5px;
    margin-top: 10px;
    border:2px solid #0098da;
}

.btn-continue:hover{
    border:2px solid #0098da;
    background-color: #fff;
    color:#0098da;
}

.btn-takeout{
    background-color: #0098da;
    border:2px solid #0098da;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color:#fff;
    padding: 7px 40px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}

.btn-takeout:hover{
    border:2px solid #0098da;
    background-color: #fff;
    color:#0098da;
}


@media screen and (max-width:767px){
    .modal-content {
        width: 546px;
    }
}


/*radio button start*/

.switch2 {
    position: relative;
    display: inline-block;
    width: 57px;
    height: 25px;
}


.switch2 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-radio {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0D5382;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-radio:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 18px;
    left: 7px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider-radio {
    background-color: #BC8B00;
}

input:focus + .slider-radio {
    box-shadow: 0 0 1px #0D5382;
}

input:checked + .slider-radio:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-radio.round2 {
    border-radius: 34px;
}

.slider-radio.round2:before {
    border-radius: 50%;
}
/*radio button start*/




.usNote{
    height: 64px;
    left: 292px;
    top: 125px;
    font-size: 18px;
    line-height: 50px;
    color: #BC8B00;
    text-align: left;
}

.usNote2{
    /*height: 64px;*/
    margin-bottom: 15px;
    left: 292px;
    top: 125px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    padding-top: 12px;
}

.usNote3{
    left: 292px;
    top: 125px;
    font-size: 18px;
    text-align: left;
}

modal-header {
    padding: 20px;
    border-bottom: none;
}




.usNote2Tax{
    /*height: 64px;*/
    margin-bottom: 15px;
    left: 292px;
    top: 125px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
}

.usNote3Tax{
    left: 292px;
    top: 125px;
    font-size: 18px;
    text-align: left;
}


.usSorryDiv {
    font-size: 18px;
}


@media screen and (max-width:768px){

    .usNote2Tax {
        /*height: 80px;*/
    }

}


@media screen and (max-width:600px){
    .usNote {
        font-size: 18px;
        line-height: 22px;
    }
    .usNote2 {
        font-size: 18px;
        line-height: 25px;
    }
    .usNote3Tax {
        padding-top: 20px;
    }
    .usNote2 {
        padding-top: 25px;
    }
}


@media screen and (min-width: 375.99px) and (max-width: 600px){

    .usNote3Tax {
        padding-top: 20px;
    }

    .usNote2 {
        padding-top: 25px;
    }

}

@media screen and (max-width:375px){
    .usNote {
        font-size: 16px;
        line-height: 22px;
    }
    .usNote2Tax {
        font-size: 16px;
        line-height: 25px;
        text-align: left;
        padding-top: 25px;
    }
    .usNote3Tax {
        padding-top: 20px;
    }
    .usNote2 {
        font-size: 16px;
        padding-top: 12px;
    }
}



.cityServeModal {
    height: 250px;

}

.modal-backdrop
{
    opacity:0.5 !important;
}





  :root {
      --white: #e8e9ed;
      --gray: #0A6DB8;
      --blue: #18172c;
      --green: #2F8112;
      --pink: #ff4b77;
  }





label {
    cursor: pointer;
}

/*[type="checkbox"] {*/
    /*position: absolute;*/
    /*left: -9999px;*/
/*}*/




.switches li {
    position: relative;
    counter-increment: switchCounter;
}




.switches label {
    display: inline-flex;

}

.switches span:last-child {
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
    background: var(--gray);
    transition: all 0.3s;
}

.switches span:last-child::before,
.switches span:last-child::after {
    content: "";
    position: absolute;
}

.switches span:last-child::before {
    left: 4px;
    top: 3px;
    width: 17px;
    height: 17px;
    background: var(--white);
    border-radius: 50%;
    z-index: 1;
    transition: transform 0.3s;
}

.switches span:last-child::after {
    top: 50%;
    right: 8px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    /*background: url(https://www.forexmart.com/assets/images/uncheck-switcher.svg);*/
    background: url(https://www.forexmart.com/assets/images/uncheck-switcher.png);
    background-size: 12px 12px;
}

.switches [type="checkbox"]:checked + label span:last-child {
    background: var(--green);
}

.switches [type="checkbox"]:checked + label span:last-child::before {
    transform: translateX(24px);
}

.switches [type="checkbox"]:checked + label span:last-child::after {
    width: 14px;
    height: 14px;
    /*right: auto;*/
    left: 8px;
    background-image: url(https://www.forexmart.com/assets/images/checkmark-switcher.svg);

    background-size: 14px 14px;
}

.switches {
    text-align: left;
}








  #parent_div_1{
      width:100px;
      margin-right:10px;
      float:left;
  }
.child_div_1{
    float:left;
    margin-right:5px;
}

.child_div_2 {
    font-size: 18px;
}

input#technical_analysis {
    left: unset;
}

#existModal .modal-dialog-centered {
    display: inline-block !important;
    align-items: center !important;
    min-height: 0px !important;
}

