 
@media only screen and (max-width:1200px){
.FileSelectorDiv{
    height: 40px;
    max-width: 450px;
    width:95%;
    margin: 30px auto ;
  }
  
    .messageCommsBox
{
    position: relative;
    right:5%;
    border-width: 2px;
    border-style: solid;
    border-color: #626262;
    border-radius:10px; 
    margin: 30px auto ;
    padding: 2px 2px 10px 2px;
    display: block;
    background-color: white ;
    width: 75%;
    max-width:400px;
    height: auto;
}

  .messageCommsBoxYouSent
{     position: relative;
    left:5%;
    border-width: 2px;
    border-style: solid;
    border-color: #626262;
    border-radius:10px; 
    margin: 30px auto ;
    padding: 2px 2px 10px 2px;
    display: block;
    background-color: #ccffff ;
    width: 75%;
    max-width:400px;
    height: auto;
}

.messageFromText{
    position: relative;
    top: 0px;
    left: 0px;
    font-family:"Arial";
    font-size: 15px;
    text-align: left;
  }
  
  .actualmessageText{
    
    font-size: 17px;
    text-align: center;
  }
  
   .mainParagraphs{
    font-family:"Arial";
    font-size: 20px;
    margin:10px 10px;
    text-align: left;
    text-align-last: center;
  }
  .valuesUL{
     font-family:"Arial";
    font-size: 18px;
    margin: 20;
    padding: 20;
    text-align: left;
    background-color: white ;
    
    
  }
  
  .valuesLI{
     font-family:"Arial";
    font-size: 20px;
    margin: 0; padding: 0;
    text-align: left;
    background-color: white ;
    
  }
  
  
  .availabilityOfItem{
    font-family:"Arial";
    font-size: 16px;
    font-weight: 450;
    position:absolute;
    bottom: 33%;
    left: 3px;
    background-color: #b39898;
    color: white;
 }
 .TextArea
 {
    border-radius: 10px;
    display: block;
    height: 150px;
    width: 95%;
    max-width: 400px;
    margin: 10px auto;
    font-size: 18px;
    background-color: white ;
    text-align: center;
    text-align-last: center;
 }
  .WebsiteTitles{
    font-family:"Arial";
    font-size: 25px;
    font-weight: 1000;
    margin:5px 10px 5px 10px;
    text-align: center;
    text-decoration: underline;
  }
  
  .InfoArea{
    width: 98%;
   min-height: 100px;
   margin: 0 auto;
  background-color: transparent ;
  border-width: 2px;
    border-style: solid;
    border-color: purple;
    border-radius:10px; 
    margin:5px auto;
    z-index:3;
  }
  
  .ListItemsSection{
    background-color: white ;
    width:98%
    border-width: 2px;
    border-style: solid;
    border-color: #626262;
    border-radius:10px; 
    margin:10px 2px 2px 10px;
}
.ListItemTitle{
    text-decoration: underline;
}

.listItemsOL li{
    font-family:"Arial";
    font-size: 16px;
    margin:5px 3px 0px 3px;
    text-align: left;
    text-align-last: left;
    background-color: white ;
}

.listItemsPara{
    font-family:"Arial";
    font-size: 16px;
    margin:5px 3px 0px 3px;
    text-align: left;
    text-align-last: center;
    background-color: white ;
}
  
   /*Start of Toggle Button CSS*/ 
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* 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: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

   .onOffSwitchContTxDiv{
 display:-ms-grid; 
  display: grid;
  margin: 1px auto;
    width:100%;
    height:50px;
    grid-area: 4/2/span 1/span 1; 
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;  
    grid-template: 100% / 85% 15%;
  -ms-grid-columns: 85% 15%;
  -ms-grid-rows:100%;
}

.onOffSwitchTextDiv{
    
    grid-area: 1/1/span 1/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    margin: 2px 5px ;
    text-align: right;
}
.onOffSwitchText{
    position: relative;
    font-family:"Arial";
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    color:black; 
  }

.onOffSwitchTextDiv{
    
    grid-area: 1/1/span 1/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    margin: 2px 5px ;
    text-align: right;
}

.onOffSwitchDiv{
    
    grid-area: 1/2/span 1/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    justify-self:center;
    align-self:center;
    -ms-justify-self:center;
    -ms-align-self:center;
}

   .largerSelectedResDiv{
      border-radius: 10px;
      margin :0px;
      display: inline-block;
      top: 0;
      left: 0;
      width: 350px;  
      height: 350px; 
      position:relative;
      background-color: transparent ;
   }
   
   .largerSelectedBikeDiv{
      border-radius: 10px;
      margin :10px 10px;
      display: inline-block;
      top: 0;
      left: 0;
      width: 350px;  
      height: 350px; 
      position:relative;
      background-color: transparent ;
   }
   .largerSelectedItemImage{
   border-radius: 10px;
  display: block;
  height:auto;
  width:100%;
  border:0;
  margin:auto auto;
  top: 0px;
   left: 0px;
   right: 0;
    bottom: 0;
   position:absolute;
   background-color: transparent ;
   background-image: url('../images/Logos/rLight.png') ;
background-repeat: round;
 }
 
 .largerSelectedBikeImage{
 border-radius: 10px;
  display: block;
  height:auto;
  width:100%;
  border:0;
  margin:auto auto;
  top: 0px;
   left: 0px;
   right: 0;
    bottom: 0;
   position:absolute;
   background-color: transparent ;
   background-image: url('../images/Logos/rLight.png') ;
background-repeat: round;
 }
  
 
 .largeItemButton{
    width: 100%;
    height: 100%;
    position:absolute;
    background-color: transparent ;
		top: 0px;
    right: 0px;
    left: 0px;
		text-align: center;
		z-index:10;
		border-width: 0;
    border-radius: 10px;
  }
  
   #offSetFromTheTopScart{
    height:200px;
    width: 100%;
  }
  .offSetFromTheTop
  {
    height:80px;
    width: 100%;
    border:0;
  } 
   .largerPoolDiv{
  display:inline-block;
  width: 100%;
   min-height:100vh; 
   margin: 0 auto;
    margin:5px auto;
    z-index:3;
     position:relative;
    top:100;
    right:0;
    background-color:transparent;
 }
 
 .listMotobikeDiv1{
 
    background-color:white;
    border-radius: 10px;
    margin :10px 10px;
    display: inline-block;
    width: 350px;  
    height: 300px;
    position:relative;
    border-width: 0;
 }
 
 .listResidentialDiv1{
    background-color:white;
    border-radius: 10px;
    margin :10px 2px;
    display: inline-block;
    width: 350px;  
    height: 350px;
    position:relative;
    border-width: 0;;
 }
 
 .btnItemOnList{
    width: 100%;
    height:100%;
    z-index:10;
    background-color: transparent ;
    border:0;
    position:absolute;
    border-radius: 10px;
		top: 0px;
    right: 0px;
		text-align: center;
		z-index:10;
  }
  
  
  .listBikeImage{
  height:70%;    
    width: auto;
    position: absolute;
    text-align: center;
    margin:auto auto;
  top: 0px;
   left: 0px;
   right: 0;
    border-radius:10px;
    border-width: 1px;
border-style: solid;
border-color: #C0C0C0;
    background-image: url('../images/Logos/rLight.png') ;
background-repeat: round;
 }
  .listResPropImage{
  height:auto;
  border:0;
    border-style: 0;    
    width: 100%;
    position: absolute;
    text-align: center;
  top: 0px;
   left: 0px;
    margin: auto  auto; 
    border-radius:10px;
    border-width: 1px;
border-style: solid;
border-color: #C0C0C0;
    background-image: url('../images/Logos/rLight.png') ;
background-repeat: round;
 }
  .sellableDescriptionDiv{
  height:30%;
    border-style: 0;
    background-color: white ;
    width: 99%;
    position: absolute;
    text-align: center;
    
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin:  2px; 
    border-radius:10px;
    border-width: 1px;
border-style: solid;
border-color: #C0C0C0;
 }
 .propertyTtleLn1{
    font-family:"Arial";
    font-size: 15px;
    margin:  0; 
    font-weight: bold;
  }
  .propertyTtleLn2{
    font-family:"Arial";
    font-size: 13px;
    margin:  0;
    font-weight: bold;
  }
  
  .propertyDesc{
    font-family:"Arial";
    font-size: 12px;
    margin:  0;
  }
 
  
  p{
    font-family:"Arial";
    font-size: 18px;
    margin:0px 10px 0px 10px;
  }
