 /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block; 
  border-bottom: 1.5px dashed blue;
  color:blue;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width:150px;
  background-color: white;
  color: #000;
  text-align: center;
  padding: 10px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -90px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #ffcc00  transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 

  /*mobile version*/
  
  
 /* Tooltip container */
.tooltipmobile {
  position: relative;
  display: inline-block;
  border-bottom: 1.5px dashed blue;
  color:blue;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipmobile .tooltipmobiletext {
  visibility: hidden;
  width:80px;
  background-color: white;
  color: #000;
  text-align:center;
  padding: 5px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 0%;
  margin-left: -0px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipmobile .tooltipmobiletext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #ffcc00  transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipmobile:hover .tooltipmobiletext {
  visibility: visible;
  opacity: 1;
} 
/*  mobile end */

/*Good to go start*/

 /* Tooltip container */
.tooltipgtg {
  position: relative;
  display: inline-block; 
  border-bottom: 0px dashed blue;
  color:blue;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipgtg .tooltipgtgtext {
  visibility: hidden;
  width:150px;
  background-color: white;
  color: #000;
  text-align: center;
  padding: 10px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: 50%;
  margin-left: -235px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipgtg .tooltipgtgtext::after {
    content: "";
  position: absolute;
  top: 50%;
  left: 100%;  /*To the left of the tooltip*/ 
  margin-top: -15px;
  border-width: 10px;
  border-style: solid;
    transform: rotate(270deg);
 border-color: #ffcc00  transparent transparent  transparent;
  }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipgtg:hover .tooltipgtgtext {
  visibility: visible;
  opacity: 1;
} 
/*Good to go end*/



/* Weather version start */

 /* Tooltip container */
.tooltipwx {
  position: relative;
  display: inline-block; 
  border-bottom: 0px dashed transparent;
  color:transparent;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipwx .tooltiptextwx {
  visibility: hidden;
  width:120px;
  background-color: white;
  color: #000;
  text-align: center;
  padding: 5px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 50%;
  margin-left: -240px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.5s;
}

/* Tooltip arrow */

.tooltipwx .tooltiptextwx::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;  /*To the right of the tooltip*/ 
  margin-top: -14px;
  border-width: 10px;
  border-style: solid;  
    transform: rotate(270deg);
 border-color: #ffcc00  transparent transparent  transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltipwx:hover .tooltiptextwx {
  visibility: visible;
  opacity: 1;
} 

/* weather version end */


/* NHS Version Start page left*/

 /* Tooltip container */
.tooltipnhs {
  position: relative;
  display: inline-block; 
  border-bottom: 0px dashed transparent;
  color:transparent;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipnhs .tooltiptextnhs {
  visibility: hidden;
  width:180px;
  font-size:16px; 
  background-color: white;
  color: #000;
  text-align: justify;
  padding: 10px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 60%;
  margin-left: 70px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.5s;
}

/* Tooltip arrow */

.tooltipnhs .tooltiptextnhs::after {
  content: "  ";
  position: absolute;
  top: 50%;
  right: 100%;  /*To the left of the tooltip*/ 
  margin-top: -5px;
  border-width: 10px;
  border-style: solid;
    transform: rotate(90deg);
 border-color: #ffcc00  transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltipnhs:hover .tooltiptextnhs {
  visibility: visible;
  opacity: 1;
} 

/* NHS Version End page left*/

/* NHS Version Start page right*/

 /* Tooltip container */
.tooltipnhsright {
  position: relative;
  display: inline-block; 
  border-bottom: 0px dashed transparent;
  color:transparent;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipnhsright .tooltiptextnhsright {
  visibility: hidden;
  width:180px;
  font-size:16px; 
  background-color: white;
  color: #000;
  text-align: justify;
  padding: 10px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 5%;
  /*left: 60%;*/
  right: 105%;
  margin-left: 70px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.5s;
}

/* Tooltip arrow */

.tooltipnhsright .tooltiptextnhsright::after {
  content: "  ";
  position: absolute;
  top: 50%;
  left: 100%;  /*To the left of the tooltip*/ 
  margin-top: -5px;
  border-width: 10px;
  border-style: solid;
    transform: rotate(270deg);
 border-color: #ffcc00  transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltipnhsright:hover .tooltiptextnhsright {
  visibility: visible;
  opacity: 1;
} 
/* NHS Version End page right*/



/* NHS Version Start page top */

 /* Tooltip container */
.tooltipnhstop {
  position: relative;
  display: inline-block; 
  border-bottom: 0px dashed transparent;
  color:transparent;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipnhstop .tooltiptextnhstop {
  visibility: hidden;
  width:180px;
  font-size:16px; 
  background-color: white;
  color: #000;
  text-align: justify;
  padding: 10px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 5%;
  /*left: 60%;*/
  /*right: 105%;*/
  bottom:110%;
  /*margin-left: 70px;*/
  margin-left: -35px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.5s;
}

/* Tooltip arrow */

.tooltipnhstop .tooltiptextnhstop::after {
  content: "  ";
  position: absolute;
  top: 50%;
  /*left: 100%;*/  /*To the left of the tooltip*/ 
  right:40%;
  margin-top: 60px;
  border-width: 10px;
  border-style: solid;
    transform: rotate(360deg);
 border-color: #ffcc00  transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltipnhstop:hover .tooltiptextnhstop {
  visibility: visible;
  opacity: 1;
} 
/* NHS Version End page top end*/





/* ############################################################ */
/*Slide show hover start original  desk version */

/* Tooltip text */
.tooltipslide .tooltiptextslide {
 /*position: relative;*/
 position: absolute;
  visibility: hidden;
  width:142px;
  background-color: white;
   color: #000;
  color:blue;
  color: green;
  text-align: center;
    padding:0px 10px 0px 10px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;
margin-left:auto;margin-right:auto;
  z-index: 5;
 margin-bottom: 20px;
 
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 2s;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltipslide:hover .tooltiptextslide {
  visibility: visible;
  opacity: 1;
} 

/* tool tip slide end */

/* tool tip slide pause start */

/* Tooltip text */
.tooltipslidepause .tooltiptextslidepause {
/* position: relative;*/
 position: absolute;
  visibility: visible;
  width:142px;
  background-color: white;
   color: #000;
  color:blue;
  text-align: center;
  padding:0px 10px 0px 10px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;
 margin-left:auto;margin-right:auto;
  z-index: 1;
  margin-bottom: 20px;
  }
  
/* Show the tooltip text when you mouse over the tooltip container */
.tooltipslidepause:hover .tooltiptextslidepause {
  visibility: hidden;
  opacity: 1;
  transition: opacity 2s;
  }
/* tool tip slide pause end
 
/* ############################################################# */
/* slide tap to pause start obsolete*/

.slidepause {
width:140px;
position: absolute;
left:28%;
  background-color: white;
  color: #000;
  color:red;
  font-size:12px;
  text-align: center;
  padding: 2px;
 border-radius: 16px;
  border:  solid #ffcc00 2px;
}
/* backup */

/*.slidepause {
width:140px;
position: absolute;
left:28%;
  background-color: white;
  color: #000;
  color:red;
  font-size:12px;
  text-align: center;
  padding: 6px;
 border-radius: 16px;
  border:  solid #ffcc00 2px;
}*/










/*####################################################*/
/*cursor image start*/
.rose {
	cursor: crosshair;
}

/*cursor image end*/



  /*terms and conditions desk version*/
  @media screen and (min-width: 650px) {
 /* Tooltip container */
.tooltipconditions {
  position: relative;
  display: inline-block;
  border-bottom: 1.5px dashed blue;
  color:blue;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipconditions .tooltipconditionstext {
  visibility: hidden;  
  background-color: white;
  color: #000;
    /*color: green;*/
  text-align: left; 
  padding: 5px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  min-width:600px;
 bottom: 120%;
  left:-30%; 
  /*Fade in tooltip*/ 
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
/*.tooltipconditions .tooltipconditionstext::after {
  content: "";
  position: absolute;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
   top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #ffcc00  transparent transparent transparent;
}*/

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipconditions:hover .tooltipconditionstext {
  visibility: visible;
  opacity: 1;
} 
}
/*  terms and conditions desk versionend */



  /*terms and conditions mobile version*/
    
@media screen and (max-width: 680px) {
 /* Tooltip container */
.tooltipconditions {
  position: relative;
  display: inline-block;
  border-bottom: 1.5px dashed blue;
  color:blue;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipconditions .tooltipconditionstext {
  visibility: hidden;  
  background-color: white;
  color: #000;
   text-align: left;
  padding: 5px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  min-width:300px;
  width:100%;
 bottom: 120%;
  left:-30%; 
  /*Fade in tooltip*/ 
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipconditions:hover .tooltipconditionstext {
  visibility: visible;
  opacity: 1;
} 
}


/* terms and condition start mobile Nokia version start */

/* For Nokia 8110 4G */
@media screen and (max-width: 240px) {
 /* Tooltip container */
.tooltipconditions {
  position: relative;
 display: inline-block;
 border-bottom: 1.5px dashed blue;
 
 /* color:blue;*/
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipconditions .tooltipconditionstext {
  visibility: hidden;  
  background-color: white;
  color: #000;
  padding: 2px;
  border-radius: 16px;
  border:  solid #ffcc00 2px;
  border:  solid red 2px;

  /* Position the tooltip text */
 position: absolute;
  z-index: 1;
  min-width:200px;
  width:100%;
 bottom: 120%;
  left:-30%; 
  /*Fade in tooltip*/ 
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipconditions:hover .tooltipconditionstext {
  visibility: visible;
  opacity: 1;
  width:10%;
} 
}

/* terms and condition mobile Nokia version end */