* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


html {
    behavior: smooth;
}



.navbar-dark .navbar-nav .nav-link {
color:#333 !important;
font-size: 15px;
text-align: center;
 font-weight: bold;
   
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #4267b2!important;
}


.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}

.navbar-dark .navbar-toggler {
    color: blue;

}


 a:visited{
    color: #4267b2;
    font-size: 12px;
    font-weight: 800;
} 




@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu{
        margin-left:0; margin-right: 0;
    }

    .dropdown-menu li{
        position: relative;
    }
    .nav-item .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{ 
        right:auto; 
    }

    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}




.btn-light {
    color: #ffffff;
    background-color: transparent;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #333;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    
}

.jumbotron-fluid {
    background: url('/image/main-bg-image-0a0cf1b4f56a49dcd7cd1d1f5e30524ba8aa7d3d70e715808315fbfb83f65339.webp');
    background-size: cover;
    background-position: center center;
    height: 100%;
}



.jumbotron-fluid .display-4{
    color: #fff !important;
    font-size: 3.6rem;
    font-weight: 800;
}

.jumbotron-fluid p{
    color: #bac6d8 ;
    font-size: 2.4rem;
    padding: 1rem 0;
    margin-bottom: 3rem;
}



.jumbotron-fluid label{
    font-size: 10px;
}

.form-check-inline .form-check-input {
    height: 1.2rem;
    width: 1.2rem;
}



.box{
    background: #fff;
    border-radius: 25px;
    padding: 25px;
}



.box,
h2 {
    font-size: 28px;
    font-weight: 800;

}

.box-text label{
    font-size: 0.89rem;

}

.form-control {

    font-size: 0.89rem !important;

}


.about-section h3 {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}

.about-section p {
    color: #999;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;

}

.about-section .box {
    text-align: center;
    background: #fafafa;
    padding: 10px;
}




.inside-box {
    text-align: center;
    padding: 10px;
    transition: 0.8s;

}

.inside-box:hover {
 background: #ffffff;
}






.service-section,
.conatiner {
    background: #fafafa;
}

.service-section h5 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;

}




.card {
    position: relative;
    background-color: #fff;
    border: none !important;
    border-radius: 0.25rem;
}


.card:hover {
   transform: scale(1.1);
   transition: all ease-in 2s;
}



.card .card-body {
  background-color: #ffffff;
}

.card img{
    float: right;
    width: 40px;
}
.card-header{
    font-size: 20px;
    font-weight: 700;
}

.card .card-text{
    font-size: 20px;
    color: #333;
}

.card .card-text h3{
    font-size: 18px;
    color: #333;
    font-weight: 700;
}



.card .card-text h4{
    font-size: 18px;
    color: rgb(15, 112, 192);
    font-weight: 700;
}

.card .card-text p{
    font-size: 13px;
    color: #333;
    line-height: 1.8;
}


.OurTeamExpert h3 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 10px;
}

.OurTeamExpert p {
    color: #999;
    font-size: 15px;
    text-align: center;
    padding-bottom: 10px;
}


.OurTeamExpert .box {
    background: #f7f7f7;
    margin-bottom: 50px;
    
}

.OurTeamExpert .box h3 {
    color: black;
    font-size: 20px;
}

.OurTeamExpert .box  img{
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    transition: 2s;
    
    
}

.OurTeamExpert .box:hover img{
    transform: scale( 1.1);

}


.OurTeamExpert .box p {
    color: #999;
    font-size: 15px;
}

.line2 {
    margin-bottom: 10px;
}

.OurTeamExpert .box .line2 {
    height: 1px;
    width: 21px;
    margin-top: 4px;
    border: 1px solid rgb(32, 83, 252);
    transition: 1s;
}


.Auto-repair-process h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 800;

}

.Auto-repair-process p {
    color: #999;
    font-size: 15px;
    text-align: center;
    padding-bottom: 10px;
}


.Auto-repair-process .box {
    background: #333 !important;
    transition: 0.5s;
    text-align: center;
    padding: 50px;
}
.Auto-repair-process .box:hover{
    background: #efeff0 !important;
    border-radius: 0%;
}

.Auto-repair-process .box .skew {
    clip-path: polygon(100% 0, 100% 47%, 58% 0);
    background:#2196f3;
    height: 355px;
    width: 366px;
    position: absolute;
    top: 9px;
    right: 11px;
}


