body {
    font-family: 'imperial-urw', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    scroll-behavior: smooth;
}
.fs-18{font-size: 18px !important;}
.fs-20{font-size: 20px !important;}
.fs-22{font-size: 22px !important;}
.divider {
    width: 100%;
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}
.logoTop{    
    height: 205px;
}
.landingBanner {
    background: url(../img/banner-bg.png);
    background-repeat: no-repeat;    
    background-position: center;  
    background-size: cover;
    height:calc(100vh - 205px);     
}
.btn.btnRed {
    color: #fff;
    font-size: 1.5rem;
    background-color: #CD2127;
    border-radius: 8px;
}
.btn.btnBlack {
    color: #fff;
    font-size: 1.4rem;
    background-color: #000;
    border-radius: 8px;
}
.btn.btnBlue {
    color: #fff;
    font-size: 1.5rem;
    background-color: #09186a;
    border-radius: 8px;
}
.btn.btnWhite {
    color: #000;
    font-size: 1.5rem;
    background-color: #fff;
    border-radius: 8px;
}
.fw-600{
    font-weight: 600 !important;
} 
.fw-800{
    font-weight: 800 !important;
} 
.fw-900{
    font-weight: 900 !important;
} 
.proImg {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: 3px;
}
.proImg img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    border-radius: 10px;
}
.headerLeft {
    width: 80%;
}
.headerRight {
    width: 20%;
}
.headerRight .btnRed {   
    font-size: 1rem;    
}
.heading2{
    font-size: 24px;
    color: #000;
}
.heading3{
    font-size: 20px;
    color: #000;
}
.heading4{
    font-size: 15px;
    color: #000;
}
.title3{
    font-size: 20px;
    color: #000;    
}
.title4{
    font-size: 18px;
    color: #000;    
}
.proInfo {
    width: calc(100% - 40px);
    padding: 0px 10px;
}
.word-break{
    word-break: break-all !important;
} 
.bgGray {
    background-color: rgb(217 217 217 / 20%) !important;
}  
.bgGray2{
    background-color: #f7f7f7 !important;    
}
.text-black{
    color:#000 !important;
}
.text-red{
    color:#CD2127 !important;
}
.rounded-tOnly{
    border-radius: 30px 30px 0px 0px !important;
} 
.rounded {
    border-radius: 0.5rem!important;
}
.rounded-20 {
    border-radius: 20px!important;
}
.linkBlue{
    color:#100f7f !important;
}

.appMenu .collapse:not(.show) {
    display: block !important;
}
.appMenu .navbar-nav {   
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    padding: 0px 15px;
}
.appMenu .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    color: #000;
    font-weight: 800;
}
.appMenu .navbar {   
    box-shadow: 4px 0px 14px rgb(0 0 0 / 25%);
    border-radius: 28px 28px 0px 0px;
    padding: 0.5rem 0rem;
}
.appMenu li.nav-item:first-child.active{
    padding-left:1.2rem;    
}
/* .appMenu li.nav-item.active .menuText{
    padding-right:0;    
} */
/* .appMenu li.nav-item.active .menuText.rfeActive {
    padding-right: 12px;
} */
/* .appMenu li.nav-item:last-child.active{
    padding-right:1.2rem;    
} */
.menuText {
    display: none;
    padding: 0px 12px;
}
.appMenu .nav-item.active .menuText {
    display: inline-block;
    padding: 0px 12px;
}
.appMenu li.nav-item {
    width: 25%;
}
.appMenu li.nav-item.active {
    width: auto;
}
.appMenu li.nav-item .normalImage{
    display: inline-block;
}
.appMenu li.nav-item .activeImage{
    display: none;
}
.appMenu li.nav-item.active .normalImage{
    display: none;
}
.appMenu li.nav-item.active .activeImage{
    display: inline-block;
} 

.appAccordian .card-header h5 > a {
    color: #000;
    font-size: 1.2rem;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 14px 15px;
}
.appAccordian .card-header h5 > a span {
    width: 95%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
}
  
.appAccordian .card-header h5 > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
    font-weight: 600;
}
  
