body,p {
    color: var(--txt-color);
    font-family: var(--font-OpenSans)
}

#app_logo>a,#features,#menu>ul>li>a,.container,.google_review>a,body {
    position: relative
}

#statistics .box>div>p,#v2_best .right .box>h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#FAQs .FAQs_box,#statistics .box,#v2_best .right .box,.features_box {
    box-shadow: rgba(0,0,0,.05) 0 6px 24px 0,var(--border_2-color) 0 0 0 1px
}

#FAQs .FAQs_box .FAQs_btn>span,#v2_best .right .box>span {
    padding: 5px;
    box-shadow: rgba(0,0,0,.06) 0 2px 4px 0 inset;
    background-color: var(--footerBG-color)
}

#FAQs .FAQs_box .FAQs_btn>span,#payout-rates .payout-rates tr:nth-child(odd),#v2_best .right .box>span {
    background-color: var(--footerBG-color)
}

#footer,#hero .hero .left,#payout-rates .payout-rates td:last-child,.banner-page .container.links,.features_box,.section_title {
    text-align: center
}

*,::after,::before {
    margin: 1px;
    padding: 0;
    box-sizing: border-box
}

:root {
    --white-color: white;
    --black-color: black;
    --border-color: #cfcfcf;
    --border_2-color: #e4e4e7;
    --txt-color: rgb(122 122 122);
    --heading-color: rgb(1, 41, 112);
    --heading_2-color: rgb(0 2 89 / 72%);
    --primary-color: rgb(65 84 241);
    --footer-color: #999;
    --footerBG-color: #f6f9ff;
    --shadow-btn: #4e88f480;
    --font-Nunito: 'Nunito',sans-serif;
    --font-OpenSans: 'Open Sans',sans-serif
}

body,html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth
}

body {
    background: var(--white-color)
}

p {
    font-size: 1.25rem;
    line-height: 1.8rem
}

a {
    display: inline-block;
    text-decoration: none;
    color: var(--heading_2-color)
}

#menu>ul,nav {
    display: flex
}

#app_logo>a>span,#hero .hero .left .new,#menu>ul>li>a,#statistics .box>div>p,#v2_best .right .box>span,h1,h2,h3,h4,h5 {
    color: var(--heading-color)
}

h1,h2,h3,h4,h5 {
    font-family: var(--font-Nunito)
}

h1 {
    font-size: 3rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.2rem
}

h5 {
    font-size: 1rem
}

::-webkit-scrollbar-track {
    background: var(--border_2-color);
    margin-top: -5px
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px
}

#hero .hero .left .new,#hero .hero .left .new:after,#post #post-title,#statistics .box,#v2_best .right .box,.banner-page .container.links,.features_box,header {
    background: var(--white-color)
}

::-webkit-scrollbar {
    width: 5px
}

.container {
    max-width: 1200px;
    margin-inline:auto;padding-inline:1.3rem}

.section_title {
    margin-bottom: 17px
}

.section_title>h2 {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: var(--heading_2-color)
}

.section_title>p {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--border-color);
    font-family: var(--font-Nunito)
}

#FAQs .FAQs_box>button,.google_review>a {
    color: var(--heading_2-color);
    font-family: var(--font-Nunito)
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    border-bottom: 1px solid var(--border_2-color)
}

header.sticky_menu {
    animation: .7s cubic-bezier(.39,.58,.57,1) forwards sticky_menu
}

@keyframes sticky_menu {
    from {
        top: -25px
    }

    to {
        top: 0
    }
}

nav {
    height: 68px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row
}

#app_logo>a {
    margin-left: 5px;
    padding-inline:7px}

#app_logo>a::after,#app_logo>a::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    transition: 1s ease-in-out
}

#app_logo>a::before {
    right: 1px;
    bottom: 3px;
    border: 8px solid var(--primary-color);
    border-width: 0 4.5px 4.5px 0;
    border-radius: 2px
}

#app_logo>a::after {
    top: 1.5px;
    left: 1px;
    border: 8px solid var(--primary-color);
    border-width: 4.5px 0 0 4.5px;
    border-radius: 2px
}

#app_logo:hover :after,#app_logo:hover :before {
    transform: scale(1.1)
}

#app_logo>a>span {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: var(--font-Nunito)
}

#mobile-toggle {
    display: none;
    border: 2px solid var(--primary-color);
    border-radius: 7px
}

#mobile-toggle .hamburger {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

