html {
    scroll-behavior: smooth;
}
.contact-item {
    float: right;
    margin-bottom: 10px;
}
.contact-item li:last-child{
    margin-right:0;
}
/*header*/
.header-logo{
    max-height:73px;
}
.login-header{
    position: absolute;
    right: 90px;
    bottom: 10px;
    color: #af86bc;
    font-weight: 500;
    font-family: montserrat;
}
.small-nav{
    text-align: center;
    padding: 15px;
    display:none;
}
#loader-model{
    display:none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    text-align: center;
    background-color: #0787ee;
}
.loader-item {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transform: translateY(50%);
}
/*
.header-info-bar{
    width:fit-content;
}
*/
.header-socmed-logo {
    max-width: 30px;
    margin-left: 2.5px;
    margin-right: 2.5px;
}
.li-border-right{
    border-right: 1px solid #fff;
    color:#fff !important;
    padding-right: 40px;
}
.contact-item{
    margin-left: auto;
    margin-right: auto;
}
/*footer*/
.footer-block{
    padding: 45px 60px 25px;
    color:#000;
}
.footer-logo{
    margin-bottom: 5px !important;
}
.footer-text{
    font-size: 15px;
    color:#fff !important;
    line-height: 20px;
    font-weight: 500;
    margin-bottom:0;
}
.footer-info{
    margin-top: 60px !important;
}
.touch-text{
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.footer-address{
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
}
.footer-phone{
    font-weight: 500;
    color :#fff !important;
}
.follow-text{
    margin-bottom: 0px;
    font-weight: 300;
    color:#fff !important;
}
.footer-widget{
    text-align:center;
}
.footer-follow-link{
    color:#0787ee;
    display: inline-block;
    width: 30px;
    /*
    height: 30px;
    */
    height: 29px;
    background: #fff;
    border-radius: 50%;
    margin-left: 2.5px;
    margin-right: 2.5px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}
.footer-follow-link > i {
    font-size: 18px;
    vertical-align:middle;
}
.footer-title{
    margin-bottom: 10px;
}

/*general*/
.center-align{
    text-align:center;
}
.no-opacity{
    opacity:0;
}
.no-radius{
    border-radius: 0;
}
.no-border{
    border:none !important;
}

.modal-content{
    border-radius: 0;
}
#share-data-information{
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    position: relative;
    text-align: center;
    font-size: 24px;
}
.share-confirmation-title{
    margin-bottom:50px;
    color:#000;
    font-weight:bold;
}
.share-confirmation-btn-box{
    margin-bottom:30px;
}
.share-btn{
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 20px;
    transition: 0.6s ease;
}

.facebook-btn{
    background-color: #1d3aad;
    color: #fff;
    padding: 10px 18px;
}
.facebook-btn:hover{
    background-color: #a8baff;
    color: #1d3aad;
}
.twitter-btn{
    background-color: #42a4fc;
    color: #fff;
    padding: 10px 13px;
}
.twitter-btn:hover{
    background-color: #a8baff;
    color: #42a4fc;
}
.linked-in-btn{
    background-color: #0055a1;
    color: #fff;
    padding: 10px 15px;
}
.linked-in-btn:hover{
    background-color: #a8baff;
    color: #0055a1;
}
.copy-link-btn{
    background-color: #212121;
    color: #fff;
    padding: 10px 13px;
}
.copy-link-btn:hover{
    background-color: #a8baff;
    color: #212121;
}
.footer-instagram{
    margin-bottom:0px;
}

/*about us start*/
.content-row{
    margin-top:70px;
}
.second-content-row{
    margin-top:30px;
}
.content-right{
    float:right;
}
.content-box > h4 {
    color : #4db6a5;
    text-transform: uppercase;
    font-weight: 600;
}
.content{
    font-weight: 600;
}
.content-pic{
    width:100%;
    height:360px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 10px 10px #4db6a5;
}
.content-pic-product{
    height:500px;
}
/*about us end*/

.content > p {
    font-size: 12px;
    line-height: 20px;
}
.content > h1, .content > h2, .content > h3, .content > h4{
    color: #4db6a5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.content > ul {
    list-style-image: url(../../../global/img/checklist.webp);
}
.content > p > img {
    max-width: 135px;
    height: auto !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.choose-language a.highlight-button {
    width: unset;
    padding: 0 20px;
    background: #277EB7;
    color:#fff;
    text-transform:uppercase;
}
.choose-language a.highlight-button:hover {
    color: #277EB7;
    background: rgba(255, 255, 255, 0.8);
    font-weight: bold;
}
.choose-language > a.highlight-hyperlink {
    width: unset;
    padding: 0 10px;
    margin-right: 5px;
    background: unset;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.choose-language > a.highlight-hyperlink:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #277EB7;
}