body {
    background-color: #f6f7f9;
    height: auto;
    font-family: "Montserrat",sans-serif;
    min-height: 600px;
}

:root {
    --theme-base-color: #0099a5;
    /*--superio-theme-hover-color: #1451a4;
    --superio-theme-color-001: rgba(25, 103, 210, 0.01);
    --superio-theme-color-01: rgba(25, 103, 210, 0.1);
    --superio-theme-color-015: rgba(25, 103, 210, 0.15);
    --superio-theme-color-007: rgba(25, 103, 210, 0.07);
    --superio-theme-color-008: rgba(25, 103, 210, 0.08);
    --superio-theme-color-08: rgba(25, 103, 210, 0.8);
    --superio-theme-color-005: rgba(25, 103, 210, 0.05);
    --superio-main-font: 'Jost';
    --superio-heading-font: 'Jost';*/
}

.mont_font {
    font-family: "Montserrat",sans-serif !important;
}

.drow{
    padding: 8px 0px;
}
.dcol{
    padding: 0px 0px;
}
.pagination>li>a{
    border-radius: 0px;
}
.pagination li .current_page{
    background-color: #0099a5 !important;
    color: #fff !important;
}
.ajaxloader_ctn{
    width: 100%;
    height: 100px;
    position: absolute;
    top: 35%;
    left: 0px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}
.adv_input .smlabel {
        letter-spacing: 0.8px;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
    color: #043458;
    font-weight: normal;
    text-shadow: 0 0 #043458;
}
.adv_input .smlabel .skillTag{
    font-size: 14px;
    padding: 3px 13px;
    background-color: #164c88;
    border-radius: 5px;
    color: #F5F5F5;
    margin: 0px 5px 4px 0px;
    display: inline-block;
    font-weight: normal;
    
}
.input_addon {
    border-color: #ddd;
    outline: none;
    border-radius: 0px;
    background-color: #FFF;
    padding: 0px 12px;
}
.input_laddon {
    border-left: none;
    padding-left: 0px;
}
.btn_underline {
    background-color: #0099a5;
    display: inline-block;
    height: 2px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 100%;
    z-index: 99;
}
.adv_input .input_addon {
    border: none;
    border: 1px solid #CCC;
    border-right: none;
    border-radius: 0px 0px 0px 0px;
}
.adv_txtbox {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border: 1px solid #CCC;
    color: #555;
    font-size: 13px;
    padding: 10px 8px 5px 8px;
    position: relative;
    border-radius: 0px;
    border-radius: 0px 0px 0px 0px !important;
}

.adv_txtbox:hover, .adv_txtbox:focus, .adv_txtbox:active {
    outline: none;
    box-shadow: none;
}
.adv_txtbox:focus+.btn_underline {
    transform: scale(1);
}
.adv_txtbox.input_laddon{
    border-left: none !important;
}
.adv_select{
    font-size:14px;
    padding: 0px 3px 0px 5px; 
}
.adv_input .data_txtarea {
    border: none;
    border-bottom: 1px solid #CCC;
    min-height: 80px;
    max-height: 80px;
    box-shadow: none;
    text-align: left;
}
.adv_input .btn_underline {
    left: 4%;
    margin-top: 1px;
    position: absolute;
    top: 36px;
    width: 92%;
}
.info-stru .adv_input .btn_underline{
    left: 0px;
    width: 100%;
}
.adv_input .tagsinput {
    border: none;
    border-bottom: 1px solid #CCC;
}
.adv_input .data_txtarea {
    border: none;
    border-bottom: 1px solid #CCC;
    min-height: 80px;
    max-height: 80px;
    box-shadow: none;
}
.adv_input .data_txtarea:hover, .adv_input .data_txtarea:focus {
    box-shadow: none;
    outline: none;
}

.opt_switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin: 0px;
}

.opt_switch .switch_input {
    display:none;
}

.opt_slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CC2424;
  -webkit-transition: .4s;
  transition: .4s;
}

.opt_slide:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 19px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;    
}

.switch_input:checked + .opt_slide {
  background-color: #64BD63;
}

.switch_input:focus + .opt_slide {
  box-shadow: 0 0 1px #64BD63;
}

.switch_input:checked + .opt_slide:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.opt_slide.round {
  border-radius: 34px;
}

.opt_slide.round:before {
  border-radius: 50%;
}
.file_choose {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.jpbtn{
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: uppercase;
    background: none;
    background-color: var(--theme-base-color);
    margin-right: 10px;
    box-shadow: none;
    outline: 0;
    position: relative;
}

.jpicon-btn {
    padding-left: 35px;
}
.jpicon-btn i {
    position: absolute;
    left: 0px;
    top: 1px;
}
.jpicon-btn a{
    color: #fff;
}
.btn_asb {
    position: absolute;
}
.jpdown-btn{
    height: 58px;
    padding: 6px 18px;
    margin-bottom: 10px;
    padding-left: 60px;
    color: #fbfafa;
    background-color: #202124;
}
.jpdown-btn:hover, .jpdown-btn:focus, .jpdown-btn.active{
    background-color: var(--theme-base-color);
    color: #fbfafa;
}
.jpdown-btn img{
    width: 40px;
    position: absolute;
    left: 10px;
    top: 6px;
}
.jpdown-btn span{
    display: block;
    text-transform: initial;
    margin-bottom: 4px;
}
.jpdown-btn label{
    text-transform: initial;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.jp-ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.jp-ul::after{
    content: "";
    display: block;
    clear: both;
}
.half-ul li{
    width: 50%;
    padding: 5px;
    float: left;
}
.full-ul li{
    width: 100%;
    padding: 5px;
}
.jp-ul .ul-icon{
        width: 25px;
    margin-right: 10px;
}
.jp-ul .ul-para{
    font-weight: normal;
    letter-spacing: 0.7px;
    margin: 0px;
}


@media screen and (min-width:768px) and (max-width:1600px){
    .amodel .amodel_logdialog{
        min-width: 710px;
        }
    }
    .amodel .amodel_content{
        border-radius: 0px;
    }
    .amodel .amodel_header{
        border-bottom: none;
        padding: 10px 0px 0px 0px;
        position: relative;
    }
    .amodel .amodel_header .close,
    .amodel .amodel_body .close{
        
        position: absolute;
        top: 6px;
        right: 5px;
        color: red;
        margin-top: 2px;
        margin-right: 6px;
        outline: 0;
    }
    .amodel_header .htitle{
        color: #043458;
        font-size: 14px;
        font-weight: 600;
        line-height: 13px;
        padding-bottom: 13px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        border-bottom: 2px solid #164c88;
        display: block;
        margin: 16px 0px 0px 0px;
    }

    .amodel_header .title_image{
        width: 40px;
        height: 45px;
        margin: 0px auto 7px;
    }
    .amodel .amodel_body{
        padding: 10px 10px 10px 10px;
        max-height: 540px;
        overflow-y: auto;
    }
    .amodel .amodel_footer{
        padding: 0px;
        border: none;
    }
    .modal {
      text-align: center;
      padding: 0!important;
    }
    .modal:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -4px;
    }   
    .modal-dialog {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
    }
    .error_modal .amodel_header {
        position: relative;
        padding: 10px 5px 0px 5px;
        border-bottom: none;
    }