body {
  font-family: 'Lato', sans-serif;
}

/*************************
******* Header  CSS ******
**************************/

#header{
  background-color:#1b608c;
  border-bottom: 10px solid white;
  padding:30px 0px;
  height: 120px;
}

.profile{
  display: block;
}

.mobile-profile{
  display: none;
}

.profile .user-icon,
.mobile-profile .user-icon{
  font-size:45px;
  color:white;  
  margin-left:10px;
}

.profile .user-icon .user-info,
.mobile-profile .user-icon .user-info{
  font-size:15px;
  font-family: arial;
  float: right;
  margin-left: 10px;
  margin-top:5px
}

.profile .user-icon .user-name,
.mobile-profile .user-icon .user-name{
  margin:0;
}

.profile .user-icon .user-role,
.mobile-profile .user-icon .user-role{
  padding-top: 8px;
  font-size:11px;
}

#header .logo {
  text-align: center;
  position: absolute;
  margin-left: 30%;
  margin-top:30px;
}

.mobile_logo{
  display: none;
}

#header .logo img{
  height:110px;
}

#header .menu .navbar {
  display: block !important;
  padding: 0px !important;
}

#header .menu .menu-btn{
  float: right;
}

div#navbarSupportedContent20 {
  width: 100% !important;
}

#header .mr-auto{
  position: absolute;
  margin-top: 50px !important;
  z-index: 999;
  padding-top: 50px;
    width: 100%;
}
/******************************
***** Content Section CSS *****
******************************/

.contentbody{
  width:100%;
  margin-top:0px;
}


/**** CD HEADER ****/

#cd-header-container{
  background-image: url(../images/cd-head-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.cd-header{
  display: block;
  margin: none;
  padding:none;
  padding:60px 60px 0px 60px;
}

.cd-header .page-heading{
  color:#d28302;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight:600;
  padding-bottom: 10px;
}

.cd-header .we-offer{
  width:100%;
  font-size: 18px;
  text-align: center;
  color: #1b608c;
  font-weight: 600;
  line-height: 1.4em;
  margin: 10px 0px 30px 0px;
}

.cd-header .we-offer span{
  border:none;
  background: white;
  border-radius: 1px;
  padding:7px 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.services-header .eppc-block{
  background: transparent;
}


.services-header  .eppc-block{
  text-align: left;
  color: #1b608c;
  font-weight: 600;
}

.services-header .eppc-block input{
    border:none;
border-radius: 1px;
padding:8px 10px;
color: #222;
font-size: 16px;
outline: none;
text-align: center;
float: right;
width: 100px;
margin:-7px 0px;
}

.services-header  .eppc-block input::placeholder,
.services-header .search input::placeholder{
  color:black;
}

.services-header .search {
  background: transparent;
  text-align: center;
}

.services-header .search input{
    border:none;
    border-radius: 1px;
    padding:8px 15px;
    color: #222;
    font-size: 16px;
    outline: none;
    
    width: 100%;
    margin:-7px 0px;
}

/***** CD DATA *****/

#cd-main-block{
  background:#e5e9ed;
  padding-bottom: 70px;
}

.clients-details{
  background: white;
  padding:0px 0px;
  display:block;
}

tr.hide-table-padding td {
  padding: 0;
}

.expand-button {
	position: relative;
}

tr.shown {
  background-color: rgb(138, 255, 255);
}


.accordion-toggle.expand-button:after
{
  position: absolute;
  left:4.3rem;
  transform: translate(0, -50%);
  font-family: FontAwesome;
  content: "\f0d8 ";
  color: rgb(255, 255, 255);
  background:#d28300;
  border-radius: 50px;
  padding: 0px 8px 0px 8px;
  cursor: pointer;
  font-size: 19px; 
  
}

.accordion-toggle.collapsed.expand-button:after
{
  font-family: FontAwesome;
   content: "\f0d7";
   color: rgb(255, 255, 255);
   background: #1b608c;
}

/***** Table CSS****/

#cd-data{
  max-width: 100%;
}

#cd-data .table-responsive{
  overflow-x: unset; 
}

/**** Table Head CSS ****/
#cd-data .table thead td {
  color: #ffffff;
  text-decoration: underline;
  vertical-align: bottom;
  background: #015888;
}

#cd-data .table thead .details{
  width: 5%;
  padding: 15px 0px 15px 60px;
}

#cd-data .table thead .number
{
  width: 5%;
  padding: 15px 0px 15px 40px;
}

