a{
    text-decoration: none;
}
#overlay{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #00000082;
}
.popupOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 10;
}
#overlay{
    animation: overlay 0.3s linear(0.54 -17.65%, 1 100%);
}
@keyframes overlay {
    from {
        top: -200vh;
    }
    to {
        top: 0; 
    }
}
/* ===================support div ================= */
.support-content{
    text-align: center;
}
.support-slide {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    padding: 5px 20px 2px 20px;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2);
    transition:  0.5s ease-in-out;
    z-index: 10;
}
.supportHeadingText{
    margin: 0;
    font-size: 18px;
}
.supportHeading,
.sendMessageHeading{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #000;
padding-bottom: 5px;
}
.supportHeading > span{
    padding-right: 5px;
    width: 30px;
    height: auto;
}
.supportHeading > .heading{
    margin: 0;
    font-size: 18px;
}
.supportCall{
    border-bottom: 1px solid #000;
    padding: 10px 0px;
}
.supportCall > a{
    font-weight: 700;
    font-size: 16px;
    color: #007bff;
}
.support-content > div > a{
    font-weight: 700;
    font-size: 16px;
    color: #007bff;
}
.supportIcon{
    width: 35px;
    height: auto;
}
.supportIconGroup{
    padding: 10px 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #000;
}
.innerIconGroup{
    display: flex;
}
.innerElement{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.innerElement > span{
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

.socialIcon > .icon > a > img{
    width: 30px;
    height: auto;
}
/* ===========send msg and video chat====== */
.sendMessageBody > form >select {
    width: 100%;
    color: #000;
    margin-bottom: 10px;
    height: 45px;
    border-radius: 5px;
}
.sendMessageBody > form > textarea {
    border-color: #000;
    width: 100%;
    padding: 5px 20px;
    border-radius: 10px;
}
#video_req_mobileContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#video_req_mobileContainer > select{
    width: 22%;
    height: 45px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    /* padding-left: 20px; */
}
#video_req_mobileContainer > input{
    width: 75%;
    height: 45px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    padding-left: 20px;
    color: #000;
}
.sendMessageSection,
.videoChatSection{
    height: 100%;
    z-index: 1035;
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    transition:  0.5s ease-in-out;
}
.sendMessageHeading{
    background-color: #2e0339;
}
.sendMessageHeading > h3{
    color: white;
    margin: 0;
    padding: 10px 0px;
    font-size: 16px;
}
.sendMessageBody > form{
    margin-top: 10px;
}
.sendMessageBody > form .inputStyle{
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    padding-left: 20px;
}
.submitSendMsg {
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #0d6efd;
    border-radius: 10px;
    width: 100%;
    color: #fff !important;
    font-size: 20px;
}
#popUpSection{
    z-index: 1036;
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    width: 85%;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px #000;
}
#popUpSection > .head{
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 7px 0px;
    border-radius: 10px 10px 0px 0px;
}
#popUpSection > .footer{
    border-top: 1px solid #000;
    padding: 3px 0px;
    display: flex;
    justify-content: center;
}
#popUpSection > .footer > p{
    width: 98%;
    padding: 5px 0px;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    margin: 5px 0px;
}
#popUpSection > .body{
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
}
#reqTimeValidationSpan{
    margin-bottom: 3px;
    text-align: right;
    margin-top: -5px;
    color: red;
}
#overlayVideoChat{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1036;
}
/*====================BeforeHeading=================*/
.beforHeading{
    height: 60px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
}
/*=====***********====before main====***********=====*/
.beforeMian{
    margin-top: 60px;
}
.footerBtn{
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 7px 1px #000;
}
.footerBtn > div{
    width: 50%;
    text-align: center;
    color: #000;
    padding: 10px 0px;
    border-top: 1px solid #000;
    font-weight: bold;
}
#page_heading{
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 10px 0px;
    margin-bottom: 5px;
}

  /*====================Start Market Status=================*/
