.buy-now-link {
  text-decoration: none; /* Removes underline from links */
  color: inherit; /* The link will inherit the color from the button */
}
.buy-now-btn {
    background-color: #4CAF50;
    border: 1px solid black;
    width:80px;
    color: white;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 13px;
    transition-duration: 0.4s;
  }

  .buy-now-btn:hover {
    background-color: #45a049; /* Slightly darker green on hover */
  }

  .buy-now-btn:active {
    background-color: #367c39; /* Even darker green on click */
    box-shadow: 0 5px #666; /* Add a shadow effect on click */
    transform: translateY(4px); /* Move the button down 4px on click */
  }

  .price-cell {
    white-space: nowrap; /* Ensure no line breaks inside the cell */
  }

/* end of chat gpt stuff */

.fileTypesBuy {
  width: 100%;
  margin-top: 10px;
}
.buyCCGMapDiv {
    background-color: #4CAF50;
    border: 1px solid black;
    color: white;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 13px;
    transition-duration: 0.2s;
    /*
    padding: 6px 1px 6px 1px;
    background-color: #e6af3e;
    border: 1px solid rgb(10, 75, 4);
    border-radius: 5px;
    box-shadow: darkgrey 3px 3px 3px;
    color: white;
    font-weight: 400;
    width: 86px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    margin-right: 6px;
    margin-top: 4px;
    display: inline-block;
    margin-left:14px;
*/
}
.customiseNHSButton {
  margin: 4px 5px;
  padding: 5px 10px;
  background-color: #59c659;
  border: 1px solid rgb(10, 75, 4);
  border-radius: 5px;
  box-shadow: black 3px 3px 3px;
  color: white;
  font-weight: 500;
  width: 250px;
  float: left;
  font-size: 16px;
  cursor: pointer;
    margin-right:15px;
}
.buyCCGMapDiv a, .customiseNHSButton a {
  color: white;
}
.buyCCGMapDiv:hover, .customiseNHSButton:hover {
  position: relative;
  top: -1px;
  left: -1px;
  box-shadow: black 4px 5px 7px;
  background-color: limegreen;
  color: white;
  font-weight: 600;
}
.buyCCGMapDiv:active, .customiseNHSButton:active {
  position: relative;
  top: 1px;
  left: 0px;
  box-shadow: darkgrey 2px 2px 2px;
  background-color: lightgreen;
  color: white;
  font-weight: 600;
}
.ccgPrice {
  width: 44px;
  float: left;
  font-size: 17px;
  padding: 4px 5px;
  font-weight: bold;
/*  margin-left: 10px;*/
  border: 1px solid;
  margin-right: 5px;
  background-color: white;
}
.callToday {
    font-weight: 600;
    border: 1px solid rgb(255, 0, 0);
    margin-bottom: 5px;
    padding: 2%;
    width: 95%;
    background: white;
}
/*
.fileTypeIcon {
  width: 56px !important;
  float: left !important;
}
*/
.writing img {
  margin: 1px !important;
}
.home-section-left, .home-section-right {
  padding: 10px 1%;
  width: 47%;
  float: left;
  background-color: rgb(255, 255, 255);
  overflow: auto;
  border: 1px solid rgb(204, 204, 204);
}
.home-section-right {
  margin-right: 1%;
  float: right;
}
.home-section-centre {
  padding: 10px 1.5%;
  width: 95.8%;
  float: left;
  background-color: rgb(255, 255, 255);
  overflow: auto;
  border: 1px solid rgb(204, 204, 204);
  margin-bottom: 5px;
}
.rows {
  width: 100%;
  display: inline-block;
}
.home-section-left h2, .home-section-left h2 a, .home-section-right h2, .home-section-right h2 a {
    color: white;
    background-color: #1d4399;
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 400;
    line-height: 35px;
    padding: 5px;
}
.home-section-left img, .home-section-right img {
  width: 99%;
  height: auto;
  padding: 2px;
    border:1px solid black;
}
.home-section-text {
  width: auto;
  display: block;
}
.home-section-text p {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 15px;
}
.callToday p {
  text-align: center;
  font-size: 18px;
  color: black;
}
.headingBox img {
  width: 100%;
  height: auto;
}
.headingBox h2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: left;
  color: black;
}
.fileTypesBuy {
  width: 100%;
  margin-top: 10px;
}
.ccgPriceButBox {
  padding: 5px 10px 9px 0px;
  width: 210px;
  float: left;
  display: inline-block;
}

