/* Intial start */

  #languagesContainer {
    display: none;
  }

  #secondQuestion {
    display: none;
  }

  #authenticate {
    display: none;
  }

  #signUp {
    display: none;
  }

  #signUpMaster {
    display: none;
  }

  #location {
    display: none;
  }

  #resultsQuantity {
    display: none;
  }

  #servicesResults {
    display: none;
  }

  #phoneQuestion {
    display: none;
  }

  #remindPassword {
    display: none;
  }

  #locationEnter {
    display: none;
  }

  #mainPageAboutUs {
    display: none;
  }

  #serviceResultsFilterContainer {
    display: none;
  }

  #serviceResultsSend {
    display: none;
  }

  #phoneQuestionVerifySubmit {
    display: none;
  }

  #phoneQuestionVerifyEnter {
    display: none;
  }

  #loading {
    display: none;
  }

  #emailVerificationAnswerContainer {
    display: none;
  }

  #goToLogin {
    display: none;
  }

  .noDisplay {
    display: none;
  }

  body {
    margin: 0;
    font-family: Arial;
  }

/* Intial end */

/* Container start */

  #firstQuestionContainer,
  #secondQuestionContainer,
  #locationContainer,
  #resultsQuantityContainer {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 34px !important;
    overflow: hidden;
    margin-bottom: 20px;
    height: 50px;
    background: white;
  }

  #checkBoxContainer {
    float: left;
    width: 7%;
    box-sizing: border-box;
  }

  #servicePhotoContainer {
    float: left !important;
    width: 45% !important;
    max-width: 200px !important;
    position: relative !important;
    font-family: 'Poppins', sans-serif !important;
  }

  #serviceInfoContainer {
    float: left !important;
    width: 48% !important;
    box-sizing: border-box !important;
    padding-left: 5px !important;
    font-family: 'Poppins', sans-serif !important;
  }

  #checkBoxContainer:after {
    content: "";
    display: table;
    clear: both;
  }

  #loadingContener {
    position: fixed;
    top: calc(50% - 25px);
    bottom: calc(50% - 25px);
    right: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 999;
  }

  #languagesContainer,
  #signUp,
  #signUpMaster,
  #mainPageAboutUs,
  #phoneQuestion,
  #loading {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }

  #loading {
    z-index: 11 !important;
  }

  #locationContainerProgress {
    padding-left: 25px;
    background-color: #00ad5f;
    width: 0%;
    height: 50px;
  }

  #resultsQuantityContainerProgress {
    padding-left: 25px;
    background-color: #00ad5f;
    width: 66%;
    height: 50px;
  }

  #servicesResultsContainer {
    height: 100%;
  }

  #servicesResultsContainerRight {
    width: 100%;
  }

  #servicesResultsContainerLeft {
    position: fixed;
    padding: 10px 5px 10px 5px;
    z-index: 1;
    background: white;
    overflow-y: scroll;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  #servicesResultsContainerLeft::-webkit-scrollbar {
    display: none;
  }

  #authenticateContainer,
  #phoneQuestionContainer,
  #resetPasswordContainer {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
  }

  #emailVerificationAnswerContainer {
    background-color: #fcae1e;
    margin: auto;
    border: 0px solid #888;
    border-radius: 10px;
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
  }

  @keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }

  @-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }

  @-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }

  @-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }

  @-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }

  @keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
  }

  #authenticateContainer {
    position:fixed;
    height: 380px;
    top: calc(50% - 190px);
    bottom: calc(50% - 190px);
  }

  #resetPasswordContainer {
    position:fixed;
    height: 290px;
    top: calc(50% - 145px);
    bottom: calc(50% - 145px);
  }

  #emailVerificationAnswerContainer {
    position:fixed;
    top: 5%;
  }

  #phoneQuestionContainer {
    position:fixed;
    height: 230px;
    top: calc(50% - 115px);
    bottom: calc(50% - 115px);
  }

  #remindPasswordContainer {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    height: 200px;
    position: fixed;
    top: calc( 50% - 100px );
    bottom: calc( 50% - 100px );
    border-radius: 10px;
  }

  #serviceResultsFilterContainer {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    height: 420px;
    min-height: 200px;
    border-radius: 10px;
    width: 210px;
    position: fixed;
    top: 2%;
    right: 2%;
    z-index: 9;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
  }

  #signUpContainer,
  #signUpMasterContainer {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
  }

  #instructionsContainer {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  #instructionsContainer::-webkit-scrollbar {
    display: none;
  }

  #signUpContainer {
    height: 530px;
    position: fixed;
    top: calc( 50% - 265px );
    bottom: calc( 50% - 265px );
  }

  #instructionsContainer {
    height: 560px;
    position: fixed;
    top: calc( 50% - 280px );
    bottom: calc( 50% - 280px );
  }

  #signUpMasterContainer {
    min-height: 580px;
    position: fixed;
    top: calc( 50% - 290px );
    bottom: calc( 50% - 290px );
  }

  #firstQuestionButtonArea,
  #secondQuestionButtonArea {
    height: 50px;
  }

  #authenticate,
  #remindPassword,
  #resetPassword {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }

