/* font */


@font-face {
    font-family: 'brandon-grotesque';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Brandon_reg.otf');
}

body {
 color: #000000;
}


.msgScreen {
    overflow: hidden;
    display: none;
}

.brand-name {
    border-bottom: 1px solid #A7A9AB;
    border-width: 100%;
    font-size: 1.3em !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/* to remove button highlightening */
.btn:focus {
    outline: none;
    box-shadow: none;
}

/* Style the middle section */

.middle-section {
    padding: 20px;
    font-size: 14px;
    /* font-family: Georgia, sans-serif; */

}

/* *{font-family: Georgia, sans-serif;} */

.bg-dark {
    background-color: #000000;
}


.nav-tog {
    color: #A7A9AB;
    font-size: 28px;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    border-bottom: 1px solid #A7A9AB;
}

#discover {
    display: none;
}

#learn {
    display: none;
}

.navbar .container {
    display: flex;
    justify-content: left;
    align-items: left;
    width: 75% !important;
}

.navbar .logo-text {
    margin: 0;
}

.nav-item {
    font-weight: bold;
}

#navbarSupportedContent {
    text-align: left;
}

.sign {
    color: white !important;
    font-size: 0.75rem !important;
    font-family: 'brandon-grotesque';
    line-height: 1.5rem;
    display: inline;
}

.sign a:hover {
    text-decoration: none;
}



.nav-link {
    color: white !important;
    font-size: 0.75rem !important;
    font-family: 'brandon-grotesque';
    line-height: 1.5rem;
    display: inline;
}

.nav-link a:hover {
    background-color: #009CDE;
}

.btn {
    border: none;
    outline: none;
}

.navbar-nav .nav-item {
    border: 1px solid #A7A9AB;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    flex-basis: 100%
}

#loadingScreen {
    margin-top: 65px;
    margin-bottom: 10px;
}


.top-div {
    margin-top: 70px;
    height: 400px;
}

.top-landing-div {
    margin-top: 100px;
    margin-bottom: 50px;
}





.msgScreen {
    border: 1px solid #A7A9AB;
    border-radius: 0.7rem;
    margin-bottom: 10px;
    margin-top: 60px;
    padding: 15px;
    font-size: 0.875rem;
    font-family: Georgia, sans-serif;
}



body {
    /* background-image: url("{{ asset('images/background.jpg') }}"); */
    background-color: #fff;
    /* background-color: #e9f5ff; */
    background-repeat: no-repeat;
}





.msgScreen {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#statusImg {
    max-width: 80px;
    margin-right: 10px;
}

.row {
    padding: 0.75rem;
}

#status_content {
    flex: 1;
}

.center-div {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    text-align: center;
}

.ast-404-layout-1 {
    text-align: center;
    font-weight: 700;
    font-family: Georgia, sans-serif !important;
}

.ast-404-layout-1 .page-sub-title {
    font-size: 1.5rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .video-container iframe {
        width: 560px;
        height: 315px;
    }

    .middle-section {
        padding: 40px;
    }

    .middle-welcome {
        padding: 90px;
    }


    .powered {
        margin: 35px;
    }

    .mob {
        display: none;
    }

    #loadingScreen {
        margin-top: 85px;
        margin-bottom: 10px;
    }

    .msgScreen {
        margin-top: 60px !important;
    }

   

    .center-div {
        top: 38%;
    }

}

@media (max-width: 767px) {
    .new {
        background-color: #A7A9AB;
        color: #fff;
    }

    .desk {
        display: none;
    }

    .middle-section {
        /*        padding-bottom: 60px;*/
        padding-top: 50px;
    }



}

@media (max-width: 820px) {
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*  NEW */

/* @media (min-width: 48em) {
     .nav-link {
         float: left;
     }

     .header .nav-link {
         clear: none;
         float: right;
         max-height: none;
     }

     .menu-icon {
         display: none;
     }
 } */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #A7A9AB;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-family: 'brandon-grotesque';
    z-index: 1;
    font-size: 0.75rem;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #3777BC !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {

    /* .sidenav {padding-top: 15px;} */
    .sidenav a {
        font-size: 18px;
    }
}


/* tablet edit */

@media(min-width:768px) and (max-width:920px) {
    .middle-section {
        padding: 100px;
        height: 100%;
        font-size: large;
    }

    #status_content {
        font-size: large;
    }


}

@media(min-width:768px) and (max-width:820px) {
    .msgScreen {
        margin-top: 30px !important;
    }
}


/* hamb */
.hamb {
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    margin: 6px 0;
}

/* Logout */

