@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;500;600;700;900&display=swap');

html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Source Sans Pro", sans-serif !important;
  background-color: #fff;
  overflow-x: hidden;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
section {
  display: block;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
.basicpage .contactUs:hover, .basicpage .faqdesc a:hover{
  color: royalblue;
}
.basicpage .faqdesc .red_txt:hover{
  color: #EC1300;
}
.basicpage .download_btn:hover{
  color: #fff;
}
.privacy_policy, .seemore7, .seeless7 {
  color: #333;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.seemore, .seeless {
  cursor: pointer;
}
.header {
  background: #EC1300;
  color: #fff;
}
.head_link {
  font-weight: 700;
  color: #fff;
}
.hero_left {
  background: #090907;
  color: #fff;
}

.card_text {
  color: #000;
  font-weight: 400;
}
.card_button {
  color: #fff;
  background: #EC1300;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.protect_sec {
  background: #fff;
}
.three_sec {
  background: #f5f5f5;
}
.suspect_sec p {
  font-weight: 700;
  text-align: center;
}

.operation_sec {
  display: flex;
  background-color: #f5f5f5;
  justify-content: center;
  text-align: left;
  align-items: center;
}
.operation_heading {
  font-weight: 700;
}
.deliver_sec p {
  text-align: center;
  font-weight: bold;
}
.deliver_sec a {
  color: #486784;
  text-decoration: underline;
}
#ouibounce-modal {
  z-index: 1000;
  font-family: "Source Sans Pro", sans-serif;
}
#ouibounce-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ouibounce-modal .underlay {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  cursor: pointer;
}
.modal {
  display: none;
}
.modal-body {
  width: 92%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  max-width: 520px;
}
.videoCover {
  width: 100%;
}
.close {
  float: right;
  cursor: pointer;
  position: relative;
  visibility: hidden;
}
.close::before,
.close::after {
  content: "";
  position: absolute;
  background: transparent;
  border-style: solid;
  border-color: #fff;
  border-width: 4px 0px 0px 4px;
  padding: 4px;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  visibility: visible;
}
.close::after {
  border-width: 0px 4px 4px 0px;
  right: 11px;
}

