
html, body {
    height: 100%;
    margin: 0;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 20vh;
}

main.main {
    flex: 1;
}


.bg-primary {
    background-color: #4699d3 !important;
}

.bg-secondary {
    background-color: #1d3865 !important;
}

.btn-primary {
    color: #fff;
    background-color: #4699d3;
    border-color: #4699d3;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #1d3865;
        border-color: #1d3865;
    }

.btn-outline-primary {
    color: #4699d3;
    background-color: transparent;
    background-image: none;
    border-color: #4699d3;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #1d3865;
        border-color: #1d3865;
    }

.card {
    border-color: #4699d3 !important;
}

#toastCart {
    bottom: 0;
    right: 0;
    z-index: 100;
    position: fixed;
}

header > nav {
    background-color: #1d3865 !important;
}

.border-bottom {
    border-bottom: 2px solid #1d3865 !important;
}

.noti_Counter {
    background-color: #EC5252;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.43;
    margin: -6px 0 0 5px;
    padding: 0px 7px;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    padding: 0 !important;
    word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366D6;
}

.btn-primary {
    color: #fff;
    background-color: #1B6EC2;
    border-color: #1861AC;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1B6EC2;
    border-color: #1861AC;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #E5E5E5;
}

.border-bottom {
    border-bottom: 1px solid #E5E5E5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 20px;*/
}

footer {
    background: #1d3865;
    color: #FFFFFF;
    padding: 25px 0;
    width: 100%;
}

    footer a, footer a:visited {
        color: #A5C7EC;
    }

@media (min-width: 768px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 250px;
    }

    footer {
        position: absolute;
        bottom: 0;
    }
}
.main {
    min-height: 550px;
}
/* pagination */
.pagination > li.disabled {
    opacity: .5;
    filter: alpha(opacity=50);
}

.pagination > li {
    margin: 0 4px;
    display: inline-block;
}

.pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #4699d3;
    border-color: #fff;
    cursor: default;
}

.pagination > li > a, .pagination > li > span {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    z-index: 1;
    position: relative;
    background-color: #4699d3;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
}
.features {
    margin-top: 100px;
}

.url-shorten-form {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    background: #FE735C url(../images/bg-shorten-desktop.svg) no-repeat right top;
    background-size: cover;
    padding: 45px;
    border-radius: 6px;
    margin-bottom: 20px;
    transform: translateY(-50%);
    transition: gap 0.3s;
}
.container {
    position: relative;
    width: 78%;
    margin: 0 auto;
}
.url-shorten-form > div {
    position: relative;
    flex: 1;
}

.url-shorten-form .url-input {
    width: 100%;
    font-family: "Poppins", sans-serif, "Segoe UI", Tahoma, Geneva, Verdana;
    font-size: 18px;
    padding: 8px 20px;
    background: white;
    border: 2px solid transparent;
    border-radius: 6px;
    outline: none;
    transition: 0.2s;
}

    .url-shorten-form .url-input::placeholder {
        font-family: "Poppins", sans-serif, "Segoe UI", Tahoma, Geneva, Verdana;
        font-size: 16px;
        font-weight: 500;
        color: #9E9AA7;
    }

.url-shorten-form .alert {
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    font-style: italic;
    font-size: 16px;
    color: #FE735C;
    opacity: 0;
    transition: 0.2s opacity;
}

.url-shorten-form .btn {
    text-align: center;
    border-radius: inherit;
    white-space: nowrap;
    font-size: 16px;
    color: white;
    background-color: #1d3865;
    cursor: pointer;
}
.slider_section {
    padding-top: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider_section {
        padding-top: 105px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_section {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slider_section {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slider_section.mb-63 {
        margin-bottom: 55px;
    }
}

.single_slider {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    position: relative;
    min-height: 560px;
}
