

.cardbtn{
    color:#4c7cdd;
    font-family: sans-serif;
    font-size: 15px;
    cursor: pointer;
    border:0px;
    background-color: white;
    font-weight: bold;
    padding:7px;
    font-size:15px;
}
.cardbtn:hover{
    /* color: rgba(146, 47, 232, 0.934); */
    background-color: rgb(219, 237, 243);
    border-radius: 4px;
}
.title{
    font-family: sans-serif;

}
.decs{
   font-size: 15px;
    font-family: sans-serif;
    color:gray
}
.card{
    width: 75%;
    text-align: left;
   padding:10px;
  
   
}
#rightcontainer{
    width: 180%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-right:100px;
    padding: 10px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.hr{
     border-collapse :1px; 
  
}
.stipend{
    font-family: sans-serif;
    font-weight: bold;
    color:gray
}
.place{
    font-family: sans-serif;
    color:gray
}
#container{
    width:100%;
    display: flex;
    border:0px solid red;
    margin: auto;
    justify-content: space-around;
}
#leftcontainer>img{
    width:60%;
   margin-left: 150px;
   margin-bottom: 20px;
}
#leftcontainer>img:hover{
  cursor: pointer;
}
#leftcontainer{
    margin-top: 15px;
}

.maindiv{
    width:100%;
    display: flex;
border:0px solid red;
justify-content: space-between;
}

.btnandimg{
   text-align: center;
   margin-top: 45px;
}
p{
    font-family: sans-serif;
}
.share:hover{
cursor: pointer;

}

#Searchbar{
    /* border: 1px solid; */
    width:70%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    
}

#Searchbar>div>select{
    width:120%;
padding:3px;
border-radius: 5px;
background-color: rgb(241, 245, 250);
   
}
#Searchbar>div>select:hover{
   
    cursor: pointer;
   
}

#or{
    margin-top: 40px;
}

#search{
    width:100px;
    padding: 6px;
    border-radius: 5px;
    border: 0px;
    background-color:rgb(8,124,221);
    color: white;
    font-family: sans-serif;
    font-weight: bold;
}
#search:hover{
    background-color: rgb(39, 114, 175);
    cursor: pointer;
}

.navtop{
    margin-top: 100px;
}
#searchcont{
    margin-top: 135px;
}
#or{
    margin-top: 135px; 
}
select{
    margin-top: 20px;
    
}

#jobse{
    border:0px solid black;
    padding:7px;
border-radius: 5px;
background-color: rgb(241, 245, 250);
}
/* .btnandimg>p{
    margin-top: 20px;
}
.btnandimg>img{
    margin-top: 20px;
}
.btnandimg>button{
    margin-top: 20px;
} */


@media only screen and (min-width:540px) and (max-width:1160px) {

     #rightcontainer{
        width: 220%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        margin-right:100px;
        padding: 10px;
        line-height: 23px;
        margin-top: 15px;
        margin-bottom: 20px;
    }  

    #leftcontainer>img{
        width:40%;
     
    }

    #Searchbar>div>select{
     width:80%;
    padding:2px;
    border-radius: 3px;
    background-color: rgb(241, 245, 250);
       
    }
    #Searchbar>div>select:hover{
       
        cursor: pointer;
       
    } 
    #searchcont{
      margin-top: 140px;
    }
    #jobse{
        width:80px;
        padding:1px;
        border-radius: 2px;
    }
    #search{
        width:50px;
        padding: 3px;
        border-radius: 5px;
        border: 0px;
        background-color:rgb(8,124,221);
        color: white;
        font-family: sans-serif;
        font-weight: bold;
        font-size: 10px;
    }
   /* .btnandimg{
        margin-top: 120px;
    }
     .btnandimg>p{
        margin-top: 20px;
    }
    .btnandimg>img{
        margin-top: 20px;
    }
    .btnandimg>button{
        margin-top: 20px;
    } */
    #or{
        margin-top: 50px;
    }
}

@media only screen and (min-width:300px) and (max-width:650px) {
    #rightcontainer{
        width: 220%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        margin-right:100px;
        padding: 10px;
        line-height: 23px;
        margin-top: 15px;
        margin-bottom: 20px;
    } 
    #leftcontainer>img{
        width:15%;
     
    }

    #Searchbar>div>select{
        width:70%;
       padding:2px;
       border-radius: 3px;
       background-color: rgb(241, 245, 250);
          
       }
       #jobse{
        width:50px;
        padding:1px;
        border-radius: 2px;
    }
    #search{
        width:20px;
        padding: 3px;
        border-radius: 5px;
        border: 0px;
        background-color:rgb(8,124,221);
        color: white;
        font-family: sans-serif;
        font-weight: bold;
        font-size: 3px;
    }
}
