/** Generated by QuickPaging **/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.part1 {
    height: 430px;
    background: #FF690F url("https://safarmarket.com/data/uploaded_files/2021-03/1308e68e90c6bdb8.jpg") no-repeat;
    background-blend-mode: color-burn;
    background-size: cover;
    font-size: 19px;
    border-radius: 9px 9px 0 0;
}

.part2 {
  padding-bottom: 1.5rem;
    /* height: 800px; */
    background-color: #ffffff; 
}

.part3 {
    border-radius: 0 0 9px 9px;
    overflow: hidden;
}

.mySection {
    max-width: 80%;
    padding: 0 15px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.mySection > div:first-child {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding-right: 8px;
}

.mySection > div:last-child {
    width: 40%;
    padding-right: 12px;
}

.myOverlay_layer {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
}

.myOverlay_layer > div:first-child {
    z-index: -1;
}

.stickySec img {
    width: 100%;
    max-width: 360px;
    filter: drop-shadow(0 0.9rem 1.25rem rgba(0, 0, 0, 0.2));
}


.stickySec {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding-top: 35px;
    margin-bottom: -20px;
}





















.register-form {
  /* display: flex;
  align-items: center; */
  margin-top: 15px;
}


.register-form input {
  color: black;
  padding: 0 6px;
  margin-bottom: 0;
}

.register-form input:active, .register-form input:focus {
  border: none !important;
  box-shadow: none !important;
}

.register-form input,
.register-form button {
  border: none !important;
  outline: none !important;
}

.register-form button {
  color: white;
  transition: all 0.2s;
  border: 2px solid #ffffff !important;
  border-radius: 5px;
  background-color: transparent;
  height: 46px;
  padding: 0 15px;
}

.register-form button:hover {
  color: #FF690F;
  background-color: white;
  border: none !important;
}

.register-form .captcha_container {
  display: flex;
  align-items: center;
  max-width: 360px;
}

.register-form .captcha_container > div {
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-form .captcha_container > div  , .input_container{
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  margin-bottom: 4px;
  border-radius: 6px;
  padding: 2px;
  display: flex;
}

.register-form .captcha_container > div:last-child {
  background-color: transparent;
}

.register-form .captcha_container > div:first-child {
  flex: 0 0 60%;
}

.register-form .captcha_container > div:nth-child(2) {
  flex: 0 0 30%;
  padding: 0 6px;
  border-radius: 5px;
  background-color: #ffffff;
}

.register-form .captcha_container > div:nth-child(3) {
  flex: 0 0 10%;
}

#request_result {
  margin: 10px 0 5px;
}

.success_msg , .error_msg {
  text-align: center;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 0.7rem;
}

.success_msg {
  background-color: #037e43;
  color: #ffffff;
}

.error_msg {
  background-color: #b61d09;
  color: #ffffff;
}









.why-use-sm {
  padding: 3em 0;
}

.why_use_header {
  font-size: 18px;
}

.why_use_header .main-title {
 font-size: 1.1em;
 margin-bottom: 10px;
}

.why-use-sm-item {
 display: flex;
 align-items: center;
 margin: 30px 0 0 10px;
}

/* .why-use-sm-item#app_gift img {
 display: none;
 width: 100%;
 max-width: 350px;
} */

.why-use-sm-item div:first-child {
 flex: 0 0 20%;
}

.why-use-sm-item img {
 max-width: 150px;
 width: 100%;
 height: auto;
}

.why_use_desc {
  margin-right: 15px;
  font-size: 18px;
}

.why_use_desc .title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 6px;
 }
 
 .why_use_desc .content {
  font-size: 0.9em;
 }




.myfooterSection {
  max-width: 80%;
  margin: 0 auto;
  padding: 15px 15px 0;
}

