.login-btn1{
    background-image: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.login-btn1:hover{
    background-color: #0477bd!important;
}
.customNavBar{
    background: linear-gradient(180deg, #0477bd 40%, #0477bdd1 66%, #0477bd94 100%);
    border-bottom: 2px solid #ff9800;
    padding: 0px 50px;
    min-height: 65px;
}
.verticalMenuBottom{
    top: 11px;
}

.btnDeny{
    display: flex;
    justify-content: flex-start;
}
.hdrText{
    background-color:#00000091;
    color:white;
    font-size:21px;
    font-family: Montserrat, sans-serif;
    padding: 18px;
    border-radius: 5px;
}
.btnAppr{
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .customNavBar{
        background:white;
    }

    .menuVoices{
        color: black!important;
        padding: 0px!important;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        font-size: 13px;
    }

    .btnDeny{
        display: flex;
        justify-content: center;
        margin-bottom:15px;
    }
    
    .btnAppr{
        display: flex;
        justify-content: center;
        margin-bottom:15px;
    }

    .hdrText{
        font-size: 15px;
        width: 100%;
        bottom: 0px;
        left: unset;
        border-radius: 0px;
        line-height: 16px;
    }
}
.rdmImg{
    height: 90px;
    width: 90px;
}
.hdrImg{
    width:100%;
    height:280px;
}
.normVisCont{
    margin: 15px;
    width:350px;
    margin-left: 25px;
    margin-right: 25px;
    cursor:pointer;
    display: flex;
    box-shadow: rgb(33 33 33 / 10%) 0px 4px 9px;
    border-radius: 8px;
    flex-direction: column;
    padding:22px;
    transition: border 0.2s ease 0s, box-shadow 0.2s ease 0s;
    animation-duration: 250ms;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
.normVisCont:hover{
    box-shadow: rgb(33 33 33 / 25%) 0px 6px 10px;
}

@media only screen and (max-width: 500px) {
    .rdmImg{
        width: 70px!important;
        height: 70px!important;
    }
}

#maincontent > #singleOffertContainer 
{
    background-color: #f1f1f1;
    margin-top: 25px;
    padding: 25px;
}
.videoEmbed{
    height:400px;
    width:100%;
}
.modalVideoBody{
    padding:0px;
    margin:0px;
    height:400px;
    width:100%;
}
@media screen and (max-width: 575px) {
#maincontent > #singleOffertContainer 
    {
        margin-top: 0px;
        padding-top: 25px;
    }
}
.brdCrmb{
    font-family: Montserrat, sans-serif;
    text-decoration:none;
    color:white;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .companyInfoCenter
    {
        text-align: center!important;
    }

    .companyWebSite
    {
        text-align: center;
    }
    .hdrImg{
        height:180px;
    }
}
@media screen and (max-width: 991px) {
    #duration > .col-md-8
    {
        text-align: center!important;
    }
    #duration > .col-md-4
    {
        text-align: center!important;
    }
    .videoEmbed{
        height:300px;
    }
    .modalVideoBody{
        height:300px;
    }
}
@media screen and (max-width: 551px) {
    .loginContainer{
        width:95%!important;
    }
}
.login-btn1:hover{
    background-color: #f50000!important;
}
.borderBox{
    background-color: #f9f9f9;
    border: solid 3px #eee;
    border-left-color: #ffb644;
    padding: 20px;
    margin-bottom: 20px;
}

.offertContainer
{
    display:flex;
    flex-direction: row;
    margin: 15px;
    width:550px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 0px;
}
.attBtn{
    right: 14px;
    background-color: #f18e00;
    color: white;
    border-radius: 5px;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    width: 80px;
    height: 61%;
    margin-top: 5px;
}
.offertBtnContainer{
    width: 35px;
    height:100%;
    padding:0px;
    display:flex;
    flex-direction: column;
    position: absolute;
    right: 0px;
    top: 0px;
}
.offertBtn{
    width:100%;
    height:50%;
    border-radius:0px;
    padding-left: 10px;
    color:white;
}
.offertBtn2{
    width:100%;
    height:50%;
    border-radius:0px;
    padding-left: 10px;
    color:white;
}
.offbtnForm{
    height:50%;
}

.smallBtnOff{
    color:white;
    border-radius:5px;
    font-size:11px;
    padding-left: 5px;
    padding-right: 5px; 
    max-width: 180px; 
    margin: auto;
    margin-bottom: 5px;
}
.myAlert{
    width: 60%; 
    margin: auto; 
    margin-bottom: 20px; 
    margin-top: 40px;
}
.loginContainer{
    width: 550px;
    margin: auto; 
    margin-top: 120px; 
    border-radius: 12px; 
    background-color: #ffffff; 
    padding: 35px;
    padding-bottom: 15px;
    padding-top: 20px;
    border: 2px solid #ff9800;
}
.langLink{
    background-color: white!important;
    display:flex!important;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    color: #7c7c7c!important;
}
.ofrtcntContainer{
    margin:auto; 
    display: flex; 
    flex-wrap: wrap; 
    flex-direction: row; 
    justify-content: flex-start;
}
.flagIcon{
    height:22px;
    width:22px;
    background-position:center;
    background-size:cover;
    margin-right: 6px;    
    border-radius: 25px;
}
@media screen and (max-width: 1175px) {
    .offertContainer{
        margin-bottom: 45px;
    }

    .content-box{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1250px) {
    .myAlert{
        width: 95%; 
    }
}
@media screen and (max-width: 1224px) {
    .offertContainer
    {
        width:470px;
    }
    .normVisCont{
        width:350px;
    }
}
@media screen and (max-width: 1064px) {
    .ofrtcntContainer{
        margin:auto; 
        display: flex; 
        flex-wrap: wrap; 
        flex-direction: row; 
        justify-content: center;
    }
    .hideRow
    {
        display: none;
    }
    .showRow{
        display: block;
    }
}

@media screen and (max-width: 560px) {
    .offertContainer{
        flex-direction: column;
        margin-bottom: 60px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .offertBtn{
        height: 100%;
    }
    .offertBtn2{
        height: 100%;
    }
    .offbtnForm{
        height:100%;
        width: 110%;
    }
}

.statusCircle{
    position:absolute;
    bottom:28px;
    right:65px;
    background-color:grey;
    border: solid 1px black;
    width:12px;
    height:12px;
    border-radius:25px;
}

.selectedMenu{
     color: #ffb039!important;
}

.iconImg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    border-radius: 3px;
    min-width: 50px;
    max-width: 50px;
}
.langImg{
    width:24px;
    height:24px;
    border-radius:25px;
    background-position:center; 
    background-size:cover;
    background-repeat: no-repeat;
}
.cardTitle{
    color: #15357e;
    font-weight: 500;
    font-size: 19px;
    font-family: inherit;
}
.cardTitle.sngl{
    font-size: 25px;
    margin-bottom:10px;
}
.cardCompName{
    color: #087abf;
    font-size: 18px;
    margin-top: -2px;
    font-weight: 500;
}
.cardCompName.sngl{
    font-size: 20px;
    margin-top: -6px;
    margin-bottom: 4px;
    font-weight: 500;
}
.cardAddr{
    line-height: 1.1;
    font-size: 15px;
    color: #737373;
}
.cardBtn{
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
    background-color: #087abf;
    border-color: #087abf;
}
.cardBtnDis{
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
    background-color: #5e5e5e;
    border-color: #535353;
}
.singleOfferContainer{
    background-color: rgb(255, 255, 255);
    width: 100%;
    max-width: 1443px;
    margin: 0px auto;
    position: relative;
    display: flex;
    flex-direction: column;
}
.offerHeader{
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(33 33 33 / 10%) 0px 4px 9px;
    margin: 0px auto;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 2;
}
.imgSingleOffer{
    background-position:center; 
    background-repeat: no-repeat;
    background-size:contain;
    height:100px;
    width:100px;
    margin-bottom:25px;
    border-radius: 4px;
}
#singOffDescs{
    padding-top:55px;
    padding-left:50px;
    padding-right: 100px;
}
#singOffDett{
    padding-top:95px;
}
.pppp{
    margin-top:25px; 
    max-width: 1230px;
    margin-right: 40px;
    margin-left:40px;
}
.footerBtn{
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    height: 100px;
    width: 100%;
    background-color: white;
    box-shadow: rgb(33 33 33 / 25%) 0px -1px 4px;
}
@media screen and (max-width: 1399px) {
    .imgSingleOffer{
        height:95px;
        width:95px;
    }
}
@media screen and (max-width: 1199px) {
    .imgSingleOffer{
        height:80px;
        width:80px;
    }
}
@media screen and (max-width: 991px) {
    .imgSingleOffer{
        height:65px;
        width:65px;
    }
}
@media screen and (max-width: 767px) {
    .imgSingleOffer{
        height: 85px;
        width: 85px;
    }
    .b-footer-primary.singOffr{
        margin-bottom: 100px;
        border-color: transparent;
    }
    #scatush{
        display:none;
    }
    #cvBtnMD{
        display:none;
    }
    .footerBtn{
        display: block;
    }
    #singOffDescs{
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #singOffDett{
        margin-bottom: 35px;
    }
    #adminBtn{
        display: none;
    }
    .b-footer-primary{
        margin-top: 65px;
    }
    .cvButton{
        width:160px!important;
        margin-top: 22px;
    }
}
.cvButton{
    text-decoration: none;
    background-color: #0774b7;
    border-color: #0774b7;
    font-weight: 900;
    font-size:18px;    
    width: 190px;
    padding: 10px;
}
@media screen and (max-width: 480px) {
    .imgSingleOffer{
        height: 65px;
        width: 65px;
    }
    .cardTitle.sngl{
        font-size: 20px;
    }
    .cardCompName.sngl{
        font-size: 17px;
        margin-top: -12px;
        margin-bottom: 1px;
    }
    .cardAddr{
        line-height: 1.1;
        font-size: 13px;
        color: #737373;
    }
    .pppp{
        margin-left: 10px;
        margin-right: 10px;
    }

}
.cvButton.error{
    background-color: #616161;
    border-color: #616161;
}