.cseSection,
.dseSection,
.button_search_section,
.companyDataSection{
    background-color: #fff !important;
}
.cse_logo > img {
    width: 100px;
}
.customTable{
    border: 1px solid black !important;
    border-spacing: 0px 0px;
}
.customTable > tbody > tr > th{
    text-align: center;
    color: #000 !important;
    font-size: 14px;
}
.customTable > tbody > tr > td{
    color: #000 !important;
    text-align: center !important;
    font-size: 14px;
}
.verticaclAlign{
    vertical-align: middle !important;
}
.dataBox{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.allButton{
    display: flex;
    justify-content: space-around;
}
.allBtn{
    border: 1px solid black;
    border-radius: 5px;
    width: 33%;
    height: 35px;
    font-size: 13px;
}
.MS_searchRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.MS_searchBox{
    position: relative;
}
.MS_searchBox > input{
    padding-left: 35px;
    border-radius: 10px;
    background-color: #EEEEEE;
    margin: 0;
}
.MS_searchIcon{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.MS_table{
    overflow-y: auto;
    height: 400px;
}
.SP_table  > table,
.MS_table > table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    overflow-y: auto;
}
.SP_table > table > tbody > tr:first-child,
.MS_table > table > tbody > tr:first-child{
    position: sticky;
    top: 0;
    background-color: black;
}
.SP_table > table > tbody > tr:first-child > th,
.MS_table > table > tbody > tr:first-child > th{
    color: #fff;
    font-size: 14px;
    padding: 5px 5px;
    text-align: center;
}
/* .SP_table > table > tbody > tr:first-child > th:first-child,
.MS_table > table > tbody > tr:first-child > th:first-child{
    -webkit-padding-start: 10px;
} */
/* .SP_table > table > tbody > tr:first-child > th:last-child
.MS_table > table > tbody > tr:first-child > th:last-child{
    -webkit-padding-end: 10px;
} */
.SP_table > table > tbody > tr > td,
.MS_table > table > tbody > tr > td{
    font-size: 13px;
    padding: 5px 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: right;
    overflow-wrap: break-word;
}
.SP_table > table > tbody > tr > td:first-child,
.MS_table > table > tbody > tr > td:first-child{
    padding-left: 10px;
    border-left: 1px solid #000;
    border-radius: 15px 0px 0px 15px;
}
.SP_table > table > tbody > tr > td:last-child,
.MS_table > table > tbody > tr > td:last-child{
    padding-right: 10px;
    border-right: 1px solid #000;
    border-radius: 0px 15px 15px 0px;
}
  /*====================End Market Status=================*/
  /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
  /*====================Start Share Price =================*/
.SP_searchRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.SP_searchBox{
    position: relative;
    padding: 10px 0px;
}
.SP_searchBox > input{
    padding-left: 35px;
    border-radius: 10px;
    background-color: #EEEEEE;
}
.SP_searchIcon{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
/* .SP_table{
    height: 85vh !important;
} */
  /*====================End Share Price=================*/
  /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
  /*====================Start News =================*/
  .N_button_search_section{
    background-color:#cdc9c9 ;
  }
  .N_searchRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.N_searchBox{
    position: relative;
    padding: 10px 0px;
}
.N_searchBox > input{
    padding-left: 35px;
    border-radius: 10px;
    background-color: #EEEEEE;
    margin: 0;
}
.N_searchIcon{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.newsSection{
    position: relative;
    height: 800px;
}
.newsContainer{
    position: relative;
    height: 100%;
}
.btnwrapper{
    overflow-y: auto;  
    height: 100%;
}
/*-----------------Button-------------------*/
.newsBtnGroup{
    position: sticky;
    top: 0;
    display: flex;
    background-color: #dee2e6;
    padding: 7px 0px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    justify-content: space-evenly;
    margin-top: 5px;
}
.active{
    background-color: white;
}
.btn:focus{
    box-shadow: none;
}
/*----------------- media news-------------------*/
.news-item{
    border: solid 1px black;
    display: flex;
    margin: 10px 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.273);
}
.exchange-news-item{
    border: solid 1px black;
    margin: 10px 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.273);
}
.exchangeHeading{
    background-color: #0d6efd;
    padding: 5px;
    text-align: center;
}
.exchangeHeading > h4{
    font-weight: 500;
    font-size: 14px;
    color: white;
}
.newsImage{
    display: flex;
    width: 35%;
    height: auto !important;
    border-right: 1px solid black;
    align-items: center;
}
.newsContent{
    display: flex;
    width: 65%;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;

}
.newsImage > img{
    width: 100%;
    padding: 10px;
}
.date-source{
    width: 90%;
    border-bottom: 1px solid black;
    text-align: right;
    font-size: 12px;
    margin-bottom: 5px;
}
.headline > h4{
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}
.btn-details{
    padding: 1px 5px;
}

.exchangeContent{
    padding: 5px;
}
.exchangeContent > p{
    text-align: justify;
    font-size: 14px;
}
.allCompanyList{
    margin-top: 5px;
    list-style-type: none;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 5px 2px #000000de;
    padding: 0px;
    z-index: 2;
    top: 113px;
    
}
.allCompanyList > .allCompanyListItem{
    border-bottom: 1px solid #00000059;
    padding: 5px 10px;
    margin-bottom: 2px;
}
#showMediaNewsDetails{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    height: 75vh;
}
#closeNewsDetails{
    text-align: center;
    flex: 0 auto;
    border-top: 1px solid #000;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px 1px #000;
}
#closeNewsDetails > p{
    background-color: red;
    color: #fff;
    margin: 0px 10px;
    border-radius: 5px;
    padding: 5px 0px;
    font-size: 14px;
}
.newsDetailsHeading{
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 7px 0px;
}
.newsDetailsHeading  > h5{
    font-size: 16px;
}
.selectedNewsBody{
    border: 0px solid #000;
    background-color: #fff;
    width: 95vw;
    box-shadow: 0px 0px 5px 3px #000;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.close{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.close_img_Box{
    margin-bottom: -10px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px 1px #000;
}
.newsBtnGroup > div {
    border: 1px solid #0000005b;
    border-radius: 10px;
    font-size: 12px;
    padding: 8px 0px;
    width: 32%;
    text-align: center;
    font-weight: 500;
}
.newsSourceDate > p{
    margin: 0;
}
.newsBtnGroup > .active{
    background-color: #030333;
    color: #fff;
}
/*====================End News=================*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*====================Start IPO =================*/
  .mainContentSection{
    height: 100%;
    padding-bottom: 30px;
}
.heading{
    text-align: center;
    padding: 10px 0px;
    background-color: rgb(3, 3, 51);
    color: #fff;
}
/*=================ipo Button================*/
.btnGroup{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
    margin: 5px 5px;
    background-color: #dbd8d8;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #000;
}
.btnGroup > .Btn{
    padding: 10px 0px;
    border: 1px solid #0000005b;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    width: 49%;
    text-align: center;
}
.btnGroup > .active{
    background-color: rgb(3, 3, 51);
    color: #fff;
}
/*=================ipo body================*/
.ipo_item{
    border: 1px  solid #000;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #000;
    margin-bottom: 15px;
}
.contentHeader{
    text-align: center;
    border-bottom: 2px solid #000;
}
.ipoHeading{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ipoHeading>h3{
    margin: 0;
    padding: 10px 0px;
    font-size: 15px;
}
.static-heading{
    display: flex;
    height: 100% !important;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-align: center;
    width: 15%;
    background-color: #A4B799;

}
.headingForIPO{
    font-size: 22px;
    text-align: left;
    width: 85%;
    background-color: #000;
    color: #fff;
    padding-left: 5px !important;
}
.subscriptionDate >h5{
    padding: 10px 0px;
    margin: 0;
    font-size: 14px;
}
.ipo_item > .contentBody > table{
    width: 100%;
}
.ipo_item > .contentBody > table > tbody > tr > td:first-child{
    text-align: left;
    width: 50%;
    font-size: 14px;
}
.ipo_item > .contentBody > table > tbody > tr> td:last-child{
    text-align: right;
    width: 50%;
    font-size: 14px;
}
.ipo_item > .contentBody > table > tbody > tr> td > .btn{
    background-color: #A4B799;
    margin: 5px;
    color: white;
}
/* =========pdf viewr============== */
.beforeMian{
    position: relative;
}
.pdf-modal {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50vw;
    transform: translateX(-50%) translateY(-50%);
    width: 95%;
    height: 95%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.pdf-modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.docHeading{
    flex: 0 auto;    
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px 0px;
}
.docBody{
    flex: 1 auto;
    height: 100%;
    overflow-y: auto;
}
.close {
    font-size: 14px;
    flex: 0 auto;
    text-align: center;
    color: #fff;
    background-color: red;
    margin: 5px 0px;
    border-radius: 5px;
    padding: 3px 0px;
}
.close > p{
    margin: 0;
}
.pdfViewBtn{
    width: 100%;
    background-color: #0d6efd;
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    border-radius: 5px;
    margin-bottom: 2px;
}

/*====================End IPO=================*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*====================Start Why 01=================*/
.why-01-section{
    padding-top: 1px;
}
.why01_item{
    padding: 10px;
    border: solid 1px black;
    margin: 10px 0px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.273);
}

.why01_item> h4{
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
/*====================End Why 01=================*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*====================Start Our Service=================*/
.our-service-section{
    padding-top: 1px;
}
.ourService_item{
    padding: 10px;
    border: solid 1px black;
    margin: 10px 0px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.273);
}

.ourService_item >h4{
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
/*====================End Our Service=================*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*====================Start Get 01-Tech=================*/
.get-01-section{
    padding-top: 1px;
}
.get-01-content{
    border: 1px solid #000;
    padding: 0px 5px;
    border-radius: 10px;
    margin-bottom: 5px;
    background-color: #676a6666;
}
.get01_item{
    padding: 10px;
    border: solid 1px black;
    margin: 10px 0px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 1px #000;
    background-color: #fff;

}

.get01_item >h4{
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
/*====================End Get 01-Tech=================*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*====================Start Noti=================*/
.noti-section{
    padding-top: 1px;
}
.notification{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.notification > .date {
    font-size: 13px;
}
.notification > .headline > h4{
    text-align: left;
}
.noti_item{
    padding: 10px;
    border: solid 1px black;
    margin: 10px 0px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.273);
}
hr{
    width: 80%;
    border: 1px solid black;
    color: black;
    margin-top: 0px;
}
#notiDetails{
    position: fixed;
    width: 90%;
    top: 50vh;
    left: 50vw;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #000;
    box-shadow: 0px 0px 4px 0px #000;
    border-radius: 10px;
    background-color: #fff;
    z-index: 5;
}
.notiDetails{
    padding: 5px 10px;
    text-align: justify;
    font-size: 13px;
    max-height: 300px;
    overflow-y: auto;
}
.notiClose > div{
    display: inline-block;
}
.popUpHeading{
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
    border-radius: 10px 10px 0px 0px
}
.notiClose{
    text-align: center;
    padding: 3px 0px;
    border: 1px solid #000;
    box-shadow: 0px 0px 3px 1px #000;
}
.notiClose > div{
    font-size: 14px;
}
/*====================End Noti=================*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*====================Start Pay us=================*/

.payUsMobile,
.payUsCard,
.payUsBank{
    height: 200px;
    border: solid 1px black;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 10px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.273);
}
.payUsHeading > hr {
    width: 100%;
}
.payUsHeading > h4{
    padding-left: 5px;
}
.payUs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}
.payUsType{
    margin-right: 5px;
    padding: 10px;
    border: 1px solid black;
    background-color: #E7FFFF;
    width: 90px;
    height: 90px;
}
.payUsType > img{
    width: 70px;
    height: auto;
}