.bundlePrice{
    float: left;
    display: inline-block;
/*    width: 400px;*/
    margin-bottom: 0px;
    margin-left: 6px;
    max-width: 500px;
}

.singleFileIcon {
  margin-right: 6px;
/*  margin-bottom: 15px;*/
  width: 38px !important;
  float: left !important;
}
.fileTypeIcon {
  margin-right: 4px;
/*  margin-bottom: 15px;*/
  width: 29px !important;
  float: left !important;
}
body {
  font-family: "Open Sans", sans-serif;
  color: rgb(102, 102, 102);
  height: 100%;
  background-color: rgb(245, 245, 245);
}
#menu {
  position: relative;
  z-index: 4;
  padding-top: 20px;
  max-width: 1200px;
}
#menu-toggle {
  display: none;
}
#menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 1%;
}
#menu #navigation {
  float: left;
  margin-right: 5px;
}
#menu #help {
  position: absolute;
  right: 0px;
}
#menu ul ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 275px;
  display: none;
  z-index: 5;
}
#menu li:hover ul {
  display: block;
}
#menu li {
  float: left;
  position: relative;
}
#menu #helplink {
  float: right;
}
#menu li li {
  float: none;
}
#menu a, #helplink a {
  display: block;
  background-color: rgb(40, 45, 59);
  color: rgb(255, 255, 255);
  padding: 8px;
  text-decoration: none;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
}
#menu a:hover {
  background-color: rgb(99, 100, 102);
}
#helplink a {
  border-left: 1px solid rgb(255, 255, 255);
  background-color: rgb(86, 186, 72);
}
#menu li li a {
  background-color: rgb(99, 100, 102);
  border-right: none;
  border-left: none;
  border-image: initial;
  border-top: 1px solid rgb(99, 100, 102);
  border-bottom: 1px solid rgb(99, 100, 102);
  margin-top: 0px;
}
#menu li li a:hover {
  background-color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
  width: auto;
}
#header-logo, #footer-logo {
  display: inline-block;
  width: 345px;
  float: left;
  padding-left: 10px;
}
#headerImages img {
  width: 49%;
  height: auto;
  padding: 15px 0px 0px;
}
#top-bar {
  background-color: rgb(47, 70, 107);
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  text-align: center;
  min-height: auto;
  padding: 7px 7px 0px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#top-bar p {
  font-size: 16px;
}
#top-bar h1 {
  color: rgb(47, 70, 107);
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}
#header {
  margin-bottom: 0px;
}
ol {
  padding-left: 1rem;
}
* {
  padding-top: 0px;
  margin: 0px;
}
.inner-wrap {
  max-width: 1200px;
  margin: 0px auto;
  min-width: 300px;
  padding-top: 20px;
  padding-bottom: 0px;
}
#shortcutRow {
  width: auto;
  padding-left: 15px;
  line-height: 18px;
  margin: auto;
}
#shortcutRow hr {
  width: 98%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.shortcutColumn, .shortcutColumn2, .shortcutColumn3, .shortcutColumn4, .shortcutColumn5, .shortcutColumn6 {
  width: 150px;
  float: left;
}
.shortcutColumn a, .shortcutColumn2 a, .shortcutColumn3 a, .shortcutColumn4 a, .shortcutColumn5 a, .shortcutColumn6 a {
  display: block;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  color: rgb(198, 198, 198);
}
.shortcutColumn a:link, .shortcutColumn2 a:link, .shortcutColumn3 a:link, .shortcutColumn4 a:link, .shortcutColumn5 a:link, .shortcutColumn6 a:link {
  color: rgb(198, 198, 198);
  text-align: left;
  margin-bottom: 5px;
  padding-left: 5px;
/*  height: 18px;*/
  font-size: 16px;
}
#shortcutTitle, #shortcutTitle2, #shortcutTitle3, #shortcutTitle4, #shortcutTitle5, #shortcutTitle6 {
  font-weight: 600;
  padding-left: 5px;
  color: white;
}
#header-logo h2, #footer-logo h2 {
  float: left;
  font-size: 24px;
  padding-left: 10px;
  line-height: 22px;
}
#header-logo h3, #footer-logo h3 {
  float: left;
  font-size: 16px;
