body {
  height: 100vh;
  width: 100vw;
  background-image: url("../images/POD-bg.jpg") !important;
  background-repeat: repeat-y;
  background-size: cover; /* Resize the background image to cover the entire container */
}
/******override bootstrap*******/

.btn-warning {background-color: #f90 !important;border-radius:5px;}
/**************/

/****override dev extreme*/
.dx-tooltip-wrapper .dx-overlay-content {
    background-color: #fff;
    color:#000;
    font-size:12px;
}  


.loadingSpinner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    background-image: url('../images/spinner.gif');
}

.logo-bar{padding:10px}
 
a.highlight:link, a.highlight:active, a.highlight:visited {
    color: #f90;
    font-weight: bold;
}
.calc-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #051f43;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}
.calc-icon a {font-size:20px;padding-top:10px}

.form-control-text {
    padding: 12px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-radius: 4px;
}
.btn-highlight {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
}

.card{background-color: transparent !important;}

.main{max-width: 1000px !important; margin:0 auto !important;}
.tab-list-section{
  margin:0 !important;
  padding:0 !important;
}
 
.tab-list-content {
    padding:0;
}
.tab-list-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0 auto;
    border: none;
    z-index: 0; 
}


.process-model li.visited::after {
    background: #041e42;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    width:13vw;
    margin:0 2vw;

    display: inline-block;
    text-align: center;
    float: none;

}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;

}

#process-tab {margin:0 !important;padding:0 !important}
.process-model{margin:0 auto;padding:0;}

.process-model li a {
    padding: 0;
    border: none;
    color: #041e42;
}
.process-model li.active,
.process-model li.visited {
    color: #041e42;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #041e42;
    text-decoration: none;
}
.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}
.process-model li i {
    height: 13vw;
    width: 13vw;
    line-height: 13vw;
    font-size: 5vw;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid #041e42;
    color:#041e42;
    padding:0;
}
.process-model li.active i, .process-model li.visited i  {
    background: #041e42;
    border-color: #041e42;
    color:#ffffff
}
.process-model li p {
    font-size: 2.5vw;
    margin:0;
    padding:0;
}

.liner{
    height: 4px;
    width: 80%;
    top: 40%;
    background: #041e42;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;

    z-index: -1;
}

/**********/
.checkbox-lg{
  width:100%;
}
.checkbox-lg input[type=radio] {
    display: none;
  }
  .checkbox-lg input[type=radio]:checked + .box {
    background-color:#041e42;
  }
  .checkbox-lg input[type=radio]:checked + .box span {
    color: white;
    transform: translateY(10px);
  }
  .checkbox-lg input[type=radio]:checked + .box span:before {
    transform: translateY(0px);
    opacity: 1;
  }
  .checkbox-lg .box {
    width: 80%;
    height: 55px;
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 900;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 0.8rem;
    line-height: 1rem;
    
  }
  .checkbox-lg .box:active {
    transform: translateY(10px);
  }
  .checkbox-lg .box span {
    position: absolute;
    transform: translate(0, 10px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    user-select: none;
    color: #041e42;
    line-height: 1.1rem !important;
    
  }
  .checkbox-lg .box span:before {
    display: block;
    transform: translateY(-40px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
  }
  .checkbox-lg .one span:before {
    content: "1";
    
  }
  .checkbox-lg .two span:before {
    content: "2";
  }
  .checkbox-lg .yes span:before {
    content: "Yes";
  }
  .checkbox-lg .no span:before {
    content: "No";
    
  }

  .checkbox-lg p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
  }
  .checkbox-lg p a {
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
  }
  .question {padding-top:5px;}
  .question p {font-size:14px !important;font-weight: bold;}
  .btn-primary{background-color: #041e42 !important;border-radius: 5px !important;}
  .pagination-lg{font-size: 0.8rem; font-weight: bold;}

  .sub-tab{background-color:#041e42;color:#fff;border-radius:5px;padding:5px;margin:5px 0;font-weight: bold; width:100%;}



  .sub-nav li {margin:5px;padding:5px ;border-radius: 5px;background-color: #fff;border:1px solid #ccc;}
  .sub-nav li.active {background-color: #041e42 ;}
  .sub-nav li a{color:#041e42;}
  .sub-nav li.active a {color:#fff;}

  @media only screen and (min-width: 375px) {
    
    .checkbox-lg .box {
      width: 50%;
      height: 55px;
    }

  }


@media only screen and (min-width:600px) {
 
    .process-model {
        max-width: 750px;
    }

        .process-model li {
            width: 55px;
            margin: 0 10px;
        }

            .process-model li i {
                padding: 10px;
                height: 50px;
                width: 50px;
                line-height: 30px;
                font-size: 20px;
            }

            .process-model li p {
                font-size: 12px;
            }

    .liner {
        height: 4px;
        width: 80%;
        top: 40%;
    }

    .checkbox-lg {
        max-width: 150px;
    }

        .checkbox-lg .box {
            width: 150px;
            height: 60px;
        }

    .question p {
        font-size: 16px !important;
    }

    .checkbox-lg .box {
        font-size: 1em;
        line-height: 1.2em;
    }
}
 

  @media only screen and (min-width: 768px) {
    /* For desktop or ipad */

    .process-model{max-width: 600px;}
    .process-model li {
      width:65px;
      margin:0 10px;
  }
  .process-model li i {
      padding:10px;
      height:60px;
      width: 60px;
      line-height: 40px;
      font-size: 30px;
  }
  .process-model li p {
      font-size: 14px;
  }
  
  .liner{
      height: 4px;
      width: 80%;
      top: 40%;
  }

    .checkbox-lg{
      max-width:150px;
    }
    .checkbox-lg .box {
      width: 150px;
      height: 60px;
    }
    .question p {font-size:16px !important;}

    .checkbox-lg .box {
      font-size: 1em;
      line-height: 1.2em;
      
    }

 

  }
 
 