.article-container {
    width: 100%;
    height: 215px;
    overflow: hidden;
    position: relative;
}

    .article-img-holder {
    width: 100%;
    height: 100%;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    transition: all 1s;
}

/*.article-img-holder:hover {
    transform: scale(1.2);
}*/
@media screen and (max-width: 1000px) {
    .article-container {
        height: 250px;
        width: 95%;
    }
}
@media screen and (max-width: 460px) {
    .article-container {
        height: 200px;
        width: 95%;
    }
}

#containerDashboard{
    margin-top:30px!important;
}

.dshboardBtn{
    position: absolute;
    max-width: 170px;
    min-width: 120px;
    text-align: center;
    bottom: 14%;
    padding: 9px;
    font-family: 'Montserrat';
    left: 0; 
    right: 0; 
    /*font-weight: 700;*/
    margin-left: auto; 
    margin-right: auto; 
    color: rgb(4 119 189);
    background-color: white;
    border-radius: 3px;
    z-index: 10;
    text-decoration: none;
    cursor: pointer;
    box-shadow: rgb(33 33 33 / 10%) 0px 4px 9px;
}

.dshboardTxt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    padding: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat';
    color: white;
    font-size: 31px;
    line-height: 32px;
    /*background-color: #00000078;*/
    border-radius: 1px;
    font-weight: 900;
    z-index: 10;
}