.Question{
  font-size: 14px;
  font-family: "Arial",Georgia, "Times New Roman", Times, serif; 
  color: black;
  margin: 5px auto;
  text-align: center;
}

  
  .listOfAthletes {
    display: inline-block;
    width: 100%;
    max-width:400px;
    height: 70px;
    position: relative;
    background-color:green;
    border-radius: 10px;
    margin :5 0;
}
  
  .txtListAthletes{
    width: fit-parent;
    background-color: rgb(255 ,250, 240) ;
    position: absolute;
    text-align: center;
    top: 0px;
    right: 0px;
    bottom:0px;
    left: 0px;  
  } 
  .listAthletesButton{
    width: 100%;
    position:absolute;
    border-radius: 10px;
    background-color: transparent ;
		top: 0px;
    right: 0px;
    bottom:0px;
    left: 0px;
		text-align: center;
		z-index:10;
  } 
  
  .listAthletesButton, .txtListAthletes{
    
    width: fit-parent;
    height: 70px;
}
.DateSelector{
    border-radius: 10px;
    display: block;
    height: 40px;
    width: 90%;
    min-width: 300px;
    max-width: 400px;
    margin: 0px auto;
    margin-top: 10px ;
    font-size: 14px;
    background-color: white ;
    text-align: center;
  }   
