body {
  font-family: 'Lato', sans-serif;
}

/*************************
******* Header  CSS ******
**************************/

#header{
  background-color:#1b608c;
  border-bottom: 10px solid white;
  padding:30px 0px;
  height: 120px;
}

/****** Profile *******/

.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;
}

/****** Register *******/
.register{
  display: block;
  padding-top:10px;
}

.mobile-register{
  display: none;
}

.register .register-icon,
.mobile-register .register-icon{
  font-size:25px;
  color:white;  
  margin-left:10px;
 
}
.register .register-icon .register-text,
.mobile-register .register-icon .register-text{
  font-size:16px;
  font-family: arial;
  float: right;
  margin-left: 10px;
  margin-top:5px
}

/**** Login ******/
.login{
  display: block;
  margin-top:12px;
}

.mobile-login{
  display: none;
}

.login .login-icon,
.mobile-login .login-icon{
  font-size:25px;
  color:white;  
  margin-left:10px;
}

.login .login-icon .login-text,
.mobile-login .login-icon .login-text{
  font-size:16px;
  font-family: arial;
  float: right;
  margin-left: 10px;
  margin-top:5px
}

#header .logo {
  text-align: center;
  position: absolute;
  margin-left: 25%;
  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 60px 0px 60px;
}

.cd-header .page-heading{
  color:#d28302;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight:600;
  padding-bottom: 70px;
  padding-top:20px;
  margin: 0px
}

.asterisk{
  color: #d28302;
  font-size: 20px;
}

.ssn-block .records-desktop{
  display: block;
}

.ssn-block .services{
  background:transparent;
 
}

.services .page-subheading{
  text-align: center;
  color: #1b608c;
  font-weight: 500;
  font-size: 19px;
  padding:0px;
  margin: 3px;
}

.services .page-subheading.services-title{
  font-weight: 700;
  font-size: 18px;
}


.ssn-block .services form,
#cpp-block .cpp form{
  font-weight: 600;
  text-align: center;
}

.ssn-block .services form {
padding-bottom: 10px;
}

.ssn-block .services form select,
#cpp-block .cpp form select{
 
   /* styling */
   outline: none;
   color:rgb(158, 158, 158);
   text-align: center;
   border:1px solid lightgray;
   border-radius: 4px;
   font-size: 17px;
   background-color: white;
   display: inline-block;
   width: 40%;
   padding: 0.25em 1em 0.25em 0.5em;
   text-align: center;

   /* reset */
   margin: 0;      
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-appearance: none;
   -moz-appearance: none;
}

#cpp-block .cpp form select{
  width: 40% !important;
  font-size: 16px;
  padding:0.25em 1em 0.25em 0.5em;
}

.ssn-block .services form select,
#cpp-block .cpp form select{
  background-image:
    linear-gradient(45deg, transparent 60%, #ffffff 60%),
    linear-gradient(135deg,#ffffff 50%, transparent 50%),
    linear-gradient(to right, #1b608c, #1b608c);
  background-position:
    calc(100% - 12px) calc(0.65em + 3px),
    calc(100% - 7px) calc(0.65em + 3px),
    100% 0;
  background-size:
    10px 5px,
    5px 5px,
    1.5em 2em;
  background-repeat: no-repeat;
}
#cpp-block .cpp form select{
  background-size:
    10px 5px,
    5px 5px,
    1.6em 2em;
}

.ssn-block .services form select .ssn{
  text-align: center !important;
}

/***** CD DATA *****/

#cd-main-block{
  background:#e5e9ed;
}

.clients-details{
  background: white;
  padding:0px 0px;
  display:block;
}

#cd-data .blue-bar{
  background: #1b608c;
  width: 100%;
}

#cd-data .blue-bar p{
  padding: 10px 0px;
  font-size: 26px;
  text-align: center;
  color: white;
  margin: 0px;
}



#cd-data #cpp-block{
background: #f2f9ff;
padding:10px 15px;
margin:0px;
}

#cpp-block form .form-group{
  margin-bottom: 0rem;
}

/*** Connect Block ****/

