@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    background: #fff;
    font-family: "roboto";
    line-height: 1.5;
    color: #6a7382;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    color: #082032;
    margin-top: 0;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
    color: #6a7382;
}

.text-theme {
    color: #5d8cd4;
}

.color-theme1 {
    color: #f51e1e;
}

.color-theme2 {
    color: #ffef00;
}

.bg-theme-light {
    background-color: #201ebf42;
}

/* top bar */



.navbar {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nbo span {
    border: 2px solid #feee08;
    padding: 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.nbo {
    display: flex;
    align-items: center;
}

.navbar-brand h2 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: 10px;
}

/* Off Canvas */

.offcanvas {
    background-color: #082032;
    width: 100%;
}

.offcanvas .navbar-nav .dropdown-menu {
    margin-top: 10px;
    border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
    padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
    border-radius: 8px;
}

.offcanvas .btn-close svg {
    fill: white;
}

.offcanvas-header>img {
    width: 15rem;
}

.offcanvas-header img {
    width: 200px !important;
}

.offcanvas.show {
    visibility: visible;
    /* Show when it has the "show" class */
}

.offcanvas-body a.nav-link {
    color: #fff !important;
}

.offcanvas-header .btn-close {
    background-color: #fff;
    position: relative;
    left: 95%;
}

/* Navbar */



.my-2.my-lg-0.d-flex {
    position: absolute;
    left: 0;
}

button#dropdownMenuButton1 {
    background-color: #EC407A;
    color: #fff;
}

.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.navbar-nav li {
    padding: 10px 10px;
}

.navbar-expand-xl .navbar-collapse {
    position: relative;
}

.navbar-nav li a {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff !important;
    display: inline-block;
    position: relative;
}

.navbar-nav li a:hover {
    color: #fff !important;
}

.navbar-nav .nav-link.active {
    color: #fff !important;
}

.header.sticky li a {
    color: #fff !important;
}

.header.sticky li a:hover {
    color: #fff !important;
}

.header {
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    top: 0;
}

#header{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #f51e1e;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease-in-out;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #f51e1e;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* .scrolled-offset {
    margin-top: 70px;
} */



.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    padding: 0px;
    ;
}

.navbar-nav .nav-link::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #ffef00;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
    left: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
    background: white;
    color: #000000 !important;
}


.navbar-brand img {
    width: 230px;
    transition: 0.6s;
    height: 50px;
    object-fit: cover;
}

.navbar-nav li a {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
}


.btn-34 {
    position: absolute;
    right: 0;
    background-color: #EC407A;
    border-radius: 5px;
    transition: all 1s ease-in-out;
}

.btn-34:hover {
    background-color: #000;
    color: #fff;
}

.btn-34 .btn-category {
    color: #fff;
}






.navbar-dark .navbar-toggler-icon {
    /* color: #000; */
    filter: brightness(0.0);
}


/** Hero Section **/

.hero {
    padding-top: 200px;
    padding-bottom: 300px;
    background-image: linear-gradient(to bottom, #f40c0c, #c9abab0a);
    position: relative;
}

.hero-img {
    width: 100%;
    position: relative;
}
.lnkbck {
    text-align: left;
}
.lnkbck a {
    color: #fff;
}
.lnkbck h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.dsply-discnt {
    float: inline-end;
    padding: 10px;
    background-color: #37863a;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    color: #fff;
    display: inline-grid;
    justify-content: center;
    align-content: center;
    position: absolute;
    bottom: 50px;
    right: 50px;
    animation: heartbeat 1s infinite;
    /* transform: rotate(-90deg); */
}
@keyframes heartbeat{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.dsply-discnt p{
    font-weight: bold !important;
    font-size: large !important;
    color: #ffef00 !important;
    margin-bottom: 0 !important;
}



.dsply-discnt span {
    color: #fff !important;
    font-size: 50px !important;
}

.dsply-discnt h5 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 700;
}
.hero-img img {
    width: 100%;
    position: absolute;
    top: 30px;
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-16px);
    }

    100% {
        transform: translateY(0);
    }
}

.hero-desc span {
    color: #5514b4;
    font-size: 20px;
    font-weight: 600;
}