.MainSelector{
    border-radius: 5px;
    display: block;
    height: 40px;
    width: 90%;
    max-width: 400px;
    margin: 10px auto;
    font-size: 14px;
    background-color: white ;
    text-align-last: center;
   text-align: center;
   -ms-text-align-last: center;
   -moz-text-align-last: center;    
   
  } 
.FieldLabel {
  display:block;  
 font-family: "Arial",Georgia, "Times New Roman", Times, serif;
 font-size: 15px;
 color: black;
 height: 10px;
 margin-bottom: 1px auto;
 text-align: center;
 font-weight: bold;
}
h1{
    text-align: center;
    color: black;
    font-family: "Comic Sans MS","Arial", cursive, sans-serif;
    margin: 2px auto;
    font-size: 20px;
    font-weight: bold; 
    width:100%;
  }
  
   h2{
    text-align: center;
    color: black;
    font-family: "Comic Sans MS","Arial", cursive, sans-serif;
    margin: 2px auto;
    font-size: 19px;
    font-weight: bold; 
    width:100%;
    font-style: oblique;
  }
  
  h4{
     text-align: center;
    color: black;
    font-family: "Comic Sans MS","Arial", cursive, sans-serif;
    margin-bottom: 1px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
  }
.pageTitle{
   margin-bottom:50px;
}
.nextButton{
    height: 50px;
    width: 90%;
    max-width: 400px;
    border-radius: 5px;
    display: block;
    background-color: #BCECD6 ;
    margin: 20px auto;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase ;
  } 
  
.normalTextInput{
    border-radius: 5px;
    display: block;
    height: 40px;
    width:87%;
    max-width: 400px;
    margin: 10px auto;
    font-size: 14px;
    background-color: white ;
    text-align: center;
    text-align-last: center;
  }
  
  .infoMesgTxt{
margin-bottom:30px;
  font-size: 20px;
  color: black;
  text-align: center;
}
.errorMesgTxt{
  font-size: 25px;
  font-weight: bold;
  color: rgb(139, 26, 26);
  text-align: center;
}
.mesgDisplayOverlay1{
  position: fixed;
    width:100%;
    height:95%;  
   background-color: rgba(0,0,0,0.5);
  z-index: 997; /* Specify a stack order in case you're using a different order for other elements */
  top: 0; 
  left: 0;
  text-align: center;
}