/*  width: 245px;*/
  font-weight: 100;
  text-align: left;
  padding-left: 10px;
}
.flag {
  float: left;
  background-position: 0px 0px;
  width: 83px;
  height: 42px;
}
#footerContainer {
  background-color: rgb(47, 70, 107);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: white;
  width: 100%;
  text-align: center;
  padding: 20px 0px 0px;
  border-top: 4px solid rgb(0, 153, 255);
  min-width: 300px;
}
#myfooter {
  margin: 0px auto 15px;
  padding: 5px 1% 15px;
  width: 96%;
  font-size: 14px;
  line-height: 22px;
}
#footer-text {
  padding-right: 10px;
  font-size: 13px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  float: right;
  text-align: right;
  width: 350px;
  padding-top: 0px;
}
#footer-text a {
  color: white;
}
#footer-text img {
  padding: 8px 5px 5px;
}
#footer-logo img {
  width: auto;
  float: left;
}

#pagewrap {
  padding: 5px;
  width: 1200px;
  margin: 0px auto;
}
header {
  height: 100px;
  padding: 0px 15px;
}
.sidebar h2, .sidebar h2 a, .content h2, .content h2 a, .leftContent h2, .leftContent h2 a, .middle h2, .middle h2 a, .wide h2, .wide h2 a, .headingBox h1, .headingBox h1 a {
  color: rgb(47, 70, 107);
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
footer {
  clear: both;
  padding: 0px 15px;
}
.writing p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.writing h2 {
  margin-top: 0px;
}
.writing img {
  float: left;
  margin: 2px;
}
#header-text {
  padding-right: 5px; 
  float: right;
  height: 41px;
/*  padding-top: 3px;*/
}
#header-text img {
/*  padding: 8px 5px 5px; */
    height:41px;
}
a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
.headingBox h2{
  color: rgb(47, 70, 107);
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.headingBox {
  color: rgb(102, 102, 102);
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
/*  padding: 5px 1.5% 10px;*/
  width: 95%;
    padding:2%;
/*  overflow: auto;*/
  border: 1px solid rgb(204, 204, 204);
}
.headingBox {
  text-decoration: none;
}
.headingBox p {
  font-size: 16px;
  line-height: 24px;
}
#callSupport {
  display: block;
  float: left;
  width: auto;
  font-size: 14px;
  padding-left: 15%;
  line-height: 20px;
}
#callSupport h2 {
  font-size: 24px;
}
.packageBundle {
/*
    height: 70px;
    display: flex;
    margin-bottom: -1px;
*/
    border: 1px solid #c2baba;
    border-right: none;
    border-left: none;
}

.packageBundle:hover {
        background-color: aliceblue;
}

.nhs-logo{
    margin-right:5px;
}

#emailImage img{
    width:257px!important;
}
.howToTitle {
    font-weight: bold;
    color: darkblue;
}

.smallBuyNowButton {
    display: in
}

.singlePurchase {
    height: 56px;
    display: flex;
    margin-bottom: 0px;
    border: 1px solid #c2baba;
    border-right: none;
    border-left: none;
}

.SingleDescription {
    height: 40px;
    margin-top: 4px;
    float: left;
    display: inline-block;
    width: 308px;
    margin-bottom: 0px;
    margin-left:10px
}

