@font-face {
    font-family: mt;
    src: url(../fonts/mt.ttf);
}

@font-face {
    font-family: mt-medium;
    src: url(../fonts/mt-medium.ttf);
}

@font-face {
    font-family: mt-bold;
    src: url(../fonts/mt-bold.ttf);
}

html {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'mt', sans-serif !important;
    font-size: 16px;
    line-height: 24px !important;
    color: #000000;
}

input,
button,
select {
    margin: 0;
    padding: 0;
    font-family: 'mt', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 10px 0;
    font-family: 'mt', sans-serif !important;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* Header */
header {
    width: 100%;
    margin: 0;
    min-height: 90px;
}

header .hd-in {
    width: 90%;
    margin: auto;
    padding: 15px 0 10px 0;
    display: table;
}

header .af-hd-lg {
    width: 30%;
    float: left;
}

header .af-hd-dt {
    width: 30%;
    float: right;
    text-align: right;
    margin: 20px 0 0 0;
}

header .af-hd-dt ul {
    margin: 0;
    padding: 0;
}

header .af-hd-dt ul li {
    list-style: none;
    padding: 0 0 5px 0;
}

header .af-hd-dt ul li .fa-solid {
    font-size: 14px;
    padding: 0 5px 0 0;
}

header .af-hd-dt ul li a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s
}

header .af-hd-dt ul li a:hover {
    color: #000000;
    text-shadow: 0 0 5px #00000040;
}

/* Homepage */
.home-main {
    float: left;
    width: 100%;
    min-height: 768px;
    background: #DFDFDF url(../images/banner-img.png) no-repeat right;
    height: 100vh;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-main .hp-in {
    width: 90%;
    margin: auto;
    display: table;
    padding: 50px 0;
}

.home-main .hp-in .af-hp-lf {
    width: 55%;
    float: left;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    background: url(../images/slider-back.png) no-repeat center top;
    background-size: contain;
}

.home-main .hp-in .af-hp-lf .mySlides {
    display: none;
    text-align: center;
}

.home-main .hp-in .af-hp-lf .mySlides img {
    width: auto;
}

.home-main .hp-in .af-hp-lf .prev,
.home-main .hp-in .af-hp-lf .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    padding: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    user-select: none;
}

.home-main .hp-in .af-hp-lf .next {
    right: 0;
}

.home-main .hp-in .af-hp-lf .prev:hover,
.home-main .hp-in .af-hp-lf .next:hover {
    color: #000000;
}

.home-main .hp-in .af-hp-lf .animate {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: animate;
    animation-duration: 4s;
}

.home-main .hp-in .af-hp-rt {
    width: 42%;
    float: right;
    border: solid 1px #ffffff;
    border-radius: 60px;
    padding: 60px 50px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
}

.home-main .hp-in .af-hp-rt h1 {
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 30px;
}

.home-main .hp-in .af-hp-rt h2 {
    font-size: 40px;
    font-family: 'mt-bold', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 50px;
}