.hero-desc h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    color: #fff;
}

.hero-desc h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.hero-desc p {
    color: #ffef00;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.hero-desc p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.hero-desc h2 {
    font-size: 35px;
    font-weight: 600;
}

.aval1 {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 30px;
}

.btn103 {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    width: 230px;
    height: 60px;
}

.btn103:hover {
    background-color: #ffef00;
    color: #000;
}

.hero input:focus {
    box-shadow: none;
    border: 1px solid #ffef00;
}

/** Section 2 **/
.section2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sect2-img img {
    width: 100%;
}

.sect2-block {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 10px;
    height: 200px;
    margin-top: 20px;
    background-color: #ff5f5f4d;
    transition: all 1s ease-in-out;
}

.sect2-block:hover {
    transform: scale(1.1);
}

.sect2-desc h3 {
    font-weight: 700;
    font-size: 16px;
}

.sect2-img {
    width: 100%;
}

.sect2-img2 img {
    height: 150px;
}

.price-tag {
    border: 1px solid #000;
    border-radius: 50%;
    width: 70px;
    padding: 10px 10px;
    /* height: 86px; */
    text-align: center;
    background-color: #138326;
    color: #fff;
    float: inline-end;
    height: 70px;
}

.price-tag p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 8px;
    font-weight: 500;
}

.price-tag span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

/** Help section **/

.help {
    padding-top: 40px;
    padding-bottom: 40px;
}

.help-main {
    text-align: center;
    border-bottom: 1px solid #d6caca85;
    margin-bottom: 20px;
}

.help-main h2 {
    color: #000;
    font-weight: 700;
    font-size: 30px;
}

.help-main span {
    color: #f51b1b;
}

.help-block {
    text-align: center;
    padding: 20px;
    border: 1px solid #93848447;
    height: 150px;
    margin-top: 40px;
    transition: all 0s ease-in;
}

.help-block:hover {
    border: 2px solid #000;
}

.help-block img {
    margin-bottom: 30px;
    width: 50px;
    height: 50px;
}

