h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  color: #1a2b3c;
}

.error {
  color: red;
  font-size: 14px;
}
.modalerror {
  color: red;
  font-size: 14px;
}
.btn-primary {
  color: #fff;
  font-weight: 500;
  background-color: #518e4b;
  border-color: #518e4b;
  border-radius: 57px;
  box-shadow: 0 0.125rem 0.25rem -0.1rem rgb(0 0 0 / 0.15);
  font-size: 20px;
}
.btn-primary:hover {
  background-color: #637461;
  border-color: #637461;
  transition: all 0.35s ease-in-out;
}
.btn-wh {
  background-color: #fff;
  color:#518e4b;
  font-weight: 500;
  border-radius: 57px;
  font-size: 20px;
  box-shadow: 0 0.125rem 0.25rem -0.1rem rgb(0 0 0 / 0.15);
}
.pad-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pad-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.header-cvr {
  background-color: #fff;
  box-shadow: 0 16px 40px 0 rgb(43 43 43 / 0.08);
}
.header-cvr .btn-primary {
  background-color: #086ad8;
  border-color: #086ad8;
  font-size: 16px;
}
.header-cvr .btn-primary:hover {
  background-color: #637461;
  border-color: #637461;
  transition: all 0.35s ease-in-out;
}
.header-cvr .header-logo-cvr img {
  width: 120px;
}
.header-cvr .header-right-block {
  display: flex;
  align-items: center;
}
.header-cvr .affordable-text {
  margin-bottom: unset;
  font-weight: 500;
  border-radius: 57px;
  border: 1px solid #086ad8;
  padding: 0.375rem 0.75rem;
  color: #086ad8;
  margin-right: 10px;
  font-size: 16px;
}
.header-cvr .usa-contact-block {
  padding-right: 20px;
}
.header-cvr .usa-contact-block img {
  margin-right: 10px;
  height: 20px;
  width: 30px;
  box-shadow: 0 0 1px 2px rgb(38 38 38 / 11%);
}
.header-cvr .usa-contact-block a {
  color: #393636;
  text-decoration: none;
  font-weight: 500;
}
.header-cvr .usa-contact-block a:hover {
  color: #086ad8;
  transition: all 0.35s ease-in-out;
}
.banner-section { 
  /* background: linear-gradient(0deg, #2b96eb 0%, #2e6fcb 35%, #3c4ca9 100%); */
  /* background: linear-gradient(0deg, #6fc067 0%, #5eab56 35%, #61a25a 100%); */
  background: linear-gradient(0deg, #6fc067 0%, #5eab56 35%, #508c4a 100%);
  color: #fff;
}
.banner-section .banner-header .banner-txt-highlight {
  color: #3c4492;
}
.banner-section .banner-header {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #fff;
}
.banner-section .desc {
  color: #6fc067;
  font-size: 20px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 16px 40px 0 rgb(43 43 43 / 0.08);
}
.banner-section .desc p{
  margin-bottom: 0;
  font-size: 20px;
}
#contact-form-position {
  position: absolute;
  top: -120px;
  pointer-events: none;
}
.banner-contact-form-cvr {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  color: #393636;
  box-shadow: 0 16px 40px 0 rgb(43 43 43 / 0.08);
  cursor: pointer;
}
.banner-contact-form-cvr .input-block {
  margin-bottom: 15px;
}
.banner-contact-form-cvr .form-control {
  border: 1px solid #6fc067;
}
.banner-contact-form-cvr .refresh {
  width: 20px;
  height: 20px;
}
.banner-contact-form-cvr .btnsubmit {
  width: 100%;
  margin-top: 20px;
  background-color: #6fc067;
  border-color: #6fc067;
  border-radius: unset;
}
.banner-contact-form-cvr .captcha-field {
  display: flex;
  justify-content: space-between;
}
.banner-contact-form-cvr .captcha-block {
  max-width: 100px;
}
.banner-section .certification-cvr {
  padding-top: 40px;
  flex-wrap: wrap;
  align-items: center;  
}
.banner-section .certification-block {
  text-align: center;
}
.banner-section .certification-block img {
  max-width: 120px;
  max-height: 62px;
  box-shadow: 0 16px 40px 0 rgb(43 43 43 / 0.08);
}
.banner-section .captcha-img-block {
  max-width: 140px;
}

/* ----- INTODUCTION SECTION START -----*/
 .introduction-section .left-block{
  padding-right: 30px;
}
.introduction-section-title{
  margin-bottom: 30px;
}
.introduction-section .content-block p{
  color: #616a77;
}
.introduction-section .introduction-img-cvr img{
  max-height: 450px;
  border-radius: 25px;
  box-shadow: 0 0 30px 15px rgb(115 128 157 / 0.1);
}
/* ----- INTODUCTION SECTION END -----*/

