h1, h2, h3, h4, h5, h6{
    font-family: 'Merriweather Sans', sans-serif;
    
}
body{
    text-align: center;
}

/* Title Section */

.main-title{
    font-family:'Roboto Slab', serif;
    font-size: 3.5rem;
    line-height: 1.5;
    color: #00B7EB;
    font-weight: 700;
}
.sub-title{
    font-size: 2.5rem;
    line-height: 2;
}
.title-header{
    padding: 7% 0;

}

.title-img{
    width: 40%;
}

.title-captions{
    text-align: center;
    padding-bottom: 5%;
}
.title-dlbtn {
    margin-right: 5%;
    margin-top: 10px;
    margin-left: 5%; 
}



/* Feature Section */
#feature{
    background-color: #00B7EB;
    margin-bottom: 100px;
}
.feature-img{
    width: 70%;
    
    
}
.feature-items{
    padding: 3% 5%;
}
.feature-text{
    text-align: left;
}
.feature-heading{
 font-weight: 700;
 color: white;
}
.feature-paragraph{
    color: white;
}



/* Call to Action section */
#cta{
    padding: 5% 12%;
    margin-top: 50px;
}
.download-btn{
    margin-top: 20px;
 
}
.cta-item{
   padding: 2% 3%;
}

/* Footer Section */
#footer{
    background-color: black;
}
.footer-items{
    color:#00D7FF;
}

.vid {
    margin: 5% 0 5% 0;
    
}

.connect{
    padding: 3% 0;
}
.instuctList{
    text-align: left;
    margin-bottom: 3%;
    line-height: 1;
}
#dingtalkSection{
    background-color: #00B7EB;
    padding: 3% 5%;
    color: white;
    margin-bottom: 3%;
}
.removeServer{
    margin-bottom: 5%;
    padding: 3%;
   
}

.otherHeading{
    line-height: 1;
    margin-bottom: 3%;
    margin-top: 3%;
    font-weight: bold;
}

.serverSection{
height: 500px;
color:green; 
background-color:aliceblue;
font-weight: bold;
text-align: center 
}

.step4 {
margin-top:20px;
margin-bottom:10px; 
height: 100px; 
background-color: yellow;
text-align: center;
}

#form_1{

    height: 500px;
    background-color:aliceblue;
}

.steps{
    font-size: 2rem;
    font-family: 'Roboto Slab', serif;
    margin-right: 6px;
    color: red;
    font-weight: bold;
}

#mypricing th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;

}