#connects-block{
  width: 100%;
}

#connects-block .row{
  margin:0px;
}

#connects-block .connects-data{
  display: block;
  width: 100%;
  padding:0px 15px;
}

#connects-block .connects-data.custom-space{
  padding:30px 0px 15px 0px;
}

.connects-data .cn-info-row{
margin:0px;
}

.cn-info-row.name-desktop{
  display: flex;
}

.cn-info-row.fname_smob,
.cn-info-row.mname_smob,
.cn-info-row.lname_smob
{
  display: none !important;
}

.cn-info-row .add-info label {
  color: #1b608c;
  font-weight: 500;
  font-size: 17px;
}

.cn-info-row .left-info,
.cn-info-row .right-info,
.cn-info-row .right-info.register1,
.cn-info-row .right-info.connect,
.cn-info-row .right-info.login-inputs{
  padding:10px 0px 5px 0px;
  margin:0px;
}

.cn-info-row .left-info .form-group,
.cn-info-row .right-info .form-group{
  margin:0px;
}

/***** Right Info *****/

.cn-info-row .right-info input{
  outline: none;
  border:1px solid lightgray;
  width: 100%;
  padding:5px 10px; 
}

/****** Login & Register Page Css  *******/

.cn-info-row .right-info.login-inputs,
.cn-info-row .right-info.register-inputs,
.cn-info-row .right-info.connect-inputs{
    width: 100%;
    float: left;
}

.cn-info-row .right-info.login-inputs .form-group,
.cn-info-row .right-info.register-inputs .form-group,
.cn-info-row .right-info.connect-inputs .form-group{
  width: 80%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.cn-info-row .right-info.register-inputs .form-group,
.cn-info-row .right-info.connect-inputs .form-group{
  width: 100%;
}

.cn-info-row .right-info.login-inputs .icon,
.cn-info-row .right-info.register-inputs .icon,
.cn-info-row .right-info.connect-inputs .icon{
  padding: 14px;
  background: #1b608c;
  color: #ffffff;
  min-width: 45px;
  text-align: center;
}

.fprh-data {
  padding:15px 20px;
}

.fprh-data p{
  text-align: center;
}


.fprh-data .fprh-link{
  margin-left:15px;
  text-decoration: underline;
  color:#d28302;
}

.cn-info-row .right-info select{
  outline: none;
    border: 1px solid lightgray;
    width: 100%;
    padding: 5px 10px;
    background: transparent;
}

.cn-info-row .right-info input[type="date"]{
  background: transparent;
}

.cn-info-row .right-info .hidden-label{
  color:transparent !important;
  margin:0px;
}

.cn-info-row .right-info .connect-name,
.cn-info-row .right-info .reg-two-fields {
  text-align: center;
  width: 100%;
}


.cn-info-row .right-info .connect-name input,
.cn-info-row .right-info .reg-two-fields input,
.cn-info-row .right-info .reg-two-fields.occupation-field input{
  width: 30%;
  padding:9px 10px; 
}

.cn-info-row .right-info .reg-two-fields.occupation-field input{
  width:91%;
}

.cn-info-row .right-info .connect-name .first-name{
  margin-left: -5px;
}

.cn-info-row .right-info .reg-two-fields input{
  width: 41%;
  margin-left: -5px;
}

.cn-info-row .right-info .reg-two-fields select{
  width: 41%;
  padding:11px 0px 11.5px 10px; 
  margin-left: -5px;
}

.cn-info-row .right-info .reg-two-fields input[type="date"]{
  padding:8px 10px; 
}

.cn-info-row .right-info .reg-two-fields select,
.cn-info-row .right-info .reg-two-fields input[type="date"]{
  color: grey;
}

.cn-info-row .right-info .connect-name .mname-desktop{
  display: block;
}

.cn-info-row .add-info textarea{
  outline: none;
  border:1px solid lightgray;
  width: 100%;
  font-size:16px;
}

.connects-data .note{
text-align: center;
margin:10px 0px;
}

.connects-data .note p{
  margin:0px;
  color: black;
  font-weight: 600;
  font-size: 14px;
}

.connects-data .cc-btn {
  text-align: center;
  margin:15px 0px;
  display: block;
}

.connects-data .cc-btn a{
  background: #1b608c;
  color: white;
  outline: none;
  padding:16px 20px;
  border:0px;
  border-radius: 8px;
  align-content: center;
  margin-right: 10px;
  }

.connects-data .cc-btn button{
  background:#d28302;;
  color: white;
  outline: none;
  padding:12px 20px;
  border:0px;
  border-radius: 8px;
  align-content: center;
}

.connects-data .cc-btn .login-btn{
  background:#d28302;;
  width: 40%;
  padding:16px 20px;
  font-size: 20px;
}

/***********************
********* 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){   
   
  .cd-header{
    padding:80px 15px 0px 15px;
  }

  .page-subheading.services-title{
    font-size: 22px;
  }

  .ssn-block .services form select,
  #cpp-block .cpp form select{
    width: 55% !important;
  }

  .cn-info-row.name-desktop{
    display: none;
  }
  
  .cn-info-row.fname_smob,
  .cn-info-row.mname_smob,
  .cn-info-row.lname_smob
  {
    display: flex !important;
  }

  .cn-info-row .right-info .reg-two-fields.occupation-field input{
    width:90%;
  }
} 

 /******* 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;
  }
 }

 /******* Min Width Screens End *******/

 @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;
    }

    .register {
      display: none;
    }
  
    .mobile-register{
      display: inline-block;
      margin-top:12px;
  
    }

    .login{
      display: none;
    }
    
    .mobile-login{
      display: inline-block;
      margin-top:12px;
    }

    #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-data .blue-bar p{
      font-size: 24px;
    }

    .cn-info-row .right-info .reg-two-fields input,
    .cn-info-row .right-info .reg-two-fields select{
      width: 90%;
      margin-top: 15px;
      margin-left: -5px;
    }

    .cn-info-row .right-info .reg-two-fields.occupation-field input{
      width:90%;
    }
    
    .cn-info-row .right-info {
      padding:0px;
      margin: 0px;
    }

 }