.OverlayContent{
  border: 1px solid purple;
  border-radius: 10px;
  background-color: white;
  width:96%;
  text-align: center;  
  padding: 50px 5px;
  z-index: 998; 
  position: absolute ;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%)  ;
}
.mesgDisplayOverlay2{
  position: absolute;
    width:100%; 
     height:200%; 
   background-color: rgba(0,0,0,0.5);
  z-index: 997; /* Specify a stack order in case you're using a different order for other elements */
  top: 0; 
  left: 0;
  text-align: center;
}
.OverlayContent2{
  border: 1px solid purple;
  border-radius: 10px;
  background-color: white;
  width:100%;
  text-align: center;  
  padding: 20px;
  z-index: 998; 
  position: relative ;
     top: 0;
     left: 0;
}
.acknowledgeAndCancelBtn {
    height: 70px;
    width: 80%;
    max-width:400px;
    border-radius: 10px;
    display: block;
    font-weight: bold;
    background-color: #BCECD6 ;
    margin: 10px auto;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
  }
.errorDisplay{
    text-align: center;
    color: red;
  } 
.IE_minHeightShame{
   display:none;
}
#menuLogo{
  position: absolute;
  height:60%;
    width:70%;
    right: 0; 
		top: 20%; 
		bottom: 20%; 
}
.vertMenuButtons{
    height: 60px;
    width: 350px;
    -webkit-border-radius: 1em;
    -moz-border-radius:10px;
    border-radius:10px;
    -khtml-border-radius: 10px;
    display: inline-block;
    background-color: rgb(250 ,235 ,215) ;
    margin: 5px ;
    font-size: 15px;
    font-weight: bold;
    white-space: normal;
}

.copyrightText{
    font-family:"Arial";
    font-size: 12px;
    font-weight: 100;
  }
.FooterArea{
		position: fixed; 
		bottom: 0px; 
		left: 0px; 
		right: 0px; 
		font-size: 10px;
		text-align: center;
		z-index:250;
		background-color: #E0FFFF;
}

.left{
  display:none;
  }
  
  .right{
  display:none;
    
  }
  
  .ContentArea{
    grid-area: 2/1/span 1/span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    text-align: center;
    background-image: url(../images/Logos/rLight.png) ;
     background-repeat: repeat;
      background-size: 250px 265px;
      background-position: center;
    
  } 
.MenuItems {
    display:inline-block;
    width:fit-content;  
    
  }
  .MenuItems a{
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right:10px;
    
  }
  
  li{
    font-family:"Arial";
    font-weight: 100;
    font-size: 18px;
    margin:0px 10px 0px 10px;
  }
.MenuPart{
  display: none;
        
  }
  .grid{
      display:-ms-grid; 
      display: grid;
      width:100%;
      min-height:100vh;;   
      grid-template: 62px 100%  /  100% ;
      -ms-grid-columns: 100% ;
      -ms-grid-rows:62px 100% ;     
  }
  
    .grid_more_space{
      display:-ms-grid; 
      display: grid;
      width:100%;
      min-height:100vh;;   
      grid-template: 62px 100%  /  100% ;
      -ms-grid-columns: 100% ;
      -ms-grid-rows:62px 100% ;     
  }
  
  
  
  
  .topPartGrid{
    width:100%;
    height: 65px ;
    display: block;
    position: fixed;
    top:0;
    left:0;
    background-color: #ff6666;
    z-index:30; 
  }
  
  .logoPart{
    display:inline-block;
    height:100%;
    width:100%;
    
    
  }
  
  .HomePageSymbolImages{
    border-radius: 1px;
    background-color: transparent;     
    height: 55px;
    width: 55px;
    position: absolute;
   margin:  auto ;
   top:5px;
   left: 5px;
   border: 0;
  }
  
  
}