.Auto-repair-process .box img{
    text-align:center;
    width: 100px;
}

.Auto-repair-process .box h3 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
}

.Auto-repair-process .box:hover h3 {
    color: #333;
}



.Auto-repair-process .box h4 {
    font-size: 25px;
    text-align: left;
    padding-top: 10px;
}

.Auto-repair-process .box:hover p {
    color: #333;
}







.banner .jumbotron {
    background:rgb(8, 132, 248);
    background-repeat: no-repeat;
}

.banner .jumbotron .display-4 ,h1{
    text-align: left;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
}


.banner .jumbotron p {
    color: #fff;
    font-size: 20px;
    text-align: left;
}





.Price-section {
    margin-top: 45px;
    margin-bottom: -10px;
}
.Price-section .background{
    background:linear-gradient(rgba(0, 0, 0, 0.589), rgba(0, 0, 0, 0.589)), url('../image/students-g1c3a499a5_640.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
}



.Price-section h3 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding-top: 10px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
}


.Price-section p {
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}



.Price-section .box {
    border: 1px solid #999;
    text-align: center;
    padding: 25px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fafafa;
    transition: 1s;
     margin-bottom:30px; 

}

.Price-section .box:hover {
    border: 1px solid #38A1F3;

}


.Price-section .box h3 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3969F7;

}




.Price-section .box h4 {
    text-align: center;
    color: #333;
    font-size: 30px;
    text-align: center;
    font-weight: 800;
}


.Price-section .box h4 span.dolar{
    font-size: 30px;
    position: relative;
    left: -59px;
    top: 5px;
    font-weight: 800;
}


.Price-section .box h4 span.month{
    font-size: 19px;
    position: relative;
    right: 16px;
    top: -9px;
   
}
.Price-section .box h4 span.dolar2{
    font-size: 30px;
    position: relative;
    left: -71px;
    top: 4px;
    font-weight: 800;
}


.Price-section .box h4 span.month2{
    font-size: 19px;
    position: relative;
    right: 16px;
    top: -9px;
   
}

.Price-section .box h4 span.dolar3{
    font-size: 30px;
    position: relative;
    left: -74px;
    top: 4px;
    font-weight: 800;
}


.Price-section .box h4 span.month3{
    font-size: 19px;
    position: relative;
    right: 16px;
    top: -9px;
   
}


.Price-section .box p {
    text-align: center;
    padding-top: 10px;
    color: #333;
    padding-bottom: 10px;
}

.Price-section .box .btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0 !important;
}

.Our-logo{
    background-color: #fafafa;
}

.Our-logo h3 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
}

.Our-logo p {
    color: #999;
    font-size: 15px;
    text-align: center;
    padding-bottom: 10px;
}


.Our-logo .col-md-4 .box2 {
    background: #ffffff;
    margin-top: 20px;
    padding: 30px;
    transition: 0.6s;
}


.Our-logo .box2 h3 {
    color: black;
    font-size: 20px;
}

.Our-logo .box2  img{
    width: 150px;
    height: auto;
    transition: 2s;
    
    
}

.Our-logo .box2:hover img{
    transform: scale( 1.1);
  
}


.Our-logo .box2 p {
    color: #999;
    font-size: 15px;
}



.Footer-Section{
    margin-top: 10px;
}

footer{
    background:#202738;
    background-repeat: no-repeat;
    background-position: center  center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
    
}
.Footer-Section h3{
    font-size: 17px;
    color: #EEE;
    padding-top: 13px;
    letter-spacing: 1px;
}

.Footer-Section h4{
    font-size: 20px;
    font-weight: 800;
    color: #EEE;
    padding-top: 15px;
}



.Footer-Section .line4{
    height: 1px;
    width: 100%;
    border: 1px solid rgb(9, 44, 158);
    margin-bottom: 30px;
    margin-top: 30px;
}



.Footer-Section .line3{
    height: 1px;
    width: 61px;
    border: 1px solid rgb(9, 44, 158);
    margin-bottom: 15px;
}


.Footer-Section p{
    color: #fff;
}

.Footer-Section  .line5{
    height: 1px;
    width: 100%;
    border: 1px solid rgb(9, 44, 158);
    margin-bottom: 20px;
    margin-top: 20px;
}


.Footer-Section  a{
    color: #EEE;
}
    