.dshboardBtn:hover{
    color: rgb(4 119 189);
    box-shadow: rgb(33 33 33 / 25%) 0px 6px 10px;
}
/*.col-md-6:hover .article-img-holder{
        transform: scale(1.2);
}*/

@media screen and (max-width: 1130px) and (min-width:500px){
    .dshboardTxt{
        padding-top: 40px;
        font-size: 26px;
        line-height:32px;
    }
}
@media screen and (max-width: 500px){
    .dshboardTxt{
        padding-top: 40px;
        font-size: 16px;
        line-height:16px;
    }
}

.modal-footerLogin{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: flex-end;
    justify-content: space-evenly;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    flex-direction: column;
    align-content: flex-end;
}

.videoCntr{
    height:250px;
    background-position:center;
    background-size:cover;
    position:relative;
    padding: 10px;
    margin-bottom: 20px;
}

.videoCntrInside{
    height:100%;
    width: 100%;
    background-position:center;
    background-size:cover;
}

.titleVid{
    margin: 0px;
    position: absolute;
    bottom: 10px;
    padding: 10px;
    width: 95%;
    background-color: #0000005c;
    font-family: "Lato", sans-serif;
    font-size: 1.3em;
    text-decoration: none;
    font-weight: 700;
    color: #e1e1e1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.videoModal iframe{
    width: 100%!important;
    height: 100%!important;
}

#userDropdown{
    background-color: transparent;
    border-color: transparent;
    color: #7c7c7c;
    margin-top: 11px;
    display:flex;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    position: relative;
}

#userDropdown p{
    position: absolute;
    top: -6px;
    font-size: 10px;
    left: 26px;
    color: #a31c1c;
    font-weight: 600;
}

#insertOffert .alert{
    position:fixed;
    top: -30px;
    z-index: 10;
    left: 49.1%;
    transform: translateX(-49.8%);
    display:none;
    width: 35%;
}
#_cookiesconsent{
    padding-top:60px;
    background-color: #000000a3;
}