/*====================End Pay us=================*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*====================Start Price History=================*/
#priceHisSummary{
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 0px;
}
.companyHeaderBox,
.companyCategoryBox,
.price_up_down{
    display: flex;
    padding: 0px 10px;
    justify-content: space-between;
}
.companyHeaderBox > h3{
    font-size: 20px;
}
#priceHisTable{
    background-color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
}
#priceHisTable > table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}
#priceHisTable > table > tbody{
    position: relative !important;
    overflow-y: auto !important;
}
#priceHisTable > table > tbody > tr:first-child{
    position: sticky;
    top: 0;
    background-color: #000;
}
#priceHisTable > table > tbody > tr:first-child > th{
    color: #fff;
    font-size: 14px;
    padding: 5px 5px;
    text-align: center;
    overflow-wrap: break-word;
}

/* #priceHisTable > table > tbody > tr > th{
    width: 20% !important;
} */
#priceHisTable > table > tbody > tr > td{
    font-size: 13px;
    padding: 5px 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: right;
    
}
#priceHisTable > table > tbody > tr > td:first-child{
    padding-left: 10px;
    border-left: 1px solid #000;
    border-radius: 15px 0px 0px 15px;
    text-align: left !important;
}
#priceHisTable > table > tbody > tr > td:last-child{
    padding-right: 10px;
    border-right: 1px solid #000;
    border-radius: 0px 15px 15px 0px;
}
.negative-change {
    background-color: #FE0000;
}
.positive-change {
    background-color: #04A41E;
}
.companyCategoryBox > p,
.price_up_down > p{
    margin: 0;
    font-size: 14px;
}
.price_up_down > p{
    font-weight: 500;
}
/*====================End Price History=================*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*====================Start Promotions=================*/
.promotions_item{
    box-shadow: 0px 0px 5px 0px #000;
    margin: 10px 0px;
    border-radius: 5px;
}
.promotionsDetailsBtn{
    display: flex;
    justify-content: flex-end;
    padding: 5px 5px;
}
.promotionsDetailsBtnInner{
    background-color: #3ABBF4;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}
#promotionsDetails_content{
    flex-direction: column;
}
.promotionDetailBox > .itemBox {
    display: flex;
}
.promotionDetailBox > div > p:first-child{
    font-weight: 600;
    padding-right: 10px
}
#promotionsDetailsSection{
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    height: 70vh;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    z-index: 15;
}
#closePromotionDetails{
    text-align: center;
    flex: 0 auto;
    border-top: 1px solid #000;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px 1px #000;
}
#closePromotionDetails > p{
    background-color: red;
    color: #fff;
    margin: 0px 10px;
    border-radius: 5px;
    padding: 5px 0px;
    font-size: 14px;
}
.promotionsDetailsHeading{
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 7px 0px;
}
.promotionsDetailsHeading  > h5{
    font-size: 16px;
}