/* Container end */

/* Items start */

  input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 80%;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #C1C1C1;
    border-radius: 25px;
    border: 0px solid #000101;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 10px;
    border-radius: 7px;
    background: #00ad5f;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.6px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #C1C1C1;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #C1C1C1;
    border-radius: 25px;
    border: 0px solid #000101;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 10px;
    border-radius: 7px;
    background: #00ad5f;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #C1C1C1;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range]::-ms-fill-upper {
    background: #C1C1C1;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 10px;
    border-radius: 7px;
    background: #00ad5f;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #C1C1C1;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #C1C1C1;
  }


  #loadingContenerGif {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #00ad5f;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  input[type=radio]:checked + label{
    color: white;
    background: #00ad5f;
  }

  .toggle {
    border: solid 3px #00ad5f;
    display: inline-block;
    margin: 5px auto 20px auto;
    border-radius: 24px;
    overflow: hidden;
  }

  #languagesFlags {
    max-height: 80%;
    padding-right: 10px;
    cursor: pointer;
  }

  #authenticateForm,
  #resetPasswordForm {
    margin-top: 10px;
  }

  #remindPasswordForm {
    margin-top: 40px;
  }

  .selectedServiceChecked {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }

  .gm-style-iw, .gm-style-iw-c {
    padding-right: 0px;
    padding-bottom: 0px;
    width: 460px;
    height: 175px;
    min-width: 0px;
  }

  .serviceResultMapButtonSelected {
    background-color: grey;
  }

  #languagesContainerContent {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 10px;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  html{
              scrollbar-width: none;
            }

  #languagesContainerContent::-webkit-scrollbar {
    display: none;
  }

  #languagesContainerColumn {
    float: left;
  }

  #serviceResultsFilterMyLocation {
    width: calc(100% - 10px);
    line-height: 18px;
    font-size: 17px;
    border: 0px solid black;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    margin-top: 15px;
    height: 30px;
    padding-left: 6px;
    margin-bottom: 10px;
    -webkit-appearance: none;
  }

  #serviceResultsFilterDistanceRange,
  #serviceResultsFilterRatingRange {
    margin-top: 5px;
  }

  #serviceResultsFilterRatingSelect,
  #serviceResultsFilterWarantySelect,
  #serviceResultsFilterLobbySelect,
  #serviceResultsFilterDeliverySelect,
  #serviceResultsFilterOfficialSelect {
    display: inline;
    width: 80px;
    float: right;
  }

  #locationEnter {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
  }

  #servicesResults {
    width: 100%;
  }

  #aboutUsMark{
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 9;
    border-radius: 35px;
    background-color: #00ad5f;
    color: white;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    text-align: center;
    font-family: Arial;
    line-height: 30px;
    bottom: 2%;
    right: 2%;
    cursor: pointer;
  }

  #locationEnterAutocomplete {
    height: 50px !important;
    float: left !important;
    border-radius: 0px 36px 36px 0px !important;
    border: none !important;
    font-size: 20px !important;
    width: 100% !important;
    text-align: center !important;
  }

  #instructionsVideoGif {
    width: 250px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #instructionsSteps{
    line-height: 1.5;
    color: #333;
    font-size: 16px;
  }

  #instructionsStepsIntro {
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  #mainPageNewUser {
    height: 100vh;
    max-height: -webkit-fill-available;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
  }

  #firstQuestion,
  #secondQuestion,
  #location,
  #resultsQuantity {
    width: 100%;
  }

  #firstQuestionInputImg {
    height: 30px;
    margin-top: 6px;
    cursor: pointer;
  }

  #loginEmail,
  #loginPassword,
  #remindPasswordEmail,
  #name,
  #registerEmail,
  #phone,
  #registerPassword1,
  #brandName,
  #companyName,
  #companyCode,
  #companyVat,
  #invoiceEmail,
  #addressInvoices,
  #phoneQuestionVerifyCode,
  #registerPassword2,
  #registerPassword3 {
    display: flex;
    width: 90%;
    -ms-flex-pack: justify;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-appearance: none;
    border-radius: 34px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0px;
    height: 50px;
    font-size: 15px;
    z-index: 9;
    margin-right: auto;
    margin-left: auto;
  }

  .toolTip {
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -60px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .toolTip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }

  .toolTipFilter {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -60px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 19px;
  }

  .toolTipFilter::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }

  .infoIconContainer:hover .toolTipFilter {
    visibility: visible;
  }

  #forgotPassword {
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  textarea:focus,
  input:focus,
  button:focus {
    outline: none;
  }

  #firstQuestionForm,
  #secondQuestionForm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #d9f1e3;
    height: 50px;
  }

  #instructionsSteps {
    padding: 10px 5px 10px 5px;
    box-sizing: border-box;
  }

  #instructionsVideo {
    padding: 10px 5px 10px 5px;
    box-sizing: border-box;
  }

  #googleMap {
    width: 100%;
    float: right;
  }

  .selectedServices {
    display: flex;
    cursor: pointer;
  }

  .servicePhotoImage {
    max-width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    font-family: 'Poppins', sans-serif !important;
  }

  .infoIcon {
    width:15px;
  }

  .infoIconContainer {
    display: inline-block;
    margin-left: 1px;
  }

  .serviceCheckox {
    height: 100%;
    width: 20px;
    pointer-events: none;
  }

  #serviceResultsFilterStatus,
  #serviceResultsFilterWaranty,
  #serviceResultsFilterLobby,
  #serviceResultsFilterDelivery,
  #serviceResultsFilterOfficial {
    width: 100%;
    height: 20px;
    margin-top: 10px;
  }