@media  screen and  (max-width: 680px){
  .ssn-block .services form select,
  #cpp-block .cpp form select{
    width: 62% !important;
  }
  .ssn-block .services form select{
    background-size:
    10px 5px,
    5px 5px,
    1.6em 2em;
  }

  #cpp-block .cpp form select{
    font-size: 15px;
    padding:0.35em 1em 0.35em 0.5em;
    background-size:
    10px 5px,
    5px 5px,
    1.75em 2.2em;
  }

  .cn-info-row .left-info .required-label,
  .cn-info-row .right-info .hidden-label { 
    margin:10px 0px;
  }

.cn-info-row .left-info label,
.cn-info-row .add-info label{
  font-size: 16px;
  font-weight: 600;
}

.cn-info-row .right-info input,
.cn-info-row .add-info textarea{
  font-size: 15px;
}

.cn-info-row .right-info .connect-name .mname-desktop{
  display: none;
}

.cn-info-row .right-info .connect-name .mname-mobile{
  display: block;
  float: right;
}

.cn-info-row .right-info .reg-two-fields input[type="date"] {
  padding: 9px 10px;
}

.cn-info-row .right-info .reg-two-fields.occupation-field input {
  padding: 10px;
}

.cn-info-row .right-info .reg-two-fields input {
  padding: 10px 10px;
}
    
}

@media  screen and  (max-width: 580px){

  .profile .user-icon,
  .mobile-profile .user-icon {
    font-size: 45px;
    color: white;
    margin-left: 0px;
  }

  #cd-data .blue-bar p{
    font-size: 20px;
  }


  .ssn-block .services form select,
  #cpp-block .cpp form select{
    width: 75% !important;
  }

  .ssn-block .services form select{
    font-size:16px;
  }

  #cpp-block .cpp form select{
    font-size: 15px;
  }

  .cn-info-row .col-4,
  .cn-info-row .col-8,
  .cn-info-row .col-12{
    padding:0px;
  }

  #connects-block .connects-data{
    padding:0px;
  }
  
  .cn-info-row .left-info label,
