body {
  width: 100%;
  margin: 0;
  font-family: "Verdana", sans-serif;
  background-color: rgb(240, 240, 240);
}

#search-submit {
  text-indent: -999px !important;
  overflow: hidden !important;
  width: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid transparent !important;
  border-radius: inherit !important;
  background: #233d7f url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 32 32' width='32px' height='32px'%3E%3Cg id='surface101284383'%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill:rgb(100%25 100%25 100%25)%3Bfill-opacity:1%3B' d='M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570312 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570312 21 11 17.429688 11 13 C 11 8.570312 14.570312 5 19 5 Z M 19 5 '/%3E%3C/g%3E%3C/svg%3E") no-repeat center !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

*,
::after,
::before {
  box-sizing: inherit;
}

.header-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.header-container .link-list {
  list-style: none;
  display: block;
  color: #FFFFFF;
  position: relative;
  top: -10px;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.header-container .link-list>li {
  display: inline;
}

.header-container .link-list>li>a {
  color: #ffffff;
  text-decoration: none;
}

.header-container .link-list>li:not(:last-child):after {
  content: ' | ';
}

#centroid_logo {
	display: inline-block; 
	object-fit: contain; 
	object-position: center; 
	height: 60px; 
	width: 320px;
}

#centroid_tag_line {
	display:block;
}

.centroid-navigation {
  gap: 20px;
  list-style-type: none;
  padding-inline-start: 0px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.centroid-top-menu-item {
  background: none;
  flex-direction: unset !important;
  display: flex;
  border-radius: 0px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #ffffff;
  white-space: nowrap;
  text-align: left;
  min-height: 50px;

}

.centroid-top-menu-item>li {}

.centroid-top-menu-item>a {
  color: #ffffff !important;
  font-size: 20px;
  flex-grow: 1;
  outline-offset: -4px;
  text-decoration: none;
  background-color: transparent;
}

.centroid-top-menu-item a:hover {
  text-decoration: underline;
}


.centroid-top-menu-item-menu {
  color: #000000;

  list-style-type: none;
  display: none;
  flex-direction: column;
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 100%;

  padding: 0px 0px !important;
  margin-top: 0px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 7px;

  z-index: 9999;
}

.centroid-top-menu-menu-item {
  background: none;
  flex-direction: unset !important;
  display: flex;
  border-radius: 0px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: black;
  background-color: #fefef5;
  white-space: nowrap;
  text-align: left;

  margin-top: -1px !important;
  border: outset 1px black;

  margin-left: 10px;
  margin-right: 10px;

  min-width: 200px;
}

.centroid-top-menu-menu-item:hover {
  background-color: black;
  color: white;
}

.centroid-top-menu-menu-item:hover>.arrow-right {
  filter: invert(1);
}

.centroid-top-menu-menu-item>a:hover {
  color: inherit !important;
  text-decoration: underline;
}

.centroid-top-menu-menu-item>a {
  padding: 13px 18px !important;
  color: inherit !important;
  flex-grow: 1;
  outline-offset: -4px;
  text-decoration: none;
  font-size: 20px;
}

.centroid-sub-menu-menu {
  left: 100%;
  top: 0;
  position: absolute;
  flex-grow: 1;
  max-width: max-content;
  background-color: transparent;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.centroid-sub-menu-menu-item {
  background: none;
  flex-direction: unset !important;
  display: flex;
  border-radius: 0px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #ffffff;
  background-color: #fefef5;
  white-space: nowrap;
  text-align: left;

  margin-top: -1px !important;
  border: outset 1px black;

  min-width: 200px;
  left: 0;
  /*padding-left: 10px;*/
  margin-right: 10px;
}

.centroid-sub-menu-menu-item>a {
  padding: 13px 18px !important;
  color: #000000 !important;
  flex-grow: 1;
  outline-offset: -4px;
  text-decoration: none;
  font-size: 20px;
}

.centroid-sub-menu-menu-item>a:hover {
  text-decoration: underline;
  color: #FFFFFF !important;
  background-color: #000000 !important;
}

.arrow-down {
  background-color: transparent;
  border: none;
}

.arrow-down>img {
  filter: invert(1);
  transition: transform 0.3s ease;
}

.arrow-right {
  background-color: transparent;
  border: none;
}

.arrow-right>img {
  transform: rotate(270deg);
}

.centroid-mobile-navigation {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  padding: 0;
  margin: 0;
}

.centroid-mobile-navigation-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.centroid-mobile-navigation-button>img {
  width: 40px;
  height: 40px;
  filter: invert(1);
  padding: 5px;
}

.centroid-mobile-navigation-close-button {
  margin-left: 20px;
}

.container {
  display: flex;
  flex-direction: column;
  width: 1450px;
  margin-left: auto;
  margin-right: auto;
  gap:20px;
}

.navbar{
	font-size: 12px;
}

.section-software {
  max-width: 100%;
  padding: 5px;
  border-radius: 20px;
}

.section-software .banner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.faq-section{
	max-width: 100%;
  	padding: 20px;
	border-bottom:1px solid black;
}

.review-by{
  	padding-right: 10px !important;
	margin-right:10px !important;
	place-self:end;
	text-align: right;
	border:unset !important;
	border-radius: unset !important;
}

.review-section{
	max-width: 100%;
  	padding: 10px;
}
.review-section p{
	padding:10px;
	margin:5px;
	border:1px solid black;
	border-radius: 5px;
}

.section-software .banner img {
  place-self: start center;
  aspect-ratio: initial;
}

.section-software .software-text {
  max-width: 80%;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}

.header-section {
  max-width: 100%;
  padding: 20px 0 0 20px;
}

.header-section > p {
  font-size: 18px;	
  padding: 5px;
  margin: 0px;
}

.empty-section {
  max-width: 100%;
}

.section {
  max-width: 100%;
  padding: 20px;
  background-color:white;
  border-radius: 20px;
}

.section p:first-child {
  margin-top: 0px;
}

.section > img, .section > p > img, .section > div > img, .section > a > img {
  max-width: 100%;
  min-width: 100%;
  aspect-ratio: initial;
}

.section-two-col {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-column-gap: 10px;
  padding: 20px;
  /*place-items: center;*/
  background-color:white;
  border-radius: 20px;
}

.section-two-col-centered {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  place-items: start center;
  gap: 20px;
  padding: 20px;
  background-color:white;
  border-radius: 20px;
}

.section-three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  place-items: center;
  padding: 20px;
  background-color:white;
  border-radius: 20px;
}



.section-four-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  place-items: end center;
  padding: 20px;
  background-color:white;
  border-radius: 20px;
}

