@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
@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');

body {
    margin: 0;
    font-family: "Roboto", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
}
:root{
    --main-color: #612424;
    --hover-color: ;
    --main-color-2: #bfa6a6;
    --light-bg-color-3: #e6f5fc;
    --border-width: 7px;
}
h2, h3{
    color: var(--main-color);
    font-size: 2em;
}
h3{
    font-size: 1.75em;
}
.btn{
    font-size: 1em;
    min-width: fit-content;
}
.btn-primary{
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.btn-primary:hover{
    background-color: var(--main-color-2);
    color: var(--main-color);
}
.header{
    background: linear-gradient(to top, #fff, #87b1d9);
    width: 300px;
}
.background-img{
    width: 300px;
    height: calc(100vh - 80px);
}
.background-img img{
    height: 100%;
    object-fit: fill;
}
.state-bg.background-img{
    height: calc(100vh - 110px);
}
/* .state-bg.background-img img{
    object-fit: cover;
} */
.header .logo-box {
    /* background-color: #87b1d9; */
    color: #000;
    padding: 10px;
    font-family: "Dosis", sans-serif;
    /* border-radius: 0 0 10px 0; */
}

.header .logo-box.state-name h2{
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
}
.header .logo-box.state-name p{
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 2;
}
.header .logo-box h1{
    font-size: 2.5em;
    text-align: center;
}
.header .logo-box h1 small{    
    font-size: 50%;
}

.header nav .navbar-nav{
    padding-left: 40px;
    width: 100%;    
}
.header nav .navbar-nav li a{
    color: var(--main-color);
    display: block;
    font-size: 30px;
    padding: 10px;
}
.header nav .navbar-nav li a.active, .header nav .navbar-nav li:hover a{
    background-color: var(--main-color-2);
    color: var(--main-color);
    padding-left: 30px;
    font-weight: 500;
}
.header nav .navbar-nav li a i{
    font-size: 50px;
    width: 0;
    opacity: 0;
    margin-left: -10px;
    transform: translate(-10px, 10px);
    margin-right: 15px;
}
.header nav .navbar-nav li a.active i, .header nav .navbar-nav li:hover a i{
    width: fit-content;
    opacity: 1;
}

.main-content{
    width: calc(100% - 600px);
    height: 100vh;
    overflow: hidden;
}
.main-content .note{
    justify-content: space-between;
}
.main-content .note .chamber-img img {
    width: 150px;
    height: 220px;
}
.main-content section .section-content{
    background-color: var(--light-bg-color-3);
    border-radius: 10px;
    padding: 15px;

}
.main-content section .section-content h3{
    color: var(--main-color);    
}
.main-content section .section-content small{
    font-size: 0.6em;
    color: #000;
    font-weight: 400;
}
.main-content section .section-content small span{
    color: blue;
    font-weight: 600;    
}
.main-content section .section-content .table-responsive{
    width: 78%;
    /* max-width: 900px; */
}
.main-content section .section-content table th{
    color: var(--main-color);
    background: transparent;
}
.main-content section .section-content table tbody tr:nth-of-type(odd), .case-container .case-service table tbody tr:nth-of-type(even) td {
    background-color: var(--main-color-2)
}
.main-content section .section-content table td{
    color: #000;
    background: transparent;
}
.main-content section .section-content table tfoot td, .case-container .case-service table tbody tr:nth-last-child(1) td{
    background-color: var(--main-color);
    color: #fff;
}
.main-content section .section-content .section-hidden-content{
    display: none;
}
section#federal table th{
    font-size: 0.8em;
}
section#federal table td{
    font-size: 0.9em;
}
section#federal table input{
    width: 25px;
    height: 25px;
}
.main-content section .section-content .fee .btn{
    max-width: 210px;
    font-weight: 500;
}

.crop-popup .modal-dialog{
    max-width: 100%;
    width: 1000px;
}
.crop-popup table tr td:first-child {
    background-color: #d7f7d7;
    border: 5px solid #fff;
    padding: 3px 10px !important;
    width: 35%;
}
.crop-popup table tr td:nth-child(2) {
    background-color: #f1f1d5e0;
    border: 5px solid #fff;
    padding: 3px 10px !important;
    width: 35%;
}
.crop-popup table tr td:nth-child(3) {
    background-color: #e9bebe;
    border: 5px solid #fff;
    padding: 3px 10px !important;
    width: 30%;
}

