*{
    font-family: "Open Sans", sans-serif;
}
#headerbox{
    background: #10847e;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; */
    user-select: none;
    padding: 15px 0;
    transition: all .3s;
}

#headerbox>div{
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    /* border: 1px solid yellow; */
    height: 90%;
    justify-content: space-evenly;
}
#headerbox>div>a{
    margin-right: 50px;
    margin-left: 60px;
}

#headerbox>div>a img{
    width: 180px;
    height: 50px;
}
#headerbox>div>div{
    width: 80%;
    height: 100%;
    /* border: 1px solid pink; */
}

.headdiv{
    height: 100%;
    width: 100%;
}
.headdiv>div:first-child{
    /* border: 1px solid red; */
    height: 60%;
    margin-bottom: 15px;
}
.headdiv>div:last-child{
    /* border: 1px solid blue; */
    height:40%
}
#serchboxes{
    display: flex;
    /* border: 1px solid yellow; */
}

#serchboxes>div{
    display: flex;
    width: 800px;
    background-color: white;
    border-radius: 5px;
    margin-left: 10px;
    align-items: center;
    justify-content: space-evenly;
}
#serchboxes>div>div:first-child{
    margin-left: 20px;
    color: #139992;
    font-weight: 700;
}

#serchboxes>div>div:nth-child(2){
    color: gray;
    margin-left: 30px;
    padding-left: 20px;
    border-left: 1px solid gray;
}

#btmpart{
    width: 100%;
    height: 40%;
    /* border: 1px solid yellow; */
    display: flex;
    justify-content: space-around;
}
.headdiv a{
    margin-top: 10px;
    text-decoration: none;
    color: white;
    font-size: 15px;
}
#btmpart>div:first-child{
    width: 40%;
    height: 100%;
    /* border: 1px solid yellow; */
    display: flex;
    justify-content: space-around;
    margin-left: -20px;
}
#btmpart>div:first-child a:hover{
    border-bottom: 2px solid white;
}
#btmpart>div:last-child div:hover{
    border-bottom: 2px solid white;
}
#btmpart>div:last-child{
    width: 30%;
    height: 100%;
    /* border: 1px solid yellow; */
    display: flex;
    justify-content: space-around;
    color: white;
}

#btmpart img{
    width: 20px;
    height: 20px;
}




/* scrolling adds */
#bodyslider{
    margin: 0;
    padding: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f5f5;
    width: 60%;
    margin: auto;
    margin-bottom: 80px;
    margin-top: 160px;
}
.slider{
    width: 1000px;
    height: 300px;
    overflow: hidden;
    /* border-radius: 10px; */
}

.slides{
    display: flex;
    width:500%;
    height: 300px;
    
}
.slides input{
    display: none;
}

.slide{
    width: 20%;
    transition: 1s;
}

.slide img{
    width: 1000px;
    height: 300px;
}

.nav-manual{

    position: absolute;
    width: 800px;
    margin: -40px;
    margin-left: 60px;
    display: flex;
    justify-content: center;
}

.manual-btn{
    border: 2px solid white;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.manual-btn:not(:last-child){
    margin-right: 40px;
}

.manual-btn:hover{
    background: gray;
}

#radio1:checked ~ .first{
    margin-left: 0%;
}

#radio2:checked ~ .first{
    margin-left: -20%;
}
#radio3:checked ~ .first{
    margin-left: -40%;
}
#radio4:checked ~ .first{
    margin-left: -60%;
}
#radio5:checked ~ .first{
    margin-left: -80%;
}
#radio6:checked ~ .first{
    margin-left: -100%;
}

.navigation-auto div{
    border: 2px solid white;
    padding: 5px;
    /* border-radius: 10px; */
    transition: 0.5s;

}

.navigation-auto div:not(:last-child){
    margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background: white;

}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: white;
    
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: white;
    
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background: white;
    
}
#radio5:checked ~ .navigation-auto .auto-btn5{
    background: white;
    
}
#radio6:checked ~ .navigation-auto .auto-btn6{
    background: white;
    
}

#main{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin: auto;
}
.mainbox{
    height: 62px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    justify-content: space-between;
    padding: 20px 10px 30px 20px;
    border-radius: 7px;
}
.mainbox:hover{
    cursor: pointer;
    box-shadow: rgba(42, 102, 102, 0.4) 0px 0px 0px 2px, rgba(8, 134, 128, 0.65) 0px 4px 6px -1px, rgba(8, 145, 150, 0.08) 0px 1px 0px inset;
}
.mainbox>div{
    border: 1px;

   
}
img{
    height: 60px;
    width: 60px;
}
p{
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500px;
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4a;
    padding-left: 25px;
    box-sizing: border-box;
}
.offer{
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400px;
    font-size: 14px;
    line-height: 18px;
    color: #16876e;
    padding-left: 40px;
    box-sizing: border-box;
   
}
.inbox3{
    width: 90px;
}