#cd-data .table thead .serv-td{
  width: 50%;
  padding: 15px 0px 15px 150px;
}

#cd-data .table thead .md{
  width: 40%;
  padding:15px 0px 15px 100px;
}


/**** Table body CSS*****/

#cd-data .table tbody .main-tr{
  border-bottom: 1px solid lightgray;
}

#cd-data .table tbody .main-tr td{
 padding-top:10px;
 padding-bottom: 10px;
}

#cd-data .table tbody .id-no{
  padding-left: 40px;
}

#cd-data .table tbody .service-name{
  padding-left: 70px;
}

#cd-data .table tbody .md-price{
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}

#cd-data .table tbody .md-price input{
    border:none;
    border-radius: 1px;
    background: #e5e9ed;
    padding:8px 10px;
    color:#000;
    font-size: 17px;
    outline: none;
    text-align: center;
    width: 70%;
}

#cd-data .table tbody .md-price input::placeholder{
color:#000;
}

#cd-data .table td, 
#cd-data .table th {
  vertical-align: inherit;
  border-top: none; 
}

.cd-info-block .feel-free{
  color: #111;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  background: #f2f9ff;
  margin:0px;
  padding:10px 0px;
}

#cd-footer{
  border-top: 2px solid #222222;
  padding: 10px 60px 0px 60px !important;
}

#cd-footer .pagination a{
  padding: 0px 10px;
  text-decoration: none;
  color: black;
font-weight: 600;
font-size: 15px;
}

#cd-footer .pagination .pages-no{
  background: lightgray;
  padding: 0.1em 1.5em;
  border-radius: 4px;
}

#cd-footer .records-results{
  font-size: 15px;
  color: black;
  font-weight: 600;
}

/***********************
********* CSS *********
***********************/

.copyright{
  width:100%;
  height:100%;
  background-color:#1b608c;
  float:left;
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 9px;
  }
  
  .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }
  
  .animated-icon1 span {
  background: white;
  }
  
  .animated-icon2 span {
  background: #e3f2fd;
  }
  
  .animated-icon3 span {
  background: #f3e5f5;
  }
  
  .animated-icon1 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon1 span:nth-child(2) {
  top: 10px;
  }
  
  .animated-icon1 span:nth-child(3) {
  top: 20px;
  }
  
  .animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  
  .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  }
  
  .animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  }
  
  /* Icon 3*/
  
  .animated-icon2 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
  }
  
  .animated-icon2 span:nth-child(4) {
  top: 20px;
  }
  
  .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
  }
  
  .animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  
  .animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  
  .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
  }
  
  /* Icon 4 */
  
  .animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
  }
  
  .animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  }
  
  .animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
  }
  
  
  .navbar-light .navbar-toggler {
      color: rgba(0,0,0,.5);
     border-color:#00000000; 
      outline: none;
  }
  
  
  .mr-auto, .mx-auto {
      margin-right: auto!important;
      background-color: #1b608c;
      padding: 10px 20px;
      margin-top: 14px;
      /* color: white; */
      
  }
      
     .navbar-light .navbar-nav .nav-link {
      color: rgb(255 255 255) !important;
  }
  

.btn-group-lg>.btn, .btn-lg {
   
    font-size: 17px;
   
}

.mr-auto{
    
    
    font-size:13px;
}


@media only screen and (max-width: 1045px) {
  
  .contentbody{
    padding:0px;
    background: transparent;
  }

}
@media screen and  (max-width: 991px){   
   
  #header .logo {
    text-align: center;
    position: absolute;
    margin-left: 23%;
    margin-top:30px;
  }
  
  .cd-header{
    padding:80px 15px 0px 15px;
  }

    /**** Table Head CSS ****/
    #cd-data .table thead .details{
      padding: 15px 0px 15px 30px;
    }
    
    #cd-data .table thead .number{
      padding: 15px 0px 15px 30px;
    }
    
    #cd-data .table thead .serv-td{
      padding: 15px 0px 15px 100px;
    }
    
    #cd-data .table thead .md{
      padding:15px 0px 15px 50px;
    }  
  
    /**** Table body CSS*****/
  
    .accordion-toggle.expand-button:after{
      left:2.5rem;
    }

    #cd-data .table tbody .id-no{
      padding-left: 30px;
    }
  
    #cd-data .table tbody .service-name{
      padding-left: 40px;
    }
  
    #cd-data .table tbody .md-price{
      padding-left: 30px;
      padding-right: 30px;
    }

    #cd-footer{
      border-top: 2px solid #222222;
      padding: 10px 0px 0px 0px !important;
    }
} 