/* Items end */

/* Texts start */

  #emailVerificationAnswer {
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
  }

  #authenticateLabel,
  #resetPasswordLabel {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
  }

  #checkboxLabel {
    padding-left: 5px;
    padding-bottom: 10px;
  }

  label {
    color: #332f35;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px;
  }

  #serviceResultsFilterDistanceValue,
  #serviceResultsFilterRatingValue {
    display: inline;
    font-size: 11px;
  }

  #serviceResultsFilterDistanceLabel,
  #serviceResultsFilterRatingLabel {
    margin-top: 8px;
  }

  #serviceResultsFilterWarantyLabel,
  #serviceResultsFilterLobbyLabel,
  #serviceResultsFilterDeliveryLabel,
  #serviceResultsFilterOfficialLabel,
  #serviceResultsFilterRatingStatusLabel {
    margin-top: 5px;
    display: inline;
  }

  #firstQuestionLabel,
  #secondQuestionLabel {
    flex-grow: 1;
    height: 100%;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #000;
  }

  #serviceInfoDistance,
  #serviceInfoRatingComment,
  #serviceInfoRatingDescription,
  #serviceInfoTitle  {
    font-family: 'Poppins', sans-serif !important;
  }

  #serviceInfoDistance {
    padding-left: 7px !important;
    font-family: 'Poppins', sans-serif !important;
  }

  #firstQuestionAnswer,
  #secondQuestionAnswer {
    font-size: 15px;
    color: #ccc;
    padding-left: 26px;
  }

  .errorMessage::placeholder {
    color: red;
  }

  input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
  }

  #signUpLabel,
  #signUpMasterLabel {
    margin-top: 22px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  #signUpLabel,
  #signUpForm,
  #signUpMasterLabel {
    text-align: center;
  }

  #languageName {
    font-size: 22px;
    align-items: center;
    display: flex;
    height: 40px;
    padding-top: 10px;
    cursor: pointer;
    margin-bottom: 10px;
  }

  #authenticateResponse,
  #remindPasswordResponse,
  #signUpMasterResponse,
  #signUpResponseError,
  #signUpMasterResponse,
  #phoneQuestionResponse,
  #resetPasswordResponse {
    color: red;
    text-align: center;
    margin-top: 20px;
  }

  #resultsQuantityResponse,
  #locationMessage,
  #locationResponse {
    text-align: center;
    margin: auto 0 auto 0;
    position: absolute;
    right: 0;
    left: 0;
  }

  #phoneQuestionLabel {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #serviceResultsList {
    margin: 10px;
    line-height: 22px;
  }

