<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mySlides {
    display: none;
}
.maindiv
{
height:100px;
}

.spacefortext {
    padding: 10px 225px 10px 225px;
    margin-top: -5px;
    text-align: center;
}

.both {
    width: 100%;
    position: fixed;
    height: 46px;
    left: 0;
    z-index: 999999;
}
.text
{
margin-top:4px !important;
}   

.topforclass {
    top: 0;
}

.bottomforclass {
    bottom: 0;
}

.buttonforclass {
    
    padding-top:4px;
    font-size: 20px;
    margin: -5px 10px;
    cursor: pointer;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    box-shadow: none !important;
}
.left
{
    padding-left:6px;
    margin-left: -195px;
    margin-top:1px;
}
.right
{
    padding-left:8px;
    margin-right: -195px;
    margin-top:1px;
}
 #close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: black;
    margin-right: -222px;
    margin-top: -3px;
    cursor: pointer;
    border-radius: 15px;
    color: white;
}

.leftside {
    float: left;
}

.rightside {
    float: right;
}
.logo {
    z-index: 0 !important;
}

.block-search {
    z-index: 0 !important;
}


@media only screen and (max-width: 974px){
.both {
   height: 70px;
   
}
}
@media only screen and (max-width: 834px){
.both {
   height: 83px;
   
}
}
@media only screen and (max-width: 768px){
.both {
height: 53px;
   }
   .left
   {
    margin-left: 0px;
   }
   .right
   {
   margin-right: 0px;
   }
   .spacefortext {
    padding-left: 23px !important;
    width: 83%;
    padding-right: 76px!important;
    }
    #close
    {
    margin-right:-81px;
    }
}</pre></body></html>