.fontWeight600{
    font-weight: 600;
    color: black;
}

.maxWidth90{
    max-width: 90%;
    text-align: center;
}

.language{
    width: 75px;
    height: 50px;
    background-image: url(../img/enS.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.Newborder{
border: #ffffff;
    border-width: 1px;
    border-style: dotted;
    border-radius: 5px;
    padding: 0px 3px 0px 7px;
}

.hrS{
    height: 1em;
    width: 20%;
    color: red;
    
}

.MyBtn a{
    background-color: #ff000036;
}

.NewRadius{
    border-radius: 30px!important;
}

.noHover :hover{
    color: blue!Important;
}

.header .cta-btn:hover,
.header .cta-btn:focus:hover {
/*  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);*/
}

.scroll-top {
     position: unset!important; 
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.TextAligncCenter{
    text-align: center;
}