.singlePrice {
    margin-top:9px;
  width: 44px;
  float: left;
  font-size: 17px;
  padding: 4px 5px;
  font-weight: bold;
/*  margin-left: 10px;*/
  border: 1px solid;
  margin-right: 5px;
  background-color: white;
}

.singleBuyNow:hover {
  position: relative;
  top: -1px;
  left: -1px;
  box-shadow: black 4px 5px 7px;
  background-color: limegreen;
  color: white;
  font-weight: 600;
}
.singleBuyNow:active {
  position: relative;
  top: 1px;
  left: 0px;
  box-shadow: darkgrey 2px 2px 2px;
  background-color: lightgreen;
  color: white;
  font-weight: 600;
}
.singleBuyNow a{
    color: white;
}
    .singleBuyNow {
    margin-top: 10px!important;
    text-decoration: none;
    background-color: #4CAF50;
    width:90px;
    border: 1px solid black;
    color: white;
    padding: 4px 3px;
    text-align: center;    
    display: inline-block;
    font-size: 13px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 13px;
    transition-duration: 0.2s;
}

.singleIcon img {
 margin-right: 6px;
/*  margin-bottom: 15px;*/
  width: 38px !important;
/*  float: left !important;*/
    border:none!important;
}

/************************************************************************************

MEDIA QUERIES

*************************************************************************************/
@media (max-width:800px) {
#coverageImage {
  width: 100%!important;
}
.home-section-left, .home-section-right {
  width: 98%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.home-section-right {
  /*		margin-right:1%;*/

/*		float:right;*/
    margin-top: 10px;
    float:left;
    
}
    
    
    .callToday{
    width: 98%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    }  
    
    .headingBox{
    width: 98%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    }
}
/* for 980px or less */

@media (max-width:780px) {
    #header #menu-toggle {
        display: block;
        float: none;
        cursor: pointer;
        margin-top: 0;
        padding-bottom: 10px;
    }

    #menu #navigation, #menu #help {
        float: none;
        margin-right: 0;
        position: absolute;
        box-shadow: 5px 5px 5px darkgray;
    }

    #menu ul {
        padding: 0;
        display: none;
    }

    .active-menu #menu ul {
        display: block;
    }

    #menu #help {
        position: static;
    }

    #menu li, #menu #helplink {
        float: none;
    }

    #menu ul ul {
        display: block;
        position: static;
        width: auto
    }

    #menu {
        padding-top: 0px;
    }
}
/*@media screen and (max-width: 920px) {*/
@media screen and (max-width: 1200px) {

.actionButtonSide{
	width:45%;
	float:right;
	display:inline-block;
}



#pagewrap {
	width: 94%;
}

.content {
	width: 41%;
	padding: 1% 4%;
}
    
.leftContent {
	width: 41%;
	padding: 1% 4%;
}
.content img, .middle img, .sidebar img {
	width: 90%;
	height: auto;
	max-width: 270px;
}

.wide img, .leftContent img {
	width: 90%;
	height: auto;
	max-width: 500px;
	}
.middle {
	width: 41%;
	padding: 1% 4%;
	margin: 0px 0px 5px 5px;
	float: right;
}

.wide {
	width: 41%;
	padding: 1% 4%;
	margin: 0px 0px 5px 5px;
	float: right;
}	

.sidebar {
    clear: both;
	padding: 1% 4%;
	width: auto;
	float: none;
}

header, footer {
	padding: 1% 4%;
}

.writing {
	width: auto;
	margin-left: 10px;
	margin-right: 10px; 
	display: block;
}
    

   

.writing h2 {
	margin-top: 0px;
}

.sidebar img {
	float: left;
	margin-left: 0px;
	margin-right: 2%;
}

.fileTypeIcons img{

	float:left;

	display:inline;

	padding:3px;

	width:29px;	

}

}