/*====================End Promotions=================*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*====================Start Career With 01=================*/
.jobBox{
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #000;
    margin: 10px 0px;
}
.jobHeading > h4{
    margin: 0;
    padding: 10px;
}
.jobDetails{
    padding: 5px 10px;
}
.jobDetails > .items{
    display: flex;
}
.jobDetails > .items > p:first-child{
    width: 35%;
    font-weight: 500;
}
.jobDetails > .items > p:last-child{
    width: 65%;
}
.jobBtn{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10px;
}
.jobApplyFormBtn{
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #35943A;
    color: #fff;
}
.jobDetailsBtn{
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #07A1B5;
    color: #fff;
}
.jobApplyFormBtn > a,
.jobDetailsBtn > a{
    color: #fff;
    text-decoration: none;
}

/*====================End Career With 01=================*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*====================Start Job Apply=================*/
#submitJobApply{
    margin-top: 10px;
}
input,
select{
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px 5px;
}
label{
    margin-bottom: 10px;  
}
.form-box-3{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.form-box-3 > label{
    width: 30%;
}
.form-box-3 > input{
    width: 70%;
}
.fileContent{
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fileContent > h5 {
    font-weight: 700;
    font-size: 14px;
}
.file-box{
    width: 100%;
}
.file-box > input{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px 5px;
}
#file-input{
    display: none;
}
#file-label{
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 5px 5px;
}
#preview-container {
    text-align: center;
    display: none;
    margin-top: 10px;
    position: relative;
  }
  #undo-button{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: red;
  }

  #preview-image {
    max-width: 100%;
    max-height: 100px;
    margin-bottom: 10px;
  }
  .proceed-btn{
    display: flex;
}