.home-main .hp-in .af-hp-rt h3 {
    font-size: 20px;
    font-family: 'mt-medium', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.home-main .hp-in .af-hp-rt .af-hp-3 {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.home-main .hp-in .af-hp-rt .af-hp-3 .af-hp-1 {
    float: left;
    width: 30%;
    margin: 0 5%;
    background: #ffffff50;
    border-radius: 30px;
    box-shadow: 3px 5px 10px #00000020;
    padding: 28px 0;
    box-sizing: border-box;
    text-align: center;
}

.home-main .hp-in .af-hp-rt .af-hp-3 .af-hp-1:first-child {
    margin: 0;
}

.home-main .hp-in .af-hp-rt .af-hp-3 .af-hp-1:last-child {
    margin: 0;
}

.home-main .hp-in .af-hp-rt .af-hp-3 .af-hp-1 .img2 {
    padding: 3px 0;
}

.home-main .hp-in .af-hp-rt .af-hp-3 .af-hp-1 .img3 {
    padding: 10px 0;
}

.home-main .hp-in .af-hp-rt .af-hp-3 .af-hp-1 h4 {
    font-size: 18px;
    font-family: 'mt-bold', sans-serif;
    margin: 10px 0;
    padding: 0
}

.home-main .hp-in .af-hp-rt .af-hp-3 .af-hp-1 h4 span {
    font-size: 18px;
    font-family: 'mt', sans-serif;
    margin: 0;
    padding: 0;
    display: block;
}

.home-main .hp-in .af-hp-rt .bk-btn-beu {
    background: #000000;
    border-radius: 50px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    display: block;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.5s;
}

.home-main .hp-in .af-hp-rt .bk-btn-beu:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 10px #00000060;
}

.home-main .hp-in .af-hp-rt .bk-btn-beu .fa-solid {
    float: right;
    font-size: 24px;
}

/* Upload-Qunatity-Checkout */
.inner-main {
    float: left;
    width: 100%;
    min-height: 768px;
    background: #DFDFDF;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-main .in-in-wk {
    width: 90%;
    margin: auto;
    padding: 0;
    display: table;
    padding: 50px 0;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.inner-main .in-in-wk .in-in-stp {
    float: left;
    width: 100%;
}

.inner-main .in-in-wk .in-in-stp .active {
    color: #000000 !important;
}

.inner-main .in-in-wk .in-in-stp .active a {
    color: #000000 !important;
}

.inner-main .in-in-wk .in-in-stp .in-stp-1 {
    float: left;
    width: auto;
    font-size: 30px;
    font-family: 'mt-bold', sans-serif;
    color: #BBBBBB;
}

.inner-main .in-in-wk .in-in-stp .in-stp-1 span {
    display: block;
    font-size: 16px;
    font-family: 'mt', sans-serif;
}

.inner-main .in-in-wk .in-in-stp .in-stp-1 a {
    color: #BBBBBB;
    text-decoration: none;
}

.inner-main .in-in-wk .in-in-stp .in-stp-2 {
    float: left;
    width: auto;
    margin: 0 20px;
    color: #BBBBBB;
}

.inner-main .in-in-wk .in-in-pan {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt {
    float: left;
    width: 65%;
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 3px 5px 10px #00000020;
    box-sizing: border-box;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt h2 {
    font-family: 'mt-bold', sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt p {
    color: #4e4e4e;
    font-size: 16px;
    padding: 0;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-img-sh {
    width: 90%;
    border: solid 1px #BBBBBB;
    border-radius: 30px;
    margin: 30px auto 0;
    padding: 10px;
    box-sizing: border-box;
    min-height: 390px;
    text-align: center;
    background: #efefef;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-img-sh img {
    width: auto !important;
    height: 360px !important;
    max-width: 100%;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-img-hf {
    float: left;
    width: 46%;
    border: solid 1px #BBBBBB;
    align-items: center;
    display: flex;
    border-radius: 30px;
    margin: 30px 0 0 5%;
    padding: 10px;
    box-sizing: border-box;
    min-height: 390px;
    text-align: center;
    background: #efefef;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-img-hf img {
    width: auto !important;
    max-height: 100% !important;
    max-width: 100%;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty {
    float: right;
    width: 40%;
    margin: 30px 5% 0 0;
    height: 390px;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty .in-pan-lt-qty-tle {
    font-size: 20px;
    font-family: 'mt-bold', sans-serif;
    line-height: 24px;
    margin: 0 0 15px 0;
    border-bottom: solid 1px #000000;
    width: 100%;
    display: block;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty input[type="number"] {
    font-size: 24px;
    font-family: 'mt-bold', sans-serif;
    line-height: 30px;
    padding: 10px;
    margin: 0 0 40px 0;
    border: solid 1px #BBBBBB;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-radius: 30px;
    outline: none;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty #Quantity-error {
    position: absolute;
    margin: -40px 0 0 0;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty input[type="number"]::placeholder {
    color: #BBBBBB;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty .in-pan-lt-qty-sz {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty .in-pan-lt-qty-sz span {
    float: left;
    width: 10%;
    margin: 0;
    font-size: 30px;
    font-family: 'mt-bold', sans-serif;
    line-height: 60px;
    text-align: center;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty .in-pan-lt-qty-sz input[type="number"] {
    font-size: 24px;
    font-family: 'mt-bold', sans-serif;
    line-height: 30px;
    padding: 10px;
    margin: 0 0 10px 0;
    border: solid 1px #BBBBBB;
    width: 45%;
    float: left;
    box-sizing: border-box;
    border-radius: 30px;
    outline: none;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty .in-pan-lt-qty-sz #Width-error {
    position: absolute;
    bottom: -2px;
    right: 40px;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty .in-pan-lt-qty-sz #Height-error {
    position: absolute;
    left: 0;
    top: 50px;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty .in-pan-lt-qty-sz input[type="number"]::placeholder {
    color: #BBBBBB;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty .in-pan-lt-qty-sz .lb-1 {
    width: 58%;
    float: left;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-qty .in-pan-lt-qty-sz .lb-2 {
    width: 42%;
    float: left;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-bil-hf {
    float: left;
    width: 40%;
    margin: 30px 0 0 5%;
    position: relative;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-bil-hf label {
    display: block !important;
    font-family: 'mt', sans-serif !important;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-bil-hf input[type="text"] {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border: solid 1px #BBBBBB;
    border-radius: 30px;
    padding: 17px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    line-height: 16px;
    font-family: 'mt', sans-serif;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-bil-hf input[type="text"]::placeholder {
    color: #BBBBBB
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-bil-hf input[type="email"] {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border: solid 1px #BBBBBB;
    border-radius: 30px;
    padding: 17px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    font-family: 'mt', sans-serif;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-bil-hf input[type="email"]::placeholder {
    color: #BBBBBB
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-bil-hf select {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border: solid 1px #BBBBBB;
    border-radius: 30px;
    padding: 17px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    font-family: 'mt', sans-serif;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-bil-hf .pelt50 {
    width: 45% !important;
    float: left !important;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-bil-hf .pert50 {
    width: 45% !important;
    float: right !important;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-crd-hf {
    float: right;
    width: 40%;
    margin: 30px 5% 0 0;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-crd-hf .in-pan-lt-crd-tle {
    font-size: 20px;
    font-family: 'mt-bold', sans-serif;
    line-height: 24px;
    margin: 0 0 15px 0;
    border-bottom: solid 1px #000000;
    width: 100%;
    display: block;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-crd-hf input[type="text"] {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border: solid 1px #BBBBBB;
    border-radius: 30px;
    padding: 17px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-crd-hf input[type="text"]::placeholder {
    color: #BBBBBB
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-crd-hf input[type="number"] {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border: solid 1px #BBBBBB;
    border-radius: 30px;
    padding: 17px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-crd-hf input[type="number"]::placeholder {
    color: #BBBBBB
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-crd-hf .pelt50 {
    width: 45% !important;
    float: left !important;
}

.inner-main .in-in-wk .in-in-pan .in-pan-lt .in-pan-lt-crd-hf .pert50 {
    width: 45% !important;
    float: right !important;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt {
    float: right;
    width: 30%;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-det {
    float: left;
    width: 100%;
    position: relative;
    border: dashed 1px #000000;
    box-sizing: border-box;
    margin: 0 0 50px 0;
    min-height: 455px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-det:hover {
    border: solid 1px #000000;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-det .in-pan-det-mat {
    float: left;
    width: 100%;
    text-align: center;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-det .in-pan-det-mat h4 {
    font-size: 18px;
    font-family: 'mt-bold', sans-serif;
    margin: 10px 0;
    padding: 0
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-det .in-pan-det-mat h4 span {
    font-size: 18px;
    font-family: 'mt', sans-serif;
    margin: 0;
    padding: 0;
    display: block;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-det input[type="file"] {
    position: absolute;
    width: 100%;
    height: 455px;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-prc {
    float: left;
    width: 100%;
    position: relative;
    border: dashed 1px #000000;
    box-sizing: border-box;
    margin: 0 0 50px 0;
    padding: 30px;
    min-height: 455px;
    border-radius: 30px;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-prc h4 {
    font-size: 30px;
    font-family: 'mt-bold', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 30px;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-prc .in-pan-prc-val {
    width: 100%;
    float: left;
    font-size: 18px;
    font-family: 'mt-medium', sans-serif;
    padding: 15px 10px;
    border-bottom: solid 1px #000000;
    box-sizing: border-box;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-prc .in-pan-val-lft {
    width: 50%;
    float: left;
    text-align: left;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-prc .in-pan-val-rgt {
    width: 50%;
    float: left;
    text-align: right;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .in-pan-rt-prc .in-pan-prc-val-tt {
    width: 100%;
    float: left;
    font-size: 18px;
    font-family: 'mt-bold', sans-serif;
    padding: 15px 10px;
    border: solid 1px #000000;
    border-radius: 30px;
    box-sizing: border-box;
    margin: 30px 0 0 0;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .bk-btn-beu {
    background: #000000;
    border-radius: 50px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    display: block;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.5s;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .bk-btn-beu:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 10px #00000060;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .bk-btn-beu .fa-solid {
    float: right;
    font-size: 24px;
}

/* Inner Extra Pages */
.inner-main .in-in {
    width: 90%;
    margin: auto;
    padding: 0;
    display: table;
    padding: 50px 0;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.inner-main .in-in h2 {
    font-size: 60px;
    line-height: 60px;
    font-family: 'mt-bold', sans-serif;
    text-align: center;
    margin: 0 0 20px 0;
}

.inner-main .in-in h3 {
    font-size: 40px;
    line-height: 40px;
    font-family: 'mt', sans-serif;
    text-align: center;
    margin: 0 0 20px 0;
}

.inner-main .in-in-ty {
    width: 50%;
    margin: 50px auto;
    display: table;
    padding: 30px;
    border: dashed 1px #000000;
    border-radius: 30px;
    text-align: center;
    box-sizing: border-box;
}

.inner-main .in-in-ty p {
    padding: 0 0 5px 0;
}

.inner-main .in-in-ty h6 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'mt-medium', sans-serif;
    text-align: center;
    margin: 20px 0;
}

.inner-main .in-in-ty .in-in-sl {
    width: 100%;
    float: left;
    margin: -0;
    text-align: center;
}

.inner-main .in-in-ty .in-in-sl ul {
    margin: auto;
    padding: 0;
    width: fit-content;
}

.inner-main .in-in-ty .in-in-sl ul li {
    list-style: none;
    padding: 0 12px;
    line-height: 16px;
    display: inline-block;
}

.inner-main .in-in-ty .in-in-sl ul li a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
    font-size: 24px;
}

.inner-main .in-in-ty .in-in-sl ul li a:hover {
    color: #000000;
    text-shadow: 0 0 5px #00000040;
}

.inner-main .in-in .bk-btn-beu {
    margin: auto;
    background: #000000;
    border-radius: 50px;
    font-size: 20px;
    text-align: center;
    width: 33%;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.5s;
}

.inner-main .in-in .bk-btn-beu:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 10px #00000060;
}

.inner-main .in-in .bk-btn-beu .fa-solid {
    float: right;
    font-size: 24px;
}

/* Email Templates */
.email-template-header {
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

.email-template-top {
    width: 90%;
    margin: auto;
    padding: 30px 0;
    display: table;
    box-sizing: border-box;
}

.email-template-top h2 {
    font-size: 40px;
    line-height: 60px;
    font-family: 'mt-bold', sans-serif;
    margin: 0 0 20px 0;
    text-align: center;
}

.email-template-top p {
    padding: 0 0 5px 0;
    text-align: left;
}

.email-template-top h6 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'mt-medium', sans-serif;
    margin: 20px 0;
}

.email-template-main {
    width: 90%;
    margin: auto;
    display: table;
}

.email-template-main-left {
    width: 46%;
    float: left;
    margin: 0;
    padding: 20px;
    border: dashed 1px #000000;
    border-radius: 30px;
    box-sizing: border-box;
}

.email-template-main-right {
    width: 46%;
    float: right;
    margin: 0;
    padding: 20px;
    border: dashed 1px #000000;
    border-radius: 30px;
    box-sizing: border-box;
}

.email-template-main h6 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'mt-medium', sans-serif;
    margin: 0 0 20px 0;
}

.email-template-main p {
    padding: 0 0 5px 0;
    text-align: left;
}

.email-template-table table {
    width: 90%;
    margin: 30px auto;
}

.email-template-table table tr td {
    padding: 10px 0;
}

.email-template-table table .bld {
    border-bottom: solid 1px #000000;
    padding: 20px 0;
    font-size: 20px;
    font-family: 'mt-bold', sans-serif;
}

.email-template-table table .mld {
    border-top: solid 1px #000000;
    padding: 10px 0;
    font-size: 16px;
    font-family: 'mt-medium', sans-serif;
}

.email-template-table table .btld {
    border-top: solid 1px #000000;
    padding: 10px 0;
    font-size: 20px;
    font-family: 'mt-bold', sans-serif;
}

.email-template-footer {
    width: 90%;
    margin: 30px auto;
    display: table;
}

.email-template-footer h6 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'mt-medium', sans-serif;
    margin: 10px 0;
    text-align: center;
}

.email-template-footer p {
    padding: 0 0 5px 0;
    text-align: center;
    font-size: 14px;
}

.email-template-footer .social-links {
    width: 100%;
    float: left;
    margin: -0;
    text-align: center;
}

.email-template-footer .social-links ul {
    margin: auto;
    padding: 0;
    width: fit-content;
}

.email-template-footer .social-links ul li {
    list-style: none;
    padding: 0 12px;
    line-height: 16px;
    display: inline-block;
}

.email-template-footer .social-links ul li a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
    font-size: 20px;
}

.email-template-footer .social-links li a:hover {
    color: #000000;
    text-shadow: 0 0 5px #00000040;
}

/* Footer */
footer {
    width: 100%;
    margin: 0;
    padding: 0;
}

footer .ft-in {
    width: 90%;
    margin: auto;
    padding: 20px 0;
    display: table;
}

footer .af-ft-lk {
    width: 100%;
    float: left;
    text-align: center;
}

footer .af-ft-lk ul {
    margin: 0;
    padding: 0;
}

footer .af-ft-lk ul li {
    list-style: none;
    padding: 0 5px;
    border-right: solid 1px #000000;
    line-height: 16px;
    display: inline-block;
}

footer .af-ft-lk ul li:last-child {
    border-right: none;
}

footer .af-ft-lk ul li a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s
}

footer .af-ft-lk ul li a:hover {
    color: #000000;
    text-shadow: 0 0 5px #00000040;
}

footer .af-ft-ln {
    width: 100%;
    float: left;
    border-bottom: solid 1px #000000;
    margin: 25px 0;
}

footer .af-ft-sl {
    width: 100%;
    float: left;
    margin: -38px 0 0 0;
    text-align: center;
}

footer .af-ft-sl ul {
    margin: auto;
    padding: 0;
    background: #ffffff;
    width: fit-content;
}

footer .af-ft-sl ul li {
    list-style: none;
    padding: 0 12px;
    line-height: 16px;
    display: inline-block;
}

footer .af-ft-sl ul li a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s
}

footer .af-ft-sl ul li a:hover {
    color: #000000;
    text-shadow: 0 0 5px #00000040;
}

footer .af-ft-cr {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #B9B9B9;
    text-align: center;
}

/* Misc */
@keyframes animate {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.form-group {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.form-group label {
    display: none !important;
}

.inner-main .in-in-wk .in-in-pan .in-pan-rt .bk-btn-beu[disabled] {

    cursor: not-allowed;
    /* Change cursor to not-allowed */
    /* Add any other styles you want for the disabled state */
}