/******* Min Width Screens ******/
@media (min-width: 992px){

  .container, .container-lg, .container-md, .container-sm {
     max-width: 950px !important;
     min-width: 950px !important;
 }
 #cd-main-block .container,
   #cd-header-container .container {
     padding-left: 15px !important;
     padding-right:15px !important;
   }
 }
 
 @media (min-width: 768px){
   .container {
     max-width: 720px !important;
   }
 }
 
 @media (min-width: 280px){

  #header .container,
  #cd-header-container .container,
  #cd-main-block .container{
    max-width: 100%;
    padding-left: 0px;
    padding-right:0px;
  }
 }


 @media screen and  (max-width: 768px){

  #header {
    padding: 30px 30px;
  }

  .header-content .col-sm-4 {
    padding: 0px;
  }

  .profile {
    display: none;
  }

  .mobile-profile{
    display: inline-block;
  }

  #header .logo {
    display: none;
  }

  .mobile_logo{
    display: block;
    width: 100%;
    margin: auto;
    margin-top: -53px;
    position: absolute;
    z-index: 99999;
  }

  #header .mr-auto {
    padding-top: 50px;
    width: 100%;
    margin-top:10px !important;
  }


  .cd-header{
    display: block;
    margin: none;
    padding:none;
    padding:80px 15px 0px 15px;
  }

    #cd-main-block{
      background:#e5e9ed;
      padding-bottom: 0px;
    }

    #cd-footer{
      border-top: 2px solid #222222;
      padding: 10px 15px 0px 15px !important;
    }
    
    #cd-footer .pagination a{
      padding: 0px 20px;
    }
}



/******* Min Width Screens End *******/

@media  screen and  (max-width: 650px){

  .services-header  .eppc-block{
    font-size: 16px;
  }

  .services-header .eppc-block input{
    width: 90px;
  }
 
}

@media  screen and  (max-width: 575px){

  .profile .user-icon,
  .mobile-profile .user-icon {
    font-size: 45px;
    color: white;
    margin-left: 0px;
  }


  .cd-header .we-offer{
    margin: 10px 0px 10px 0px;
    font-size: 17px;
  }
  

  .services-header  .eppc-block{
    font-size: 18px;
    padding:15px 0px;
  }
  
  .services-header .eppc-block input{
    width: 120px;
  }

  .services-header .search {
    padding-bottom: 10px;
  }

  #cd-data .table tbody td{
    font-size: 15px;
  }

    /**** Table Head CSS ****/
    #cd-data .table thead .details{
      padding: 15px 0px 15px 15px;
    }
    
    #cd-data .table thead .number{
      padding: 15px 0px 15px 15px;
    }
    
    #cd-data .table thead .serv-td{
      padding: 15px 0px 15px 20px;
    width: 55%;
    }
    
    #cd-data .table thead .md{
      padding:15px 0px 15px 10px;
    width: 35%;
    }  
  
    /**** Table body CSS*****/
  
    .accordion-toggle.expand-button:after{
      left:1.3rem;
    }

    #cd-data .table tbody .id-no{
      padding-left: 15px;
      font-size: 16px;
    }
  
    #cd-data .table tbody .service-name{
      padding-left: 20px;
    }
  
    #cd-data .table tbody .md-price{
      padding-left: 20px;
      padding-right: 20px;
    }

    #cd-data .table tbody .md-price input{
      font-size: 15px;
      width: 90%;
  }

  .cd-info-block .feel-free{
    font-size: 16px;
    padding:10px;
  }

  #cd-footer .col-xs-6{
  width: 50%;
  } 

}

@media  screen and  (max-width: 510px){

  .profile .user-icon,
  .mobile-profile .user-icon{
    font-size: 35px;
    color: white;
    margin-left: 0px;
    padding-top: 7px;
}

  .profile .user-icon .user-info {
    font-size: 15px;
    font-family: arial;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
  }

  .profile .user-icon .user-name {
    margin: 0;
    font-size: 14px;
  }

  .profile .user-icon .user-role {
    padding-top: 6px;
    font-size: 10px;
}

}