/* Text end */

/* Buttons start */

  #serviceResultsFilterButton {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 2%;
    right: 2%;
    z-index: 9;
    border-radius: 35px;
    background: white url(images/filter.png) no-repeat center;
    background-size: 35px 35px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
  }

  #loginFromMainPageButton {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 0;
    border-radius: 35px;
    background-color: #00ad5f;
    color: white;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    background: #00ad5f url(images/service.png) no-repeat center;
    background-size: 35px 35px;
    top: 2%;
    right: 2%;
    cursor: pointer;
  }

  .serviceResultMapButton{
    max-width: 110px !important;
    line-height: 35px !important;
    height: 35px !important;
  }

  #firstQuestionButton,
  #secondQuestionButton {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 0;
    background: #00ad5f;
    transition: all .2s ease-out, color .2s ease-out;
    font-weight: 300;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
  }

  #loginButton,
  #signUpButton,
  #remindPasswordButton,
  #signUpButtonRegister,
  #newMasterButton,
  .serviceResultMapButton,
  #startFromInstructionsButton,
  #signUpFromInstructionsButton,
  #serviceResultsFilterApplyButton,
  #possitivePhoneAnswer,
  #negativePhoneAnswer,
  #phoneQuestionVerifySubmit,
  #resetPasswordButton,
  #goToLogin {
    height: 40px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 0;
    transition: all .2s ease-out, color .2s ease-out;
    font-weight: 300;
    text-align: center;
    border-radius: 34px;
    margin: 10px auto 10px auto;
    margin-top: 20px;
  }

  #serviceResultsSendButton {
    white-space: nowrap;
    font-weight: 300;
    text-align: center;
    border-radius: 34px;
    margin: 20px auto 10px auto;
    position: fixed;
    cursor: pointer;
    border: 0;
    z-index: 0;
    transition: all .2s ease-out, color .2s ease-out;
    left: calc(50% - 105px);
    width: 210px;
    color: black;
    background: white;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    display: inline;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding-right: 10px;
  }

  #serviceResultsSendButtonIcon {
     vertical-align: middle;
     max-height: 100%;
  }

  #loginButton,
  #remindPasswordButton,
  #signUpButtonRegister,
  #newMasterButton,
  .serviceResultMapButton,
  #startFromInstructionsButton,
  #serviceResultsFilterApplyButton,
  #possitivePhoneAnswer,
  #phoneQuestionVerifySubmit,
  #resetPasswordButton,
  #goToLogin {
    background: #00ad5f;
    max-width: 200px;
  }

  #signUpButton,
  #signUpFromInstructionsButton,
  #negativePhoneAnswer {
    background: #187bcd;
    max-width: 200px;
  }

  #languages, #back {
    min-width: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    text-align: center;
  }

  #languagesContainerClose,
  #mainPageAboutUsClose,
  #backToSecondQuestionButton,
  #backToAuthenticateButton,
  #backToAuthenticateButtonSignUp,
  #serviceResultsFilterContainerClose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.75;
  }

  #languagesContainerClose:hover,
  #languagesContainerClose:focus,
  #mainPageAboutUsClose:hover,
  #mainPageAboutUsClose:focus,
  #backToSecondQuestionButton:hover,
  #backToSecondQuestionButton:focus,
  #backToAuthenticateButton:focus,
  #backToAuthenticateButton:hover,
  #backToAuthenticateButtonSignUp:focus,
  #backToAuthenticateButtonSignUp:hover,
  #serviceResultsFilterContainerClose:focus,
  #serviceResultsFilterContainerClose:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