.faqaccord p.icon .fa-minus,
.faqaccord.active p.icon .fa-plus {
  display: none;
}
.faqaccord.active p.icon .fa-minus {
  display: block;
}
.faqaccord p.icon .fa {
  float: right;
  font-size: 31px;
  margin-left: 5px;
  position: relative;
  right: 0;
}
.fa-plus::before{
  content: '+';
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  top: -20px;
  right: -1px;
  font-style: normal;
}
.fa-minus::before{
  content: "\2212";
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  top: -20px;
  right: -1px;
  font-style: normal;
}
.faqaccord {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faqdesc a,
.ctc_us a {
  text-decoration: underline;
}
.red_txt {
  color: #EC1300;
}
@keyframes fadein {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@media screen and (max-width: 767px) {
  .seemore,
  .seeless {
    color: #333;
    border-bottom: 1px solid #222;
  }
  .hiddenContent,
  .seeless {
    display: none;
  }
  .modal_pop,
  .des_dis {
    display: none !important;
  }
  .container_main {
    width: 100%;
    margin: 0 auto;
  }
  .header {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
  }
  .logo img {
    width: 100px;
    margin-left: 40px;
  }
  .herobanner_mob {
    height: 450px;
    background-size: cover;
  }
  .herobanner{
    display: none;
  }
  .herotxt {
    padding-top: 35px;
    padding-right: 15px;
  }
  .hero_firsttxt {
    color: #333;
    font-size: 40px;
    font-weight: bold;
    line-height: 36px;
    max-width: 300px;
    text-align: right;
    float: right;
  }
  .appImages {
    width: 75px;
    height: auto;
    margin: 15px auto 0;
    display: block;
  }
  .hero_sectxt {
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: normal;
    max-width: 215px;
    padding-top: 15px;
    text-align: right;
    float: right;
    clear: both;
  }
  .heroappsec {
    float: right;
    margin-top: 15px;
    width: 200px;
    clear: both;
  }
  .hero_btn {
    width: 200px;
    height: 35px;
  }
  .downloadApp {
    background: #EC1300;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 25.5px;
    height: 35px;
    width: 200px;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
  }
  .hero_firsttxt sup {
    font-size: 15px;
  }
  .privacy_policy {
    display: inline-block;
  }
  .smartphnsec_mob {
    background-repeat: no-repeat;
    height: 300px;
    background-size: 100% 100%;
    background-position: top center;
  }
  .smartphnsec{
    display: none;
  }
  .insidesmartphn {
    padding-top: 30px;
    color: #fff;
    float: right;
    padding-right: 10px;
  }
  .iphnhdn {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    max-width: 165px;
    line-height: 25px;
    padding-left: 5px;
  }
  .iphntxt {
    font-size: 14px;
    color: #fff;
    max-width: 190px;
    padding-top: 10px;
    padding-left: 5px;
  }
  .insidethird {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6.944vw 0 10.069vw;
    flex-direction: column;
  }
  .insidethird div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .thirdhdn {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0 10px;
  }
  .thirdsubtxt {
    color: #333;
    font-size: 14px;
    max-width: 290px;
    margin: 0 auto;
    text-align: center;
  }
  .lock_img {
    height: auto;
    width: 65px;
  }
  .red_card_img {
    height: auto;
    width: 95px;
  }
  .getMore {
    margin-top: 35px;
  }
  .vid_img {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .insidevideo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .vidhdn {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    width: 225px;
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
  }
  .vidsubtxt {
    font-size: 14px;
    color: #333;
    padding: 20px 40px 0;
    text-align: center;
  }
  .safetripreward {
    padding: 60px 0;
  }
  .rewardhdn {
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    max-width: 300px;
    margin: 0 auto;
  }
  .rewardsubtxt {
    font-size: 14px;
    color: #333;
    text-align: center;
    max-width: 325px;
    margin: 0 auto;
    padding: 15px 0 40px;
  }
  .insidereward {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .rwdhdn {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
  }
  .rwdsubtxt {
    font-size: 14px;
    color: #333;
    max-width: 320px;
    padding-top: 15px;
    text-align: center;
  }
  .downloadsec_mob {
    background-repeat: no-repeat;
    height: 417px;
    background-size: cover;
  }
  .downloadsec {
    display: none;
  }
  .insidedownload {
    float: right;
    text-align: right;
    margin-top: 80px;
  }
  .dwnhdn {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    max-width: 150px;
    line-height: 30px;
    float: right;
    margin-right: 30px;
  }
  .btm_dwn {
    position: relative;
    right: 30px;
  }
  .dwntxt {
    font-size: 15px;
    color: #333;
    max-width: 158px;
    padding: 15px 0 20px;
    float: right;
    clear: both;
    margin-right: 30px;
  }
  .safetripoffer {
    padding: 70px 0 90px;
  }
  .offerhdn {
    color: #333;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding: 0 10px 50px;
  }
  .insideoffer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    flex-direction: column;
  }
  .downloadsec .hero_btn {
    margin: 0;
    float: right;
    width: auto;
    height: auto;
    clear: both;
  }
  .offhdn {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    max-width: 300px;
    padding-top: 15px;
    margin: 0 auto;
    text-align: center;
  }
  .offsubtxt {
    font-size: 14px;
    color: #333;
    max-width: 300px;
    padding-top: 22px;
    padding-bottom: 15px;
    margin: 0 auto;
    text-align: center;
  }
  .workshop {
    margin: 45px 0;
  }
  .offer_links {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
    display: block;
  }
  .offhdn sup {
    font-size: 10px;
    position: relative;
    bottom: 6px;
    left: 2px;
  }
  .earn_img,
  .score_img,
  .compare_img {
    width: 315px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .earn {
    margin: 40px 0;
  }
  .offer_img {
    width: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .faqhdng {
    color: #333;
    font-weight: bold;
    font-size: 26px;
  }
  .accordionSec {
    max-width: 340px;
    margin: 0 auto;
    padding-bottom: 45px;
  }
  .accordionfaq {
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    max-width: 340px;
  }
  .last_accordion {
    border-bottom: none;
  }
  .panel {
    display: none;
  }
  .faqtitle,
  .hv_qn {
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }
  .faqdesc {
    color: #333;
    font-size: 14px;
    padding-top: 10px;
    max-width: 330px;
  }
  .ctc_us {
    color: #333;
    font-size: 14px;
  }
}

@media screen and (max-width: 359px) {
  .rwdsubtxt {
    padding: 15px 10px 0;
  }
  .rewardsubtxt {
    max-width: 315px;
  }
  .btm_dwn {
    position: relative;
    right: 15px;
  }
  .dwntxt,
  .dwnhdn {
    margin-right: 15px;
  }
  .accordionSec {
    max-width: 300px;
  }
  .faqtitle{
    width: 281px;
  }
}

@media screen and (min-width: 768px) {
  .mob_dis {
    display: none !important;
  }
  .modal_pop {
    background-color: #fff !important;
    border-radius: 1.389vw;
    bottom: 0;
    width: 40.278vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 49.653vw;
  }
  .container_main {
    width: 100%;
    margin: 0 auto;
  }
  .header {
    display: flex;
    justify-content: space-between;
    height: 4.514vw;
    align-items: center;
  }
  .logo img {
    width: 10.417vw;
    margin-left: 8.681vw;
  }
  .herobanner {
    background-repeat: no-repeat;
    height: 37.847vw;
    background-size: cover;
  }
  .herobanner_mob{
    display: none;
  }
  .herotxt {
    padding-top: 5.5vw;
    padding-left: 10.069vw;
  }
  .hero_firsttxt {
    color: #333;
    font-size: calc(47px + (88 - 47) * ((100vw - 768px) / (1440 - 768)));
    font-weight: bold;
    max-width: 47vw;
    line-height: 5.208vw;
  }
  .appImages {
    width: 9.583vw;
    height: auto;
  }
  .hero_sectxt {
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: calc(15px + (28 - 15) * ((100vw - 768px) / (1440 - 768)));
    line-height: normal;
    max-width: 42.5vw;
    padding-top: 1.042vw;
  }
  .heroappsec {
    display: flex;
    align-items: center;
    margin-top: 1.736vw;
  }
  .hero_btn {
    width: 20.486vw;
    height: 3.472vw;
    margin-right: 4.514vw;
  }
  .downloadApp {
    background: #ec1300;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 25.5px;
    height: 3.472vw;
    width: 20.486vw;
    font-weight: 900;
    font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1440 - 768)));
    cursor: pointer;
  }
  .hero_firsttxt sup {
    font-size: calc(12px + (24 - 12) * ((100vw - 768px) / (1440 - 768)));
    bottom: 0.694vw;
  }
  .smartphnsec {
    height: 23.125vw;
    background-size: cover;
  }
  .smartphnsec_mob {
    display: none;
  }
  .insidesmartphn {
    padding-top: 4.208vw;
    color: #fff;
    padding-left: 47.569vw;
  }
  .iphnhdn {
    font-weight: bold;
    color: #fff;
    font-size: calc(27px + (50 - 27) * ((100vw - 768px) / (1440 - 768)));
    max-width: 37.153vw;
  }
  .iphntxt {
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1440 - 768)));
    color: #fff;
    max-width: 37.917vw;
    padding-top: 1.389vw;
  }
  .insidethird {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6.944vw 0 10.069vw;
  }
  .insidethird div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .thirdhdn {
    color: #333;
    font-size: calc(19px + (35 - 19) * ((100vw - 768px) / (1440 - 768)));
    font-weight: bold;
    padding: 2.431vw 0 1.389vw;
  }
  .thirdsubtxt {
    color: #333;
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1440 - 768)));
    max-width: 33.944vw;
    margin: 0 auto;
    text-align: center;
  }
  .drivinData .thirdsubtxt {
    max-width: 35.681vw;
  }
  .lock_img {
    height: auto;
    width: 5.556vw;
  }
  .red_card_img {
    height: auto;
    width: 8.75vw;
  }
  .drivinData {
    padding-right: 4.861vw !important;
  }
  .getMore {
    border-left: 1px solid #333;
    padding-left: 3.819vw !important;
  }
  .vid_img {
    width: 47.708vw;
    height: auto;
    margin-right: 3.819vw;
    cursor: pointer;
  }
  .insidevideo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vidhdn {
    font-size: calc(19px + (35 - 19) * ((100vw - 768px) / (1440 - 768)));
    color: #333;
    font-weight: bold;
    max-width: 22.569vw;
  }
  .vidsubtxt {
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1440 - 768)));
    color: #333;
    max-width: 30vw;
    padding-top: 1.736vw;
  }
  .safetripreward {
    padding: 9.722vw 0 8.681vw;
  }
  .rewardhdn {
    text-align: center;
    font-size: calc(27px + (50 - 27) * ((100vw - 768px) / (1440 - 768)));
    color: #333;
    font-weight: bold;
  }
  .rewardsubtxt {
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1440 - 768)));
    color: #333;
    text-align: center;
    max-width: 62vw;
    margin: 0 auto;
    padding: 2.431vw 0 3.125vw;
  }
  .insidereward {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .rwdhdn {
    font-size: calc(19px + (35 - 19) * ((100vw - 768px) / (1440 - 768)));
    color: #333;
    font-weight: bold;
    max-width: 21.569vw;
    padding-top: 2.083vw;
  }
  .rwdsubtxt {
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1440 - 768)));
    color: #333;
    max-width: 25.5vw;
    padding-top: 1.042vw;
  }

  .downloadsec {
    background-repeat: no-repeat;
    height: 33.194vw;
    background-size: cover;
  }
  .downloadsec_mob {
    display: none;
  }
  .insidedownload {
    float: right;
    margin-right: 9.375vw;
    text-align: right;
    margin-top: 7.292vw;
  }
  .dwnhdn {
    font-size: calc(27px + (50 - 27) * ((100vw - 768px) / (1440 - 768)));
    color: #333;
    font-weight: bold;
    max-width: 27.694vw;
  }
  .dwntxt {
    font-size: calc(13px + (24 - 13) * ((100vw - 768px) / (1440 - 768)));
    color: #333;
    max-width: 27.694vw;
    margin: 0 auto;
    padding: 0.694vw 0 3.125vw;
  }
  .safetripoffer {
    padding: 5.903vw 0 8.681vw;
  }
  .offerhdn {
    color: #333;
    font-weight: bold;
    font-size: calc(27px + (50 - 27) * ((100vw - 768px) / (1440 - 768)));
    text-align: center;
    padding-bottom: 5.556vw;
  }
  .insideoffer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  .downloadsec .hero_btn {
    margin: 0;
    float: right;
  }
  .offhdn {
    font-size: calc(19px + (35 - 19) * ((100vw - 768px) / (1440 - 768)));
    color: #333;
    font-weight: bold;
    max-width: 25.569vw;
    padding-top: 2.778vw;
  }
  .learnvideos .offhdn {
    max-width: 23vw;
  }
  .offsubtxt {
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1440 - 768)));
    color: #333;
    max-width: 26vw;
    padding-top: 1.736vw;
    padding-bottom: 2.083vw;
  }
  .offer_links {
    color: #333;
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1440 - 768)));
    border-bottom: 1px solid #333;
    font-weight: 600;
  }
  .offhdn sup {
    font-size: calc(7px + (12 - 7) * ((100vw - 768px) / (1440 - 768)));
    position: relative;
    bottom: 0.208vw;
    left: 0.139vw;
  }
  .earn_img,
  .score_img,
  .compare_img {
    width: 24.444vw;
    height: auto;
  }
  .offer_img {
    width: 16.389vw;
    height: auto;
  }
  .modal-body {
    width: 65%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
  }
  .modal-close {
    float: right;
    margin: 2.431vw 2.778vw 0 0;
  }
  .popclose {
    width: 1.944vw;
    height: auto;
    cursor: pointer;
  }
  .popupTxts {
    margin-top: 7.639vw;
  }
  .popupTxts p {
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1440 - 768)));
    font-weight: bold;
    text-align: center;
    color: #231f20;
    font-family: Arial;
    max-width: 20.833vw;
    margin: 0 auto;
    line-height: 1.736vw;
  }
  .qrcode {
    width: 14.444vw;
    margin: 3.472vw auto;
    display: block;
  }
  .popup_close {
    width: 20.833vw;
    height: 5.208vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 1px solid #231f20;
    border-radius: 38px;
    font-size: calc(14px + (26 - 14) * ((100vw - 768px) / (1440 - 768)));
    font-weight: bold;
    font-family: Arial;
    color: #231f20;
    cursor: pointer;
  }
  .accordionSec {
    padding-left: 5.556vw;
    padding-bottom: 6vw;
  }
  .faqhdng {
    color: #333;
    font-weight: bold;
    font-size: calc(19px + (35 - 19) * ((100vw - 768px) / (1440 - 768)));
  }
  .accordionfaq {
    padding: 2.5vw 0;
    border-bottom: 1px solid #dcdcdc;
    max-width: 81.25vw;
  }
  .last_accordion {
    border-bottom: none;
  }
  .panel {
    display: none;
  }
  .faqtitle,
  .hv_qn {
    color: #333;
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1440 - 768)));
    font-weight: bold;
  }
  .faqdesc {
    color: #333;
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1440 - 768)));
    padding-top: 1.389vw;
    max-width: 68.75vw;
  }
  .ctc_us {
    color: #333;
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1440 - 768)));
  }
}
@media screen and (min-width: 1200px) {
  .modal-body {
    width: 55%;
    max-width: 721px;
  }
  .modal_pop {
    height: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .container_main {
    width: 1440px;
  }
  .header {
    height: 65px;
  }
  .logo img {
    width: 150px;
    margin-left: 125px;
  }
  .herobanner {
    height: 545px;
  }
  .herotxt {
    padding-top: 75px;
    padding-left: 145px;
  }
  .appImages {
    width: 138px;
    height: auto;
  }
  .hero_firsttxt {
    font-size: 88px;
    max-width: 660px;
    line-height: 75px;
  }
  .hero_sectxt {
    font-size: 28px;
    max-width: 580px;
    padding-top: 15px;
  }
  .downloadApp {
    height: 50px;
    width: 295px;
    font-weight: 900;
    font-size: 18px;
  }
  .heroappsec {
    margin-top: 25px;
  }
  .hero_btn {
    width: 295px;
    height: 50px;
    margin-right: 60px;
  }
  .hero_firsttxt sup {
    font-size: 24px;
    bottom: 10px;
  }
  .smartphnsec {
    height: 333px;
  }
  .insidesmartphn {
    padding-top: 55px;
    color: #fff;
    padding-left: 685px;
  }
  .iphnhdn {
    font-size: 50px;
    max-width: 535px;
  }
  .iphntxt {
    font-size: 20px;
    max-width: 500px;
    padding-top: 20px;
  }
  .thirdhdn {
    font-size: 35px;
    padding: 35px 0 20px;
  }
  .thirdsubtxt {
    font-size: 20px;
    max-width: 460px;
  }
  .drivinData .thirdsubtxt {
    max-width: 485px;
  }
  .lock_img {
    height: auto;
    width: 80px;
  }
  .red_card_img {
    height: auto;
    width: 126px;
  }
  .insidethird {
    padding: 100px 0 145px;
  }
  .drivinData {
    padding-right: 70px !important;
  }
  .getMore {
    padding-left: 55px !important;
  }
  .vid_img {
    width: 687px;
    height: auto;
    margin-right: 55px;
  }
  .vidhdn {
    font-size: 35px;
    max-width: 325px;
  }
  .vidsubtxt {
    font-size: 20px;
    max-width: 400px;
    padding-top: 25px;
  }
  .safetripreward {
    padding: 140px 0 125px;
  }
  .rewardhdn {
    font-size: 50px;
  }
  .rewardsubtxt {
    font-size: 20px;
    max-width: 810px;
    padding: 35px 0 45px;
  }
  .rwdhdn {
    font-size: 35px;
    max-width: 295px;
    padding-top: 30px;
  }
  .rwdsubtxt {
    font-size: 20px;
    max-width: 365px;
    padding-top: 15px;
  }

  .downloadsec {
    height: 478px;
  }
  .insidedownload {
    margin-right: 135px;
    margin-top: 75px;
  }
  .dwnhdn {
    font-size: 50px;
    max-width: 405px;
  }
  .dwntxt {
    font-size: 24px;
    max-width: 385px;
    padding: 10px 0 45px;
  }
  .safetripoffer {
    padding: 85px 0 125px;
  }
  .offerhdn {
    font-size: 50px;
    padding-bottom: 80px;
  }
  .offhdn {
    font-size: 35px;
    max-width: 355px;
    padding-top: 40px;
  }
  .offsubtxt {
    font-size: 20px;
    max-width: 372px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .offer_links {
    font-size: 20px;
  }
  .offhdn sup {
    font-size: 12px;
    position: relative;
    bottom: 3px;
    left: 2px;
  }
  .earn_img,
  .score_img,
  .compare_img {
    width: 352px;
    height: auto;
  }
  .offer_img {
    width: 236px;
    height: auto;
  }
  .learnvideos .offhdn {
    max-width: 240px;
  }
  .modal_pop {
    background-color: #fff !important;
    border-radius: 1.389vw;
    width: 580px;
    height: 710px;
  }
  .modal-close {
    margin: 35px 40px 0 0;
  }
  .popclose {
    width: 28px;
  }
  .popupTxts {
    margin-top: 110px;
  }
  .popupTxts p {
    font-size: 20px;
    max-width: 300px;
    margin: 0 auto;
    line-height: 25px;
  }
  .qrcode {
    width: 208px;
    margin: 50px auto;
    display: block;
  }
  .popup_close {
    width: 300px;
    height: 75px;
    font-size: 26px;
  }
  .accordionSec {
    padding-left: 80px;
    padding-bottom: 80px;
  }
  .faqhdng {
    font-size: 35px;
  }
  .accordionfaq {
    padding: 35px 0;
    max-width: 1170px;
  }
  .faqtitle,
  .hv_qn {
    font-size: 20px;
    font-weight: bold;
  }
  .faqdesc {
    font-size: 20px;
    padding-top: 20px;
    max-width: 990px;
  }
  .ctc_us {
    font-size: 20px;
  }
}