.document-container {
    background: white;
    height: 450px;
    margin: 3em;
    width: 100%;
    cursor: pointer;
    border-radius: 28px;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 400px;
    position: relative;
}
.document-container p {
    font-size: 39px;
    color: black;
    padding-top: 1em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.document-container .fingureClick {
    width: 90px;
    position: absolute;
    right: 14px;
    z-index: 2;
}
.p-docimg {
    width: 325px;
    position: relative;
    top: 17px;
    margin: auto;
    display: block;
}
.notShown{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transition: 1s;
}
.onShow{
    position: absolute;
    left: 0;
    right: 0;
}
.passed{
    right: 100%;
}
.start-chosse-type{
    transition: 1s;
    position: absolute;
    width: 100%;
}
.slideOutLeft {
    transition: 1s;
    width: 100%;
    position: absolute;
}
.slideOutLeft  a{
    font-size: 1.1rem;
    color: var(--main-color);
    /* line-height: 2; */
    margin-bottom: 1rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    display: block;
    text-align: center;
    cursor: pointer;
}
.slideOutLeft  a:hover{
    color: #948c31;
    stroke: 2px var(--main-color);
    /* -webkit-text-stroke: 0.5px var(--main-color); */
    font-weight: 900;
    text-decoration: unset;
}
.slideOutLeft  a:hover img{    
    border-width: 8px;
}
.cert-container img {
    /* height: 485px; */
    width: auto;
    height: 290px;
    object-fit: unset;
    width: 210px;
    background: white;
    margin-top: 8px;
    border-radius: 4px;
    border: 2px solid var(--main-color);
}
.text {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 2;
    padding-left: 20px;
    color: var(--main-color);
}
.text b{
    font-size: 1.1rem;
    color: #000;
}
.slideOutLeft .fee a{
    color: #fff;
    display: inline-block;
    max-width: 200px;
}
/* cases page */
.case-content{
    min-height: 500px;
    max-width: 100%;
    width: 700px;
}
.case-content .question-div{
    margin: 20px 0;
    font-size: 1.1em;
    font-weight: 500;
}
.case-content .question-div select{
    display: inline-block;
    width: 78px;
    border-color: var(--main-color);
    border-width: 3px;
    color: var(--main-color);
    font-weight: 600;
    font-size: 20px;
    padding-right: 25px;
    margin-left: 10px;
}
.case-content .case-service  table thead th{
    background-color: var(--main-color);
    color: #fff;
}
.main-content .upload-box .pdf-img{
    /* height: 155px; */
    width: 102px;
    position: absolute;
    top: -169px;
    display: block;
    box-shadow: 1px 1px 8px;
    background-color: #fff;
    right: 35%;
    animation: moveUpDown 4s linear infinite;
    z-index: 2;
}
.main-content .upload-box .submit-div {
    display: block;
    text-align: center;
    background-color: #6c757d79;
    border: 3px #6c757d;
    border-style: dashed;
    color: #6c757d;
    font-size: 20px;
    border-radius: 20px;
}
.main-content .upload-box .submit-box-for-show .click-here {
    display: none;
}
.main-content .upload-box .upload-content {
    min-height: 260px;
    padding: 100px 25px;
}
.main-content .upload-box .inputs-container-step1 .upload, 
.main-content .upload-box .inputs-container-step1 .upload .upload-input{
    height: 100%;
} 
.main-content .upload-box .submit-box-for-show .upload-div .total.inputs-container-step1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.main-content .upload-box .submit-box-for-show .upload-text {
    width: 100%;
    display: inline-block;
    background-color: var(--main-color);
    color: #fff;
    padding: 7px;
    border-radius: 18px 18px 0 0;
}
.main-content .upload-box .uploadedNames {
    position: absolute;
    bottom: 13px;
    width: 100%;
    font-size: 1.2em;
    overflow: hidden;
}
.uploadedNames tr td {
    min-width: 15px;
    color: #000;
    text-align: left;
}
.main-content  .case-end-ques p{
    font-size: 1.5em;
}
.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: grey;
}
.modal-body iframe {
    width: 100%;
    height: 455px;
}
@keyframes moveUpDown {
    0% { top: -60px;; }
    100% { top: 50px; }
}