.app-footer {
  background: linear-gradient(87.46deg, #FF690F 0%, #EE4719 99.29%);
  padding: 1.5em 0;
  margin-top: -26px;
}

.app-footer .main {
  color: white;
  padding-right: 8px;
}

.app-footer .title {
  font-size: 22px;
  margin-bottom: 10px;
}

.app-footer .dl-links {
  margin: 20px 0 10px;
}

.app-footer .dl-links .os {
  display: flex;
  align-items: baseline;
}

.app-footer .dl-links .os img {
  vertical-align: middle;
}

.app-footer .dl-links .os > div:last-child{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 0;
}

.app-footer .dl-links .link {
  margin: 5px;
}

.app-footer .dl-links .link a {
  display: inline-block;
}

.app-footer .dl-links .os.android .android-icon  ,
.app-footer .dl-links .os.apple .apple-icon {
  margin-left: 10px;
}


.openShareDialogue {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border-radius: 6px;
  cursor: pointer;
  background-color: #333333;
}

.openShareDialogue.deskShare {
  margin: 1.4rem auto 0.3rem;
  font-size: 0.65em;
}

.openShareDialogue.mobShare {
  margin: 0.3rem auto 0.1rem;
  font-size: 0.65em;
  min-width: 150px;
}


.shareOveraly {
  visibility: hidden;
  display: grid;
  place-items:center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.9);
  z-index: 100;
}

#share {
  width: 25%;
  min-width: 300px;
  max-width: 390px;
  border-radius: 6px;
  padding:0.5rem;
  background-color: #ffffff;
}

#share i {
  opacity: 1;
  vertical-align: middle;
}

#share .share_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
  background-color: #010101;
  border-bottom: 3px solid #fd670a;
  border-radius: 2px;
  margin-bottom: 10px;
}

#closeShareDialogue {
  cursor: pointer;
  color: #000000;
}

.share-btn {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-btn a {
  text-align: center;
  margin: 2px 10px;
}

.share-btn a:last-child {
  flex: 2;
  color: #888888;
  padding: 6px;
  border: 1px solid #888888;
  border-radius: 6px;
  cursor: pointer;
}

.share-btn img {
  max-width: 32px;
  vertical-align: middle;
}










.mobile_header_content {
  display: none;
  position: relative;
  /*background: linear-gradient(87.46deg, #FF690F 0%, #EE4719 99.29%);*/
  background:#FF690F url("https://safarmarket.com/data/uploaded_files/2021-03/1308e68e90c6bdb8.jpg") no-repeat;
  background-blend-mode: color-burn;
  background-size:cover;
  max-height: 450px;
  text-align: center;
  line-height: 1.7;
  color: white;
  padding: 0.8rem 10px 2rem;
  font-size: 18px;
  /* align-items: center;
  justify-content: center;
  flex-direction: column; */
}

.mobile_header_content .install-btn {
  background-color: #263445;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 11px 10px;
  font-size: 18px;
  border-radius: 5px;
  display: block;
  max-width: 96%;
  margin: 1.5rem auto 0.6rem;
}

.mobile_header_content img {
  margin-top: 1rem;
  max-width: 240px;
  filter: drop-shadow(0 0.9rem 1.25rem rgba(0, 0, 0, 0.2));
}


@media screen and (max-width: 600px){
  .desktop_header_content  , .stickySec{
    display: none;
  }

  .mobile_header_content {
    display: block;
  }

  .part2 {
    padding-top: 4rem;
  }

  .part2 .mySection {
    display: block;
  }

  .part2 .mySection > div:first-child {
    width: 100%;
  }

  .why-use-sm {
    margin-top: 1.5em;
  }

  .why_use_header .main-title {
    margin-top: 1.5rem;
    text-align: center;
  }

  .why-use-sm-item {
    flex-direction: column;
    text-align: center;
  }

  .myOverlay_layer {
    display: none;
  }

  .myfooterSection {
    max-width: 95%;
  }

  .app-footer .main {
    text-align: center;
  }

  .app-footer .dl-links .link img {
    min-width: 150px;
  }

  .app-footer .dl-links .os > div:last-child {
    flex-direction: column;
    margin: 5px auto 0;
    justify-content: center;
  }

  .app-footer .android-icon,
  .app-footer .apple-icon {
    display: none;
  }

  .myContainer.padder_10 {
    padding: 0 !important;
  }

  .mySection {
    padding: 0 8px;
    max-width: 95%;
  }
}


@media screen and (min-width:600px) and (max-width: 1000px){
  .part1 {
    font-size: 15px;
  }

  .part2 .mySection {
    display: block;
  }

  .part2 .mySection > div:first-child {
    width: 100%;
  }

  .stickySec {
    padding-top: 50px;
    position: unset;
  }
}