@media only screen and (min-width: 1201px) {
  .grid{
    display:-ms-grid; 
    display: grid;
    width:100%;  
    min-height: 100vh; 
   height:auto !important; 
  height:100px;
    grid-template: 70px 100%  / 1fr 2fr 1fr;
    -ms-grid-columns: 1fr 2fr 1fr;
    -ms-grid-rows:70px 100%;    
}

.grid_more_space{
    display:-ms-grid; 
    display: grid;
    width:100%;  
    min-height: 100vh; 
   height:auto !important; 
  height:100px;
    grid-template: 70px 100%  / 1fr 8fr 1fr;
    -ms-grid-columns: 1fr 8fr 1fr;
    -ms-grid-rows:70px 100%;    
}

.topPartGrid{
    width:100%;
    height: 80px ;
    display: flex;
    position: absolute;
    top:0;
    left:0;
    background-color: #ff6666;
    z-index:30; 
  }
  
  .logoPart{
    display:flex;
    height:100%;
    width:35%;
    background-color:transparent;
    top:0;
    right:0;
  }
    #menuLogo{
      height:70%;
    width:100%;
     margin:  auto ;
    }
    
   .HomePageSymbolImages{
    display:none;
  }
  
  .MenuPart{
    display:flex;
    height:100%;
    width:65%;
    background-color:transparent;
        
  }
  
  .MenuItems {
    display:inline-block;
    width:fit-content;  
    
  }
  
  
  .MenuItems a{
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right:10px;
    
  }
  
  li{
    font-family:"Arial";
    font-weight: 100;
    font-size: 18px;
    margin:0px 10px 0px 10px;
  }
  
  .left{
    grid-area: 2/1/span 1/span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; 
    background-color:#b39898; 
  }
  
  .right{
    grid-area: 2/3/span 1/span 1;
     -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    background-color:#b39898;
    
  }
  
  .ContentArea{
    grid-area: 2/2/span 1/span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    text-align: center;
    background-image: url(../images/Logos/rLight.png) ;
     background-repeat: repeat;
      background-size: 450px 477px;
      background-position: center;  
  }
  
  .FooterArea{
    
		position: fixed; 
		bottom: 0px; 
		left: 0px; 
		right: 0px; 
		text-align: center;
		z-index:250;
		background-color: #E0FFFF;
		
}

.copyrightText{
    font-family:"Arial";
    font-size: 14px;
    font-weight: 150;
  }
  
  .vertMenuButtons{
    height: 80px;
    width: 360px;
    border-radius: 10px;
    display: inline-block;
    background-color: rgb(250 ,235 ,215) ;
    margin: 15px 25px ;
    font-size: 20px;
    font-weight: bold;
}
.IE_minHeightShame{
   height:600px;
}

.errorDisplay{
    text-align: center;
    color: red;
  }
  
  .acknowledgeAndCancelBtn {
    height: 80px;
    width: 400px;
    border-radius: 10px;
    display: block;
    background-color: #BCECD6 ;
    margin: 10px auto;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
  }
  
  .mesgDisplayOverlay1{
  position: fixed;
    width:100%; 
     height:95%; 
   background-color: rgba(0,0,0,0.5);
  z-index: 997; /* Specify a stack order in case you're using a different order for other elements */
  top: 0; 
  left: 0;
  text-align: center;
}

.mesgDisplayOverlay2{
  position: absolute;
    width:100%; 
     height:200%; 
   background-color: rgba(0,0,0,0.5);
  z-index: 997; /* Specify a stack order in case you're using a different order for other elements */
  top: 0; 
  left: 0;
  text-align: center;
}
.OverlayContent2{
  border: 1px solid purple;
  border-radius: 10px;
  background-color: white;
  width:70%;
  text-align: center;  
  padding: 20px;
  z-index: 998; 
  position: relative ;
     top: 85px;
     left: 15%;
}

.OverlayContent{
  border: 1px solid purple;
  border-radius: 10px;
  background-color: white;
  width:65%;
  text-align: center;  
  padding: 100px;
  z-index: 998; 
  position: absolute ;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%)  ;
}