.Footer-Section li  a{
    transition: 0.8s;
     text-decoration: none;
}


.Footer-Section  li{
    float: left;
     width: 100%;
     list-style: none;
     padding: 5px;
      
}
    

.transperent-box{
    width: 100%;
    height: 70px;
    border: 1px solid #333;
    background: rgba(51, 51, 51, 0.541);
}



.transperent-box  h3{
font-size: 15px;
text-align: end;



}

.transperent-box  .icon{
    font-size: 30px;
    color: #fff;
     position: absolute;
     top: 10px;
     right: 0;
}



.aboutus{
    margin-top: 65px;
    margin-bottom: 65px;
}



html{
    behavior: smooth;
}




.aboutus .image{
   
background: linear-gradient(rgba(0 ,0 ,0 ,0.7),  rgba(0 ,0 ,0 ,0.7)),  url('../image/main-bg-image-0a0cf1b4f56a49dcd7cd1d1f5e30524ba8aa7d3d70e715808315fbfb83f65339.webp');
background-repeat: no-repeat;
background-position: center center;
position:relative;
overflow: hidden;
background-size: cover;
height: 400px;
width: 100%;
background-attachment: fixed;

}


.aboutus .image  h3{
    color: #fff;
    text-align: center;
    font-size: 65px;
    padding-top: 165px;
    font-weight: 800;
}







.aboutus h2{
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    

}
.aboutus  p {
    text-align: left;
    font-size: 15px;
    padding-top: 10px;
    
}

.aboutus a {
    text-decoration: none;
    color: #fff;
    transition: 0.6s;
}

.aboutus h2{
    color: #333;
    text-align: left;
    font-weight: bold;
    font-size: 30px;

}
 .col-lg-8{
     padding-top: 20px;
 }



.aboutus .col-lg-8  p{
    color: rgb(85, 84, 84);
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;

}



hr{
    margin-top: 25px;
    margin-bottom: 25px;
}



.col-md-4  .box{
 background: #f6f6f6;
 margin-top: 20px;
 padding: 30px;
 transition: 0.6s;
}
.col-md-4  .box:hover{
    background: #f7f7f7ed;
   }



.col-md-4 .box  h4{
    margin-top: 20px;
    color: #3969F7;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.col-md-4 .box  p{
   font-size: 15px;
   text-align: center;
}

.col-md-4 .box  span  i{
    position: absolute;
    top: 78px;
    bottom:0;
    left: 27px;
    color: #999;
    font-size: 30px;
}



 .Auto-repair-process1 {
    margin-top: 65px;
    margin-bottom: -44px;
    background: #fafafa;
    padding-bottom: 70px;
}

 .Auto-repair-process1  h3 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding-top: 50px;
    color: #333;
}

.Auto-repair-process1 p {
    color: #333;
    font-size: 15px;
    text-align: center;
    padding-bottom: 10px;
}

 .Auto-repair-process1 .box {
    background: #f6f6f6;
    margin-top: 10px;
    padding: 10px;
}

.Auto-repair-process1.box:hover {
    background: #eeecec;
}

.Auto-repair-process1 .box h3 {
    font-size: 30px;
    text-align: left;
    color: #333;
}
.Auto-repair-process1 .box p {
    font-size: 30px;
    text-align: left;
    color: #333;
}

 .Auto-repair-process1 .box:hover h3 {
    font-size: 30px;
    text-align: left;
    color: rgb(36, 72, 189);
}

 .Auto-repair-process1 .box h4 {
    font-size: 25px;
    text-align: left;
    padding-top: 10px;
}


.Auto-repair-process1 .box p {
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 10px;
}


.Auto-repair-process1 .box:hover p {
    color: #333;
}

.Auto-repair-process1 .box i{
    position: absolute;
    right: 21px;
    font-size: 36px;
    opacity: 0.8;
}



.sponser{
    margin-top:65px;
    margin-bottom: 65px;
}



.sponser h3{
    font-size: 35px;
    font-weight: bold;
    color: #333;
    text-align: center; 
}

.sponser p{
    font-size: 15px;
    color: #333;
    text-align: center;  
    padding-bottom: 10px;
}




.sponser  .item{
    border: 1px solid  #CCCCCC;
    opacity: 0.7;
    transition: 0.6S;
    
}


.sponser  .item:hover{
    opacity: 10;
}