.cn-info-row .add-info label{
  font-size: 15px;
}
 
}

@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;
}

.right-info .reg-two-fields select {
  width: 89% !important;
}

}

@media  screen and  (max-width: 480px){

  #header {
    padding: 30px 20px 30px 25px;
  } 

  .ssn-block .services form select,
  #cpp-block .cpp form select{
    width: 80% !important;
  }

  .ssn-block .services form select{
    font-size:15px;
  }

  #cpp-block .cpp form select{
    font-size: 14px;
  }

  .cn-info-row .left-info label,
  .cn-info-row .add-info label{
    font-size: 14px;
  }

  .cn-info-row .right-info.login-inputs .form-group{
    width: 100%;
  }

  .fprh-data {
    padding: 15px 0px;
}

  .connects-data .cc-btn .login-btn{
    width: 40%;
    padding:14px 20px;
    font-size: 18px;
  }

  .cn-info-row .right-info .reg-two-fields input{
    width: 87%;
  }

  .cn-info-row .right-info .reg-two-fields.occupation-field input {
    width: 87%;
}

  .right-info .reg-two-fields select {
    width: 86% !important;
  }

}

@media  screen and  (max-width: 450px){

  .cd-header .page-heading{
    font-size: 20px;
    font-weight:600;
    padding-bottom: 20px;
  }
  
  .cd-header .page-subheading{
    font-size: 17px;
    padding:0px;
    margin: 3px;
  }

  .ssn-block .services form select,
  #cpp-block .cpp form select{
    width: 87% !important;
  }

  .ssn-block .services form select{
    font-size:14px;
  }

  #cpp-block .cpp form select{
    font-size: 13.5px;
  }

  .cn-info-row .right-info .connect-name input{
    width: 100%;
    }

    .cn-info-row .right-info.register1 .address::placeholder,
    .cn-info-row .right-info.connect .address::placeholder{
      font-size:12px;
    }

    .cn-info-row .col-4 {
      flex: 0 0 40%;
      max-width: 40%;
  }
  
  .cn-info-row .col-8 {
      flex: 0 0 60%;
      max-width: 60%;
  }
}

@media  screen and  (max-width: 380px){

  .asterisk{
    color: red;
    font-size: 17px;
  }

  .ssn-block .services form select,
  #cpp-block .cpp form select{
    width: 90% !important;
  }

  #cpp-block .cpp form select{
    font-size: 12.5px;
  }

  .ssn-block .services form select{
    background-size:
    10px 5px,
    5px 5px,
    1.85em 2em;
  }

  #cpp-block .cpp form select{
    background-size:
    10px 5px,
    5px 5px,
    2em 2.2em;
  }

  .cn-info-row .left-info label,
  .cn-info-row .add-info label{
    font-size: 13px;
  }

  .cn-info-row .right-info .reg-two-fields input{
    width: 83%;
  }

  .cn-info-row .right-info .reg-two-fields.occupation-field input {
    width: 84%;
  }

  .right-info .reg-two-fields select {
    width: 83% !important;
  }

}

@media  screen and  (max-width: 310px){
  .cn-info-row .right-info .reg-two-fields input{
    width: 82%;
  }

  .right-info .reg-two-fields select {
    width: 82% !important;
  }

  .cn-info-row .right-info .reg-two-fields.occupation-field input {
    width: 82%;
}

}

@media  screen and  (max-width: 300px){
  .cn-info-row .left-info .required-label{
    float: left;
  }

  .cn-info-row .right-info .reg-two-fields input{
    width: 80%;
  }

  .right-info .reg-two-fields select {
    width: 80% !important;
  }
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

@media  screen and  (max-width: 280px){

.cn-info-row .right-info .reg-two-fields input {
  width: 78%;
}

.right-info .reg-two-fields select {
  width: 78% !important;
}

.cn-info-row .right-info .reg-two-fields.occupation-field input {
  width: 78%;
}

}

@media only screen and (min-width: 600px) {
  
  .userselect{
      display:none;
  }
  
}