#mobile-toggle .hamburger input {
    display: none
}

#mobile-toggle .hamburger svg {
    height: 2.6em;
    width: 2.7em;
    transition: transform .6s cubic-bezier(.4, 0, .2, 1)
}

#mobile-toggle .line {
    fill: none;
    stroke: var(--heading-color);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5px;
    transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1),stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1)
}

#statistics .box,#v2_best .right .box>span {
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    overflow: hidden
}

#mobile-toggle .line-top-bottom {
    stroke-dasharray: 12 63
}

#mobile-toggle .hamburger input:checked+svg {
    transform: rotate(-45deg)
}

#mobile-toggle .hamburger input:checked+svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42
}

#menu {
    display: inline-flex;
    justify-content: center
}

#menu>ul {
    align-items: center;
    flex-direction: row;
    gap: 30px
}

#hero .hero,#menu>ul>li>a.btn {
    display: flex;
    align-items: center
}

#menu>ul>li {
    list-style: none;
    color:#012970;
}

#menu>ul>li>a {
    font-size: 16px;
    font-weight: 800;
    font-family: var(--font-Nunito)
}

#menu>ul>li>a::before {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 2px solid var(--primary-color);
    transition: .7s cubic-bezier(0, 0, .2, 1)
}

#hero .hero .left,#hero .hero .right,#menu>ul>li>a:hover:before,.banner-page .link-details>img {
    width: 100%
}

#menu>ul>li>a:hover {
    color: var(--primary-color)
}

#menu>ul>li>a.btn {
    padding: 8px 20px;
    border-radius: 4px;
    color: var(--white-color);
    background: var(--primary-color);
    flex-direction: row;
    gap: 5px;
    transition: 1s ease-in-out;
    box-shadow: 0 0 0 .07rem var(--shadow-btn)
}

#menu>ul>li>a.btn::before {
    width: 0!important
}

#menu>ul>li>a.btn:hover {
    box-shadow: 0 0 0 .25rem var(--shadow-btn)
}

#hero {
    display: flex;
    height: 100dvh;
    flex-direction: column;
    justify-content: space-between
}

#hero .hero {
    justify-content: space-between;
    height: 100%;
    margin-top: 60px;
    margin-bottom: 10px;
    gap: 20px
}

#hero .hero .left .new {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 4px;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-family: var(--font-Nunito);
    border: 1px solid var(--border_2-color)
}

#hero .hero .left .btn>a,#hero .hero .left .new>span {
    border-radius: 4px;
    color: var(--white-color);
    background: var(--primary-color)
}

#hero .hero .left .new>span {
    height: 100%;
    padding: 1px 10px;
    backface-visibility: hidden
}

#hero .hero .left .new:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    animation: 3s ease-in-out 3s 2 newView;
    transform: rotate(318deg)
}

@keyframes newView {
    0% {
        left: -100%
    }

    100% {
        left: 100%
    }
}

#hero .hero .left>h2 {
    font-size: 48px;
    font-weight: 700;
    margin-top: 4px
}

#hero .hero .left>p {
    font-size: 24px;
    margin-top: 10px
}

.google_review {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-weight: 900
}

.google_review>a {
    font-size: 15px
}

.google_review>a>span {
    font-size: 16px;
    margin-left: 1.4px;
    margin-right: 3px
}

.google_review>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    margin-bottom: -1px;
    background: url("../img/curve_line.svg") 0 0/100% no-repeat;
    animation: 1.5s ease-in-out 1.5s gReview
}

@keyframes gReview {
    0% {
        background-size: 0
    }

    100% {
        background-size: 100%
    }
}

#hero .hero .left .btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

#hero .hero .left .btn>a {
    font-weight: 800;
    line-height: 0;
    padding: 22px 30px;
    font-family: var(--font-Nunito);
    border: 2px solid var(--primary-color);
    transition: .5s ease-in-out;
    box-shadow: var(--shadow-btn) 0 0 0 0,var(--shadow-btn) 0 2px 5px 1px
}

#hero .hero .left .btn>a:hover {
    color: var(--primary-color);
    background: 0 0;
    box-shadow: 0 0 0 .2rem var(--shadow-btn)
}

#hero .hero .left .btn>a:last-child {
    background: 0 0;
    color: var(--primary-color)
}

#hero .hero .left .btn>a:last-child:hover {
    background: var(--primary-color);
    color: var(--white-color)
}

