@charset "utf-8";

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.container,
.container-fluid {
    max-width: 1920px;
    width: 100%;
    padding: 0 60px
}

.breadcrumb-wrapper .container {
    max-width: 1400px
}

.p-l-r-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.text--center {
    text-align: center !important
}

.text--left {
    text-align: left !important
}

.text--right {
    text-align: right !important
}

.error-msgtext {
    font-size: 14px;
    color: #c01048;
    margin-top: 3px
}

.header-wrapper .logo img {
    height: auto
}

.copyright .footer-container {
    padding: 0 15px !important
}

.visually-hidden {
    display: none
}

.header-wrapper ul li.tabMenu a {
    font-size: 14px
}

.visible-xs {
    display: none !important
}

.arrow__down:after {
    content: "";
    position: absolute;
    top: 31px;
    right: 0;
    border: solid #060b14;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg)
}

.active .arrow__down:after {
    top: 10px !important;
    transform: rotate(136deg)
}

.hide {
    display: none
}

@media only screen and (max-width:767px) {
    .header-wrapper .logo img {
        max-width: 100% !important
    }

    .small-logo .header-wrapper .logo img {
        width: 65px !important
    }

    .hidden-xs {
        display: none !important
    }

    .visible-xs {
        display: block !important
    }

    .wrapper {
        overflow-x: hidden
    }

    main {
        padding-top: 0 !important
    }

    .m-order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .m-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
}

*,
li,
ol,
ul {
    padding: 0;
    list-style: none;
    margin: 0
}

body,
header {
    background: #fff
}

body.active {
    overflow: hidden
}

*,
a,
a:focus,
a:hover,
button,
button:focus,
button:hover,
input,
input:focus,
input:hover,
select,
select:focus,
select:hover,
textarea,
textarea:focus,
textarea:hover {
    outline: 0
}

@font-face {
    font-family: Supreme-Regular;
    src: url(../fonts/Supreme/Supreme-Regular.woff2) format("woff2"), url(../fonts/Supreme/Supreme-Regular.woff) format("woff"), url(../fonts/Supreme/Supreme-Regular.ttf) format("truetype"), url(../fonts/Supreme/Supreme-Regular.eot);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Supreme-Medium;
    src: url(../fonts/Supreme/Supreme-Medium.woff2) format("woff2"), url(../fonts/Supreme/Supreme-Medium.woff) format("woff"), url(../fonts/Supreme/Supreme-Medium.ttf) format("truetype"), url(../fonts/Supreme/Supreme-Medium.eot);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Supreme-Bold;
    src: url(../fonts/Supreme/Supreme-Bold.woff2) format("woff2"), url(../fonts/Supreme/Supreme-Bold.woff) format("woff"), url(../fonts/Supreme/Supreme-Bold.ttf) format("truetype"), url(../fonts/Supreme/Supreme-Bold.eot);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Supreme-Extrabold;
    src: url(../fonts/Supreme/Supreme-Extrabold.woff2) format("woff2"), url(../fonts/Supreme/Supreme-Extrabold.woff) format("woff"), url(../fonts/Supreme/Supreme-Extrabold.ttf) format("truetype"), url(../fonts/Supreme/Supreme-Extrabold.eot);
    font-weight: 800;
    font-style: normal
}

* {
    border-collapse: collapse;
    border: 0;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Supreme-Medium !important;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #000;
    line-height: 1.6;
    position: relative
}

