@charset "utf-8";*{box-sizing:border-box;-webkit-box-sizing:border-box}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, section, form, label, legend, caption {
    font-family: 'Poppins', sans-serif !important;
}

.bg-scantrip {
    background: #e6fff0 url(https://scanmytrip.com/scancontent/home-pg/new-homepg/img/scanmytip-bg.png);
    height: 85vh;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.innerwrapSErch {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
    position: relative;
}
.tophdrfont {
    color: #4e8575;
    font-family: "Dancing Script", cursive !important;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.btmtext {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    float: left;
    width: 100%;
}