* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  background-color: #404040;
}

#my_iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 0;
}

#content {
  transition: margin-left 0.3s;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

.slide {
  position: absolute;
  top: 25px;
  left: 15px;
  margin-left: 0px;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  color: #ff6600;
  z-index: 2;
}

.slide a {
  color: #8f8f8f;
  text-decoration: none;
}

.slide a:hover {
  color: #ff6600;
}

/* Toogle switch start  */

.Swith_pos {
  position: absolute;
  top: 60px;
  right: 3px;
  padding: 10px 10px 10px 10px;
  font-family: sans-serif;
  font-size: 18px;
  color: #888;
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  text-align: center;
  z-index: 1;
}

.opt {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connectors {
  padding: 8px;
  display: inline;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

/* the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #555;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:hover {
  background-color: #ff6600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 6px;
  bottom: 6px;
  background-color: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input:checked + .slider {
  background-color: #aaa;
}

input:focus + .slider {
  box-shadow: 0 0 1px #525252;
}

input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Toogle switch end  */

/*Radio buttons*/

.container {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-left: 45px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #ff6600;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 14px;
  left: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
}

/*radio buttons end*/

/* AR options */

@media screen and (max-width: 700px) {
  .popup {
    width: 80%;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff0;

  display: none;
}

.ar_icon {
  position: absolute;
  top: 40px;
  left: 25px;
  cursor: default;
}

.ver {
  position: fixed;
  bottom: 5px;
  right: 10px;
  overflow: hidden;
  margin-left: 40px;
  cursor: default;
  font-size: 12px;
  color: #b7b7b7;
  z-index: 2;
}

.ar-button {
  position: absolute;
  bottom: 20px;
  right: 25px;
  background-color: #b7b7b7;
  border: none;
  color: #3f3f3f;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  width: 80px;
  height: 70px;
  transition-duration: 0.4s;
  text-decoration: none;
  cursor: pointer;
  display: block;
  border-radius: 10px;
  white-space: nowrap;
  z-index: 2;
  display: none;
}

.pic {
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 2;
}