@media screen and (max-width: 888px) {

	.shortcutColumn, .shortcutColumn2, .shortcutColumn3, .shortcutColumn4, .shortcutColumn5, .shortcutColumn6 {

		width: 150px;

		margin-bottom: 15px;

	}

}



@media screen and (max-width: 767px) {

	

	.sidebar img{

		width:95%;

	}



.fileTypeIcons img{

	float:left;

	display:inline;

	padding:3px;

	width:29px;	

}

	

#header-logo, #header-text {

	float: none;

	margin: 0 auto;

}

#callSupport {

	float: none;

	margin: 0 auto;

	width: auto;

	display: block;

	font-size: 18px;

	padding-left: 0px;

	padding-bottom: 15px;

	line-height: 20px;

}

#callSupport h2 {

	font-size: 35px;

	padding-top: 10px;

}

#menu {

	padding-top: 0px;
max-width: 300px;
}

#footer-logo {
  display: inline-block;
  width: 296px;
  float: none;
  padding-left: 0px;
  margin:0 auto;
  margin-bottom:7px;    
}
  
    #footer-text{
    padding-right: 0px;
    font-size: 13px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    /* float: right; */
    text-align: center;
        float:none;
/*    width: 350px;*/
    padding-top: 0px; 
    margin:0 auto;
    }    
}



/* for 700px or less */

@media screen and (max-width: 600px) {

.content {

	width: auto;

	float: none;

}

.leftContent {

	width: auto;

	float: none;

}	

.middle {

	width: auto;

	float: none;

	margin-left: 0px;

}

.wide {

	width: auto;

	float: none;

	margin-left: 0px;

}	

.sidebar {

	width: auto;

	float: none;

}

.sidebar img {

	float: left;

}

.writing {

	width: auto;

/*	display: inline-block;*/

}

.sidebar img {

	float: none;

	display: block;

	margin: 0 auto;

}

.wide img {

	width:90%;		

}	

	.fileTypeIcons img{

	float:left;

	display:inline;

	padding:3px;

}

}



/* for 480px or less */

@media screen and (max-width: 480px) {

header {

	height: auto;

}

h1 {

	font-size: 2em;

}

	.fileTypeIcons img{

	float:left;

	display:inline;

	padding:3px;

}

}


#pinExplain {
	float:right;
	padding-left:10px;
	margin-top:10px;
}

#useOur {
    width: auto;
    display: inline-block;
    float: left;
    font-size: 22px;
    margin-top: 17px;
    font-weight: 600;	
}



.leftPosterTable {
    float:left;
}

.rightPosterTable {
    float:left;
}

.fileTypeIconContainer {
    width:auto;
    display:inline-block;
    float:left;
    
}

#cosnerPosterSample {
    max-width:350px!important;
}

.fileTypeIconContainerHome {
    width:auto;
    display:inline-block;
    float:left;
    margin-top:5px;
    margin-bottom:5px;
    
}
@media screen {
  #buttonsSpaced {
    display: flex;
    border: 2px dashed #444;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    padding-bottom: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .buildButton {
    background: #3db42c;
    ;
    padding: 8px;
    border-radius: 41px;
    width: 146px;
    text-align: center;
    font-weight: 600;
    color: white;
    margin-top: 15px;
    margin-bottom: 12px;
    box-shadow: black 2px 2px 4px;
    cursor: pointer;
    font-size: 18px;
  }
  .buildButton:hover {
    margin-top: 13px;
    margin-left: -2px;
    margin-right: 2px;
    margin-bottom: 14px;
    box-shadow: black 4px 4px 6px;
  }
  .buildButton a {
    color: white;
    font-weight: bold;
    text-decoration: none;
  }
  #fullyTest {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: black;
    font-style: italic;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .noSignup {
    background: red;
    margin: 5px;
    color: white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    text-align: center;
    min-width: 85px;
  }
  #noSignupBar {
    width: 100%;
    display: none;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#disclaimer {
    font-weight: normal;
    font-size: 16px;
    font-style: italic;
    color: cornflowerblue;
}