.help-block h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
}
/** BroadBand Page **/
.bb-hero{
    padding-top: 150px !important;
}
.bb-pkgs{
    padding-top: 40px;
    padding-bottom: 40px;
}
.bb-main-head {
    text-align: center;
}
.bb-main-head h2 {
    font-size: 30px;
    font-weight: 700;
}
.bb-main-head p {
    color: #000;
    font-weight: 400;
}
.bb-pkg-img img {
    width: 100px;
    height: 170px;
}
.bb-pkg-img2 img {
    width: 250px;
    height: 170px;
}
.bb-pkg-img2 {
    text-align: center;
    width: 100%;
}
.bb-pkg-img {
    text-align: center;
    width: 100%;
}
.bg-orange{
    background:url('../../images/bb-orange.svg') no-repeat center;
}
.bg-yellow{
    background:url('../../images/bb-yellow.svg') no-repeat center;
}
.bg-purple{
    background:url('../../images/bb-purple.svg') no-repeat center;
}
.bg-blue{
    background:url('../../images/bb-blue.svg') no-repeat center;
}
.bb-pkg-blck {
    padding: 20px;
    border: 1px solid #0000003b;
    border-radius: 20px;
    margin-top: 30px;
    min-height: 670px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.bb-pkg-pc {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: baseline;
    align-content: center;
}
.bb-pkg-pc span {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}
.bb-pkg-blck h3 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.bb-pkg-para-hl p {
    text-align: center;
    color: #000;
    border-top: 1px solid #0000003b;
    overflow: hidden;
    overflow-y: auto;
    height: 80px;
    padding: 10px;
    margin-bottom: 0px;
}
.bb-accord a {
    background-color: #fff;
    border: 0px;
    text-align: center;
    color: #ff1309 !important;
    font-weight: 500;
}
.bb-accord p {
    text-align: center;
    margin-bottom: 0px;
}
.bb-accord .card.card-body {
    color: #000;
    font-weight: 400;
}
.bb-accord-detail h4 {
    font-weight: 600;
    font-size: 18px;
}
.bb-accord-detail ul {
    line-height: 30px;
}
.bb-accord-detail{
    border-bottom: 1px solid #0000003b;
}
.btn123 {
    text-align: center;
    margin-top: 30px;
}
a.btn-bas {
    background-color: #000;
    padding: 10px;
    color: #fff !important;
    display: block;
    border-radius: 20px;
}
a.btn-super {
    background-color: #306de4;
    padding: 10px;
    color: #fff !important;
    display: block;
    border-radius: 20px;
}
.abcd p {
    background-color: #ffa356;
    color: #000;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
}
.abcd2 p {
    background-color:#fff356;
    color: #000;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
}
.sup-chrg {
    position: absolute;
    top: -20px;
    background: linear-gradient(#ff0d02c7, #0564f5e8);
    width: 100%;
    left: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.sup-chrg p {
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}
.bb-speed{
    padding-top: 60px;
    padding-bottom: 60px;
}
.bb-speed-blck {
    margin-top: 30px;
}
.bb-speed-blck p {
    color: #000;
    font-weight: 400;
    line-height: 30px;
    height: 150px;
}
.bb-speed-blck h5 {
    font-weight: 700;
    font-size: 20px;
}
.bb-speed-blck img.card-img-top {
    height: 180px;
    object-fit: cover;
}

.award {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #0003;
    border-bottom: 1px solid #0003;
    width: 70%;
    margin: 0 auto;
}
.award ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}
.switching {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 70%;
    margin: 0 auto;
    border-bottom: 1px solid #0003;
}
.switching ul {
    list-style: number;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    text-align: left;
}
.switch-desc {
    text-align: left;
}
.award img {
    width: 100%;
}
.modal-contract .modal-footer {
    text-align: center;
    display: block;
    border-color: #fff;
}
.modal-contract h3 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.modal-contract ul {
    color: #fff;
    font-weight: 400;
    line-height: 35px;
}
.modal-contract .modal-content {
    background-color: #f5b31e;
    background: linear-gradient(0deg, #5267c9, #ff1309);
}
.modal-contract .modal-body {
    overflow: hidden;
    overflow-y: scroll;
    height: 300px;
}
.modal-contract img {
    width: 100%;
}
/** TV PAGE **/

a.btn-bas-outline {
    border: 2px solid;
    padding: 10px;
    border-radius: 20px;
    display: block;
}
.hero-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}
.dsply-discnt2 {
    padding: 10px;
    background-color: #37863a;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    color: #fff;
    display: inline-grid;
    justify-content: center;
    align-content: center;
    right: 50px;
    animation: heartbeat 1s infinite;
}
.dsply-discnt2 h5 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 700;
}
.dsply-discnt2 span {
    color: #fff !important;
    font-size: 50px !important;
}
.dsply-discnt2 p {
    font-weight: bold !important;
    font-size: large !important;
    color: #ffef00 !important;
    margin-bottom: 0 !important;
}
.dsply-tp-img img {
    width: 300px;
    height: 200px;
}
.dsply-tp-img2 img {
    width: 100px;
    height: 200px;
}
.hero-tv{
    padding-bottom: 0px !important;
}
.tpv {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #0003;
    border-bottom: 1px solid #0003;
}
.tpv-img img {
    width: 100%;
    transform: scale(0.8);
}
.tpv-desc h2 {
    font-size: 30px;
    font-weight: 700;
}
.tpv-desc p {
    font-weight: 400;
    color: #000;
    line-height: 30px;
}
.tpv ul {
    color: #000;
    font-weight: 400;
    line-height: 35px;
    padding-left: 15px;
}
.accordion-button:focus {
   box-shadow: none;
}
.tpv .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #f51e1e;
}
.tpv .accordion-button:not(.collapsed)::after {
   transform: rotate(180deg);
    filter: brightness(20.5);
}
/** Add TV stream Page **/
.add-tvs{
    padding-top: 150px;
    padding-bottom: 40px;
}
.add-tvs-detail {
    text-align: center;
}
.add-tvs-detail h2 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0px;
}
.add-tvs-detail span {
    color: #f51e1e;
}
.add-tvs-detail h4 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 10px;
}
.add-tvs-detail p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.stream-banner img {
    width: 100%;
}
.add-tvs-para p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}
.add-tvs-para{
    line-height: 15px;
    border-bottom: 1px solid #0003;
    padding: 20px;
}
.add-tvs-sub h3 {
    text-align: center;
    padding: 20px;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}