/* sumit  */
#sminfobox{
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  /* \ border: 1px solid black; */
}
#sminfobox>div{
    margin: auto;
    /* border: 1px solid red; */
}
h2{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #686a6b;
}
span{
    font-size: 14px;
    font-family: sans-serif;
    line-height: 25px;
    color: #677a89;
}
div>ul>li{
    font-size: 16px;
    font-family: sans-serif;
    line-height: 35px;
    color:#677a89;
    padding-left: 10px;
}
ul{
    list-style: none;
}
ul li::before{
    content: "\2022";
    color: #3bb899;
    display: inline-block;
    width: 20px;
    margin-left: -40px;

} */
/* summit  */
#scontainer{
    display: flex;
    margin: auto;
    width: 80%;
    justify-content: space-around;
  
}
#sli{
    list-style-type: none;
    line-height: 35px;
    font-family: sans-serif;
    cursor: pointer;
    color:#6b7982;
}
#sh3{
    font-family: sans-serif;
    color: #4f585E;
}
#spay{
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: 85%;
    padding-bottom: 30px;
}
#simg{
    height: 30px;
    width: 40px;
    padding: 15px 15px 0px 0px;
    margin: auto;
}
#spartners>#spartnersh3{
    width: 85%;
    display: flex;
    margin: auto;
    padding-top: 30px;
    font-family: sans-serif;
    color: #4f585e;
}
#ssymbol>#sspan{
  color: teal;
  /* gap: 30%; */
  cursor: pointer;
}
#player{
    background-color: #f4f7fb;
    padding-top: 50px;
    /* margin-top: 50px; */
}


#smcontainer{
    margin: auto;
    /* border: 1px solid black; */
    display: flex;
    height: 270px;
    width: 800px;
    margin-top: 70px;
    padding-bottom: 0px;

}
#smcontainer>#smdiv{
    /* border: 1px solid red; */
    /* display: flex; */
    width: 25%;
    margin: auto;
    /* align-items: center; */
    height: 300px;
}
#smcontainer>#smdiv>#smimg{
    width: 50px;
    height: 50px;
    margin-left: 0px;
}
#smp{
    line-height: 25px;
    font-family: sans-serif;
    color: #8897a2;
}
#smh3{
    font-family: sans-serif;
    color: #4f585E;
}
#smbox{
    height: 600px;
    width: 80%;
    margin: auto;
    /* border: 1px solid black; */
    display: flex;
    gap: 20px;
    margin-right: 100px;
}
#smboximg{
    width: 210px;
    height: 420px;
    padding-top: 50px;
    padding-left: 50px;
}
#smbox2{
    height: 400px;
    width: 50%;
    /* border: 1px solid red; */
    margin-top: 50px;
    /* display: flex; */
}
#smnamebox{
    height: 50px;
    width: 600px;
    /* border: 1px solid black; */
    /* padding: 15px; */
    padding-left: 100px;
}
#smnamebox>#smnameboxh3{
    font-family: sans-serif;
    color: rgb(94, 92, 92);
    font-weight: normal;
    
}
#smoptbox
{
    height: 90px;
    width: 600px;
    /* border: 1px solid turquoise; */
    padding: 15px;
    display: flex;
    gap: 20px;
    padding-left: 100px;

}
#smoptbox>#smopt1
{
    height:40px;
    width: 170px;
    /* border: 1px solid blue; */
    gap: 15px;
    background-color: #586166;
    color: beige;
    border-radius: 5px;
    padding-left: 15px;
    margin-top: -20px;
}
#smoptbox>#smopt1:hover{
    background-color: rgb(44, 40, 40);
    cursor: pointer;
}
#smopt1{
    padding-top: 15px;
    display: flex;
}
#smopt1>#smspan{
    height: 10px;
    width: 10px;
}
#smopt1>#smoptp{
    color: black;
    margin: auto;
    margin-left: 20px;
    margin-top: 5px;
    font-family: sans-serif;
    color: white;
}
#smspan{
    color: white;
    margin-bottom: -20px;
    padding-bottom: 10px;
}

#scontainer{
    display: flex;
    margin: auto;
    width: 80%;
    justify-content: space-around;
  
}
#sli{
    list-style-type: none;
    line-height: 35px;
    font-family: sans-serif;
    cursor: pointer;
    color:#6b7982;
}
#sh3{
    font-family: sans-serif;
    color: #4f585E;
}
#spay{
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: 85%;
    padding-bottom: 30px;
}
#simg{
    height: 30px;
    width: 40px;
    padding: 15px 15px 0px 0px;
    margin: auto;
}
#spartners>#spartnersh3{
    width: 85%;
    display: flex;
    margin: auto;
    padding-top: 30px;
    font-family: sans-serif;
    color: #4f585e;
}
#ssymbol>#sspan{
  color: teal;
  /* gap: 30%; */
  cursor: pointer;
}
