*{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    border: border-box;
}

.border{
    border: 2px solid transparent;
}

.border:hover{
    border: 2px solid white;
}

.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo{
    height: 50px;
    width: 100px;
}

.logo{
    background-image: url(images/amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100px;
}

.nav-del{
    font-size: 12px;
    color: #cccccc;
    margin-left: 14px;
}

.nav-in{
    display: flex;
}

.nav-Ind{
    font-size: 14px;
    margin-left: 3px;
    font-weight: 700;
}

.nav-search{
    display: flex;
    width: 950px;
    height: 40px;
}

.nav-search:hover{
    border: 3px solid orange;
    border-radius: 7px;
}

.nav-all{
    width: 50px;
    border-top-left-radius:4px;
    border-bottom-left-radius: 4px;
    border: none;
    background-color: #e6e6e6;
}

.nav-se{
    width: 100%;
    border: none;
    font-size: 1rem;
}

.nav-lo{
    display: flex;
    width: 50px;
    color: #0f1111;
    background-color: #f3c018;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    align-items: center;
    justify-content: center;
}

.line1{
    font-size: 12px;
}

.line2{
    font-size: 14px;
    font-weight: 700;
}

.nav-panel{
    background-color: #222f3d;
    height: 45px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-pall{
    font-weight: 540;
    width: 40px;
    margin-left: 10px;
}

.nav-ops{
    width: 100%;
    display: flex;
}

.nav-ops p{
    margin-left: 15px;
    font-size: 14px;
}

.nav-cart{
    display: flex;
}

.nav-cart i{
    font-size: 25px;
}

.nav-cart div{
    font-weight: 700;
}

.bhav{
    background-color: #E3E6E6;
}

.main-sec{
    background-image: url(images/home.jpg);
    height: 300px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: 10px;
    margin-right: 10px;
}

.main-msg{
    display: flex; 
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 96%;
    height: 40px;   
    margin-bottom: 22px; 
    font-size: 14px;
}

.main-msg a{
    color: #007185;
}

.boxes{
    display: flex;
    justify-content: space-evenly;
    background-color: #E3E6E6;
}

.secline{
    display: flex;
    justify-content: space-evenly;
    background-color: #E3E6E6;
}

.fourbs h2{
    margin-left: 18px;
}

.fourbs p{
    margin-left: 18px;
    font-size: 13px;
}

.box{
    height: 440px;
    /* border: 2px solid black; */
    background-color: white;
    width: 23% ;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 20px 0px 15px;
}

.tent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0px 0px 3px;
    padding-top: 10px;
    /* padding: 0px 20px; */
}

.name{
    font-size: 13px;
    color: #007185;
    padding-bottom: 15px;
}

.in p{
    font-size: 12px;
}

.img{
    height: 150px;
    width: 150px;
    padding-right: 3px;
    padding-left: 3px;
    background-size: cover;
}

.in{
    height: 190px;
    width: 43%;
    /* border: 2px solid black; */
}

.con{
    margin-left: 23px;
    margin-right: 23px;
}

.img2{
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 20px;  
}

.img4{
    height: 360px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 20px;  
}

.con p{
    font-size: 13px;
    color: #007185;
}

.con1{
    margin-left: 23px;
    margin-right: 23px;
}

.img3{
    height: 300px;
    margin-left: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 20px;  
}

.boxdeal{
    display: flex;
}

.off{
    background-color: #cc0c39;
    font-size: 12px;
    color: white;
    padding: 4px 6px;
}

.bold{
    color: #cc0c39;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 5px;
}

.con1 p{
    font-size: 13px;
    color: #007185;
    margin-top: 20px;
}

.onit{
    font-size: 15px;
    margin-top: 5px;
}

.top{
    background-color: #37475A;
    height: 50px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 13px;
    justify-content: center;
}

.middle{
    background-color: #232F3E;
    height: 420px;
    display: flex;
    /* justify-content: space-evenly; */
    position: relative;
    padding-left: 230px;
}

.each{
    color: white;
    padding-right: 80px;
}

.row{
    padding-top: 50px;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}

.item{
    font-size: 13px;
    margin-left: 40px;
    line-height: 27px;
    font-weight: lighter;
}

.line{
    border: 1px solid #3a4553;
}

.logooo{
    background-color: #232F3E;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoo{
    height: 50px;
    width: auto;
}

table{
    padding-left: 230px;
}

td{
    padding-right: 10px;
    height: 100px;
}

.final{
    background-color: #131A22;
    height: 600px;
    color: white;
}

.final2{
    display: block;
    padding-top: 30px;
}

.final ul{
    color: #DDDDDD;
    font-size: small;
    font-size: 12px;
}

.final p{
    padding-left: 40px;
    font-size: smaller;
    font-size: 12px;
    color: #999999;
}

.sec1,.sec2,.sec3,.sec4{
    display: flex;
}