.add-tvs .card{
    margin-top: 30px;
}
.add-tvs .card .card-body a {
    font-weight: 500;
    text-decoration: underline;
}
.add-tvs .card .card-body {
    text-align: center;
}
.add-tvs .card .card-body p {
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 5px;
    height: 40px;
}
.add-tvs .card .card-body .form-check .form-check-input {
    margin-left: -1.5em;
    font-size: 25px;
    margin-top: 10px;
    float: none;
}
.add-tvs .card .card-body .form-check-input:focus {
    box-shadow: none;
}
.add-tvs .card .card-body h4 {
    font-size: 18px;
}
.y-select-main {
    display: flex;
    align-items: baseline;
}
.y-select-main img {
    width: 40px;
    margin-right: 10px;
}
.y-select-main p {
    color: #000;
}
.y-select-2 ul {
    line-height: 30px;
    color: #000;
    text-align: left;
}
.y-select-para p {
    color: #000;
    font-weight: 400;
    text-align: justify;
}
.y-select {
    padding-top: 40px;
    padding-bottom: 40px;
}
.btn444 {
    text-align: center;
    margin-top: 30px;
}
a.btn-cn {
    background-color: #000 !important;
    padding: 10px 25px;
    color: #fff !important;
    font-size: 20px;
    border-radius: 20px;
    font-weight: 500;
}
.rev-bas-detail .btn-cn2 {
    background-color: #000 !important;
    padding: 10px 25px;
    color: #fff !important;
    font-size: 20px;
    border-radius: 20px;
    font-weight: 500;
}

/** Review Basket PAge **/
.rev-bas{
    padding-top: 150px;
    padding-bottom: 40px;
}
.rev-bas ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding: 0px;
    align-items: center;
    margin-bottom: 0px;
}
.rev-bas .active i {
    transform: scale(1.6);
    height: 15px;
}
.rev-bas li.active {
    color: #f51e1e;
    background-color: #feee08;
    width: 20px;
    display: flex;
    border-radius: 50%;
    height: 20px;
    justify-content: center;
    align-items: center;
    transform: scale(1.5);
}
.rev-bas li{
    position: relative;
}
.rev-bas li.active::after {
    content: '';
    position: absolute;
    top: 9px;
    padding: 1px;
    width: 400px;
    background-color: #f51e1e;
    left: -60px;
    transform: scale(0.6);
}
.rev-bas li::after {
    content: '';
    position: absolute;
    top: 10px;
    padding: 1px;
    width: 365px;
    background-color: #000;
    left: 13px;
   height: 3px;
}

.rev-bas li:last-child:after{
    display: none;
}
.rev-bas-detail{
    padding: 30px;
    padding-bottom: 30px;
}
.rev-detail h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}
.rev-summary {
    text-align: center;
    padding: 20px;
    border: 1px solid #0003;
}
.rev-summary span {
    font-size: 40px;
    font-weight: 500;
    color: #000;
}
.rev-summary p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.rev-summary a {
    background-color: #fff;
    border: 0px;
    text-align: center;
    color: #ff1309 !important;
    font-weight: 500;
}
.pkg-detail-steam {
    display: flex;
    justify-content: space-around;
}
.rev-summary .collapse .card {
    border: none;
}
.pricing-break {
    padding-top: 0px;
    padding-bottom: 40px;
    margin: 0 auto;
    width: 50%;
}
.pr-bd h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.pr-bd span{
    color: #ff1309;
}
.pr-bd p {
    color: #0009;
    font-weight: 400;
    margin-bottom: 5px;
}
.fb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fb span {
    font-size: 25px;
    font-weight: 600;
    color: #000;
}
.fb h5 {
    margin-bottom: 0px;
    font-weight: 600;
}
.pr-bd {
    margin-top: 20px;
}
.rev-bas-foot{
    padding-top: 20px;
    padding-bottom: 30px;
}
/** Footer **/