#hero .hero .right {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#hero .hero .right>img {
    width: 95%
}

#statistics {
    margin: 0 0 50px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly
}

#statistics .box {
    width: 100%;
    flex-grow: 1;
    flex-basis: 260px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 5px 20px;
    border-radius: 8px;
    cursor: pointer;
    backface-visibility: hidden
}

#statistics .box:hover {
    transform: translateY(-7px)
}

#statistics .box>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

#statistics .box>div>p {
    font-size: 14px;
    font-family: var(--font-Nunito);
    font-weight: 600;
    overflow: hidden
}

#features {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 30px
}

.features_box {
    width: 100%;
    height: 300px;
    flex-grow: 1;
    flex-basis: 340px;
    max-width: 500px;
    padding: 25px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    transition: .5s ease-in-out
}

.features_box:hover {
    box-shadow: var(--footerBG-color) 0 6px 24px 0,var(--heading-color) 0 0 0 1px
}

.features_box>img {
    width: 100px;
    aspect-ratio: 1/1
}

.features_box>h3 {
    margin-bottom: 2px
}

.features_box>p {
    font-size: 15px;
    font-weight: 700;
    font-family: var(--font-Nunito)
}

.features_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -999;
    background-size: 20px 20px;
    background-image: linear-gradient(to bottom,transparent 96%,rgba(192,192,192,.247) 94%),linear-gradient(to right,transparent 96%,rgba(192,192,192,.247) 94%);
    mask: radial-gradient(rgba(0,0,0,0.623),transparent 95%);
    -webkit-mask: radial-gradient(rgba(0,0,0,0.623),transparent 95%)
}

#v2_best {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px
}

#v2_best .left,#v2_best .right {
    width: 100%;
    text-align: center;
    flex-grow: 1;
    flex-basis: 450px
}

#v2_best .left>img {
    width: 70%
}

#v2_best .right {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center
}

#FAQs .FAQs_box>button,#v2_best .right .box {
    align-items: center;
    cursor: pointer;
    display: flex
}

#v2_best .right .box {
    width: calc(50% - 20px);
    gap: 20px;
    padding: 20px 22px;
    border-radius: 5px;
    overflow: hidden
}

#v2_best .right .box>span {
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px
}

#v2_best .right .box:hover>span {
    color: var(--white-color);
    background-color: var(--primary-color)
}

#v2_best .right .box>h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-Nunito);
    overflow: hidden
}

#payment_method {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center
}

#payment_method>div {
    flex-grow: 1;
    flex-basis: 100px;
    padding: 20px 30px;
    border-radius: 7px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border_2-color)
}

#payment_method>div>img {
    width: 100px;
    aspect-ratio: 3/1
}

#FAQs .FAQs_box {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px 20px 15px 40px;
    background: linear-gradient(90deg,var(--primary-color) 0,var(--primary-color) 2%,var(--white-color) 2%)
}

#FAQs .FAQs_box>button {
    width: 100%;
    border: none;
    font-size: 17px;
    font-weight: 800;
    justify-content: space-between;
    background: 0 0
}

#FAQs .FAQs_box .FAQs_btn>span {
    display: block;
    font-size: 17px;
    border-radius: 4px;
    transition: .5s ease-in-out
}

#FAQs .FAQs_box .FAQs_c {
    overflow: hidden;
    height: 0;
    transition: .5s ease-in-out
}

#FAQs .FAQs_box .FAQs_c>p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px
}

#FAQs .FAQs_box .FAQs_c .Work {
    display: flex;
    gap: 7px;
    align-items: center;
    flex-direction: row
}

#FAQs .FAQs_box .FAQs_c .Work>span {
    padding: 2px;
    border-radius: 5px;
    color: var(--heading-color);
    background: var(--footerBG-color);
    border: .5px solid var(--border_2-color)
}

#post,#post #post-title {
    border-radius: 7px;
    box-shadow: rgba(0,0,0,.05) 0 6px 24px 0,var(--border_2-color) 0 0 0 1px
}

#footer {
    margin-top: 50px;
    background: var(--footerBG-color);
    border-top: 1px solid var(--border_2-color)
}

#footer>div>p {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 27px;
    color: var(--footer-color);
    font-family: var(--font-Nunito)
}

#post {
    padding: 50px 40px 40px;
    margin-top: 130px
}

#post p {
    margin-bottom: 12px;
    font-size: 18px
}

