@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

/*Root*/
:root {
    --dark-button-primary-color: #3F78E0;
    --dark-color: #2b374a;
    --light-color: #e2e2e2;
}

/*Clean*/
a{
    text-decoration:none;
}
ol, ul {
    list-style: none outside none;
}

html, body, div, span, applet, object, iframe, blockquote, pre,p, 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, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;

}

a:hover {
    color: gray;
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'Manrope', sans-serif;
}

.btn-large{
    padding: 8px 6px;
    border-radius: 10px; 
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/*Font Weight*/
.fw-500{
    font-weight:500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}

/*Font Size*/
.fs-1 {
    font-size: 1px;
}

.fs-2 {
    font-size: 2px;
}

.fs-3 {
    font-size: 3px;
}

.fs-4 {
    font-size: 4px;
}

.fs-5 {
    font-size: 5px;
}

.fs-6 {
    font-size: 6px;
}

.fs-7 {
    font-size: 7px;
}

.fs-8 {
    font-size: 8px;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}


/*Padding*/
.pt-private-4 {
    padding-top: 2rem;
}
.pt-private-5 {
    padding-top: 2.5rem;
}
.pt-6 {
    padding-top: 3rem;
}
.pt-7{
    padding-top: 3.5rem;
}
.pt-8 {
    padding-top: 4rem;
}
.pt-9{
    padding-top: 4.5rem;
} 
.pt-10 {
    padding-top: 5rem;
} 
.pt-11 {
    padding-top: 5.5rem;
} 
.pt-15 {
    padding-top: 7.5rem;
} 
.pt-20 {
    padding-top: 10rem;
} 
.pt-25 {
    padding-top: 12.5rem;
} 
.pt-30 {
    padding-top: 15rem;
} 
.pt-35 {
    padding-top: 17.5rem;
} 
.pt-40 {
    padding-top: 20rem;
} 
.pt-45 {
    padding-top: 22.5rem;
} 
.pt-50 {
    padding-top: 25rem;
}

.pb-private-4 {
    padding-bottom: 2rem;
}

.pb-private-5 {
    padding-bottom: 2.5rem;
}
.pb-6 {
    padding-bottom: 3rem;
}
.pb-7 {
    padding-bottom: 3.5rem;
}
.pb-8 {
    padding-bottom: 4rem;
}
.pb-9 {
    padding-bottom: 4.5rem;
} 
.pb-10 {
    padding-bottom: 5rem;
} 
.pb-11 {
    padding-bottom: 5.5rem;
}
.pb-15 {
    padding-bottom: 7.5rem;
}
.pb-20 {
    padding-bottom: 10rem;
}
.pb-25 {
    padding-bottom: 12.5rem;
}
.pb-30 {
    padding-bottom: 15rem;
}
.pb-35 {
    padding-bottom: 17.5rem;
}
.pb-40 {
    padding-bottom: 20rem;
}
.pb-45 {
    padding-bottom: 22.5rem;
}
.pb-50 {
    padding-bottom: 25rem;
} 

/*Margin*/ 
.mt-10 {
    margin-top: 5rem;
}
.mt-11 {
    margin-top: 5.5rem;
}
.mt-15 {
    margin-top: 7.5rem;
} 
.mt-20 {
    margin-top: 10rem;
} 
.mt-25 {
    margin-top: 12.5rem;
} 
.mt-30 {
    margin-top: 15rem;
} 
.mt-35 {
    margin-top: 17.5rem;
} 
.mt-40 {
    margin-top: 20rem;
} 
.mt-45 {
    margin-top: 22.5rem;
} 
.mt-50 {
    margin-top: 25rem;
}


/*Basic Fields*/

.offcanvas {
    background: var(--dark-color);
    color: white;
    width: 250px;
}  
.rounded-10 {
    border-radius: 10px;
} 

/*Navbar*/
.nav-link {
    display: block;
    border-width: 0px;
    background-color: inherit;
    padding: 1.2rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-color);
    transition-property: color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--dark-color);
}
.navbar-light .navbar-nav .nav-link {
    color: var(--dark-color);
}
.navbar-light .navbar-nav .nav-link:hover {
    color: gray;
} 

.txt-primary {
    color: var(--dark-color);
}

.txt-info {
    color: #0f77bf;
}
.txt-private-muted {
    color: #bcbcbc;
}
.btn-private-primary {
    background: var(--dark-button-primary-color);
    border: none;
}
.btn-private-primary:hover{
    background:var(--dark-color);
}

.bg-private-light {
    background-color: #e2e2e2;
}

.bg-white{
    background-color:white;
}
.bg-private-dark {
    background:#21262c;
}
.navbar-collapse.show .navbar-nav .nav-link{
    color:white;
}