.log_out {
    right: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: 'brandon-grotesque';
}

/* Label */

.label {
    margin-left: 35px;
    font-size: 14px;
}

/* SignOut */

@media(min-width: 1280px) {
    .status {
        margin-left: 550px;
    }
}

/* Sign out */

.sign {
    display: none !important;
}

.profile {
    display: none !important;
}

.home {
    display: none !important;
}

.line {
    display: none !important;
}

.logged-in-user {
    display: none !important;
}


/* Validation page */

/* .mid-data{
    border: 2px solid black;
  } */

.dis-l-con {
    max-width: calc(33% - 15px);
    margin: 10px 10px 10px 5px;
    text-align: center;
    /* height: 60px; */
    box-sizing: border-box;
    min-width: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 16px 5px;
    border-radius: 10px;
    background: #FFFFFF;
}

.dis-l-con>a {
    color: #002F67;
}

.product-img {
    margin-bottom: 15px;
}

.pat-eng {
    margin-top: 15px;
}

.landing {
    overflow-x: hidden;
}

.col-sm-12.card {
    border: none;
}

.col-sm-12.card>.card-header {
    background: transparent;
    border-top: 2.5px solid #000000;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #A7A9AB;
    cursor: pointer;
    display: flex;
    font-size: large;
    font-size: var(--row-title-text-size, large);
    font-weight: 600;
    justify-content: space-between;
    padding: 1rem 0 1rem 0.5rem;
    position: relative;
}

.product-img {
    text-align: center;
    box-sizing: border-box;
    margin: 0px;
    margin-top: 100px;
    min-width: 0px;
    border-radius: 0.7rem;
    color: #000000;
    border: 1px solid #000000;
    background: #ffffff;
    margin-bottom: 20px;
}

.product-img>img {
    width: 100%;
    max-width: 500px;
    padding: 20px;
}

.video-section {
    text-align: center;
}

.title-section>div {
    margin-bottom: 10px;
}

/* .faq-section{max-width: 500px;margin:auto;} */
.card-header>.accicon {
    float: right;
}

.card-header:not(.collapsed) .accicon {
    transform: rotate(0deg);
}

.card-header[aria-expanded="true"] .accicon {
    transform: rotate(180deg);
}

.card-body {
    padding: 0.5rem 0.5rem 1rem 0.5rem !important;
    text-align: justify;
}

.faq_heading {
    margin: 0px 0px 16px;
    line-height: 1.125;
}

.title_img {
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 0.7rem;
    color: #000;
    overflow: hidden;
    z-index: 10;
    width: calc(100%);
    height: 12rem;
}

.title_heading {
    box-sizing: border-box;
    margin: 0px 0px 16px;
    min-width: 0px;
    font-weight: 700;
    line-height: 1.125;
    font-size: 18.5px;
    color: #002F67;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.middle-section tbody tr td:first-child span {
    float: right;
    margin-right: 5px;
    font-weight: 600;
}

/* .middle-section tbody tr td:first-child{
    box-sizing: border-box;
    min-width: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    word-break: break-word;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 22px;
}
.middle-section tbody tr td:nth-child(2) span{  
      margin: 0px;
    min-width: 0px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -1px;} */

/* //////////////////if align right td items top///////////// */
.middle-section tbody tr td:first-child {
    box-sizing: border-box;
    min-width: 150px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    word-break: break-word;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
    vertical-align: baseline;
}

.middle-section tbody tr td:nth-child(2) {
    vertical-align: baseline;
}

.middle-section tbody tr td:nth-child(2) span {
    margin: 0px;
    min-width: 0px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 1px;
}

.video-responsive {
    position: relative;
    box-sizing: border-box;
    margin: 0px 0px 32px;
    min-width: 0px;
    border-radius: 0.7rem;
    border: 1px solid #000000;
    overflow: hidden;
    z-index: 10;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    max-height: 300px;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.m-l-10 {
    margin-left: 10%;
}

#productImg {
    width: 100%;
}

#marketId {
    display: none;
}
#marketRow{
    display: none;
}





.display-none {
    display: none;
}

#manfLogo1,
#manfLogo {
    height: 60px;
    width: auto;
}

.bg_custom {
    background-color: #df761d !important;
}

.display-none {
    display: none;
}

/* Landig Desktop View */

@media (min-width: 768px)and (max-width:915px) {
    .video-desk {
        margin-bottom: 250px !important;
    }

    .title-desk {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
}

@media (min-width: 1000px){
    .video-desk {
        margin-bottom: 400px !important;
    }

    .title-desk {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

