* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
ol,
ul {
  padding-left: 0px;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}
a,
button {
  color: inherit;
}
body {
  background: #fff;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/poppins/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-Black";
  src: url(../fonts/poppins/Poppins-Black.ttf);
}
@font-face {
  font-family: "Italianno-Regular";
  src: url(../fonts/Italianno-Regular.ttf);
}

.img-box {
  position: relative;
  width: 100%;
}
.container-fluid {
  padding: 0px 100px;
}
.py-50{
  display: none;
}
.mt-100 {
  margin-top: 100px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.navbar {
  width: 100%;
  background: #E9EEF1;
  box-shadow: none;
  padding: 15px 0px;
}
.navbar.scrolled{
  background: #E9EEF1;
  border-bottom: 2px solid #234E70;
}
.navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand img {
  width: 220px;
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0px 10px;
  border-right: 1px solid #000;
}
.navbar-nav .nav-item:last-child {
  border-right: 0;
}
.navbar-nav .nav-item a {
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: normal;
  align-items: center;
  color: #000;
  padding: 0px;
  cursor: pointer;
}
.navbar-toggler {
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 5px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.contact-btn-m {
  display: none;
}
.primary-btn {
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  background: #234E70;
  display: inline-block;
  border: 0;
  border-radius: 7px;
  padding: 10px 30px;
  text-align: center;
}
.primary-btn:hover{
  color: #fff;
  background: #234E70;
}
.secondary-btn{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
  background: #FBF8BE;
  display: inline-block;
  border: 0;
  border-radius: 7px;
  padding: 10px 30px;
  text-align: center;
  margin-bottom: 1rem;
}
.secondary-btn:hover{
  color: #234E70;
  background: #FBF8BE;
}
.main-part{
  position: relative;
  padding-top: 77px;
}

.main_banner {
  position: relative;
  height: 950px;
  width: 100%;
}
.main_banner::after {
  position: absolute;
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.video_box {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
video::-webkit-media-controls {
  display: block;
}
video {
  border: none;
}


.hero-bg{
  position: relative;
  background: url(../flooring-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
}
.banner-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.banner-content-box{
  position: absolute;
  left: 50%;
  top: 60%;
  width: 100%;
  transform: translate(-50%, -60%);
  text-align: center;
  z-index: 1;
}
.welcome-text{
  position: relative;
  font-family: "Italianno-Regular";
  font-size: 58px;
  line-height: normal;
  color: #fff;
}
.banner-title{
  position: relative;
  font-family: "Poppins-Bold";
  font-size: 48px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
}
.banner-p{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.code-box {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.input-box{
  position: relative;
}
.search_input{
  position: relative;
  padding: 13px 20px;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 1rem;
}
.search_input:focus{
  outline: 0;
  box-shadow: none;
  border: 1px solid #cfcfcf;
}
.zip-matching-img{
  position: relative;
  max-height: 55px;
}
.location-icon{
  position: absolute;
  left: 15px;
  top: 8px;
  color: #234E70;
  z-index: 1;
  font-size: 24px;
}
.home-title{
  position: relative;
  font-family: "Poppins-Bold";
  font-size: 36px;
  line-height: normal;
  color: #234E70;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: inline-block;
}
.home-title::after {
  position: absolute;
  content: "";
  border: 4px solid #234E70;
  width: 30%;
  left: 0;
  bottom: 0;
}
.home-title::before {
  position: absolute;
  content: "";
  border: 1px solid #3B1C32;
  width: 100%;
  left: 0;
  bottom: 3px;
}
p{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 17px;
  line-height: normal;
  color: #3B1C32;
}
.toprated-box{
  margin-top: 25px;
  text-align: center;
  padding: 0px 20px;
}
.icon-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: flex;
  background: #234E70;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 20px;
}
.after-line{
  position: relative;
  border-left: 1px solid #3B1C32;
  border-right: 1px solid #3B1C32;
}
.light-bg{
  position: relative;
  background: #E9EEF1;
  padding: 100px 0px;
}
.light-bg1{
  position: relative;
  background: #E9EEF1;
  padding: 40px 0px;
}
.related-task-name{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 17px;
  line-height: normal;
  color: #3B1C32;
  border: 1px solid #234E70;
  padding: 13px 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 25px;
  margin-top: 20px;
}
.article-box {
  position: relative;
  padding: 15px 15px 50px 15px;
  border: 1px solid #888;
  height: 100%;
}
.blog-img{
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  max-height: 220px;
  min-height: 220px;
  object-fit: cover;
}
.blog-title{
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  line-height: normal;
  color: #234E70;
  margin-bottom: 15px;
}
.blog-writername{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #888;
}
.date-text {
  position: absolute;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: normal;
  color: #fff;
  right: 0;
  top: 0;
  background: #234E70;
  padding: 5px 10px;
}
.home-title1{
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 26px;
  line-height: normal;
  color: #234E70;
  padding-bottom: 10px;
  display: inline-block;
}
.home-title1::before {
  position: absolute;
  content: "";
  border: 1px solid #3B1C32;
  width: 100%;
  left: 0;
  bottom: 2px;
}
.home-title1::after {
  position: absolute;
  content: "";
  border: 3px solid #234E70;
  width: 30%;
  left: 0;
  bottom: 0;
}
.city-ul li a{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
}
.city-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  padding-right: 20px;
}
.city-ul li {
  position: relative;
  padding: 8px 20px;
  border: 1px solid #234E70;
  margin: 10px;
}
.form-label {
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
}
.form-control{
  position: relative;
  padding: 13px 20px;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
  background: transparent;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #cfcfcf;
}
.form-control:focus{
  outline: 0;
  box-shadow: none;
  background: transparent;
}
.social-media {
  position: relative;
  border-radius: 50px;
  padding: 7.5px 10px;
  color: #234E70;
  font-size: 16px;
  line-height: normal;
  margin-right: 6px;
  display: inline-block;
  background: transparent;
  border: 1px solid #234E70;
  margin-top: 10px;
}
.footer-title{
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 22px;
  line-height: normal;
  color: #234E70;
  padding-bottom: 6px;
  display: inline-block;
  margin-bottom: 20px;
}
.footer-title::before {
  position: absolute;
  content: "";
  border: 1px solid #3B1C32;
  width: 50%;
  left: 0;
  bottom: 0;
}
.footerul li{
  position: relative;
  padding: 6px 0px;
}
.footerul li a{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
}
.copy-row{
  position: relative;
  padding: 20px 0px;
  border-top: 1px solid #234E70;
  margin-top: 25px;
}
.copyright-text{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
  margin-bottom: 0;
}
.privacy-ul{
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.privacy-ul li a{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
}
.privacy-ul li {
  position: relative;
  padding: 0px 15px;
  border-right: 1px solid #000;
}
.privacy-ul li:last-child {
  border-right: 0;
}


.accordion-button{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
}
.accordion-button:not(.collapsed){
  background-color: #E9EEF1;
}
.faq-ul li{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #3B1C32;
  padding: 5px 0px;
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 15px;
}
.guide-linkbox {
  position: absolute;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
  display: inline-block;
  text-decoration: underline;
  bottom: 15px;
}
.inner-title{
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 32px;
  line-height: normal;
  color: #234E70;
  padding-bottom: 10px;
  display: inline-block;
}
.guide-ul{
  position: relative;
  padding-left: 20px;
}
.guide-ul li{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 17px;
  line-height: normal;
  color: #3B1C32;
  margin-bottom: 1rem;
  list-style: disc;
}
.cost-table{
  position: relative;
  width: 100%;
}
.cost-table th{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
  padding: 13px 15px;
  border: 1px solid #234E70;
}
.cost-table td{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: normal;
  color: #000;
  padding: 13px 15px;
  border: 1px solid #234E70;
}

.inner-bg-title{
  position: relative;
  background: #234E70;
  padding: 50px 0px;
}
.inner-bg-title h1 {
  position: relative;
  font-family: "Poppins-Medium";
  text-align: center;
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
}
.inner-subtitle{
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 22px;
  line-height: normal;
  color: #234E70;
  margin-bottom: 15px;
}

.quote-box{
  position: relative;
  border: 1px solid #234e70;
  border-radius: 7px;
}
.quote-box .row {
  padding: 20px 20px 0px 20px;
}
.quote-title{
  position: relative;
  font-family: "Poppins-Medium";
  font-size: 20px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
  background: #234e70;
  padding: 13px 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.quote-input {
  height: 14px;
  width: 14px;
  position: relative;
}
.radio-box{
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  padding: 13px 20px;
  border-radius: 7px;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
  font-size: 18px;
  line-height: normal;
  color: #234E70;
}
.form-select{
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  padding: 13px 20px;
  border-radius: 7px;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
  font-size: 18px;
  line-height: normal;
  color: #234E70;
}
textarea{
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  padding: 13px 20px;
  border-radius: 7px;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
  font-size: 18px;
  line-height: normal;
  color: #234E70;
}
.form-label{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #08243a;
}
.next-btn{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #fff;
  background: #234E70;
  padding: 13px 25px;
  border: 1px solid #234E70;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 7px;
}
.next-btn:hover{
  color: #234E70;;
  background: transparent;
  border: 1px solid #234E70;
}
.previous-btn{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #234E70;;
  background: transparent;
  padding: 13px 25px;
  border: 1px solid #234E70;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 7px;
}
.previous-btn:hover{
  color: #fff;
  background: #234E70;
  border: 1px solid #234E70;
}
.form-control {
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  padding: 13px 20px;
  border-radius: 7px;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
.form-control:focus{
  outline: 0;
  border-color: #08243a;
  box-shadow: none;
}
input:focus{
  outline: 0;
  border-color: #08243a;
}
textarea:focus{
  outline: 0;
  border-color: #08243a;
}
.form-select:focus{
  outline: 0;
  box-shadow: none;
  border-color: #08243a;
}

.banner-content-box1{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
  max-width: 720px;
  border-radius: 10px;
  padding: 20px;
}
.banner-content-box1 .banner-title{
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 32px;
  line-height: normal;
  color: #234E70;
  text-transform: none;
  margin-bottom: 15px;
}
.banner-content-box1 .banner-p{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #000;
}
.banner-content-box1 .started-btn{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  background: #234E70;
  display: inline-block;
  border: 0;
  border-radius: 7px;
  padding: 10px 30px;
  text-align: center;
  margin-top: 10px;
}
.banner-content-box1 .linktext{
  font-family: "Poppins-Medium";
  position: relative;
  color: #234E70;
}
.bi-patch-check-fill::before {
  content: "\f4b5";
  font-size: 100px;
  color: #a1a160;
}

.check-box{
  position: relative;
  color: #234E70;
  font-size: 22px;
}
.checkbox-title{
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
  font-family: "Poppins-Medium";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
}
.social-text{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
  display: flex;
  gap: 10px;
}

.select2-container .select2-selection--multiple {
  min-height: 36px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

.select2-selection__choice {
  background-color: #007bff !important;
  color: white;
  border-radius: 5px !important;
  margin: 2px;
  border: 0 !important;
}

.select2-selection__choice__remove {
  color: white !important;
  margin-right: 5px !important;
  cursor: pointer;
}

.select2-selection__choice__remove:hover {
  color: red;
}
.select2-container--default .select2-selection--multiple{
  padding: 8px 10px;
  border-radius: 7px;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
  position: relative;
  font-family: "Poppins-Regular";
  color: #08243a;
}

.select2-container .select2-selection--multiple{
  display: inline-flex;
  user-select: none;
  -webkit-user-select: none;
  width: 100%;
  padding: 13px 10px;
  border: 1px solid #cfcfcf !important;
  border-radius: 7px !important;
  font-size: 18px;
}

.light-bg2 {
  position: relative;
  background: #E9EEF1;
  padding: 40px 20px;
  border-radius: 15px;
}
.light-bg2 .banner-title {
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 32px;
  line-height: normal;
  color: #234E70;
  text-transform: none;
  margin-bottom: 15px;
}
.warning-text {
  font-size: 16px;
  position: relative;
  font-family: "Poppins-Regular";
  line-height: normal;
  color: #dc3545;
}

.form-labelnew{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: 40px;
  color: #234E70;
}

.login-box{
  position: relative;
  border-radius: 7px;
  background: #E9EEF1;
  padding: 25px;
}
.login-title{
  position: relative;
  font-family: "Poppins-Medium";
  font-size: 28px;
  line-height: normal;
  color: #234E70;
  text-align: center;
}
.login-btn{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #fff;
  background: #234e70;
  border: 1px solid #234E70;
  padding: 13px 25px;
  margin: 20px 0px;
  display: inline-block;
  border-radius: 7px;
}
.login-btn:hover{
  color: #234e70;
  background: #fff;
}


.tab-bars{
  position: relative;
  border-bottom: 1px solid #b9bfc3;
}
.tab-bars .nav-link.active, .tab-bars .nav-item.show .nav-link{
  color: #234E70;
  border: 0;
  border-bottom: 2px solid #234E70;
  background-color: transparent;
}
.tab-bars .nav-link{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  align-items: center;
  color: #000;
  padding: 15px 20px;
  border: 0;
  border-radius: 0;
}
.tab-bars .nav-link:hover, .tab-bars .nav-link:focus{
  color: #234E70;
  border: 0;
  border-bottom: 2px solid #234E70;
  background-color: transparent;
  border-radius: 0;
}
.sub-title{
  position: relative;
  font-family: "Poppins-Bold";
  font-size: 32px;
  line-height: normal;
  color: #234E70;
  margin-bottom: 0px;
}
.top-link-box {
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  align-items: center;
  color: #fff;
  background: #234e70;
  padding: 13px 25px;
  border-radius: 7px;
  margin: 0px 5px;
  cursor: pointer;
  display: inline-block;
}
.tab-bars .nav-link:focus-visible{
  outline: 0;
  box-shadow: none;
}
.lead-box{
  position: relative;
  margin-top: 40px;
}
.lead-box .nav-link{
  position: relative;
  width: 100%;
  border: 1px solid #b9bfc3;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 7px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  border: 2px solid #234E70;
  background-color: transparent;
}
.lead-datetext{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #000;
  margin-bottom: 5px;
}
.lead-name{
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 22px;
  line-height: normal;
  color: #234E70;
  margin-bottom: 5px;
}
.phone-linktext{
  position: relative;
  font-family: "Poppins-Medium";
  font-size: 20px;
  line-height: normal;
  color: #234E70;
  display: inline-block;
}
.lead-details-box{
  position: relative;
  background: #E9EEF1;
  padding: 20px;
  border-radius: 7px;
}
.lead-title{
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 28px;
  line-height: 30px;
  color: #234E70;
}
.lead-subtitle{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 20px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}
.detail-ptext{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #234E70;
  margin-bottom: 0;
  margin-top: 15px;
}

ul#cphMain_myTab {
  max-height: 650px;
  overflow: auto;
}
.lead-box li.nav-item {
  width: 100%;
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #aab7cf;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background: #aab7cf;
	border-radius: 10px;
}


.profile-box{
  position: relative;
  border-radius: 7px;
  background: #E9EEF1;
  padding: 20px;
  margin-bottom: 20px;
}
.profle-detailbox{
  position: relative;
  gap: 20px;
  display: flex;
  align-items: center;
}
.profile-title{
  position: relative;
  font-family: "Poppins-Medium";
  font-size: 22px;
  line-height: normal;
  color: #234E70;
  margin-bottom: 0;
}
.profile-iconbox{
  position: relative;
  width: 100%;
  max-width: 48px;
  height: 48px;
  display: flex;
  background: #234E70;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50px;
}

#cphMain_projectaddress input{
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  padding: 13px 20px;
  border-radius: 7px;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
#cphMain_projectaddress .form-label{
  width: 100%;
}
#cphMain_projectaddress span {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #cc2c38;
}
.zip-warning-text {
  font-size: 18px;
  position: relative;
  font-family: "Poppins-Regular";
  line-height: normal;
  color: #dc3545;
  text-align: center;
  display: block;
}
#cphMain_projectaddress .form-fields .lblmessageOTP{
  color: #008000;
  font-weight: 500;
}

.upload-box {
  width: 100%;
  border: 2px dashed #234E70;
  border-radius: 10px;
  padding: 40px 20px;
  background-color: #fff;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.upload-box i {
  font-size: 76px;
  color: #234E70;
}
.upload-button {
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #fff;
  background: #234E70;
  padding: 13px 25px;
  border: none;
  display: inline-block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#cphMain_otpDiv input{
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  padding: 13px 20px;
  border-radius: 7px;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
#cphMain_otpDiv .form-label{
  width: 100%;
}
#cphMain_otpDiv span {
  font-size: 18px;
  color: #cc2c38;
}
#cphMain_fileupload .form-content {
  margin-bottom: 15px;
}