.appAccordian .card-header h5 > a[aria-expanded="true"]:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}  
.accInner .card {
    width: 100%; 
    background-color: transparent;
    border: none;
    outline: none; 
    margin-bottom:0px;
    padding: 10px 15px;
}
.accInner .card .card-header {  
    position: relative !important; 
    background: url(../img/homes1.png);
    background-repeat: no-repeat !important;    
    background-position: 100% !important;  
    background-size: cover !important;
    height:270px !important; 
    border-radius: 22px !important;   
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10) !important;
}
.accInner .card .card-header  h5 {
    color: #000;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;   
    border-radius: 15px;    
    font-size: 18px;
    font-weight: 900;
}
.accInner .card .card-body {  
    background: #fff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    border-radius: 0px 0px 20px 20px;
}
.accInner .card .collapse, .accInner .card .collapsing{
    position: relative;
    top:-12px;
}
.accInner .card .card-header .btn-group {    
    position: absolute;
    bottom: 65px;
    left: 15px;
}
.accInner .card .card-body .headerLeft {   
    border-bottom: 1px solid #E5E6ED;
}
.accInner .card .card-body .headerLeft:last-child {
    border:none;
}
.fixedMargin {
    margin-top: 70px;
}
.contentSection {
    height: calc(100vh - 128px);
    overflow-y: auto;
}
.topBanner {
    background: url(../img/homes-banner.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 100vh;  
}
/* .formSection{
    width: 100%;    
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 67vh;    
} */
.decoration-none{
    text-decoration: none !important;
}
.underline{
    text-decoration: underline !important;  
}
.decoration-none:hover{    
    text-decoration: none;
}
.footerForm .form-control { 
    font-size: 1.2rem;
    font-weight: 600;   
    color: #000;
    border: 1px solid #f1f1f1;
    height: calc(1.5em + 0.75rem + 10px);
}
.footerForm .form-control::placeholder{ 
    color:#646464;
    font-size: 1.2rem;
}
.error {
    color: #f3262d;
    font-size: 1.2rem;
    margin-bottom: 0px;
    font-weight: 600;
}
 
.darkGray { 
    color: #07064B;
    font-size: 20px;
}
.minhgt-65{
    min-height: 65px;
}
.recoverSection .recBottom{
    height: calc(100vh - 353px);
}
.notifyIcon {
    height: 110px;
    width: 110px;
    background-color: #58b966;
    border-radius: 60%;
}
.alertsSection{
    height:100vh;
}
.alertIcon {
    height: 110px;
    width: 110px;   
    border-radius: 60%;
}
.alertIcon .fa-check{
    font-size: 45px;
}
.alertIcon .fa-exclamation-triangle{
    font-size: 45px;
}
.alertIcon .fa-info{
    font-size: 50px;
}
.alertIcon .fa-question{
    font-size: 45px;
}
.alertIcon .fa-envelope-open-text{
    font-size: 60px;
}

.success-bg{
    background-color: #58b966;
}
.warning-bg{
    background-color: #f78f05;
}
.danger-bg{
    background-color: #d61616;
}
.info-bg{
    background-color: #006db7;
}
.profInside .proImg {
    width: 70px;
    height: 70px;  
    margin-top: 0px;
}
.profInside .proInfo {
    width: calc(100% - 70px);   
}
.profInside .proImg img {    
    border-radius: 20px;
}
.infoContent .col-form-label{  
    width: 45%;     
}
.infoContent .form-control-plaintext{
    width: 55%;  
    word-break: break-word;
}

.infoContent .btn.btnRed { 
    border-radius: 15px;
}
.infoContent{
    border-radius: 20px;
}
.smLabel{        
    font-size: 20px;
}
.selectCustom {
    width:100%;
    color:#000 !important;
    border-radius: 10px;
}  
.selectCustom option { 
    background:#fff !important; 
    color:#000 !important;
    font-size:14px !important;
    font-weight: 900 !important;
} 
.customWidth50{
    width:50% !important;
    float: left;
}
/* .proeditSec .footerForm .datepicker .form-control {
        padding: 0.375rem 0.5rem;
} */
.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    font-weight: 800;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #cd2127;
    color: #fff;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #a7a7a7;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #cd2127;
    border-color: #cd2127;
}
.datepicker table tr td span.active.active {
    color: #fff;
    background-color: #cd2127;
    border-color: #cd2127;
}
.proeditSec .footerForm .form-control {    
    border: 1px solid #E5E6ED;
} 
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.proeditSec .input-group-text { 
    background-color: transparent;
}
/** Upload Profile **/
.profile-pic-wrapper {  
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pic-holder {
    text-align: center;
    position: relative;
    border-radius: 30px 10px 30px 30px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: flex;    
    margin: 20px 0px;    
  }
.proeditSec{
    border-radius: 25px;
    margin-bottom: 60px;
}
  
  .pic-holder .pic {   
    width: 100%;
    height: auto;  
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  
  .pic-holder .upload-file-block,
  .pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;   
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }
  
  .pic-holder .upload-file-block {
    cursor: pointer;
  }
  .upload-file-block  i.fa.fa-camera {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FF6253;
    padding: 5px;
    border-radius: 10px;
    border: 2px solid #fff;
    font-size: 20px;
}
 
  
  .pic-holder.uploadInProgress .upload-file-block {
    display: none;
  }
  
  .pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
  }
  .backBtn {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    border-radius: 10px;
}
.backPos1.backBtn {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
}
.backPos1.backBtn i{
    font-size: 18px;
}
a.backBtn, a.backBtn:hover{
    color:#000;
    text-decoration: none;
}
.trackerRight img {   
    width: 25px;
}
  
  @-webkit-keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }
  
  @keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fadeout { 
    from {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
  }
  
  @keyframes fadeout {
    from {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
  }

  .cursor-pointer{
    cursor: pointer;
  }
  .dashTop {
    background: url(../img/homes-banner.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 35vh;
    width: 100%;
    position: relative;
}
.topTitle {
    background: rgba(0, 0, 0, 0.7);    
    backdrop-filter: blur(2px) saturate(100%);
    -webkit-backdrop-filter: blur(2px) saturate(100%);   
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.dashBottom .heading3 {
    font-size: 17px;
}
.dashBottom .table td {    
    border-bottom: 1px solid #dee2e6;
    border-top: 0px;
}
.iconRed {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #FF6253;
    border-radius: 12px;
}
.dashBottom  .heading4 {
    font-size: 15px;
}
.dashboardSection {
    height: calc(100vh - 70px);
    overflow-y: auto;
}
.trackerLeft{
    width: 50%;
}
.trackerRight{
    width: 50%;
}
.trackerRight ::marker {
    color: #D9D9D9;
    font-size: 30px;
}
.trackerRight ul::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 0px;
    border-left: 2px solid #d9d9d9;
    height: 100%;
}
.trackerRight li span{
    color: #a4a4a4;
    font-weight: 600;
    padding-left: 10px;
}
.trackerRight li.completed span{
    color: #000; 
    font-weight: 900;
}
.trackerRight li.current span{
    color: #000;  
    font-weight: 900;
}
 
.trackerRight li.completed::after{   
    position: absolute;
    content: url(../img/checkmark.svg);
    top: -2px;
    left: -35px;
    width: 28px;   
    height: 28px;
    padding: 4px 3px;
    background: #58B966;
    border-radius: 60px;
} 
.trackerRight li::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -27px;
    background: #D9D9D9;
    border-radius: 60px;
}
.trackerRight li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.trackerRight li:last-child{  
    margin-bottom: 0px;
}
 
.trackerRight li.current::after{    
    position: absolute;
    content: url(../img/clock.svg);
    top: -2px;
    left: -35px;
    width: 28px;   
    height: 28px;
    padding: 4px 5.5px;
    background: #FF6253;
    border-radius: 60px;
}
.upcoming img {    
    opacity: 0.4;
}
#brandingLogo { 
    display: none;
}
.loader.anim-hide + div{
    display:none;    
}

.docSection .table thead th {  
    border-bottom: 1px solid #E5E6ED;
    font-size: 20px;
    font-weight: 500;
}

.docSection .table td {    
    font-size: 18px;
    vertical-align: middle;     
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #cd2127;
    border-color: #cd2127;
}
.page-link {   
    color: #000;
}
.dtTablesec .table td{ 
    border-top: none;
    border-bottom: 1px solid #E5E6ED;
} 
table.dataTable.dtr-column>tbody>tr>td.dtr-control:before {   
    height: 1.8rem;
    width: 1.8rem;    
    border-radius: 10px;
    border: none;
    box-shadow: none;  
    line-height: 1em;   
    background-color: #FF6253;
    font-size: 30px;
}
table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before {    
    background-color: #FF6253;
}
table.dataTable.dtr-column>tbody>tr>td.dtr-control{
    padding-right:25px;
}
table.dataTable>tbody>tr.child ul.dtr-details {
    display: block;    
    width: 100%;
    background: linear-gradient(0deg, #FAFCFF, #FAFCFF), #FFFFFF;
    border: 1px solid #E5EEF8;
    padding: 5px 10px;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {  
    display: flex;  
    word-break: break-word;
}
table.dataTable>tbody>tr.child span.dtr-title {     
    width: 44%;
    position: relative;
    padding-right: 20px;
}
table.dataTable>tbody>tr.child span.dtr-data {     
    width: 56%;
}
table.dataTable>tbody>tr.child span.dtr-title::after{
    content:':';
    position: absolute;
    top: 0;
    right: 10px;
}
.dtTablesec .table thead th {   
    white-space: nowrap !important;
    font-weight: 600;
}
div.dataTables_wrapper div.dataTables_info {   
    padding-left: 15px;
    padding-right: 15px;
}
div.dataTables_wrapper div.dataTables_paginate {   
    padding-left: 15px;
    padding-right: 15px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin-top: 8px !important;
}
 
.boxAdvance {   
    position: fixed;
    width: 100%;
    transform: translate(-50%, 0%);
    top: auto;
    left: 50%;
    right: 50%;    
    z-index: 9;
    bottom: -100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-sizing: border-box;
}

.boxAdvance.boxASVisible {     
    bottom: 0;
    opacity: 1;
    max-height: 100vh;
    overflow-y: auto;
}
.accInner {
    margin-bottom: 60px;
}
.trackerSection{
    padding-bottom: 60px;
}
.docSection{
    margin-bottom: 60px;
}
.dtTablesec .table tr:last-child td{
    border-bottom: 0px solid transparent;
}
.infoContent {   
    margin-bottom: 60px;
}
.proeditSec .footerForm .datepicker .form-control {    
    border-radius: 0.5rem 0rem 0rem 0.5rem!important;
    border-right: 0px !important;
    font-size: 18px;
    font-weight: 800;
    height: 51px;
    padding-right: 2px !important;
}
.proeditSec .input-group-text { 
    border: 1px solid #E5E6ED;
    border-left: 0px solid transparent;
    border-radius: 0rem 0.5rem 0.5rem 0rem!important;
    padding-right: 15px;
}
select.selectCustom {
    background-image:
      linear-gradient(45deg, transparent 50%, #000 60%),
      linear-gradient(135deg, #000 40%, transparent 50%) !important;
    background-position:
      calc(100% - 22px) 20px,
      calc(100% - 15px) 20px,
      100% 0;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .pt-10 {padding-top:6rem !important;}

 


@media(min-width:568px){
    .dashTop { 
        background-position: center -110px;  
        height: 45vh;
    }  
  /*   .dashboardSection .proInfo.proTop {    
        min-width: auto !important;
    } */
}
@media(max-width:568px){
    .iph5FS{
        font-size: 1.2rem !important;
    }
}
@media(max-width:767px){
    div.dataTables_wrapper div.dataTables_info {
        padding-top: 0.85em;
        margin-bottom: 10px;
    }    
}
@media(min-width:320px){
   /*  .dashboardSection .proInfo.proTop {    
        min-width: 200px;
    } */
}
@media(min-width:360px){
    .heading3{
        font-size: 22px;      
    }
    .heading4{
        font-size: 17px;       
    }
    .headerRight .btn.btnRed {
        padding: 5px 10px !important;
    }
    .appAccordian .card-header h5 > a {      
        font-size: 1.4rem;
    }
    .accInner .card .card-body .heading3 {
        font-size: 20px;
    }
}
@media(min-width:768px){
    .md-w-50{
        width:50% !important;
    } 
    .appMenu li.nav-item.active {
        width: 25%;
    }
    .menuText {
        display: inline-block;
        padding: 0px 12px;
    }
    .accInner .card {
        width: 50%;
    }
    .appAccordian .card-header h5 > a {
        font-size: 1.2rem;
    } 
    .formSection {      
        /* height: 65vh; */
        padding: 0px 120px;
    }
    .footerForm .form-control {
        font-size: 1.5rem;
    }
    .footerForm .form-control::placeholder{         
        font-size: 1.5rem;
    }
    .formSection h3{
        font-size: 2.5rem;
    }
    .formSection .title3 {
        font-size: 26px;       
    }
    .error {       
        font-size: 1.5rem;       
    }
    .formSection .btn.btnRed, .formSection .btn.btnWhite {
       font-size: 1.8rem;
    }
    .recoverSection .btn.btnRed, .recoverSection .btn.btnWhite {
        font-size: 1.6rem;
     }
    .recoverSection .recBottom {       
        margin: 0px 100px;
    }
    .recoverSection h3{
        font-size: 2.2rem;
    }
    .recoverSection .recBottom {
        height: calc(100vh - 362px);
    }
    .title4 {
        font-size: 22px;       
    }
    .infoContent .heading3 {
        font-size: 26px;
    }
    .profInside .heading3 {
        font-size: 24px;
    }
    .heading2 {
        font-size: 28px;        
    }
    .proeditSec .btn.btnRed,  .proeditSec .btn.btnWhite{       
        width: 50%;
    }  
    .appMenu .nav-item .menuText {       
        font-size: 24px;
    }
    .landingOnly .btn.btnRed, .landingOnly .btn.btnWhite{        
        font-size: 2rem;
    }
    .landingOnly h2 {
        font-size: 3rem;
    }
    .topTitle h4{
        font-size: 2rem;
    }
    .dashTop {    
        background-position: center -65px;
    }
    .dashBottom .heading3 {
        font-size: 22px;
    }
    .dashBottom .heading4 {
        font-size: 20px;
    }
    .dashBottom .table td {        
        font-size: 20px;
    }
    .trackerRight li span {        
        font-size: 20px;
    }    
    .trackerRight li.completed::before {      
        top: 17px;
    }
    .dashBottom .proInfo h4.fs-22{
        font-size: 30px !important;
    }
    .dashBottom  h4.fs-22{ 
        font-size: 30px !important;
    }
    .docSection .table td, .docSection .table th {
        font-size: 20px;
        padding: 0.75rem 1rem;
    }
    .pagination-sm .page-link {        
        font-size: 1.2rem;      
    }
    .page-list{
        font-size: 20px;
    }  
    .alertsSection h3{
        font-size: 2.5rem;
    }
    .alertsSection p {      
        font-size: 1.5rem !important;
    }
    .alertsSection .btn{
        font-size: 1.8rem !important;
    }
    .alertsSection a{
        font-size: 25px !important;
    }
    .appMenu li.nav-item:first-child.active{
        padding-left:initial;    
    }
    .appMenu li.nav-item.active .menuText{
        padding-right:initial;    
    }
    .appMenu li.nav-item:last-child.active{
        padding-right:initial;    
    }
    .appMenu .navbar {          
        padding: 0.5rem 1rem;
    }
    .proeditSec .footerForm .datepicker .form-control {
        font-size: 1.5rem !important;
    }
  
}
   
@media(min-width:992px){    
    .accInner .card .card-header {       
        height: 300px;
    }
    .topBanner {       
        background-position: center -70px;
        background-size: cover;    
    } 
    .recoverSection .recBottom {       
        margin: 0px 100px;
    }  
    .dashTop {
        background-position: center -100px;
    }
    table.dataTable>tbody>tr.child ul.dtr-details {
        display: flex;
        flex-wrap: wrap;
    }
    table.dataTable>tbody>tr.child ul.dtr-details>li {              
        width: 50%;       
    }
    table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
        border-bottom: 1px solid #efefef;
    }
  
} 
 
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .formSection .title3 {
        font-size: 32px;
    }
    .formSection h3 {
        font-size: 3.5rem;
    }
    .footerForm .form-control {
        font-size: 2rem;
    }
    .footerForm .form-control::placeholder{         
        font-size: 2rem;
    }  
}
@media(min-width:1200px){      
    .formSection {
       /*  height: 60vh; */
        padding: 0px 100px;
    }  
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 896px)  
  and (orientation: landscape) {   
    .logoTop {
        height: 100px;
    }   
    .landingBanner {        
        height: calc(100vh - 140px);
    }
    .topBanner {        
        background-position: center -160px;
        background-size: cover;        
        width: 100%;
    }
    .recTop{
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }
    .notifyIcon {
        height: 60px;
        width: 60px;        
    }
    .alertIcon {
        height: 70px;
        width: 70px;         
    }
    .alertIcon i {
        font-size: 30px !important; 
    }
    .notifyIcon img {        
        width: 35px;
    }
    .recoverSection .recBottom {
        height: calc(100vh - 170px);
    }
    .boxAdvance.boxASVisible {       
        height: 100vh;
        overflow-y: auto;
    }
    .boxAdvance {     
        bottom: -145%;
    }
}
@media screen and (device-aspect-ratio: 40/71) {
    .trackerRight li span {       
        font-size: 14px;
    }
    .trackerRight img {
        width: 22px;
    }
    .recoverSection .recTop.pt-10{
        padding-top: 4rem !important;
    }
    .recoverSection .recBottom {
        height: calc(100vh - 322px);
    }
    .proeditSec .footerForm .datepicker .form-control {       
        font-size: 13px;     
        padding-left: 5px;
    }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (orientation: landscape) {   
    .recoverSection .recBottom {
        height: calc(100vh - 80px);
    }  
  }
  @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (orientation: portrait) {       
    .proeditSec .footerForm .datepicker .form-control {       
        font-size: 16px !important;
    }
  }
  @media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (orientation: portrait) {       
    .proeditSec .footerForm .datepicker .form-control {       
        font-size: 18px !important;
    }
  }

  @media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 896px)   
  and (orientation: landscape) {   
    .recoverSection .recBottom {
        height: calc(100vh - 120px);
    }
  }
 
 
 