.errorMesgTxt{
  font-size: 50px;
  color: rgb(139, 26, 26);
  text-align: center;
}

.infoMesgTxt{
  margin-bottom:50px;
  font-size: 30px;
  color: black;
  text-align: center;
}

.normalTextInput{
    border-radius: 10px;
    display: block;
    height: 50px;
    width: 70%;
    max-width: 450px;
    margin: 10px auto;
    font-size: 20px;
    background-color: white ;
    text-align: center;
    text-align-last: center;
  }
  .nextButton{
    height: 60px;
    width: 60%;
    max-width: 400px;
    border-radius: 10px;
    display: block;
    background-color: #BCECD6 ;
    margin: 20px auto;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase ;
  } 
  
  .pageTitle{
   margin-bottom:150px;
}

h1{
    text-align: center;
    color: black;
    font-family: "Comic Sans MS","Arial", cursive, sans-serif;
    margin-bottom: 10px;
  }
   
  h4{
    text-align: center;
    margin-bottom: 1px ;
    font-family:"Arial";
    font-size: 18px;
    font-weight: bold;
  }
  
  .FieldLabel {       
  display:block;  
 font-family: "Arial",Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
 color: black;
 height: 10px;
 margin-bottom: 1px auto;
 text-align: center;
 font-weight: bold;
}

.MainSelector{
    border-radius: 10px;
    display: block;
    height: 50px;
    width:70%;
    max-width: 450px;
    margin: 10px auto;
    font-size: 20px;
    background-color: white ;
    text-align-last: center;
   text-align: center;
   -ms-text-align-last: center;
   -moz-text-align-last: center;
  }  
  input[type=checkbox] {
  transform: scale(2);
}

  #declarationDiv{
display:-ms-grid; 
  display: grid;
  margin: 15px auto;
    width:65%;
    height:50px;   
    grid-template: 100% / 5% 95%;
  -ms-grid-columns: 5% 95%;
  -ms-grid-rows:100%;
  
}

#checkBoxDix{
    grid-area: 1/1/span 1/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}

#declaration{
  position: relative;
    top: 30%;
}

.declarationTextDiv{
    grid-area: 1/2/span 1/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    text-align: left; 
    margin: auto;
    
}
.declarationText{
    margin: auto;
}

.DateSelector{
    border-radius: 10px;
    display: block;
    height: 50px;
    width:70%;
    max-width: 450px;
    margin: 0px auto;
    margin-top: 10px ;
    font-size: 20px;
    background-color: white ;
    text-align: center;
  }
  
  .TextArea
 {
    border-radius: 10px;
    display: block;
    height: 100px;
    max-width: 600px;
    width:90%;
    margin: 10px auto;
    font-size: 20px;
    background-color: white ;
    text-align: center;
    text-align-last: center;
 }
 .Question{
  font-size: 17px;
  font-family: "Arial",Georgia, "Times New Roman", Times, serif; 
  color: black;
  margin: 10px auto;
  text-align: center;
} 

.FileSelectorDiv{
    height: 50px;
    width: 250px;
    margin: auto ;
  }
  
   .listOfAthletes{
    position: relative;
    background-color:green;
    border-radius: 10px;
    margin :15px 15px;
    
  }
  
  .listAthletesButton{
    width: 100%;
    position:absolute;
    border-radius: 10px;
    background-color: transparent ;
		top: 0px;
    right: 0px;
    bottom:0px;
    left: 0px;
		text-align: center;
		z-index:10;
  }
  .txtListAthletes{
    width: fit-parent;
    background-color: rgb(255 ,250, 240) ;
    position: absolute;
    text-align: center;
    top: 0px;
    right: 0px;
    bottom:0px;
    left: 0px; 
  }   
  
  .listAthletesButton, .listOfAthletes,.txtListAthletes {
    display: inline-block;
    width: 380px;
    height: 70px;
}

  .messageCommsBox
{
    position: relative;
    right:10%;
    border-width: 2px;
    border-style: solid;
    border-color: #626262;
    border-radius:10px; 
    margin: 30px auto ;
    padding: 2px 2px 10px 2px;
    display: block;
    background-color: white ;
    width: 80%;
    max-width:400px;
    height: auto;
}

  .messageCommsBoxYouSent
{     position: relative;
    left:10%;
    border-width: 2px;
    border-style: solid;
    border-color: #626262;
    border-radius:10px; 
    margin: 30px auto ;
    padding: 2px 2px 10px 2px;
    display: block;
    background-color: #ccffff ;
    width: 80%;
    max-width:400px;
    height: auto;
}