/*Private Btn*/
.app-btn {
    font-size: 14px;
    border: 1px solid #21262c;  
    padding:8px 16px;
    background-color: transparent;
    color: #21262c;
}
.app-btn:hover {
    border: 1px solid #21262c !important;
    background-color: #21262c !important;
    color: white !important;
}
.app-btn:hover { 
    color: white; 
}

.app-btn:hover .app-btn > path, .app-btn:hover .app-btn > span {
    color: white;
}

/*Section Feature*/
.section-title{
    text-align:center;
    font-weight:700;
}

.single-service-style-two{
    margin-bottom:70px;
}
.single-service-style-two .icon-box, .single-service-style-two .text-box {
    display: table-cell;
    vertical-align: top;
}

.single-service-style-two .icon-box {
    background: transparent url('../img/service-shape.png') center top no-repeat; 
    text-align: center;
    width: 70px;
}

.single-service-style-two .text-box {
    padding-left: 25px;
}

.single-service-style-two .text-box p {
    color: #707070;
    font-size: 16px;
    line-height: 30px;
}
.single-service-style-two .text-box h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 16px;
}
.single-service-style-two .icon-box, .single-service-style-two .text-box {
    display: table-cell;
    vertical-align: top;
}


/*Section Video*/
.video-box-style-two {
    position: relative;
    padding-top: 105px;
    margin-bottom: 80px;
}
.video-box-style-two .container {
    position: relative;
}

.video-box-style-two .title-box {
    margin-bottom: 35px;
    text-align: center;
}

.video-box-style-two .title-box h3 {
    color: #222222;
    letter-spacing: -0.01em;
    font-size: 35px;
    font-weight: 500;
}
.video-box-style-two .video-box-content {
    width: 100%;
    position: relative; 
    box-shadow: 3px 21px 43px rgba(0, 0, 0, 0.2);
}
.video-box-style-two .video-box-content > img {
    width: 100%;
}
.video-box-style-two .video-box-content .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgb(255 255 255 / 35%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.video-box-style-two .video-box-content .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
.video-box-style-two .video-box-content .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
}
.video-box-style-two .video-box-content .video-popup {
    display: inline-block;
    width: 101px;
    height: 101px;
    border-radius: 50%;
    background: #d4145a;
    background: -webkit-gradient(linear, left top, right top, from(#d4145a), to(#fbb03b));
    background: linear-gradient(to right, #d4145a 0%, #fbb03b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4145a', endColorstr='#fbb03b',GradientType=1 );
}
.video-box-style-two .video-box-content .video-popup svg{
    color: #fff;
    font-size: 54px; 
    line-height: 101px;
}
.video-box-style-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 210px); 
}
.video-box-style-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 210px);
    background: #e2e2e2;
}

/*E-Bill Section*/
.feature-style-four .row:first-child [class*=col-]:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right; 
}
.feature-style-four .row + .row {
    margin-top:160px;
}


/*Price Section*/
.card {
    border-radius: 10px;
    background-color: #fff;
}

.card h4 {
    margin-bottom: 0;
}

.card ul {
    padding: 0;
}

.card li {
    margin-bottom: 10px;
}

.card button {
    border-radius: 25px;
}

/*Faq Section*/
#faqs .accordion-button {
    background-color: var(--light-color);
    color: #333;
    font-size: 1.1rem;
    transition: all 0.3s ease-in-out;
    border-radius: 0.25rem;
}

#faqs .accordion-button:not(.collapsed) {
    background-color: var(--light-color); 
}

.accordion-button:hover {
    background-color: red; 
}

.accordion-body {
    font-size: 1rem;
    color: #666;
    line-height: 1.4;
    background-color:white;
}
 
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/*Random*/ 
.lineal-stroke {
    fill: #343f52 !important;
}
.lineal-fill {
    fill: #8caeec !important;
}

.bg-auth {
    position: relative;
    background-image: url(../img/bg-auth.jpg);
    background-position: bottom, 50px;
    background-size: cover;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .6;
    background-color: #000;
}

.bg-auth .bg-overlay {
    opacity: 0.6;
}

.bg-private-primary {
    --in-bg-opacity: 1;
    background-color: #336558;
}


/*Payment*/

.account-section {
    padding: 30px 0;
    min-height: 100vh;
    justify-content: center;
}

@media (min-width: 768px) {
    .account-title {
        margin-bottom: 80px;
    }

}

.account-title {
    margin-bottom: 30px;
    position: relative;
}

.account-wrapper {
    max-width: 540px;
    margin: 0 auto;
    border-radius: 30px;
    background: #fff;
    padding: 60px 0;
}
 