.proceed-btn > input{
    width: 50%;
    background-color: #4CB050;
    color: #fff;
    margin: 10px 10px;
    padding: 8px 5px;
}
.proceed-btn > input:first-child{
    background-color: red;
}
#showResult{
    text-align: center;
    position: fixed;
    top: 80px;
    left: 50vw;
    width: 75%;
    transform: translateX(-50%);
}
#showResult > p{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

/*====================End Job Apply=================*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*====================Start About Us =================*/
.aboutUsFooter{
    width: 100%;
}
.footerContent{
    width: 100%;
}

#aboutUsData > p {
    border: 1px solid #000;
    color: #000;
    margin: 0;
    padding: 10px 10px;
    text-align: justify;
    font-size: 14px;
} 
.footerContent > p{
    border: 1px solid #000;
    color: #000;
    margin: 0;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.officaLocationItem{
    margin: 10px 0px;
    box-shadow: 0px 0px 3px 1px #000;
    border-radius: 5px;
    padding: 0px 10px;
}
/*-----------------Bootstrap class-------------------*/
.navbar-toggler:focus{
    box-shadow: none !important;
}
.nav-item > a:active {
    background-color: #0000ff66;
    /* font-size: 16px; */

}
.nav-item > a{
    font-size: 13px;
}
.nav-item {
    border-bottom: 1px solid #000;
}
.fixed-top{
    z-index: 8 !important;
}
.bg-light{
    background-color: transparent !important;
}
.navbar-toggler{
    background-color: #A4B799 !important;
    padding: 2px 5px !important;
}

.navbar-light .navbar-toggler-icon,
.customNav {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.offcanvas-title {
    width: 70px;
    height: auto;
}
.offcanvas-start {
    width: 80%; 
}

.offcanvas-start.show {
    transform: translateX(0);
    width: 80%; 
}
hr{
    margin: 0;
}
.nav-socialIcon{
    display: flex;
}
.nav-socialIcon > .icon{
    margin: 10px 5px;
}