/* -----common----- */
@font-face {
    font-family: "Euclid Circular A Regular";
    src: url('https://sgiprintindia.com/static/fonts/EuclidCircularARegular.ttf');

}

:root {
    --theme-color: #EC691F;
    --text-color: #fff;
    --bg-white: #fff;
    --gray-text: #979696;
}

body {
    font-family: "Euclid Circular A Regular" !important;
}
h3{
    font-weight: 700;
    font-size: 22px;
}
h5{
    font-size: 34px;
}
.center-code{
    padding:8px 50px;
}
.top-head {
    background: var(--theme-color);
    width: 100%;
    overflow: hidden;
}

.info {
    color: var(--text-color);
    white-space: nowrap;
    animation: scrollText 30s linear infinite;
}
.credit-lmt-bal{
    font-size:11px;
}
.header-icon{
    width: 25px;
}
@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
.payment-detail-img{
    max-width:200px;
}
header .nav-item {
    padding: 0 10px;
}

header .nav-link {
    color: #000;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show,
header .navbar-nav .nav-link:hover {
    color: var(--theme-color);
}

.login-btn {
    color: var(--theme-color);
    border: 1px solid transparent;
}

.login-btn img {
    width: 20px;
    height: 100%;
    margin: 0 10px 0 0;
}
.upload-btn,
.login-btn:first-child:active {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    background-color: transparent;
}

.login-btn:hover {
    color: var(--theme-color);
    background-color: transparent;
    border: 1px solid transparent;
}
.btn:first-child:active,
.upload-btn:hover,
.register-btn {
    background: var(--theme-color);
    color: var(--text-color);
    border: 1px solid var(--theme-color);
}

.register-btn:hover {
    background: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.register-btn:hover svg path {
    fill: var(--theme-color);
}

.d-theme-clr {
    color: var(--theme-color);
}

.gray-content,
.form-label {
    color: var(--gray-text);
}

.form-control:focus {
    border: 1px solid #dee2e6;
    box-shadow: none;
}
#exampleInputAmt::-webkit-inner-spin-button,
#exampleInputAmt::-webkit-outer-spin-button ,
.disable-number-input::-webkit-inner-spin-button,
.disable-number-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-check-input{
    height: 18px;
    width: 18px;
    border:3px solid #fff;
    box-shadow: 0 0 0 2px #979696;
}
.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image:none;
}
.form-check-input:checked {
    background-color: var(--theme-color);
    border:3px solid #fff;
    box-shadow: 0 0 0 2px var(--theme-color);
}
.form-check-input:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 2px var(--theme-color);
}
/* -----end----- */
/* login */
.login-banner {
    padding: 110px 80px;
    background-image: url(../images/login-banner.png);
    background-size: cover;
    background-position: center;
}

.login-right,
.login-left {
    background: var(--bg-white);
}

.all-payment-icon {
    padding: 60px 0;
}

.pay-icon {
    width: 40px;
}

.pay-icon-d {
    width: 85px;
}

.qr-code {
    width: 250px;
}

.social-icons p {
    font-size: 15px;
    font-weight: 600;
}

.social-icons img {
    width: 34px;
}

.b-add p {
    font-size: 14px;
}