#post #post-title {
    overflow: hidden;
    margin-top: -80px;
    padding: 8px 20px;
    margin-bottom: 12px
}

#post #post-title>h2,#post blockquote>h4 {
    margin: 0!important
}

#post blockquote {
    padding: 10px 14px;
    margin-block:20px;font-size: 17.5px;
    border-radius: 10px;
    border-left: 5px solid var(--heading-color)
}

#post ul {
    margin-left: 20px
}

#post ul li {
    font-size: 18px;
    margin-bottom: 12px
}

#post a {
    display: unset;
    word-wrap: break-word;
    white-space: normal;
    text-decoration: revert-layer
}

#post h1,#post h2,#post h3,#post h4,#post h5 {
    margin-bottom: 8px
}

.inner-page #footer {
    margin-top: 30px
}

#payout-rates .payout-rates table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

#payout-rates .payout-rates td {
    padding: .9rem;
    font-weight: 700;
    font-family: var(--font-Nunito);
    border-bottom: 1px solid var(--border_2-color)
}

#payout-rates .payout-rates th {
    padding: .8rem;
    color: var(--white-color);
    font-family: var(--font-Nunito);
    background-color: var(--heading_2-color)
}

.banner-page {
    background: #110f2e
}

.banner-page header {
    border: none;
    position: unset;
    background: #110f2e
}

.banner-page nav {
    justify-content: center
}

.banner-page #app_logo>a>span {
    color: var(--white-color)
}

.banner-page .container {
    max-width: 800px
}

.banner-page .container.links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 15px 25px;
    border-radius: 6px;
    overflow-y: scroll;
    height: calc(100dvh - 140px)
}

.banner-page #countdown {
    color: var(--primary-color);
    font-weight: 700;
    margin-block:10px;display: inline-flex;
    flex-direction: column;
    align-items: center
}

.banner-page #countdown .timer {
    font-size: 35px
}

.banner-page #go-submit,.banner-page .container.links::-webkit-scrollbar {
    display: none!important
}

.banner-page .get-link {
    font-size: 17px;
    font-weight: 700;
    padding: 8px 20px;
    margin-block:10px;border-radius: 4px;
    color: var(--white-color);
    background: var(--primary-color);
    font-family: var(--font-Nunito);
    box-shadow: 0 0 0 .2rem var(--shadow-btn)
}

.banner-page .link-details {
    width: 50%;
    margin: auto;
    padding: 20px;
    overflow: hidden;
    margin-block:15px;border-radius: 10px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--border-color)
}

.banner-page #footer {
    margin: 0;
    border: none;
    background: #110f2e;
    color: var(--white-color)
}

@media only screen and (max-width: 1142px) {
    #statistics .box {
        flex-basis:249px
    }

    .features_box:last-child {
        max-width: 100%
    }
}

@media only screen and (max-width: 1120px) {
    #hero .hero .right>img {
        width:100%
    }
}

@media only screen and (max-width: 1100px) and (min-width:1001px) {
    #v2_best .right .box {
        gap:12px
    }
}

@media only screen and (max-width: 1000px) {
    #statistics {
        margin:0 0 30px
    }

    #v2_best .right .box {
        gap: 10px
    }

    #v2_best .right .box>h3 {
        font-size: 15px
    }

    #hero .hero .left .new {
        font-size: 12px
    }

    #hero .hero .left>h2 {
        font-size: 40px
    }

    #hero .hero .left>p {
        font-size: 20px
    }

    .google_review>a {
        font-size: 13px
    }

    #hero .hero .left .btn>a {
        font-size: 14px
    }
}

@media only screen and (max-width: 900px) {
    #mobile-toggle {
        display:block!important
    }

    #menu {
        position: absolute;
        top: 69px;
        left: 0;
        right: 0;
        height: 0;
        width: 100%;
        overflow: hidden;
        background: var(--white-color);
        box-shadow: rgba(0,0,0,.15) 1.95px 1.95px 2.6px;
        transition: .7s ease-in-out
    }

    #menu>ul {
        flex-direction: column;
        padding: 20px
    }

    #v2_best .left>img {
        width: 60%;
        margin-top: 10px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 832px) {
    #hero .hero .left>h2 {
        font-size:35px
    }

    #hero .hero .left>p {
        font-size: 18px
    }

    #v2_best .right .box {
        gap: 20px
    }
}

@media only screen and (max-width: 761px) {
    .features_box:last-child {
        max-width:500px
    }

    #post {
        padding: 50px 20px 20px
    }

    .inner-page .container {
        padding-inline:1rem}
}