/* cart */
.cart-contaienr {
    max-width: 1000px;
    margin: auto;
}
.cart-contaienr table {
    font-size: 20px;
    
}
.cart-contaienr table thead tr th {
    background-color: var(--main-color);
    color: #fff;
}
.cart-contaienr table tbody tr:nth-last-child(1) td {
    background-color: var(--main-color);
    color: #fff;
}

/* order From */
.outusa {
    display: none;
}

/* @media screen and (min-width: 2000px) {
    body{
        font-size: 1.3rem;
    }
    .main-content {
        width: calc(100% - 675px);
    }
    .header{
        min-width: fit-content;
    }    
    .case-container .question-div select{
        font-size: 1.3em;
        width: 85px;
    }
    .crop-popup .modal-dialog{
        max-width: 100%;
        width: 1200px;
    }
} */
.case-content .case-service table td input{
    width: 25px;
    height: 25px;
}
@media screen and (min-width: 2200px) {
    body{
        font-size: 1.5rem;
    }
    .main-content {
        width: calc(100% - 1000px);
    }
    .header {
        width: 500px;
    }
    .background-img {
        width: 500px;
    }
    .case-content .case-service table thead th, .case-content .case-service table  td{
        font-size: 1rem;
    } 
    .case-content .case-service{
        max-width: 1000px !important;
    }
    .logo-box.state-name p{
        text-align: center;
    }
    .case-content {
        width: 1000px;
    }
}

.fedex-type, .ups-type{
    background-color: #f1f1bc;
    padding: 4px 0;
    display: none;
}
.shipping-inputs{
    font-size: 20px;
}
.shipping-inputs input[type='radio'] {
    border: 2px solid var(--main-color);
    width: 25px;
    height: 25px;
    appearance: none;
}
.shipping-inputs input[type='radio']:checked{
    background-color: var(--main-color-2);
    border: 3px solid var(--main-color);
    background-image: unset;
}
.shipping-inputs input[type='checkbox']{
    border: 2px solid #000;
    width: 25px;
    height: 25px;
    /* appearance: none; */
}
.cardImg .card {
    background-color: var(--main-color);
    border-radius: 1rem;
    font-family: 'Abel';
    color: #47474e;
    /* padding: 2rem; */
    font-family: Abel;
    width: 100%;
    margin: auto;
    margin-top: 2em;
    background-size: cover;
    height: 331px;
    padding-top: 1px;
}
.cardImg .card_bar {
    background-color: #646464;
    content: "";
    height: 54px;
    margin-top: 17px;
    display: block;
    width: 100%;
}
.cardImg .chipContainer {
    color: white;
    display: flex;
    align-items: center;
    margin-top: 11px;
    font-size: 20px;
    font-family: "Abel";
}
.cardImg .chipContainer img {
    width: 78px;
    position: relative;
    margin-left: 28px;
}
.cardImg .chipContainer span {
    display: inline-block;
    margin-left: 12px;
    font-size: 25px;
    font-family: "Poppins";
}
.cvv_card {
    background-color: white;
    height: 39px;
    position: relative;
    content: "";
    width: 90%;
    margin: 0 auto;
    /* background-image: url(../images/lineBackground.jpg); */
    background-color: darkgray;
}
.cvv_card span {
    background-color: white;
    width: 79px;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 25px;
    font-family: monospace;
}
.card__name__input {
    font-size: 25px !important;
    font-family: 'Poppins';
    margin: 0;
}
.card__number__input {
    font-size: 2rem;
    margin: 0;
}
.card__expiration {
    float: left;
    width: 100%;
    position: relative;
}
.card__expiration p {
    position: absolute;
    top: 0;
    left: 44px;
    font-size: 25px;
    color: white;
}
.calc-fee{
    border: 1px solid #000;
    padding: 10px;
    width: fit-content;
    margin-left: -13px;
    margin-top: 20px;
    color: var(--main-color);
    font-weight: 600;
}
.calc-fee p {
    margin-bottom: 0;
}