/* Buttons end*/

    @media screen and (max-width: 749px) {
      #mainPageNewUser {
        background-position: center;
      }

      #firstQuestion, #secondQuestion, #location, #resultsQuantity {
        max-width: 350px;
        padding-top: 35vh;
        opacity: 1;
      }

      #languages, #back {
        padding: 0 5px 0 15px;
      }

      #firstQuestionLabel, #secondQuestionLabel {
        font-size: 14px;
      }

      #firstQuestionButtonArea, #secondQuestionButtonArea {
        min-width: 80px;
      }

      #firstQuestionButton, #secondQuestionButton {
        font-size: 14px;
      }

      #languagesContainerContent {
        position: absolute;
        right: 5%;
        left: 5%;
      }

      #languagesContainerColumn {
        width: 90%;
      }

      #authenticateContainer,
      #phoneQuestionContainer,
      #emailVerificationAnswerContainer,
      #resetPasswordContainer {
        max-width: 86%;
        right: 7%;
        left: 7%;
      }

      #signUpContainer, #signUpMasterContainer, #remindPasswordContainer {
        max-width: 86%;
        right: 7%;
        left: 7%;
      }

      #servicesResultsContainerLeft {
        bottom: 3vh;
        width: 96%;
        left: 2%;
        right: 2%;
        padding: 10px 0px 10px 0px !important;
        max-height: 230px;
      }

      #servicesResultsContainerRight {
        height: 100%;
      }

      #googleMap {
        height: 100vh;
        max-height: -webkit-fill-available;
      }

      #serviceInfoDistance, #serviceInfoRatingComment, #serviceInfoRatingDescription {
        font-size: 9px !important;
      }

      #serviceInfoTitle {
        font-size: 14px !important;
      }

      #serviceInfoRatingDescription{
        padding-right: 5px;
      }

      .selectedServices {
        height: 120px;
        padding: 7px 0px 5px 0px !important;
      }

      #checkBoxContainer{
        min-width: 30px;
      }

      #serviceResultsSendButton {
        top: calc(100% - 350px);
        z-index: 5;
      }

      #instructionsContainer {
        max-width: 90%;
        height: 90% !important;
      }

      #instructionsVideoGif {
        width: 250px;
      }

      #mobileBackground {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: url(images/test.jpg);
        background-repeat: no-repeat;
        background-position: bottom right;
        height: 100vh;
        max-height: -webkit-fill-available;
        width: 100vw;
        z-index: -100;
        opacity: 0.5;
        background-size: 130%;
      }
    }

    @media screen and (min-width: 750px) {
      #mainPageNewUser {
        background: url(images/test.jpg);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 60%;
      }

      #firstQuestion, #secondQuestion, #location, #resultsQuantity {
        max-width: 730px;
        padding-top: 25vh;
      }

      #languages, #back {
        padding: 0 20px;
      }

      #firstQuestionLabel, #secondQuestionLabel {
        font-size: 22px;
      }

      #firstQuestionButtonArea, #secondQuestionButtonArea {
        min-width: 100px;
      }

      #firstQuestionButton, #secondQuestionButton {
        font-size: 16px;
      }

      #languagesContainerContent {
        position: absolute;
        right: 5%;
        left: 5%;
      }

      #authenticateContainer,
      #languagesContainerColumn,
      #emailVerificationAnswerContainer,
      #resetPasswordContainer {
        max-width: 380px;
        left: 30%;
        right: 30%;
      }

      #phoneQuestionContainer {
        max-width: 340px;
        left: 20%;
        right: 20%;
      }

      #signUpContainer, #signUpMasterContainer, #remindPasswordContainer {
        max-width: 380px;
        left: 20%;
        right: 20%;
      }

      #servicesResultsContainerLeft {
        width: 500px;
        top: 2%;
        bottom: 14%;
        left: 2%;
      }

      #servicesResultsContainerRight {
        height: 100%;
      }

      #googleMap {
        height: 100vh;
      }

      #serviceInfoDistance, #serviceInfoRatingComment, #serviceInfoRatingDescription {
          font-size: 11px !important;
      }

      #serviceInfoTitle {
        font-size: 17px !important;
      }

      .selectedServices {
        height: 140px;
        padding: 7px 0px 5px 0px !important;
      }

      #serviceResultsSendButton {
        top: 85%;
      }

      #instructionsContainer {
        max-width: 720px;
        left: 5%;
        right: 5%;
      }

      #instructionsSteps {
        float: left;
        width: 45%;
      }

      #instructionsVideo {
        float: right;
        width: 45%;
      }

    }
