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: 29%;
  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{
  margin-top:0px;
  width:100%;
}


/**** CD HEADER ****/

#cd-header-container{
  background-image: url(../images/cd-head-bg.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: top center ;
  width: 100%;
  
}

.cd-header{
  display: block;
  margin: none;
  padding:50px 0px 0px 0px;
}

.cd-header .page-heading{
  padding-top: 20px;
  color:#d28302;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-weight:600;
  padding-bottom: 40px;
}

.cd-header .help-block .row{
  margin:0px;
}

.cd-header .help-block{
    background: #1b608c;
    padding:15px 0px;
    width: 100%;
}

.cd-header .help-block p{
    text-align: center;
    color: white;
    margin:0px;
    font-size:22px;
}

/***** CD DATA *****/

#cd-main-block{
  background:#e5e9ed;
}

.clients-details{
  background: white;
  padding:0px 0px;
  display:block;
}

#cd-data .hdf-block{
    padding:15px 0px;
    width: 100%;
}

#cd-data .hdf-block p{
    text-align: center;
    margin:0px;
    font-size:22px;
}

#cd-data .hdf-block p a{
    color:  #1b608c;
}

#cd-data .forever-corp{
background: #f2f9ff;
padding:10px 0px;
}

#cd-data .forever-corp p{
    text-align: center;
    font-size:28px;
    font-weight: 700;
    margin: 0;
    color:  #1b608c;
}

#cd-data .address{
    padding:10px 0px;
    padding-bottom: 20px;
}

#cd-data .address p{
    text-align: center;
    margin: 0;
    font-weight: 600;   
}

#cd-data .contact-info{
  padding-bottom: 40px;
}

#cd-data .hdf-block .row,
#cd-data .contact-info .row,
#cd-data .tos-block .row{
margin-left:0px !important;
margin-right: 0px !important;
}

#cd-data .contact-info .contact-us{
  text-align: center;
  font-size:28px;
  font-weight: 700;
  margin: 0;
  color:  #1b608c;
  padding:10px 0px;
}

#cd-data .contact-info p{
  color:#000;
  font-size:20px;
  text-align: center;
}

#cd-data .contact-info p i{
  color:  #1b608c;
  font-size: 28px;
  padding-right: 10px;
}

#cd-data .contact-info p > a{
  color:#000;
  text-decoration: none;
}

#cd-data .contact-info .email > a{
  color:  #1b608c;
}

#cd-data .tos-block p{
  font-size:17px;
}

#cd-data .tos-block p > a{
  color:  #1b608c;
  text-decoration: underline;
}

/***********************
********* 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 {
    margin-left: 23%;
  }
  
  .cd-header{
    padding:80px 0px 0px 0px;
  }

  #cd-data .contact-info p{
    font-size:16px;
  }
  
  #cd-data .contact-info p i{
    font-size: 22px;
    padding-right: 0px;
  }

} 

 /******* Min Width Screens ******/
 @media (min-width: 992px){
  
  .container, .container-lg, .container-md, .container-sm {
     max-width: 950px !important;
     min-width: 950px !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;
  }

}

 /******* Min Width Screens End *******/

@media  screen and  (max-width: 680px){

  #cd-data .contact-info{
    padding:0px 30px;
    padding-bottom: 30px;
  }

  #cd-data .contact-info .contact-us{
    text-align: left;
  }

  #cd-data .contact-info p{
    font-size:19px;
    text-align: left;
  }
  
  #cd-data .contact-info p i{
    font-size: 30px;
    padding-right: 10px;
  }

  #cd-data .tos-block{
    padding:0px 30px;
    padding-bottom: 40px;
  }
  
  #cd-data .tos-block p{
    font-size:  20px;
  }

}

@media  screen and  (max-width: 575px){

  .profile .user-icon,
  .mobile-profile .user-icon {
    font-size: 45px;
    color: white;
    margin-left: 0px;
  }

  .cd-header .help-block p{
      font-size:20px;
  }

  #cd-data .hdf-block{
    padding:20px 30px;
    padding-bottom: 30px;
  }

  #cd-data .hdf-block p{
      text-align: left;
      font-size:24px;
  }

}

@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: 450px){

  #header {
    padding: 30px 15px 30px 15px;
  } 

  .cd-header .help-block p{
    font-size:18px;
  }

  #cd-data .hdf-block{
    padding:20px 30px;
    padding-bottom: 25px;
  }

  #cd-data .hdf-block p{
      font-size:22px;
  }

  #cd-data .forever-corp p{
    font-size:26px;
  }

  #cd-data .address p{
    font-size:15px;
  }

  #cd-data .contact-info{
    padding:0px 30px;
    padding-bottom: 30px;
  }

  #cd-data .contact-info .contact-us{
    font-size: 24px;
  }

  #cd-data .contact-info p{
    font-size:18px;
    text-align: left;
  }

  #cd-data .contact-info p i{
    font-size: 26px;
    padding-right: 10px;
  }

  #cd-data .tos-block p{
    font-size:  18px;
  }
  
}

@media  screen and  (max-width: 400px){

  .cd-header .help-block p{
    font-size:17px;
  }

  #cd-data .hdf-block p{
    font-size:20px;
  }

  #cd-data .forever-corp p{
    font-size:23px;
  }

  #cd-data .address p{
    font-size:15px;
  }

  #cd-data .contact-info .contact-us{
    font-size: 23px;
  }

  #cd-data .contact-info p{
    font-size:17px;
  }

  #cd-data .tos-block p{
    font-size:  17px;
  }


}

@media  screen and  (max-width: 300px){
  

}

@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;
  }
  
}

