    :root {
      --primary-color: #f90504;
      --grey-bg: #f7f7f7;
      /* Define a root variable for primary color */
    }
header{border-bottom: 1px solid #eee; margin-bottom: 15px;}
    body {
      font-family: "Poppins", sans-serif;
      font-size: 16px;
    }
    img{max-width: 100%;  }
    .nav_top {
      display: flex;
      justify-content: space-between;
    }

    .call_action {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
    }

    .call_txet {
      display: flex;
      flex-direction: column;
    }

    .call_action img {
      margin-right: 10px;
    }

    .call_txet a {
      text-decoration: none;
      color: var(--primary-color);
    }

    .logo {
      width: 202px;
    
    }
.online_classes img{width: 100%;}
    .banner_section {
      background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center;
    /* height: 620px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 360px 0;
    background-color: #0d1017;
    }
  ._form{    position: absolute;
    bottom: -62px;
    background: #f6f3ff;
    padding: 29px;    border-radius: 10px;}
.banner_content{color: #fff;}
.heading span{color: var(--primary-color); text-transform: capitalize !important;}
    .banner_content span{text-transform: uppercase;color: var(--primary-color);}
    .heading{font-size: 44px;
    font-weight: 700;}

    .banner_content p{font-size: 18px;}
    .contact_btn{    text-decoration: none;
    color: #fff;
    background: var(--primary-color);
    padding: 10px 42px;
    display: inline-block;
    margin-top: 30px;}

    .heading_section span,.cta_content span{text-transform: uppercase; color: var(--primary-color); font-size: 18px;}
    .heading_section{font-size: 38px; color: #000;}
    .about_img {padding-right: 50px;}

    .grey-bg{background-color: #f7f7f7;}
 .card_bx img{width: 100%;}
    .card_bx {
        border: 2px solid #e7e7e7;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    }

    .card_content{     padding-left: 21px;
    padding-bottom: 8px;
    min-height: 269px;
    padding-top: 22px;
background: #fff;
    }

    .card_content h3{font-size: 24px; color: #000;}
.card_list li {
    background: url(../images/list-icon.png) 0 2px no-repeat;
    color: #000;
    padding-left: 34px;
    margin: 10px 0;}
    .card_list {
    list-style: none;
    padding: 0;
}

.our_pro{padding-bottom: 62px !important;}

.why_choose h3{font-size: 20px;}
.why_choose  img{    border: 4px solid var(--primary-color);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;}
.cta_content{background-image: url(../images/cta.jpg);  background-repeat: no-repeat;
      background-size: 100%; color: #fff;    padding: 40px 60px;}

      .cta_content h2{    width: 70%;
    font-size: 26px;}
.testimonials {background-image: url(../images/testimonial-bg.jpg);  background-repeat: no-repeat;
      background-size: cover; color: #fff;    padding-bottom: 68px !important;}
.title strong {
   background-color: var(--primary-color);
    padding: 10px;
    border-radius: 100%;
    height: 51px;
    width: 51px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-right: 12px;
}
.title{display: flex;}
.title_name h4{    margin: 0;
    font-weight: 300;
    color: var(--primary-color);
    text-transform: uppercase;}
.testimonual_bx
 {
    border: 1px solid var(--primary-color);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    min-height: 280px;
    display: flex
;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding:  35px;
}

.testimonual_bx p{margin-top: 1rem;}
.ft_footer{background-image: url(../images/footer-bg.jpg);  background-repeat: no-repeat;
      background-size: cover;}

.ft_box{display: flex;}
.ft_box img{width: 40px; height: 40px;}
.ft_text{text-align: left;margin-left: 20px;}
.ft_text h3{    color: #fff;
    font-size: 18px;
    margin: 0px; text-transform: uppercase;
}

.ft_text a{    color: #fff;
       text-decoration: none;
    font-size: 14px;
}
.copyright {
    border-top: 1px solid #404040;
    padding-top: 10px;
}
.mobile_banner{display: none;}
.cntnt{     display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;background:#fff;
    border: 1px solid #eee;
    padding: 20px 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
    .cntnt h3{position: relative; margin-bottom: 20px;}
    .cntnt h3:before {
  position: absolute;
  left: 0;
bottom: -3px;
    width: 60px;
    height: 3px;
  content: "";
  background-color: #c50000;
}
@media only screen and (max-width: 600px) {
 .about_img{padding: 0px;}
 .card_bx,.testimonual_bx,.ft_box{margin: 12px 0px;}
 .card_list li {margin: 2px 0px;}
 .card_content{padding-bottom: 0px;}
 .contact_btn{    margin-top: 19px;}
 .cta_content{padding: 15px;background-size: cover;}
 .cta_content h2 { line-height: 30px;width: 100%; font-size: 20px;}
 .banner_section{background:none;display:block;padding:0px;}
 .mobile_banner{display: block;}
 .mobile_banner img{width: 100%;}
 .card_content{min-height: unset;}
 ._form {margin-top: 30px;position: relative;bottom:0px;}
}