@media  screen and  (max-width: 466px){

  #header {
    padding: 30px 15px 30px 15px;
  } 

  .cd-header .we-offer{
    font-size: 16px;
  }

  .services-header  .eppc-block{
    font-size: 16px;
  }
  
  .services-header .eppc-block input{
    width: 100px;
    font-size: 14px;
  }

  .services-header .search input{
    font-size: 14px;
  }

  #cd-data .table tbody .main-tr td{
    padding-top:8px;
    padding-bottom: 8px;
   }

  /**** Table Head CSS ****/

  #cd-data .table thead td,
  #cd-data .table tbody td{
    font-size: 14px;
  }

  #cd-data .table thead .details{
    padding: 15px 0px 15px 10px;
  }
  
  #cd-data .table thead .number {
    padding: 15px 0px 15px 10px;
  }
  
  #cd-data .table thead .serv-td{
    padding: 15px 0px 15px 80px;
  width: 52%;
  }
  
  #cd-data .table thead .md{
    padding:15px 5px 15px 10px;
  width: 38%;
  }  

  /**** Table body CSS*****/
  
  
  .accordion-toggle.expand-button:after{
    left:1rem;
    transform: translate(0, -50%);
    border-radius: 50px;
    padding: 1px 7.5px;
    font-size: 15px; 
  }

  #cd-data .table tbody .id-no{
    padding-left: 10px;
  }

  #cd-data .table tbody .service-name{
    padding-left: 10px;
    padding-right: 0px;
  }

  #cd-data .table tbody .md-price{
    padding-left: 20px;
    padding-right: 20px;
  }

  #cd-data .table tbody .md-price input{
    font-size: 14px;
    width: 80%;
  }

  .cd-info-block .feel-free{
    font-size: 15px;
    padding:10px;
  }
  
  #cd-footer .pagination a{
    padding: 0px 10px;
    font-weight: 600;
    font-size: 13px;
  }
  
  #cd-footer .pagination .pages-no{
    padding: 0.1em 1.3em;
    border-radius: 4px;
  }
  
  #cd-footer .records-results{
    font-size: 12.5px;
    color: black;
    font-weight: 600;
  }

}

@media  screen and  (max-width: 400px){

  .cd-header .page-heading{
 
    font-size: 20px;
    font-weight:600;
    padding-bottom: 20px;
  }
  
  .cd-header .page-subheading{
    font-size: 16px;
    padding:0px;
    margin: 3px;
  }

  .services-header  .eppc-block{
    font-size: 14px;
  }
  
  .services-header .eppc-block input{
    width: 80px;
  }

 /**** Table Head CSS ****/

 #cd-data .table thead td,
 #cd-data .table tbody td{
   font-size: 13px;
 }

 #cd-data .table thead .details{
   padding: 15px 0px 15px 8px;
 }
 
 #cd-data .table thead .number {
   padding: 15px 0px 15px 8px;
 }
 
 #cd-data .table thead .serv-td{
   padding: 15px 0px 15px 70px;
 width: 54%;
 }
 
 #cd-data .table thead .md{
   padding:15px 5px 15px 8px;
 width: 36%;
 }  

 /**** Table body CSS*****/
 
 
 .accordion-toggle.expand-button:after{
   left:0.9rem;
   padding: 1px 7px;
   font-size: 14px; 
 }

 #cd-data .table tbody .id-no{
   padding-left: 8px;
 }

 #cd-data .table tbody .service-name{
   padding-left: 8px;
   padding-right: 0px;
 }

 #cd-data .table tbody .md-price{
   padding-left: 10px;
   padding-right: 10px;
 }

 #cd-data .table tbody .md-price input{
   font-size: 13px;
   width: 80%;
 }
  
  #cd-footer .pagination .pages-no{
    padding: 0.1em 1.2em;
  }
  
  #cd-footer .records-results{
    font-size: 12px;
  }

  #cd-footer .pagination a{
    font-size: 12px;
  }


  .cd-info-block .cd-info{
    font-size: 16px;
    padding-left: 5px;
  }


  #cd-footer .col-xs-6:nth-of-type(1){
    width: 45%;
    } 

    #cd-footer .col-xs-6:nth-of-type(2){
      width: 55%;
    }
    
    #cd-footer .pagination a{
      padding: 0px 10px;
    }
}

@media  screen and  (max-width: 320px){

  #cd-footer .pagination{

    text-align: center;
  }
  #cd-footer .pagination a{
    font-size: 12px;
    text-align:center;
    align-content: center;
  }

  #cd-footer .col-xs-6:nth-of-type(1){
    text-align: center;
    width: 100%;
    } 

    #cd-footer .col-xs-6:nth-of-type(2){
      width: 100%;
      text-align: center;
    }
    
    #cd-footer .pagination a{
      padding: 0px 10px;
    }
}



@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



@media only screen and (min-width: 600px) {
  
  .userselect{
      display:none;
  }
  
}

