:root {
  /* Colors */
  --primary: #1C6E7A;


  --secondary:#edfef8;

  --grey:#F8F8FC;


  --textwhite: white;
  --lightgreenbg: #D5FFF1;
  --textnavy: #1C6E7A;

--fontsize:13px;

  --texthd: #1C6E7A;
  --textfooter: #1C6E7A;

  --destinations: #D5FFF1;
  --destinations-text: #1C6E7A;

  --whitebgbtntxt: #D5FFF1;
  --whitebgbtn: #1C6E7A;

  --headertext: #1C6E7A;

  --reviews:white;

  --button-bg: #1C6E7A;
  --button-text: #D5FFF1;

  --btn-dark-bgtext:#1C6E7A;
  --btn-dark-bg:#DEFFF4;

  --destinations-two: #1C6E7A;

  --footer-text: white;
  --footer-bg: #1C6E7A;
  --footer-icon: #1C6E7A;
  --footer-background: #D5FFF1;
  --content:#FFFFFF;

  --plans: #1C6E7A;
}
.navybg {
  background-color: var(--primary) !important;
  color: var(--textwhite);
}
.secondary{
  background-color: var(--secondary);
}
.lightgreenbg{

  background-color: var(--lightgreenbg);
}

.textwhite{
	color: var(--textwhite)!important;
}

.textnavy{
	color: var(--textnavy);

}

.texthd{
	color: var(--texthd)!important;
}

.textfooter{
	color: var(--textfooter);
}
.destinations{
	background: var(--destinations)!important;
  /*color: var(--destinations-text)!important;*/

}
.destinations-text{
	color: var(--destinations-text)!important;
}
.button-update{
  color: var(--button-text) !important;
  background-color: var(--button-bg) !important;
}
.button-dark-bg{
  /*--btn-dark-bg:#DEFFF4;*/
   color: var(--btn-dark-bgtext) !important;
   background: var(--btn-dark-bg) !important; 
}
.reviews-customer{
 background-color: var(--reviews);
}
.content-table{
  background-color: var(--button-bg) !important;
  color: var(--content) !important;


}
.destinations-two{
	color: var(--destinations-two)!important;
}
.footer-strip{
   color: var(--footer-text) !important;
   background-color: var(--footer-bg) !important;
}
.footer-icon{
	color: var(--footer-icon) !important;
}
.footer-bg{
	background-color: var(--footer-background) !important;
	/*color: var(--button-text)!important;*/
}
.plans {
  color: var(--plans) !important;
  opacity: 1 !important;
}

.whitebgclr {
  color: var(--whitebgbtntxt) !important;
  background: var(--whitebgbtn) !important;
  font-size: var(--fontsize) !important;
}

.headertext{
  color: var(--headertext) !important;
}