.login-right {
    padding: 70px;
}
.submit-btn-l:hover,
.submit-btn-l,
.submit-btn {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.spinner-border, .spinner-grow{
    height: 20px;
    width: 20px;
    --bs-spinner-border-width:2px;
}
.submit-btn:hover {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    background: transparent;
}

:not(.btn-check)+.btn:active {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.hide-show-btn {
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5 !important;
}

.hide-show-btn i {
    color: var(--theme-color);
}

.otp-input {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    text-align: center;
}

/* Loader */

.loader.d-none {
    display: none;
}
/* end */
/* Home */
.home-page{
    padding:15px 0 50px 0;
}
#myTab{
    padding: 30px 0;
    width: max-content;
    margin: 0 auto;
}
.card-title{
    right: 0;
    bottom: 15px;
    padding: 10px 30px;
    border-radius: 50px 0 0 50px;
    background: var(--theme-color);
    color: var(--text-color);
}
.nav-pills .nav-link {
    border-radius: 50px;
    border: 1px solid #D3D3D3;
    padding: 8px 35px;
    margin: 0 10px;
    color: #000;
}
.custom-btn-tab a{
    color: var(--text-color) !important;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.main-x-margin-bill,
.main-x-margin-transaction,
.main-x-margin{
    margin: 0 80px;
}   
.table{
    overflow: auto;
    width:-webkit-fill-available;
    font-size: 14px;
}
.table-responsive::-webkit-scrollbar{
    height: 5px !important;
}
.table-responsive::-webkit-scrollbar-thumb{
    background: #E9E9E9;
    border-radius: 5px;
}
.table button{
    font-size: 14px;
}
.custom-width-bill,
.custom-width-transaction,
.custom-width-tbl{
    width: 100%;
}
.my-head tr th{
    background: #E9E9E9;
}
.custom-b{
    border: 1px solid #E9E9E9;
}
.table-input{
    width: 85px;
    height: 36px;
}
.custom-h{
    height: 60px;
}
.table>:not(caption)>*>* {
    border-top-width: var(--bs-border-width);
    border-bottom-width: 0;
}
.no-border{
    display: none;
}
.no-border td{
    border-top-width:0;
}
.tbl-b-custom{
    border: 1px solid #000;
}

.change-btn-sh{
    display: block;
}
.my-picture::before {
    content: "";
}
.select-courier-box{
    width: 300px;
}
.select-courier{
background: transparent;
color: var(--gray-text);
}
.select-courier:first-child:active {
    background: transparent;
    color: var(--gray-text);
    border: 1px solid var(--theme-color);
}
.select-courier.show,
.select-courier:hover{
    background: transparent;
    color: var(--gray-text);
    }
.dropdown-menu{
    width: 100%;
}
.cart-tbl-height{
    min-height: 300px;
}
.box{
    font-size: 14px;
    padding: 11px 10px;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.orange-light{
    background: #ffa500;
}
.blue-dark{
    background: #00f;
}
.red-dark{
    background:#ff0000 ;
}
.darkmagenta-dark{
    background:#8b008b ;
}
.darkgray-dark{
    background:#a9a9a9 ;
}
.darkred-dark{
    background:#8b0000 ;
}
.lawngreen-light{
    background:#7cfc00 ;
}
.green-dark{
    background:#008000 ;
}
.black-dark{
    background:#000 ;
}
.orange2-light{
    background: #fff;
}
.inner-box{
    height: 15px;
    width: 15px;
}
.full-img-hidden{
    display: none;
}
.full-img-hidden {
    display: none;
}

.full-img-visible {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
}

.full-img-visible img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 5%;
}

.cross-icon{
    right: 0;
    top: 0;
}
.close {
    font-size: 25px !important;
    color:#000f;
}
.modal-content{
    height: 80%;
}
.modal-content .prev{
    cursor: pointer;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
.modal-content .next{
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.no-cursor-cl{
    cursor: no-drop !important;
}
.show-entry{
    width: 300px;
    height: fit-content;
}
.custom-form-inline{
    width: max-content;
}
#pagination1 button ,
#pagination2 button {
    background: transparent;
    border:1px solid #dee2e6;
    border-radius: 3px;
    cursor: pointer;
    padding:6px 10px;
    margin:5px 1px;
}
.arrow-down {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000; 
    cursor: pointer;
}
.search-btn:hover,
.search-btn{
    border-color: var(--theme-color);
    color: var(--theme-color);
    background: transparent;
}
/* -----Contact Us----- */
.contact-banner-img{
    height: 200px;
    width: 100%;
    background-image: url(../images/login-banner.png);
    background-position: center;
    background-size: cover;

}
.contact-banner-img::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background:rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.contact-banner-title{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
.contact-banner-title h1{
    font-size: 50px;
}
iframe{
    width: 95%;
    height: 100%;
}
.small-text{
    margin-bottom: 10px;
    font-size: 13px;
}
.touch-in{
    height: 50px;
    width: 50px;
    margin: 0 auto;
    font-size: 23px;
    background:#dee2e6 ;
    border: 2px dashed transparent;
    transition: 2s;
}
.touch-in-box{
    padding: 40px;
    box-shadow:0 3px 9px 0px #e7e7e7 ;
}
.touch-in-box:hover .touch-in{
    color: var(--theme-color);
    background:transparent;
    border: 2px dashed var(--theme-color);
    transition: 2s;
}

.about-section-one{
    width: fit-content;
    margin: 0 auto;
}
.about-section-two{
    width: fit-content;
}
.about-section-two img,
.about-section-one img{
    width: 250px;
}
.about-section-two::after,
.about-section-one::after{
    content: '';
    position: absolute;
    height: 100px;
    width: 100px;
    background: transparent;
    border-top: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
   top: -15px;
   right: -15px;
}
.about-section-one::before{
    content: '';
    position: absolute;
    height: 100px;
    width: 100px;
    background: transparent;
    border-bottom: 2px solid var(--theme-color);
    border-left: 2px solid var(--theme-color);
   left: -15px;
   bottom: -15px;
}
.swiper-container {
    position: relative;
    width: 90vw;
    height: 100%;
}

.swiper-container > .swiper-slide__content {
    position: absolute;
    top: 0;
}

.swiper-slide {
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 20px;
}
.swiper-slide img{
    object-fit: contain;
    border: 2px solid;
    border-radius: 5px;
    height: fit-content;
}
.swiper-slide.swiper-slide-active {
    background: #fff;
}

.swiper-slide__content {
    height: 300px;
}
.swiper-cus-h{
    width:fit-content !important;
    height: 550px !important;
}
.swiper-cus-h img{
    height:100%;
    padding: 2px;

}
.swiper-button-prev, .swiper-button-next {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--theme-color);
    background-color:#fff;
}
@media only screen and (max-width: 1700px) {
    .custom-width-tbl{
        width: max-content;
    }
    .swiper-slide {
        height: 510px;
        padding:0 10px;
    }
    .swiper-cus-h{
        height: 500px !important;
    }
}
@media only screen and (max-width: 1400px) {
    .social-icons p {
        font-size: 14px;
    }
    .multi-color-sub-box{
        width: 100%;
    }
    .swiper-slide {
        height: 460px;
    }
    .swiper-cus-h{
        height: 450px !important;
    }
}
@media only screen and (max-width: 1200px) {
    .center-code{
        padding: 8px 30px;
    }

    .coming-soon img {
        object-fit: contain;
    }

    .logo-img {
        width: 120px;
    }

    .login-right {
        padding: 70px 20px;
    }

    .login-banner {
        padding: 80px 30px;
    }

    .main-x-margin{
        margin: 0 50px;
    }
    .mySlides{
        height: auto !important;
    }
    .mySlides img{
        width: 100%;
        height: auto !important;
    }
    .custom-width-transaction{
        width: max-content;
    }
    .swiper-slide {
        height: 360px;
        padding:0 5px;
    }
    .swiper-cus-h{
        height: 350px !important;
    }
}
@media only screen and (max-width:992px) {
    .logout-dropdown {
        display: block !important;
        position: relative;
        padding: 0;
    }
    .dropdown-item{
        padding: 0;
    }
    .contact-banner-title h1 {
        font-size: 44px;
    }
    .center-code{
        padding: 8px 0 8px 5px;
    }

    #navbarSupportedContent {
        background: var(--bg-white);
    }

    .custom-toggler .navbar-toggler-icon {
        background-color: red;
    }

    .pay-icon-d {
        width: 70px;
    }

    .pay-icon {
        width: 32px;
    }

    .all-payment-icon {
        padding: 40px 0;
    }

    .qr-code {
        width: 160px;
    }

    .login-banner {
        padding: 30px 30px;
    }
    .show-entry{
        width: 200px;
        height: fit-content;
    }
    .custom-form-inline{
        width: 100%;
    }
    .custom-form-inline input{
        width: 170px;
    }
    .about-section-two{
       margin: 0 auto
    }
}
@media only screen and (max-width:768px) {
    .contact-banner-title h1 {
        font-size: 39px;
    }
    .main-x-margin-bill{
        margin: 0 12px;
    }
    iframe{
        width: 100%;
        height: 300px;
    }
}   
@media only screen and (max-width:575px) {
    h5{
        font-size: 22px;
    }
    .login-btn,
    .register-btn {
        width: fit-content;
    }

    .otp-input {
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }

    .nav-pills .nav-link {
        padding: 6px 20px;
        margin: 0 5px;
        font-size: 14px;
    }

    h6{
        font-size: 14px;
    }
    .main-x-margin-transaction,
    .main-x-margin{
        margin: 0 12px;
    }
    .table button,
    .table {
        font-size: 12px;
    }
    .table-input {
        width: 60px;
    }
    .show-entry,
    .custom-form-inline input{
        width:100%;
    }
    #pagination button{
        font-size: 12px;
        padding: 3px 6px;
    }
    .about-section-two img,
    .about-section-one img{
        width:90%;
    }
    .about-section-two::after,
    .about-section-one::after,
    .about-section-one::before{
       content: none;
    }
    .swiper-slide {
       width: 100% !important;
    }
    .swiper-button-prev, .swiper-button-next {
        font-size: 20px;
    }
    .swiper-cus-h img{
        width: fit-content !important;
    }
}
@media only screen and (max-width:367px){
    .custom-width-bill{
        width: max-content;
    }
} 
@media only screen and (max-width:350px) {
    .contact-banner-title h1 {
        font-size: 35px;
    }
    .logo-img {
        width: 80px;
    }

    .login-banner {
        padding: 12px;
    }

    .login-right {
        padding: 20px 10px;
    }

    .btn,
    .form-label,
    .form-control,
    a,
    p {
        font-size: 14px;
    }

    .b-add p {
        font-size: 13px;
    }
    .contact-banner-img {
        height: 150px;
    }
    .touch-in-box{
        padding: 20px 5px;
    }
    .touch-in{
        height: 40px;
        width: 40px;
        font-size: 16px;
    }
    .small-text {
        font-size: 12px;
    }
    .touch-in-box p{
        font-size: 13px;
    }
    .swiper-slide {
        height: 230px;
    }
    .swiper-cus-h {
        height: 220px !important;
    }
}