.section-five-col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  place-items: center;
  padding: 20px;
  background-color:white;
  border-radius: 20px;
}

.section-three-col>.col,
.section-two-col>.col:first-child {
  place-self: start center;
}

.youtube-col {
  width: 80%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.youtube-video {
  width: calc(100% - 40px);
  /*height: calc(100% - 40px);*/
  aspect-ratio: 16 / 9 !important;
  padding: 20px;
  margin: -5px;
  border: 0;
}

.centered-col {
  min-width: 100%;
  text-align: center;
  place-self: start center;
}

.centered-col {
  min-width: 100%;
}

.centered-col:has(img) {
  min-width: unset !important;
}

.centered-col img {
  object-fit: cover;
  max-width: 98%;
}

.centered-col iframe {
  object-fit: cover;
  max-width: 100%;
}



.centered-col > .youtube-video {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  aspect-ratio: 16 / 9;
  padding: 5px;
}

.col {
  min-width: 100%;
}

.col:has(img) {
  min-width: unset !important;
}

.col img {
  object-fit: cover;
  max-width: 98%;
}

.col iframe {
  object-fit: cover;
  max-width: 100%;
}



.col>.youtube-video {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  aspect-ratio: 16 / 9;
  padding: 5px;
}

/* form related css */

select {
  max-width: 80%;
}


@media screen and (width > 1500px) {
  .centroid-mobile-navigation {
    display: none;
  }

  .centroid-mobile-navigation-button {
    display: none;
  }
}



@media screen and (width <=1500px) {
	#desktop-panel {
		display:none;
	}
	#centroid_tag_line {
	  display:none !important; 
	}
	
   #centroid_logo{
	display: inline-block; 
	object-fit: contain; 
	object-position: center; 
	height: 50px; 
	width: 277px;
  }	
	
	.top-section{
		margin-top: 20px;
	}
	
	#desktop-header{
		display:none;
	}
	
  .centroid-navigation {
    display: none;
  }

  .centroid-mobile-navigation-button {
    display: block;
  }

  #header-top>.header-row>.header-container {
    flex-direction: column !important;
    justify-content: center !important;
  }

  #top-bar {
    height: 95px /*225px*/ !important;
  }

  #header-top>.header-row>.header-container>.header-left {
    justify-content: center !important;
    text-align: center;
  }

  #header-top>.header-row>.header-container>.header-right {
    justify-content: center !important;
    text-align: center;
  }

  /* grid css */


  .section-two-col-centered {
    display: grid;
    grid-template-columns: unset;
    /*grid-template-rows: repeat(2, 1fr);*/
    grid-row-gap: 10px;
  }

  .section-two-col {
    display: grid;
    grid-template-columns: unset;
    /*grid-template-rows: repeat(2, 1fr);*/
    grid-row-gap: 10px;
  }

  .section-three-col {
    display: grid;
    grid-template-columns: unset;
    /*grid-template-rows: repeat(3, 1fr);*/
    grid-row-gap: 10px;
  }

  .section-four-col {
    display: grid;
    grid-template-columns: unset;
    /*grid-template-rows: repeat(4, 1fr);*/
    grid-column-gap: 10px;
  }

  /* new css */

  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .youtube-col {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }

  .col {
    max-width: 100%;
    grid-template-rows: unset !important;
  }

  .col img {
    object-fit: cover;
    max-width: 100%;
  }

  /* Basic styling for the mobile menu */
  .centroid-mobile-navigation {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
  }

  .centroid-top-menu-item {
    position: relative;
    flex-wrap: wrap;
  }

  .centroid-top-menu-item a {
    text-decoration: none;
    color: white !important;
    display: block;
    padding: 10px;
  }

  /* Style for the arrow-down and arrow-right buttons */
  .arrow-down,
  .arrow-right {
    background: none;
    border: none;
    cursor: pointer;
  }

  /* Style for the sub-menus */
  .centroid-top-menu-item-menu {
    display: none;
    position: static;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;

  }

  .centroid-top-menu-menu-item {
    position: relative;
    background-color: black;
    flex-wrap: wrap;
  }

  .centroid-sub-menu-menu {
    display: none;
    position: static;
    min-width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .centroid-sub-menu-menu-item {
    background-color: black;
  }

  /* footer style */



  .footer-main {
    grid-template-columns: unset !important;
  }

  .footer-top {
    grid-template-columns: unset !important;
  }

  .footer-bottom {
    grid-template-columns: unset !important;
  }
	
	.payment-methods img{
		max-width: 50%;
	}

  /* section software mobile rules */

  .section-software .banner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .section-software .banner img:first-child {
    place-self: center;
    aspect-ratio: initial;
    width: 25%;
  }

  .section-software .banner img:last-child {
    place-self: center;
    aspect-ratio: initial;
    width: 100%;
  }
}

/* footer style */

footer {
  padding-top: 50px;
}

.footer-container {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: black;
  color: white;
  position: relative;
  bottom: 0;
}

.footer-main {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  gap: 10px;
  display: grid;
  align-content: center;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-top {
  background-color: #001827;
  padding: 40px 0;
  display: grid;
  align-content: center;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.footer-top>.footer-col {
  place-self: center;
  align-self: start;
}

.footer-bottom {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer-bottom>.footer-col:first-child {
  text-align: left;
}

.footer-bottom>.footer-col:last-child {
  text-align: right
}

.footer-main>.footer-col {
  place-self: center;
  align-self: start;
}

.footer-col>ul {
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
}

.footer-col>ul>li {
  width: fit-content;
  padding: 5px;
}

.footer-col>ul>li:hover {
  background-color: #001827;
}

.footer-col>ul>li>a {
  color: white;
  text-decoration: none;
}

.footer-col>ul>li>a:hover {
  color: white;
  text-decoration: underline;
}

#paypal {
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  margin-top: 1px;
}

span.img-link {
  display: inline-grid;
  text-align: center;
  color: white;
}

ul.link-list{
	list-style-type: none;
}

/* fix image gallery */
.jx-image > img {
    object-fit: contain;
}