a,
a:focus,
a:hover {
    text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

.clearfix {
    clear: both
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.noTitle {
    padding-top: 70px
}

@media only screen and (max-width:767px) {
    .noTitle {
        padding-top: 48px
    }
}

.breadcrumb-wrapper {
    margin-top: 0
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #f9fafb
}

@media only screen and (max-width:767px) {
    header {
        height: 46px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
    }
}

.menu-block {
    position: relative;
    background: #f9fafb;
    z-index: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

@media only screen and (max-width:767px) {
    .menu-block {
        margin: 0 15px;
        box-shadow: none
    }
}

.menu-block__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    margin: 0 20px
}

@media only screen and (max-width:767px) {
    .menu-block__wrapper {
        padding: 0;
        margin: 0;
        min-height: 46px
    }
}

.menu-block__logo {
    flex: 0 0 10%
}

.menu-block__logo .logo--img {
    display: inline-block;
    position: relative
}

@media only screen and (max-width:767px) {
    .menu-block__logo .logo--img {
        position: absolute;
        left: 0;
        top: 11px
    }
}

.menu-block__logo .logo--img img {
    max-width: 218px;
    width: auto;
    height: auto
}

@media only screen and (max-width:767px) {
    .menu-block__logo .logo--img img {
        max-width: 124px
    }
}

.block__rightwrapper {
    flex: 0 0 7%;
    border-left: 1px solid #e4e7ec
}

@media only screen and (max-width:767px) {
    .block__rightwrapper {
        flex: 0 0 12%
    }
}

.block__rightwrapper a {
    display: block;
    text-align: center
}

@media only screen and (max-width:767px) {
    .block__rightwrapper a img {
        width: 16px;
        height: 16px
    }
}

.paisabase-btn__action {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-color: #c01048;
    padding: 12px;
    max-width: 318px;
    width: 100%;
    text-align: center
}

@media only screen and (max-width:767px) {
    .paisabase-btn__action {
        padding: 12px
    }
}

.paisabase-btn__action.red--btn {
    background-color: #c01048
}

.paisabase-btn__action.red--btn.paisabase--ripple {
    background-position: center;
    transition: background .8s
}

.paisabase-btn__action.red--btn.paisabase--ripple:hover {
    background: radial-gradient(circle, transparent 1%, #c01048 1%) center/15000% #c01048
}

.paisabase-btn__action.red--btn.paisabase--ripple:active {
    background-color: #fff;
    background-size: 100%;
    transition: background 0
}

.paisabase-btn__action:hover {
    color: #fff
}

.paisabase--ripple {
    background-position: center;
    transition: background .8s
}

.paisabase--ripple:hover {
    background: radial-gradient(circle, transparent 1%, #c01048 1%) center/15000% #c01048
}

.paisabase--ripple:active {
    background-color: #fff;
    background-size: 100%;
    transition: background 0
}

.btn-15 {
    background: #b621fe;
    border: 0;
    z-index: 1
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #000;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease
}

.btn-15:hover {
    color: #fff;
    padding: 20px
}

.btn-15:hover:after {
    left: 0;
    width: 100%
}

.btn-15:active {
    top: 2px
}

.paisabase-ipoguest {
    padding: 28px 0 30px
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabase-ipoguest {
        padding: 50px 0 30px
    }
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest {
        padding: 34px 15px 30px
    }
}

.paisabase-ipoguest__wrapper {
    max-width: 1260px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 145px
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabase-ipoguest__wrapper {
        max-width: 1560px;
        align-items: center;
        gap: 200px
    }
}

@media only screen and (max-width:1280px) {
    .paisabase-ipoguest__wrapper {
        max-width: 1160px;
        gap: 120px
    }
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper {
        display: block
    }
}

.paisabaseipo-guest__wrapper-left {
    flex: 1;
    text-align: center
}

@media only screen and (max-width:767px) {
    .paisabaseipo-guest__wrapper-left {
        margin-bottom: 36px
    }
}

.paisabaseipo-guest__wrapper-left h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 62px;
    color: #101828;
    margin-bottom: 0
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabaseipo-guest__wrapper-left h1 {
        font-size: 48px;
        line-height: 68px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:1280px) {
    .paisabaseipo-guest__wrapper-left h2 {
        font-size: 38px;
        line-height: 56px
    }
}

@media only screen and (max-width:767px) {
    .paisabaseipo-guest__wrapper-left h1 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 3px
    }
}

.paisabaseipo-guest__wrapper-left h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 62px;
    color: #101828;
    margin-bottom: 0
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabaseipo-guest__wrapper-left h2 {
        font-size: 40px;
        line-height: 70px
    }
}

@media only screen and (max-width:1280px) {
    .paisabaseipo-guest__wrapper-left h2 {
        font-size: 28px;
        line-height: 36px
    }
}

@media only screen and (max-width:767px) {
    .paisabaseipo-guest__wrapper-left h2 {
        font-size: 16px;
        line-height: 34px
    }
}

.paisabaseipo-guest__wrapper-left img {
    max-width: 280px;
    margin: auto;
    height: auto;
}

.paisabaseipo-guest__wrapper-left img.hassle-free {
    animation: wiggle 2s linear infinite;
}

@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-10deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

.paisabaseipo-guest__wrapper-left img.banner-img {
    max-width: 300px
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabaseipo-guest__wrapper-left img.banner-img {
        max-width: 500px;
        width: 100%;
        margin-bottom: 18px
    }

    .paisabaseipo-guest__wrapper-left img {
        max-width: 500px;
        width: 100%;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:1280px) {
    .paisabaseipo-guest__wrapper-left img.banner-img {
        max-width: 260px;
    }

    .paisabaseipo-guest__wrapper-left img {
        max-width: 280px;
    }
}

@media only screen and (max-width:767px) {
    .paisabaseipo-guest__wrapper-left img {
        max-width: 240px;
        margin-bottom: 3px
    }
}

.paisabase-ipoguest__wrapper-right {
    flex: 0 0 32%;
    width: 100%;
    height: 100%;
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabase-ipoguest__wrapper-right {
        flex: 0 0 30%
    }
}

@media only screen and (max-width:1280px) {
    .paisabase-ipoguest__wrapper-right {
        flex: 0 0 35%
    }
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right {
        padding: 0 15px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda {
    background: #fff;
    border: 2px solid #feccd6;
    -webkit-box-shadow: 0 0 10px 0 #C010484D;
    -moz-box-shadow: 0 0 10px 0 #C010484D;
    -ms-box-shadow: 0 0 10px 0 #C010484D;
    -o-box-shadow: 0 0 10px 0 #C010484D;
    box-shadow: 0 0 10px 0 #C010484D;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 24px 34px;
    box-sizing: border-box;
    position: relative;
    width: 400px;
    height: 474px;
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda {
        padding: 30px 40px;
        width: 468px;
        height: 570px
    }
}

@media only screen and (max-width:1280px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda {
        padding: 16px 34px;
        width: 400px;
        height: 408px
    }
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda {
        padding: 14px 20px;
        border: 2px solid #feccd6;
        max-width: 300px;
        width: 100%;
        margin: auto;
        height: 314px;
    }
}

.ipoguest-rim1,
.ipoguest-rim2,
.ipoguest-rim3 {
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 6px;
    width: 0em;
    height: 0em;
    border: 2px solid #feccd6;
    background: transparent;
    margin: 8px;
}

.ipoguest-rim1 {
    -webkit-animation: expand 2s linear infinite;
}

.ipoguest-rim2 {
    -webkit-animation: expand 2s linear .5s infinite;
}

.ipoguest-rim3 {
    -webkit-animation: expand 2s linear 1s infinite;
}

@media only screen and (max-width:767px) {
    .ipoguest-rim3 {
        display: none
    }
}

@-webkit-keyframes expand {
    0% {
        top: calc(0% - 10px);
        left: calc(0% - 10px);
        width: 400px;
        height: 474px;
        border: 2px solid #feccd6;
        opacity: 1;
    }

    100% {
        top: calc(0% - 35px);
        left: calc(0% - 35px);
        width: 448px;
        height: 522px;
        border: 2px solid #feccd6;
        opacity: 0;
    }
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    @-webkit-keyframes expand {
        0% {
            top: calc(0% - 10px);
            left: calc(0% - 10px);
            width: 468px;
            height: 570px;
            border: 2px solid #feccd6;
            opacity: 1;
        }

        100% {
            top: calc(0% - 35px);
            left: calc(0% - 35px);
            width: 516px;
            height: 618px;
            border: 2px solid #feccd6;
            opacity: 0;
        }
    }
}

@media only screen and (max-width:1280px) {
    @-webkit-keyframes expand {
        0% {
            top: calc(0% - 10px);
            left: calc(0% - 10px);
            width: 400px;
            height: 408px;
            border: 2px solid #feccd6;
            opacity: 1;
        }

        100% {
            top: calc(0% - 35px);
            left: calc(0% - 35px);
            width: 448px;
            height: 456px;
            border: 2px solid #feccd6;
            opacity: 0;
        }
    }
}

@media only screen and (max-width:767px) {
    @-webkit-keyframes expand {
        0% {
            top: calc(0% - 10px);
            left: calc(0% - 10px);
            width: 300px;
            height: 314px;
            border: 2px solid #feccd6;
            opacity: 1;
        }

        100% {
            top: calc(0% - 35px);
            left: calc(0% - 35px);
            width: 348px;
            height: 362px;
            border: 2px solid #feccd6;
            opacity: 0;
        }
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda .ipoguest-oda__lead {
    position: relative;
    z-index: 9
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
    margin-bottom: 24px
}

@media only screen and (max-width:1280px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 16px
    }
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group {
    position: relative;
    margin-bottom: 15px
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1280px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group {
        margin-bottom: 12px
    }
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group {
        margin-bottom: 10px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group span.number {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 16px;
    line-height: 18px
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group span.number {
        top: 18px;
        font-size: 18px;
        line-height: 20px
    }
}

@media only screen and (max-width:1280px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group span.number {
        top: 12px;
    }
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group span.number {
        left: 10px;
        top: 11px;
        font-size: 11px;
        line-height: 14px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group span.number:after {
    content: "";
    position: absolute;
    right: -6px;
    top: -1px;
    width: 1px;
    height: 20px;
    background-color: #e6e9ed
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group span.number:after {
        right: -6px;
        top: -3px;
        width: 1px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group input {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 48px;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    line-height: 18px;
    color: #1d2939;
    border: 1px solid #e4e7ec;
    background-color: #f9fafb
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group input {
        height: 54px;
        font-size: 20px;
        line-height: 20px;
        padding: 12px
    }
}

@media only screen and (max-width:1280px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group input {
        height: 42px;
        padding: 8px 10px;
    }
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group input {
        height: 36px;
        font-size: 12px;
        padding: 5px;
        line-height: 18px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group input::placeholder {
    font-weight: 400;
    color: #a4acba
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group input.number-only {
    padding-left: 55px
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-input-group input.number-only {
        padding-left: 35px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .resend-otp {
    height: 24px;
    margin-top: 5px
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .resend-otp {
        height: 16px;
        margin-top: 2px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead #resend_register_otp {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #007bff;
    background: transparent;
    float: right
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead #resend_register_otp {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead #resend_register_otp {
        font-size: 12px;
        line-height: 16px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead #resend_register_otp:focus,
.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead #resend_register_otp:hover {
    outline: 0
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead #resend_register_otp:disabled {
    display: none
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead #otptimer {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    margin-bottom: 0
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead #otptimer {
        font-size: 16px;
        line-height: 22px
    }
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead #otptimer {
        font-size: 12px;
        line-height: 16px
    }
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .paisabase-btn__action {
        margin-top: 10px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .paisabase-btn__action {
    max-width: 100%
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .paisabase-btn__action {
        font-size: 12px;
        padding: 5px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-oda__tac {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #a4acba;
    text-align: center;
    margin-top: 18px
}

@media only screen and (min-device-width:1620px) and (max-device-width:1920px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-oda__tac {
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px
    }
}

@media only screen and (max-width:1280px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-oda__tac {
        margin-top: 12px
    }
}

@media only screen and (max-width:767px) {
    .paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-oda__tac {
        font-size: 10px;
        line-height: 12px;
        margin-top: 8px
    }
}

.paisabase-ipoguest__wrapper-right .ipoguest-oda__lead .ipoguest-oda__tac a {
    color: #1570ef
}
#block-fivepaisa-breadcrumbs
{
	display:none;
}