/* ----- SERVICE SECTION START -----*/
.service-section{
  background-color: #f6f6f6;
}
.service-block h4{ 
  font-size: 20px;
  min-height: 58px;   
}
.service-block{
  border-radius: 5px;
  padding: 40px 30px;
}
.service-block p{
  color: #414b57;
}
.service-block .img-block img{
  margin: 25px 0;
  width: 60px;
  height: 60px;
}
.service-block:hover{
  transition: all 0.35s ease-in-out;
  box-shadow: -62px 22px 90px -90px #666, 62px 22px 90px -90px #666;
}

/* ----- SERVICE SECTION END -----*/

/* ----- FEATURE SECTION START -----*/
.features-section{
  background: linear-gradient(0deg, #6fc067 0%, #5eab56 35%, #508c4a 100%);
  /* background-image: -webkit-linear-gradient(0deg, #2bbf31 0%, #6fc067 60%, #6fc067 100%); */
  color: #fff;
}
.features-section h2,
.features-section h4,
.features-section p{
  color: #fff;
}
.features-section .content-block p{
  min-height: 75px;
}
.features-section .feature-section-title{
  margin-bottom: 20px;
}
.features-section .header-content{
  margin-bottom: 40px;
}
.feature-block{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;  
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0 16px 40px 0 rgb(0 0 0 / 5%);
}
.feature-block:hover{
  box-shadow: 0 16px 40px 0 rgb(0 0 0 / 15%);
  transition: all 0.35s ease-in-out;
}
.feature-block .img-block img{
  margin-right: 25px;
  width: 50px;
  height: 50px;
  transition: all 0.35s ease-in-out;
}
.feature-block:hover img{
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
}
.feature-block h4{
  font-size: 20px;
  margin-bottom: 20px;
}
/* ----- FEATURE SECTION END -----*/

/* ----- TESTIMONIAL SECTION START -----*/
.testimonial-section {
  background-color: #e5e7e7;
}
.testimonial-section .section-title {
  margin-bottom: 30px;
  text-align: center;
}
.testimonial-title {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #aaa;
}
.testimonial-section .nav-link.active .testimonial-title{
  border-bottom: 2px solid #518e4b;
}
.testimonial-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
   background-color: unset; 
}
.testimonial-section .nav-pills .nav-link {
  background-color: unset;
  padding: unset;
  cursor: pointer;
}
.testimonial-section .nav-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.testimonial-section .nav-item {
  max-width: 150px;
  margin: 0 10px;
  text-align: center;
  position: relative;
}
.testimonial-section .testimonial-img-block{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: -100px;
  line-height: 100px;
  border-radius: 50px;
  background-color: #518e4b;
  text-align: center;
  box-shadow: 0px -7px 5px 0 rgb(43 43 43 / 0.08);
}
.testimonial-section .testimonial-img-block img {
  width: 55px;
  height: 55px;
  text-align: center;
}
.testimonial-section .tab-content {
  color: #fff;
  padding: 50px;
  background: #518e4b;
  border-radius: 5px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 70px;
  box-shadow: 0 16px 40px 0 rgb(43 43 43 / 0.08);
  text-align: center;
}
.testimonial-section .tab-content p {
  color: #fff;
}
.testimonial-designation{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
/* ----- TESTIMONIAL SECTION END -----*/

/* ----- VIDEO SECTION START -----*/
.video-setion .video-wrap {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.video-setion .video-section-title {  
  margin-bottom: 40px;
}
/* ----- VIDEO SECTION END -----*/

/* ---- GET STARTED SECTION START-----*/
.get-started-section{
  background-color: #e5e7e7;
}
.get-started-section-header{
  margin-bottom: 30px;
}
.get-started-block{
    box-shadow: 0px 0px 30px #ededed;    
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .get-started-block:hover{
    background-color: #c1d6bf;
    transition: all 0.35s ease-in-out;
  }
.get-started-img-block{
  /* background-color: #518e4b; */
  padding: 25px 30px;
  border-radius: 0 0 50px 50px;
  background: linear-gradient(0deg, #6fc067 0%, #5eab56 35%, #508c4a 100%);
}
.get-started-img-block img{
  margin-bottom: 20px;
  height: 60px;
  width: 60px;
}
.get-started-title{
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  min-height: 50px;
}
.get-started-content{
  padding: 40px 30px;
  min-height: 240px;
}
.get-started-section .btn-primary{
  margin-top: 30px;  
}
/* ---- GET STARTED SECTION END-----*/

.modal-block-cvr .modal-body {
  cursor: pointer;
}
.modal-block-cvr .captcha-text {
  font-size: 14px;
  text-align: left;
}
.modal-block-cvr .form-control {
  border: 1px solid #6fc067;
}
.modal-block-cvr .modal-content {
  border: 5px solid #6fc067;
}
.modal-block-cvr .input-block {
  margin-bottom: 15px;
}
.modal-block-cvr .refresh {
  width: 20px;
  height: 20px;
}
.modal-block-cvr .captcha-block {
  max-width: 100px;
}
.modal-block-cvr .captcha-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-block-cvr .btn-close {
  width: 10px;
  height: 10px;
}
.modal-block-cvr .captcha-img-block img {
  max-width: 200px;
  font-size: 14px;
}
.modal-block-cvr .btn-secondary {
  border-radius: 57px;
  font-size: 20px;
}
.modal-block-cvr .captcha-img-block {
  max-width: 140px;
}

.footer-section-cvr {
  color: #fff;
  background-color: #384351;
}
.footer-section-cvr p {
  color: #fff;
}
.footer-section-cvr ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.footer-logo-block img {
  max-width: 120px;
}
.email-block .email-img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.email-block a {
  color: #fff;
  text-decoration: none;
}
.email-block a:hover {
  text-decoration: underline;
}
.location-block {
  margin-top: 20px;
}
.location-cont.address p {
  margin-bottom: 0;
  font-size: 14px;
}
.footer-section-cvr .footer-certi-block li {
  margin: 0 20px;
}
.footer-section-cvr .footer-certi-block li img {
  max-width: 150px;
  max-height: 50px;
  margin: 30px 0;
}
.footer-section-cvr .location-img-block img {
  max-height: 25px;
  margin-bottom: 10px;
}
.footer-section-cvr .footer-tagline {
  margin: 10px 0;
  font-weight: 600;
}
.copyright-cvr {
  border-top: 0.5px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  flex-wrap: wrap;
}
.copyright-cvr p {
  font-size: 14px;
}
.copyright-cvr a {
  color: #fff;
}
.copyright-cvr ul {
  margin-bottom: 0;
}
.footer-social-media li {
  margin: 10px;
}
.footer-social-media img {
  height: 20px;
}
.valuementor {
  background: url(https://verify.valuementor.com/assets/images/logo.svg)
    no-repeat;
  background-position: top;
  background-size: 160px 60px;
  width: 160px;
  height: 60px;
  position: relative;
  background-color: #fff !important;
  border-radius: 10px;
}
@media only screen and (max-width: 991.98px) {
  .banner-section .banner-header {
    font-size: 32px;
    text-align: center;
  }
  .banner-left-block {
    text-align: center;
  }
  .statistics-section .section-title {
    text-align: center;
  }
   .banner-section .certification-block img {
    margin-bottom: 10px;
  } 
  .banner-section .certification-cvr {
    padding-top: 20px;
  }
  .service-block {   
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-section .banner-header {
    font-size: 28px;
  }
  .header-cvr .header-right-block {
    padding: 15px;
  } 
  .copyright-cvr {
    justify-content: center;
  }
  .copyright-cvr p {
    text-align: center;
  }
 
}
@media only screen and (max-width: 576.98px) {
  .btn-wh{
    font-size: 14px;
  }
  .pad-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pad-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
   .btn-primary {     
    font-size: 14px;
   }
   .header-cvr .btn-primary {
    font-size: 14px;
  }
  .banner-section .certification-block{
    display: none;
  }
  .banner-section .desc p { 
    font-size: 16px;
  }
  .navbar-brand.header-logo-cvr{
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .header-cvr .header-right-block {
    padding: 5px 10px;
    width: 100%;
    justify-content: center;
  }
  .service-block .img-block img {
    margin: 5px 0;
    width: 45px;
    height: 45px;
  }
  .footer-section-cvr .footer-certi-block li img {
    margin: 15px 0;
  } 
  .banner-section .banner-header {
    font-size: 24px;
  }
  .banner-section .desc {
    font-size: 16px;
    margin-bottom: 0;
  }
  .header-cvr .affordable-text{
    display: none;
  }
  .introduction-section-title,
  .features-section .feature-section-title,
  .features-section .header-content {
    margin-bottom: 10px;
}
  .service-block {   
    padding: 5px 10px;
  }
  .service-block h4{
    min-height: unset;
    font-size: 16px;
  }
  .service-block p{
    margin-bottom: unset;
  }
   .feature-block {    
    margin: 5px 0;
    padding: 10px;
  }
  .features-section .content-block p {
    min-height: unset;
    margin-bottom: 0;
  }
  .feature-block h4 {   
    margin-bottom: 10px;
  }
  .testimonial-section .section-title {
    margin-bottom: 10px;
  }
  .testimonial-section .tab-content {   
    padding: 50px 10px;
  }
  .get-started-content {    
    min-height: unset;
    padding: 10px 20px;
 }
  .get-started-title {  
    font-size: 18px; 
    min-height: unset;
  }
  .get-started-img-block img {
    margin-bottom: 10px;
    height: 45px;
    width: 45px;
  }
  .feature-block .img-block img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 540.98px) {
  .header-cvr .header-right-block {
    margin: 0 auto;
  }
  .navbar-brand {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450.98px) {
  .header-cvr .header-logo-cvr img {
    width: 100px;
    height: 56px;   
  }
  .footer-section-cvr .footer-certi-block li img {
    margin: 10px 0;
  }
}
