@font-face {
  font-family: ArbropharmaFont;
  src: url("../font/adelle-mono.ttf");
 
}
@font-face {
  font-family: adellemonobold;
  src: url("../font/adelle-mono-semibold.ttf");
 
}
@font-face {
  font-family: pragmatica;
  src: url("../font/Pragmatica.ttf");
 
}
@font-face {
  font-family: aileronregular;
  src: url("../font/Aileron-Regular.otf");
 
}
@font-face {
  font-family: aileronbold;
  src: url("../font/Aileron-Bold.otf");
 
}
#div_right{
  position: absolute;
  right: 100px;
  text-align: center;
  padding-top: 10%;
}
:root {
  --PrimaryColor:#781429;
}
body{
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
 
}
#div_desktop .col-lg-6,#div_mobile {
  text-align: center;
  display: table;
  float: left;

}




#content_div {
  display: table-cell;
  vertical-align: middle;
}
#content_div_mobile{
  /* display: table-cell; */
  position: relative;
}
#div_bottom {

  text-align: center;
bottom: 0px;
position: fixed;
}

#btnstart_mobile,#btnstart_desktop {
  
  color: #ffffff;
  background-color: var(--PrimaryColor);
  border: none;
  border-radius: 40px;
  font-family: aileronblod;
  
  
}

#span_sort_text
{
  /* text-transform: uppercase; */
  padding-right: 10px;
  font-family: aileronblod;
}

#span_sort_text_mobile
{
  font-family: aileronregular;
  padding: 15px;
  display: block;  /* Make span a block element */
  text-align: center;
  
}

svg {
  width: 100%;
  background-color:var(--PrimaryColor);
}
#img_mobile
{
  object-fit: contain;
  position: absolute;
  left: 0;
  
  
}

#div_terms
{
  width: 100%;
  text-align: center;
  padding: 10px;
}


#img_logo_mobile{
  margin-top: 15px;
}

p{
  font-family: ModicareFont;
}

#div_desc{
  padding:0 25px;
}
#span_termsAndCondition{
  color: #7652A1;
}


input[type=checkbox] {
  accent-color: var(--PrimaryColor)
}
#img_desktop{
  position: absolute;
  left: 30px;

}

/* #div_desktop{
  background-image: url(../img/Desktop_bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
}  */
#img_logo_desktop
{
  position: absolute;
    left: 30px;
    top: 30px;
}