.messageFromText{
    position: relative;
    top: 0px;
    left: 0px;
    font-family:"Arial";
    font-size: 15px;
    text-align: left;
  }
  
  .actualmessageText{
    
    font-size: 17px;
    text-align: center;
  }

p{
    font-family:"Arial";
    font-size: 18px;
    margin:0px 10px 0px 10px;
  }
  
  
  
.largerPoolDiv{
  display:inline-block;
  width: 100%;
   min-height:100vh; 
   margin: 0 auto;
  
    margin:5px auto;
    z-index:3;
     position:relative;
     background-color:transparent;
    top:0;
    right:0;
 }
 
  .listResidentialDiv1{ 
    background-color:white;
    border-radius: 10px;
    margin :10px 10px;
    display: inline-block;
    width: 380px;  
    height: 380px;
    position:relative;
    border-width: 0;;
 }
 
 .listResPropImage{
  height:85%;
  border:0;
    border-style: 0;
    width: 99%;
    position: absolute;
    text-align: center;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin:  2px; 
    border-radius:10px;
    background-image: url('../images/Logos/rLight.png') ;
background-repeat: round;
 }
 
 
  .listBikeImage{
  height:70%;
    width: auto;
    position: absolute;
    text-align: center;
    margin:0 auto;
    top: 0px;
    right: 0px;
    left: 0px;
    border-radius:10px;
    border-width: 1px;
border-style: solid;
border-color: #C0C0C0;
background-image: url('../images/Logos/rLight.png') ;
background-repeat: round;
 }
 
 .sellableDescriptionDiv{
  height:25%;
  border:0;
    border-style: 0;
    background-color: white ;
    width: 99%;
    position: absolute;
    text-align: center;
    
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin:  2px; 
    border-radius:10px;
    border-width: 1px;
border-style: solid;
border-color: #C0C0C0;
 }
 .propertyTtleLn1{
    font-family:"Arial";
    font-size: 15px;
    margin:  0; 
    font-weight: bold;
  }
  .propertyTtleLn2{
    font-family:"Arial";
    font-size: 13px;
    margin:  0;
    font-weight: bold;
  }
  
  .propertyDesc{
    font-family:"Arial";
    font-size: 13px;
    margin:  0;
  }
 
 
  .btnItemOnList{
    width: 100%;
    height:100%;
    z-index:10;
    background-color: transparent ;
    border:0;
    position:absolute;
    border-radius: 10px;
		top: 0px;                     
    right: 0px;
		text-align: center;
		z-index:10;
  } 
  
  
  
    .listMotobikeDiv1{
    border-radius: 10px;
    margin :10px 10px;
    display: inline-block;
    width: 380px;  
    height: 330px;
    position:relative;
    border-width: 0;
    background-image: url('../images/Logos/rLight.png') ;
background-repeat: round;
background-color: transparent ;
 }
  
  .offSetFromTheTop
  {
    height:180px;
    width: 100%;
  }
   #offSetFromTheTopScart{
    height:250px;
    width: 100%;
  }
   .largerSelectedResDiv{
      border-radius: 10px;
      margin :0px;
      display: inline-block;
      top: 0;
      left: 0;  
      position:relative;
      background-color: transparent ;
      position: relative;
      width: 100%;
      padding-top: 75%; 
   }
   
   
   .largerSelectedBikeDiv{
      border-radius: 10px;
      margin :0px;
      display: inline-block;
      top: 0;
      left: 0;
      position:relative;
      background-color: transparent ;
      position: relative;
      width: 100%;
      padding-top: 60%; 
   }
   
  .largerSelectedItemImage{
  border-radius: 10px;  
  background-color: transparent ;
  display: block;
  height:auto;
  width:100%;
  border:0;
  margin:auto;
  top: 0px;
   left: 0px;
   position:absolute;
   background-image: url('../images/Logos/rLight.png') ;
background-repeat: round;
 }
 
 .largerSelectedBikeImage{
 border-radius: 10px; 
 background-color: transparent ;
  display: block;
  height:auto;
  width: 100%;
    margin:0 auto;
    top: 0px;
    right: 0px;
    left: 0px;
   position:absolute;
   background-image: url('../images/Logos/rLight.png') ;
background-repeat: round;
 }
 
 .largeItemButton{
    width: 100%;
    height: 100%;
    position:absolute;
    background-color: transparent ;
		top: 0px;
    right: 0px;
    left: 0px;
		text-align: center;
		z-index:10;
		border-width:0;
    border-radius: 10px;
  }
 
 .onOffSwitchContTxDiv{
 display:-ms-grid; 
  display: grid;
  margin: 1px auto;
    width:100%;
    height:50px;
    grid-area: 4/2/span 1/span 1; 
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;  
    grid-template: 100% / 85% 15%;
  -ms-grid-columns: 85% 15%;
  -ms-grid-rows:100%;
}
 
