.modal-overlay{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0, 0.67);
    z-index: 1;
}
.modal-secondary{
    display: none;
    z-index: 2;
    width: 1300px;
    position: absolute;
    left: 50%;
    margin-left: -650px;
    top: 50px;
    line-height: 1.2;
    background: #fff;
    font-family: 'Roboto Flex', sans-serif;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.close-modal-sec{
    position: absolute;
    right: -30px;
    top: -10px;
    display: block;
    background: url(../images/popup/cancel.png) no-repeat;
    width: 26px;
    height: 26px;
}
.modal-secondary-inner{
    padding: 40px;
}
.mediart-wrap{
    display: flex;
    flex-wrap: wrap;
}
.mediart-left{
    width: 57%;
    border-right: 1px solid #ececec;
    padding-right: 30px;
}
.mediart-left h2{
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 700;
    font-size: 37px;
    color: #2f7ab6;
    padding: 0;
    margin: 0 0 30px;
}
.clr-orange{
    color: #f68413 !important;
}
.medi-logos{
    padding:0 0 20px 0;
}
.medi-logos ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.medi-logos li{
    padding: 0 20px 5px 0;
}
.medi-form{
    padding: 40px 25px;
    background: #d7e9f1;
    margin: 0 0 15px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.medi-fwrap{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 18px;
}
.medi-fleft{
    width: 48%;
}
.medi-fright{
    width: 48%;
    margin-left: auto;
}
.medi-100{
    width: 100%;
}
.medi-fwrap label{
    display: block;
    font-size: 18px;
    color: #000000;
    margin: 0;
    padding: 0 0 5px 18px;
}
.medi-fwrap label.sm-text{
    font-size: 14px;
    padding-bottom: 0;
}
.medi-fwrap .staric{
    color: #f48514;
    font-size: 22px;
    vertical-align: middle;
}
.medi-fwrap .form-control-secondary{
    font-size: 18px;
    color: #000000;
    width: 100%;
    height: auto;
    padding: 5px 20px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border: 1px solid #68ccf6;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}
.medi-fright .btn{
    font-size: 28px;
    font-weight: 500;
    padding: 23px 10px 22px;
    line-height: 1;
    text-transform: uppercase;
    background: #ff840c;
    border:none;
    width: 100%;
    cursor: pointer;
    border-radius: 28px;
}
.medi-fright .btn:hover{
    background: #ff840c;
    text-decoration: none;
    opacity: 0.9;
}
.form-bottext{
    font-size: 13px;
    color: #4e4e4e;
}
.form-bottext a{
    color: #ff840c;
    text-decoration: underline;
}
.txt-orange{
    color: #ff840c;
}
.txt-underline{
    text-decoration: underline;
}
.mediart-right{
    width: 43%;
    padding-left: 30px;
    margin-left: auto;
}
.mediart-right h3{
    font-family: 'Roboto Flex', sans-serif;
    font-size: 24px;
    color: #2f7ab6;
    font-weight: 900;
    margin: 0 0 15px;

}
.tick-art{
    margin: 0 0 35px;
    border: 1px solid #ff840c;
    border-radius: 25px;
    padding: 15px;
}
.tick-art ul,
.tick-art li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.tick-art li{
    font-size: 16px;
    color: #2f7ab6;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 38px;
    margin: 0 0 10px;
}
.tick-art li:before{
    content: " ";
    background: url(../images/popup/check.png) no-repeat;
    width: 22px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.medi-review{
    font-size: 15px;
    color: #4e4e4e;
    border-bottom: 1px solid #ecedef;
    margin: 0 0 20px;
}
.medi-review.no-bdr{
    border-bottom: none;
}
.medi-avt-wrap{
    display: flex;
    flex-wrap: wrap;
}
.medi-avt-left{
    width: 58px;
}
.medi-avt-info{
    width: calc(100% - 58px);
    padding-top: 3px;
}
.start-lg{
    background: url(../images/popup/stars-lg.png) no-repeat;
    width: 145px;
    height: 29px;
    display: inline-block;
}
.flx-wrp{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flx-wrp > *{
    margin: 0 7px 5px 0;
}
.st-bold{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.medi-avt-info h4{
    font-size: 16px;
    color: #000000;
    text-transform: inherit;
    font-weight: bold;
    margin: 0 0 5px;
}
.medi-avt-info h6{
    font-size: 14px;
    color: #4e4e4e;
    font-weight: normal;
    margin: 0 0 5px;
}
.medi-avt-info h6 .dull-spn{
    color: #a4a4a4;
    display: inline-block;
    margin-right: 5px;
}
.avt-stars{
    margin: 0 0 5px;
}
.start-sm{
    background: url(../images/popup/stars-sm.png) no-repeat;
    width: 70px;
    height: 14px;
    display: inline-block;
}
.medi-bot-logs a{
    display: inline-block;
    margin: 0 10px 10px 0;
}
.medi-success{
    text-align: center;
    padding: 40px;
}
.log-center{
    border-bottom: 1px solid #ecedef;
    padding: 0 0 25px;
    margin: 0 0 35px;
}
.medi-success h2{
    font-size: 37px;
    font-weight: bold;
    font-family: 'Roboto Flex', sans-serif;
    margin: 0 0 45px;
}
.medi-success h2 span{
    display: block;
}
.mid-txt{
    font-size: 21px;
    color: #4e4e4e;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto;
}
.mid-txt h3{
    font-size: 30px;
    color: #4e4e4e;
    font-weight: bold;
    text-transform: inherit;
    font-family: 'Roboto Flex', sans-serif;
    margin: 0 0 10px;
}
.mid-txt a{
    color: #ff840c;
}
.mid-txt p{
    margin: 0 0 10px;
    padding: 0;
}
.medi-success .medi-logos{
    max-width: 640px;
    border-top: 1px solid #ecedef;
    padding: 30px 50px 0;
    margin: 40px auto 0;
}
.medi-success .medi-logos ul{
    justify-content: center;
}
.hide-div{
    display: none;
}

@media (max-width: 1400px) {
    .modal-secondary{
        width: 960px;
        margin-left: -480px;
    }
    .mediart-left h2{
        font-size: 27px;
    }
    .mediart-left{
        width: 57%;
    }
    .mediart-right{
        width: 43%;
        padding-left: 20px;
    }
    .tick-art li{
        font-size: 14px;
    }
    .medi-bot-logs a{
        margin-right: 5px;
    }
}
@media (max-width: 1023px) {
    .modal-secondary{
        width: 92%;
        left: 4%;
        margin-left: 0;
    }
    .modal-secondary-inner{
        padding: 20px;
    }
    .mediart-left h2{
        font-size: 27px;
    }
    .mediart-left{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ececec;
        padding: 0 0 5px;
        margin: 0 0 15px;
    }
    .mediart-right{
        width: 100%;
        padding: 0;
    }
    .tick-art li{
        font-size: 14px;
    }
    .medi-bot-logs a{
        margin-right: 5px;
    }
}
@media (max-width: 767px) {
    .close-modal-sec{
        right: 0;
        top: -30px;
    }
    .medi-success{
        padding: 20px;
    }
    .medi-success h2{
        font-size: 30px;
    }
    .medi-success .medi-logos{
        padding-left: 0;
        padding-right: 0;
    }
}