.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-button {
    right: 1.5rem;
}

.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: 70%;
    padding-right: 0 !important;
    }
}