*{
    max-width: 100%;
    outline: none;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body{
    margin: 0;
}

header{
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #f6f6f8;
}

.logo{
    width:80%;
     margin-left: 130px;
}

.logo img{
     width:17px;
   
    
}

.right{
    width: 20%;
    text-align: right;
}

.right img{
    width:100px;
}

main{
    text-align:center;
    margin-top:50px;
    
}

.continer{
    display:inline-block;
     text-align:left;
    width:540px;
   
    
}

.tit {
  font-size:1.3em; 
    font-weight:bold;
   
   
}

.mix{
  
    display:flex;
    
}

.phone{
   width:20%;   
}

.phone img{
    width:100px;
     
}


.title{
    width:80%;
    text-align:left;
    margin-top:30px;
   
}


.title span{
    font-size:1em;
  font-weight:bold;
    display:block;
}

.title a{
    text-decoration:none;
    color:green;
    font-size:1.2em;
    font-weight:bold;
}

.con{
   text-align:center;  
    margin-top:60px;
}

.confim{
     display:inline-block;
   text-align:left;
    width:500px;
    color:red;
    font-weight:bold;
    margin-bottom:20px;
    
}

.s1{
    font-size:1.1em;
    font-weight:bold;
}

.s2{
   margin-top:10px; 
    display:flex;  
}

.s2 span{
    margin-left:5px;
}

.s3{
   margin-top:10px;  
     display:flex;
}

.s3 span{
    margin-left:5px;
}

.s4{
   margin-top:10px; 
    display:flex;  
}

.s4 span{
    margin-left:5px;
}

.a{
  margin-top:10px;   
}
.a a{
    text-decoration:none;
    color:#377db5;
    font-size:1.1em;
    font-weight:500;
   
}


.hn{
    margin-top: 30px;
    margin-bottom: 30px;
}

.but{
    text-align:center;
    margin-top:20px;
    margin-bottom: 50px;
    
}

.but button{
    width:100%;
    padding:18px;
    border:none;
    background:#0071e3;
    border-radius:10px;
    color:white;
    font-weight:bold;
    font-size:1em;
}

footer{
  display: none;
}



@media screen and (max-width:600px){

    header{
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #f6f6f8;
}

.logo{
    width:50%;
    margin-left:0;
}

.logo img{
    width:30px;
    
}

.right{
    width: 50%;
    text-align: right;
}

.right img{
    width:250px;
}

.continer{
    padding:10px;
     width:500px;
}

     .hn{
        margin-top:40px;
        margin-bottom:60px;
    }

   footer{
       display:inline-block;
    background:#f6f6f8;
    padding:10px;
}

.f{
    display:flex;
    
}

.c img{
    width:30px;
}

.c2 span{
    font-size:0.7em;
}

.awat{
    padding:6px;
}

.awat a{
    text-decoration:none;
    color:black;
    font-size:0.75em;
}

.sd span{
    font-size:0.8em;
    color:#000000ab;
}
.sd a{
    color:blue;
    font-size:0.9em;
    text-decoration: underline;
}

.sd2{
    margin-top:10px;
    margin-bottom:10px;
    font-size:0.7em;
    font-weight:500;
    color:#00000073;
}


.co{
    font-size:0.8em;
     color:#00000073;
}

    .a5{
        margin-top:4px;
    }

.a5 a{
    margin:4px;
      font-size:0.8em;
    color:#000000e8;
}

}