@font-face {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    src: url('/assets/Inter.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

html {
    scroll-behavior: smooth;
  }

body {
    background-color: #ffffff;
    max-width: 100%;
}

header {
    overflow: hidden;
    background-color: #fff;
    border-bottom: 2px solid #000 ;
    width: 100%;
    padding: 0.5% 0 0.5% 0.3%;
    position: fixed;
    z-index: 10;
}

li {
    font-size: 2vh;
}

hr {
    padding-left: -4% !important;
    margin: 0 !important;
    width: 100vw;
    border: 1px solid;
}

.content {
    padding-top: 3.5% !important;
}

.content2 {
    padding-top: 2% !important;
}

a, a:active, a:visited {
    color: #000;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

.sub {
    color: #000 !important;
    text-decoration: underline !important;
}

.topnav-right {
    float: right;
    margin-left: 3%;
    margin-right: 1%;
}

.up {
    text-transform: uppercase;
}

#wrapper {
    display: inline;
    bottom: 0;
    position: absolute;
    width: 100%;
}

form {
    display: flex;
    align-items: left;
    display: inline-block;
}

input {
    padding: 2%;
    margin: 2% 15% 2% 15%;
    width: 70%;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}

.input {
    padding: 0 !important;
    margin: 0 !important;
    width: 10%;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}

input[type=checklist] {
    font-size: 5vh;
}

.inputt {
    padding: 0 !important;
    margin: 0 !important;
    width: 18.2%;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}

textarea {
    font-size: 1.5vh;
    margin: 2%;
    padding: 8px;
    width: 94%;
}

label {
    color: #fff;
    display: block;
}

[type="checkbox"]
{
    vertical-align:middle;
}

p {
    font-size: 3vh;
    font-weight: 400;
    display: block !important;
    width: 95%;
    padding-left: 1%;
    padding-right: 2%;
}

span {
    font-size: 1.5vh;
    font-weight: 900;
    vertical-align: super;
    text-transform: uppercase;
    margin-right: 5%;
}

h1 {
    font-size: 3vh;
    font-weight: 400;
    display: block;
}

.logo {
    font-size: 3vh;
    font-weight: 400;
    display: inline-block;
}

.base {
    width: 100vw;
    margin: 12px;
    padding: 8px;
}

.red {
    background-color: red;
}

.acordeon {
    background-color: #fff;
    cursor: pointer;
    padding-left: 1%;
    padding-bottom: 2%;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }

.panel {
    padding: 0 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

.target {
    display: none;
}

.transition {
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear;
  }

.transition.change {
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

.target2 {
    display: none;
}

.transition2 {
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.transition2.change2 {
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
}

.border-top {
    border-top: 2px solid #000 ;
    width: 100%;
}

.border-bottom {
    border-bottom: 2px solid #000 ;
    width: 100%;
}

.border-right {
    border-right: 2px solid #000 ;
    height: auto;
    left: calc (50% - 2px);
    background-color: #fff;
}

.border-left {
    border-left: 2px solid #000 ;
    height: auto;
    margin-left: -2px;
}
.pdd {
    padding-left: 4%;
    padding-bottom: 1%;
    background-color: #ffffff;
}

.pdd2 {
    padding-top: 1.2%;
    padding-left: 4%;
    padding-bottom: 1%;
    background-color: #ffffff;
}

.pdd3 {
    padding-top: 3%;
    padding-left: 1%;
    padding-bottom: 0.5%;
    background-color: #ffffff;
    padding-right: 10%;
}

.width {
    width: 40% !important;
}

.top {
    padding-top: 0.5%;
}

.indent-total {
    padding-left: 10%;
}

.cat_toggle {
     cursor:pointer;
     }

.row {
        display:none;
        clear:both;
        width:100%;
        border-bottom: 2px solid #000 ;
    }

.row2 {
    display:none;
    clear:both;
    width:100%;
}

.link1:hover {
    cursor: url('assets/link1.jpg') 20 20, auto;
}

.sleep-video {
    position: fixed;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    z-index: -20;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}

.buttons{
    margin: auto;
    border: 2px #000 solid;
    padding: 3.5%;
    border-radius: 30vh;
    background-color: #000;
    width: 60%;
    position: relative;
    font-size: 5vh;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.buttons:hover {
    margin: auto;
    border: 2px #000 solid;
    padding: 3.5%;
    border-radius: 30vh;
    background-color: #fff;
    width: 60%;
    text-align: center;
    position: relative;
    font-size: 5vh;
    font-weight: 400;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.buttons:after {
    text-decoration: none;
}

.buttons:visited {
    text-decoration: none;
}

.font-buttonss {
    font-size: 5vh;
    font-weight: 400;
    text-align: center;
    color: #fff;
    width: 100%;
}

.font-buttonss:hover {
    font-size: 5vh;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.title {
    font-size: 4vh;
    font-weight: 400;
    text-align: center;
    padding:0;
}

.title2 {
    font-size: 6vh;
    font-weight: 400;
    text-align: left;
    padding:0;
    text-transform: uppercase;
}
.title3 {
    font-size: 18vw;
    font-weight: 400;
    text-align: center;
    padding:0;
}

.pdd4 {
    padding-top: 17%;
    padding-bottom: 5%;
}
.pdd5 {
    padding-bottom: 17%;
}
.pdd6 {
    padding: 5vh 2vh 3vh 2vh;
}
.pdd7 {
    padding-bottom: 3.5%;
}

.display {
    display: inline-block;
}

.bgform {
    background-color: #000;
}

.pdd8 {
    color: #fff;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0%;
    background-color: #000;
    padding-right: 10%;
}
.pdd9 {
    color: #fff;
    padding-top: 7%;
    padding-bottom: 3%;
    background-color: #000;
    padding-right: 10%;
}
.pdd10 {
    color: #fff;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5% !important;
    padding-bottom: 7%;
    background-color: #000;
    padding-right: 10%;
}

.pdd11 {
    color: #fff;
    padding-top: 10%;
    padding-left: 0%;
    padding-right: 5%;
    padding-bottom: 7%;
    background-color: #000;
    padding-right: 10%;
}

.pdd12 {
    color: #fff;
    padding-top: 15%;
    padding-left: 15%;
    padding-right: 5%;
    padding-bottom: 1%;
    background-color: #000;
    padding-right: 10%;
}

.pdd13 {
    color: #fff;
    padding-top: 2%;
    padding-left: 15%;
    padding-right: 5%;
    padding-bottom: 1%;
    background-color: #000;
    padding-right: 10%;
}

.pdd14 {
    color: #fff;
    padding-top: 2%;
    padding-left: 15%;
    padding-right: 5%;
    padding-bottom: 10%;
    background-color: #000;
    padding-right: 10%;
}

.buttons2{
    margin: auto;
    border: 2px #fff solid;
    padding: 3.5%;
    border-radius: 30vh;
    background-color: #000;
    width: 60%;
    position: relative;
    font-size: 4vh;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.buttons2:hover {
    margin: auto;
    border: 2px #fff solid;
    padding: 3.5%;
    border-radius: 30vh;
    background-color: #fff;
    width: 60%;
    text-align: center;
    position: relative;
    font-size: 4vh;
    font-weight: 400;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.border-bottom2 {
    border-bottom: 2px solid #fff ;
    width: 100vw;
}

.border-right2 {
    border-right: 2px solid #fff ;
    height: auto;
    left: calc (50% - 2px);
}
.border-left2 {
    border-left: 2px solid #fff ;
    height: auto;
    margin-left: -2px;
}
.border-left3 {
    border-left: 2px solid #000000 ;
    height: auto;
    margin-left: 5%;
}

.outdiv {
    display: flex;
    justify-content:center;
    align-items:center;
}

.card {
    width: 500px;
    margin: 50px auto;
    clear: both;
    display: inline;
    padding: 0px 0px;
    background-color: #009BFF;
    border-radius: 4px;
}
.card::after {
    clear: both;
    display: block;
    content: "";
}
.card .checkbox-container {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align:center;
  padding: 40px 0px;
}
.card .circular-container {
  background-color:#0067FF;
}

.input-title {
    clear: both;
    padding: 22px 0px 0px 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    display: inline-block;
}




/* Styling Checkbox Starts */
.checkbox-label {
    display: inline-block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 2vh;
    width: 2vh;
    background-color: transparent;
    border-radius: 5px;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
    border: 2px solid #FFFFFF;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #FFFFFF;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 35%;
    top: 10%;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {

}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}




/* Style for Circular Checkbox */
.checkbox-label .checkbox-custom.circular {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked ~ .checkbox-custom.circular {
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}
.checkbox-label input:checked ~ .checkbox-custom.circular::after {
    border: solid #000;
    border-width: 0 2px 2px 0;
}
.checkbox-label .checkbox-custom.circular::after {
    border-radius: 50%;
}

.checkbox-label .checkbox-custom.circular::before {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked ~ .checkbox-custom.circular::before {
    border-radius: 50%;
}

/* Upload button */
.upload {
    display: none;
  }
  .uploader {
    border: 1px solid #ccc;
    width: 300px;
    position: relative;
    height: 30px;
    display: flex;
  }
  .uploader .input-value{
    width: 250px;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    font-family: sans-serif;
    font-size: 16px;
  }
  .uploader label {
      background-color: #fff;
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    background: #fff url('https://www.interactius.com/wp-content/uploads/2017/09/folder.png') no-repeat center;
  }
  #inputval {
      color: #fff;
  }

  #custom-cursor{
    width: 24px;
  	height: 112px;
  	position: absolute;
    background-size: 24px 112px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAADgCAYAAABFPOWoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5M0RDODAzRDkwNDExRTNCNDAwQ0M3NDQzNzg2NzdCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5M0RDODA0RDkwNDExRTNCNDAwQ0M3NDQzNzg2NzdCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjkzREM4MDFEOTA0MTFFM0I0MDBDQzc0NDM3ODY3N0IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjkzREM4MDJEOTA0MTFFM0I0MDBDQzc0NDM3ODY3N0IiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4zgbRrAAAA8UlEQVR42uzXsQ3AIAwEQBNlBGf/ATMEocgEcQEo99KXIB+CghYRPTbOEZsHAAAAAAAAAAAAYF7aaBb3uIvrr5kHkO+HqNL0BgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFs85mgvM8XmGNtpdIQAAAAAAAAAAAIBfAh4BBgCtMRUQSTkdagAAAABJRU5ErkJggg==);
}

image-gallery {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.image-gallery .slides .slide {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	opacity: 0
}

.image-gallery .slides .slide.current {
	opacity: 1
}

.image-gallery .slides .slide.slide-full img,
.image-gallery .slides .slide.slide-large img,
.image-gallery .slides .slide.slide-small img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.image-gallery .slides .slide.slide-large {
	width: 92vw;
	height: 84vh;
	left: 4vw;
	top: 8vh
}

.image-gallery .slides .slide.slide-small {
	width: 46vw;
	height: 42vh;
	left: 23vw;
	top: 21vh
}

.image-gallery .slides .slide.slide-small.left {
	left: 4vw
}

.image-gallery .slides .slide.slide-small.right {
	left: auto;
	right: 4vw
}

.image-gallery .slides .slide.slide-small.top {
	top: 8vh
}

.image-gallery .slides .slide.slide-small.bottom {
	bottom: auto;
	top: 8vh
}

.image-gallery .slides .slide.slide-full img {
	-o-object-fit: cover;
	object-fit: cover
}

.image-gallery .index {
	z-index: 20;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -7.2px;
	width: 200px;
	text-align: center
}

#mything textarea { height: 100%; }

.file {
  position: relative;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.file__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.file__label {
    font-size: 2vh;
  text-decoration: underline;
}

.file__input-value {
  background: #fff;
  border-radius: 20px;
  height: 40px;
  width: calc(100% - 200px);
  padding: 0px 10px;
  margin-left: 20px;
  color: #000;
  display: flex;
  align-items: center;
}
.file__input-value p {
  font-size: 1.5vh;
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
  margin: 0;
}

.file__response span {
  color: red;
  font-size: 10pt;
  text-transform: none;
  margin-top: 20px;
  display: block;
  font-weight: normal;
}

.frm__error {
  color: red;
  font-size: 12pt;
  padding: 2%;
  margin: 2% 15% 2% 15%;
  width: 70%;
}
.images {
    z-index: 99999;
    display:table;
    position: relative;
      margin-left: auto;
      margin-right: auto;
      transform: translateY(-60%);
}
.formm {
    border: 2px solid #fff;

      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

input[type="password"] {
    text-align: center;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 1vh;
    margin: -2px !important;
    width: -webkit-fill-available !important;
}

input[type="submit"] {
    background-color: transparent;
    border: transparent;
    margin-top: 1vh;
    color: #fff;
}
input[type="text"]
{
    font-size:1.5vh;
}
input[type="email"]
{
    font-size:1.5vh;
}
::placeholder {
    font-size:1.5vh;
    color: #000;
}

@media (min-width: 2881px) {
    /* Styling Checkbox Starts */
.checkbox-label {
    display: inline-block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: -90%;
    left: 0px;
    height: 2vh;
    width: 2vh;
    background-color: transparent;
    border-radius: 5px;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
    border: 2px solid #FFFFFF;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #FFFFFF;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 35%;
    top: 10%;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
  	transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {

}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
}




/* Style for Circular Checkbox */
.checkbox-label .checkbox-custom.circular {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked ~ .checkbox-custom.circular {
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}
.checkbox-label input:checked ~ .checkbox-custom.circular::after {
    border: solid #000;
    border-width: 0 2px 2px 0;
}
.checkbox-label .checkbox-custom.circular::after {
    border-radius: 50%;
}

.checkbox-label .checkbox-custom.circular::before {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked ~ .checkbox-custom.circular::before {
    border-radius: 50%;
}

 }
 #footer {
    position: fixed;
    bottom: 3vh;
    left: 5vh;
    width: 5vw;
}
#footer2 {
    position: fixed;
    bottom: 3vh;
    right: 5vh;
    width: 8vw;
}
#footer_form {
    position: fixed;
    bottom: 3vh;
    right: 5vh;
    width: auto;
    color: #fff;
}