.footer {
    padding: 40px;
    background-image: linear-gradient(to bottom, #d4363647, #f40c0c);
}

.footer-img img {
    width: 300px;
    height: 70px;
    margin-bottom: 20px;
}

.nbo-foot span {
    border: 2px solid #feee08;
    padding: 10px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-right: 4px;
    color: #000;
}

.nbo-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.nbo-foot h2 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
}

.footer-desc p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    padding-left: 150px;
    padding-right: 150px;
    margin-bottom: 30px;
    font-weight: 400;
}

.footer-links ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

.footer-links ul li {
    margin-right: 25px;
}

.footer-links a {
    color: #feee08;
    font-size: 16px;
    font-weight: 600;
}

.last-text p {
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.last-bar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.last-text {
    display: flex;
    justify-content: space-between;
}

.last-text a {
    color: #000;
    font-weight: 500;
}

/*scroll*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #feee08;
    border-color: #feee08;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f40c0c;
}

div#address-container:has(.form-select) {
    background-color: white;
    /* width: 700px; */
    margin: 20px auto;
    padding: 20px;
}

#loader, #loaderBefore, #loaderAfter {
    margin-top: 20px;
}

.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.font-weight-bold{
    font-weight: 700 !important;
}

/** Shooping Cart PAge**/
.shopping {
    /* background-color: #5d8cd47a; */
    background-color: #f3bbbb78;
    padding-top: 60px;
    padding-bottom: 60px;
}
.shopping h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0px;
}
.shp-blok {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 25px;
}
.shop-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #0d6efd;
    margin-bottom: 25px;
}
.shop-main h3 {
    margin-bottom: 0px;
    font-size: 35px;
    font-weight: 600;
}
.edit i {
    font-size: 20px;
}
.shop-list p {
    margin-bottom: 0px;
    color: #000;
    font-weight: 400;
}
.shop-list ul {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    line-height: 30px;
}
.shop-list h4 {
    margin-bottom: 0px;
    font-weight: 700;
}
.shop-list span {
    font-weight: 700;
    color: #000;
}
.due{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.due span {
    font-size: 40px;
    font-weight: 800;
    color: #000;
}
.due h4 {
    margin-bottom: 0px;
}
.shp-blok p {
    margin-bottom: 0px;
    color: #000;
}
.para-end {
    padding: 10px;
    font-size: 14px;
}
.para-end p {
    color: #8b8181;
    margin-top: 20px;
}
.btn91 {
    margin-top: 10px;
    float: inline-end;
}
.btn-check1 {
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 18px;
}
.btn-check1:hover{
    background-color: #00b1ff;
    color: #fff;
}
.shopl-blck .form-select-lg {
    line-height: 1.5rem;
}
.shp-blok .form-control:focus {
    border-color: #5d8cd4;
    box-shadow: none;
}
.shp-blok .form-select-lg {
    line-height: 1.5rem;
}
.shp-blok .form-select:focus {
    border-color: #0f69f4;
    outline: 0;
    box-shadow: none;
}
.shop-main2 h3 {
    font-size: 20px;
}
.shp-blok .form-label {
    margin-bottom: .5rem;
    font-weight: 400;
    color: #000;
}

/* Thank You Page */

.thankyou {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #f3bbbb78;
    color: #000 !important;
}

.thankyou h2{
    color: #000;
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
}
.thank-i {
    text-align: center;
    font-size: 50px;
    color: #fd0d0d;
}
.thank-i i {
   
    animation:scaleAnimation 2s infinite;
}
@keyframes scaleAnimation
{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Privacy Page */

.pp {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #f3bbbb78;
}
.pp h2 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
}
.pp p {
    color: #000;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
}
.pp h3 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
}
.pp ul {
    padding: 0px;
    padding-left: 30px;
    color: #000;
    line-height: 35px;
    font-size: 18px;
    font-weight: 400;
}
.pp table {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-collapse: collapse;
}
.pp th {
    padding: 10px;
    border-right: 1px solid #fff;
}
.pp td{
    border: 1px solid #000;
    padding: 10px;
}