.owl-carousel button.owl-dot{
    outline: none;
}

.service{
    margin-top: 65px;
    margin-bottom: 65px;
}

.service .image{
   
    background: linear-gradient(rgba(0 ,0 ,0 ,0.7),  rgba(0 ,0 ,0 ,0.7)),  url('../image/about%20us%20header-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    overflow: hidden;
    background-size: cover;
    height: 300px;
    width: 100%;
    background-attachment: fixed;
    
    }
    
    
    .service .image  h3{
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        padding-top: 100px;
    }
    
    
    .service  .new h3{
        color: #333;
        text-align: left;
        font-weight: bold;
        font-size: 30px;
    
    }
    .service  p {
        text-align: center;
        font-size: 15px;
        padding-top: 10px;
    }


    .service  a {
        text-decoration: none;
        color: #fff;
        transition: 0.6s;
    }


    .service .col-md-6 img{
        max-width: 100%;
        margin-top: 50px;
         margin-bottom: 20px;        
    }



    .service  .caption  h4{
        margin-top:13px;
        font-size: 22px;
        font-weight: 800;
        margin-top: 25px;
    }

    .service  .caption  hr{
        height: 1px;
        width: 100%;
        margin-top: 20px;
        
    }


    .service  .caption  p{
        margin-top: 20px;
        text-align: left;
        color: #333;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }


.service .caption .col-md-6  h3{
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
}

.service .caption .col-md-6 p{
    font-size: 15px;
    margin-top: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #666666;
}

.service .caption .col-md-6 li{
    list-style: none;
    margin-top:5px;
    font-size: 15px;
    color: #666666;
}

.service .caption .col-md-6 i{
    color: #5988e6;
    padding-right: 10px;
}



.Estimate{
    margin-top: 65px;
    margin-bottom: 65px;
    background: #fafafa;
    padding-top: 20px;
    padding-bottom: 30px;

}

.Estimate h3{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}


.Estimate p{
    font-size: 17px;
    margin-bottom: 15px;
    text-align: center;
    color: #666666;
}


.Estimate .col-md-3 .box{
    text-align: center;
    border: 1px solid #999;
    margin-top: 15px;
    padding-bottom: 15px;
}

.Estimate .col-md-3 .box:hover{
    background: #f6f6f6e3;
}

.Estimate .col-md-3 .box h3{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
}

.Estimate .col-md-3 .box h5{
    font-size: 40px;
    font-weight: bold;
    color: #3969F7;
    margin-bottom: 15px;
}

.Estimate .col-md-3 .box p{
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #666666;
}

.Estimate .col-md-3 .btn{
    text-align: center;
    margin-bottom: 07px;
   border-radius: 0rem;  
}


.stay-up{
    margin-top: 65px;
    margin-bottom: 65px;
}

.stay-up h3{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.stay-up p{
    font-size: 15px;
    color: #666666;
    text-align: center;
    margin-top: 18px;
}

.stay-up input{
    margin: 20px;
    width: 80%;
    border: 1.8px solid #b9b5b5;
    padding: 10px;
}


.contactus{
    margin-top: 65px;
    margin-bottom: 65px;
}

.contactus .image{
   
    background: linear-gradient(rgba(0 ,0 ,0 ,0.7),  rgba(0 ,0 ,0 ,0.7)),  url('/image/banner\ images\ new.svg');
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    overflow: hidden;
    background-size: cover;
    height: 300px;
    width: 100%;
    background-attachment: fixed;
    
    }
    
    
    .contactus .image  h3{
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        padding-top: 110px;
    }
    
    
    .contactus .new h3{
        color: #333;
        text-align: left;
        font-weight: bold;
        font-size: 30px;
    
    }
    .contactus  p {
        text-align: center;
        font-size: 15px;
        margin-top: 10px;
    }


    .contactus  a {
        text-decoration: none;
        color: #fff;
        transition: 0.6s;
    }



    .contactus  h4{
        font-size: 25px;
        font-weight: 600;
          color: #999;
          margin-top: 50px;
          margin-bottom: 15px;
    }

   .progress{
       height:3px;
       margin-bottom: 30px;
   }

   .progress-bar{
       width: 5%;
       height: 3px;
       margin-bottom: 20px;
   }

   .form-group .btn{
    border-radius: 0 !important;

   }



   .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.contact-bottom {
margin-top: 65px;
margin-bottom: 65px;
}

.contact-bottom h3{
    margin-bottom: 20px;
    color: #333;
    
}

.contact-bottom .progress{
    height:3px;
    margin-bottom: -10px;
}

.contact-bottom  .progress-bar{
    width: 5%;
    height: 3px;
}

.contact-bottom .col-md-3 h3{
    font-size: 15px;
    font-weight: inherit;
}

.contact-bottom .col-md-3 i{
    border: 1px solid #EEE;
    padding: 10px;
    margin-right: 8px;
    background: #2f6eee;
    color: #fff;
    margin-top: 30px;
    
}


.portfolio{
    margin-top: 65px;
    margin-bottom: 65px;
}

.Portfolio .image{
   
    background: linear-gradient(rgba(0 ,0 ,0 ,0.7),  rgba(0 ,0 ,0 ,0.7)),  url('../image/about%20us%20header-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
    overflow: hidden;
    background-size: cover;
    height: 350px;
    width: 100%;
    background-attachment: fixed;
    
    }
    
    
    .Portfolio .image  h3{
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        padding-top: 168px;
    }
    
    
    .Portfolio .new h3{
        color: #333;
        text-align: left;
        font-weight: bold;
        font-size: 30px;
    
    }
    .Portfolio  p {
        text-align: center;
        font-size: 15px;
        padding-top: 10px;
    }


    .Portfolio  a {
        text-decoration: none;
        color: #fff;
        transition: 0.6s;
    }



    .Portfolio  h4{
        font-size: 30px;
        font-weight: 600;
          color: #333;
          margin-top: 30px;
    }


    .gallery{
        margin-top: 65px;
        margin-bottom: 65px;
        background: #fafafa;
       padding-top: 20px;
       padding-bottom: 30px;
    }


    .gallery h3{
        font-size: 30px;
        font-weight: 800;
        text-align: center;
    }

    .gallery p{
        text-align: center;
        font-size: 15px;
        margin-top: 10px;
    }





    .Become-Teacher{
        margin-top: 65px;
        margin-bottom: 65px;
    }
    
    .Become-Teacher .image{
       
        background: linear-gradient(rgba(0 ,0 ,0 ,0.7),  rgba(0 ,0 ,0 ,0.7)),  url('/image/banner\ images\ new.svg');
        background-repeat: no-repeat;
        background-position: center center;
        position:relative;
        overflow: hidden;
        background-size: cover;
        height: 300px;
        width: 100%;
        background-attachment: fixed;
        
        }
        
        
        .Become-Teacher .image  h3{
            color: #fff;
            text-align: center;
            font-weight: bold;
            font-size: 65px;
            padding-top: 110px;
        }
        
        
        .Become-Teacher .new h3{
            color: #333;
            text-align: left;
            font-weight: bold;
            font-size: 30px;
        
        }
        .Become-Teacher  p {
            text-align: center;
            font-size: 15px;
            margin-top: 10px;
        }
    
    
        .Become-Teacher  a {
            text-decoration: none;
            color: #fff;
            transition: 0.6s;
        }
    
    
    
        .Become-Teacher  h4{
            font-size: 25px;
            font-weight: 600;
              color: #333;
              margin-top: 50px;
              margin-bottom: 15px;
        }
    
       .progress{
           height:3px;
           margin-bottom: 30px;
       }
    
       .progress-bar{
           width: 5%;
           height: 3px;
           margin-bottom: 20px;
       }
    
       .form-group .btn{
        border-radius: 0 !important;
    
       }
    
    
    
       .google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    
    
    .Become-Teacherm {
    margin-top: 65px;
    margin-bottom: 65px;
    }
    
    .Become-Teacher h3{
        margin-bottom: 20px;
        color: #333;
        
    }
    
    .Become-Teacher .progress{
        height:3px;
        margin-bottom: -10px;
    }
    
    .Become-Teacher .progress-bar{
        width: 5%;
        height: 3px;
    }
    
    .Become-Teacher.col-md-3 h3{
        font-size: 15px;
        font-weight: inherit;
    }
    
    .Become-Teacher.col-md-3 i{
        border: 1px solid #EEE;
        padding: 10px;
        margin-right: 8px;
        background: #2f6eee;
        color: #fff;
        margin-top: 30px;
        
    }
    
    