.onOffSwitchTextDiv{
    
    grid-area: 1/1/span 1/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    margin: auto 15px auto auto;
    text-align: right;
} 

.onOffSwitchText{
    position: relative;
    font-family:"Arial";
    font-size: 18px;
    font-weight: normal;
    text-align: right;
    color:black; 
    top: 10%;
  }
  .onOffSwitchDiv{
    
    grid-area: 1/2/span 1/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    justify-self:center;
    align-self:center;
    -ms-justify-self:center;
    -ms-align-self:center;
}

  /*Start of Toggle Button CSS*/ 
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* 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: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.ListItemsSection{
    background-color: white ;
    border-width: 2px;
    border-style: solid;
    border-color: #626262;
    border-radius:10px; 
    margin:20px 10px 10px 10px;
}

.ListItemTitle{
    text-decoration: underline;
}

.listItemsOL li{
    font-family:"Arial";
    font-size: 20px;
    margin:15px 30px 0px 30px;
    text-align: left;
    text-align-last: left;
    background-color: white ;
}

.listItemsPara{
    font-family:"Arial";
    font-size: 20px;
    margin:15px 30px 0px 30px;
    text-align: left;
    text-align-last: center;
    background-color: white ;
}

.InfoArea{
    width: 100%;
   min-height: 250px;
   margin: 0 auto;
  background-color: transparent ;
  border-width: 2px;
    border-style: solid;
    border-color: purple;
    border-radius:10px; 
    margin:5px auto;
    z-index:3;
  
  }
  
  .WebsiteTitles{
    font-family:"Arial";
    font-size: 25px;
    font-weight: 1000;
    margin:5px 10px 5px 10px;
    text-align: center;
    text-decoration: underline;
  }
  
  .availabilityOfItem{
    font-family:"Arial";
    font-size: 18px;
    font-weight: 650;
    position:absolute;
    bottom: 26%;
    left: 3px;
    background-color: #b39898;
    color: white;
 }
 .costOfItem{
    font-family:"Arial";
    font-size: 18px;
    font-weight: 800;
    position:absolute;
    bottom: 26%;
    right: 3px;
    background-color: #b39898;
    color: white;
 }
 
 .mainParagraphs{
    font-family:"Arial";
    font-size: 20px;
    margin:10px 10px;
    text-align: left;
    text-align-last: center;
  }
  
  .valuesUL{
     font-family:"Arial";
    font-size: 18px;
    margin:15px 80px;
    text-align: left;
    background-color: white ;
    font-weight: bold;
    list-style-position: inside;
    
  } 
  
}