@media only screen and (max-width: 700px) {
    #FAQs .FAQs_box {
        background: linear-gradient(90deg, var(--primary-color) 0, var(--primary-color) 3.9%, var(--white-color) 3.9%);
    }

    #hero {
        height: 100%
    }

    #hero .hero {
        height: calc(100dvh - 105px);
        flex-direction: column-reverse;
        justify-content: space-evenly;
        margin-top: 75px;
        margin-bottom: 30px
    }

    #hero .hero .right>img,.banner-page .link-details {
        width: 90%
    }

    #hero .hero .right {
        justify-content: center
    }
}

@media only screen and (max-width: 560px) {
    #v2_best .right {
        flex-direction:column
    }

    #v2_best .right .box {
        width: 100%
    }

    #hero .hero .left .btn {
        justify-content: space-around
    }

    #hero .hero .right>img {
        width: 110%
    }

    #hero .hero .left>p {
        font-size: 17px
    }

    #v2_best .left>img {
        width: 90%
    }

    #v2_best .right .box>h3 {
        font-size: 18px
    }

    #payment_method>div {
        flex-basis: 90px
    }

    #payment_method>div>img {
        width: 80px
    }
}

@media only screen and (max-width: 380px) {
    #hero .hero .left>h2 {
        font-size:34px
    }
}

@media only screen and (max-width: 320px) {
    #hero .hero .left>h2 {
        font-size:27px
    }

    .google_review>a {
        font-size: 12px
    }
}

@media screen and (max-height: 740px) {
    #hero .hero {
        height:100dvh;
        margin-top: 75px;
        margin-bottom: 30px
    }

    #hero .hero .left>h2 {
        font-size: 30px
    }
}

@media screen and (min-height: 1000px) {
    #hero {
        height:60dvh
    }

    #hero .hero {
        margin-top: 87px;
        margin-bottom: 37px
    }
}

.navbar-brand.logo-image {
    padding: 0 0 0 15px;
}

.navbar-brand.logo-image img {
    height: 100%;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-default .navbar-toggle {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0dbaf0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    color: #ffffff;
    outline: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #ffffff;
    background-color: #fed136;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #fec503;
}

.dropdown-menu {
    padding: 0;
    min-width: 175px;
}

.dropdown-menu > li > a {
    font-weight: 700;
    font-size: 11px;
    padding: 8px 10px;
    color: #505050;
    border-bottom: 1px solid #dfdfdf;
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #0dbaf0;
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }

    .captcha-page .navbar-default {
        padding: 10px 0;
    }

    .navbar-brand {
        height: 70px;
    }

    .navbar-default .navbar-brand {
        font-size: 1.8em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 3px;
    }

    .navbar-default.affix {
        background-color: #0dbaf0;
        padding: 10px 0;
    }

    .navbar-default.affix .navbar-brand {
        font-size: 1.5em;
        height: 60px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 25px 10px;
    }

    .navbar-default .navbar-nav > li:not(.dropdown) > a:after {
        display: block;
        content: '';
        border-bottom: solid 2px #ffffff;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }

    .navbar-default .navbar-nav > li:not(.dropdown) > a:hover:after {
        transform: scaleX(1);
    }

    .navbar-default .navbar-nav > li:not(.dropdown) > a:after {
        transform-origin: 0% 50%;
    }

    .navbar-default.affix .navbar-nav > li > a {
        padding: 20px 10px;
    }

    .navbar-default .navbar-nav > li.language-selector > a, .navbar-default.affix .navbar-nav > li.language-selector > a {
        font-size: 21px;
    }
}
@media (min-width: 768px) {
    .navbar-nav>li {
        float: left;
    }
}
.nav>li {
    position: relative;
    display: block;
}
@media (min-width: 768px) {
    .navbar-default .navbar-nav > li.language-selector > a, .navbar-default.affix .navbar-nav > li.language-selector > a {
        font-size: 21px;
    }
}
@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        padding: 25px 10px;
    }
}
.navbar-default .navbar-nav > li > a {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .navbar-default .navbar-nav > li.language-selector > a, .navbar-default.affix .navbar-nav > li.language-selector > a {
        font-size: 21px;
    }
}
.navbar-default .navbar-nav > li > a {
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}
.dropdown-menu {
    padding: 0;
    min-width: 175px;
}
.show>.dropdown-menu {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
