.sel-box {
    position: relative;
    margin: 30px 0 15px;
}

#sel-option {
    width: 300px;
   
    position: absolute;
    top: 42px;
    
    background: #fff;
    padding: 12px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    display: none;
    z-index: 999;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
  max-height:250px;
}

.sel-box ul li a {
    color: #05364c;
    font-size: 16px;
    padding: 12px 18px;
    line-height: 26px;
    display: block;
  text-decoration:none;
  cursor: pointer;
}
.sel-box #select:after {
   
    content: url("https://cdn2.hubspot.net/hubfs/4425280/SDT%20Images/dropdown-b.png");
    padding: 0px 10px 0px !important;
    cursor: pointer;
    margin: 0px !important;
  position: absolute;
}
 .sel-box hr{
   margin-bottom:50px;
  
 
}
span#select {
    cursor: pointer;
  font-size
}

/************** ipad ***************/
@media (max-width: 1080px) {

span#select {
    padding-left: 20px;
}
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){}

/************** iphone roatate***************/
@media (max-width: 767px) {}

/************** iphone ***************/
@media (max-width: 479px) {}
