/************************Home Page****************************/

/***************************General Stylesheet****************/

h1{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
  }
  h2{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
  }
  h3{
    font-family: 'Roboto', sans-serif;
    /* font-style: normal;
    font-weight: 500;
    font-size: 17.3px;
    line-height: 38px;
    color: #fff; */
  }
  h4{
    font-family: Arial, sans-serif;
  }
  h5{
    font-family: Arial, sans-serif;
  }
  h6{	
    font-family: Arial, sans-serif;
  }
  p{
    font-family: Arial, sans-serif;
  }
  
  /**************************Start Header Style*****************************/
  *{
    box-sizing: border-box;
  }
  html,body{
    width: 100%;
    margin:0;
    padding:0;
    overflow-x: hidden!important;
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
  
  }
  

  .sticky-section{
    position: fixed;
    bottom: -2%;
    z-index: 999;
  }

  .header-top{
    background-color: #EE2C3C;
  }

  .header-menu-logo{
    padding-left: 87px;
    margin-top: -4px;
  }

  .logo-img{
    height: 70px;
    width: auto;
  }
  
  .header-menu-section{
    height: 69px;
  }

  .header-menu-sm-icons{
    text-align: end;
    padding-right: 91px;
    padding-top: 20px;
    margin-top: -5px;
  }

  .img-icons{
    height: 36px;
    width: auto;
  }

  .error{
    color: #EE2C3C;
  }
  
/*  #name-error{*/
/*    position:absolute;*/
/*  }*/
  
/*  #poi-error{*/
/*    position:absolute;*/
/*  }*/
  
/*  #email-error{*/
/*    position:absolute; */
/*  }*/
  
/*  #phone-error{*/
/*    position:absolute;   */
/*  }*/

/*#call_back_date-error{*/
/*    position:absolute;*/
/*}*/
  .bg-danger{
    background-color: #EE2C3C;;
  }

    /**************************Course and Contact Style*****************************/

    .course-section{
        background-color: #FDE2E2;
        width: 94%;
        /*height: 748px;*/
        
        height: 812px;
        overflow: hidden;
        
        
        
        /*background-color: #FDE2E2;*/
        /*width: 94%;*/
        /*height: 7%;*/

        /*height: 100%;*/
        /*height: 106.6%;*/
    }

    .course-list-section{
        margin-left: 87px;
        margin-top: 36px;
        margin-bottom: 36px;

        position: relative;
        z-index: 999;
    }

    /* .course-list-name-section{
        background-color: #fff;
    } */

    /* .course-list-name-section.active{
        background-color: #EE2C3C;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 44px;
        width: 250px;
    }

    .course-list-name-section.inactive{
        background-color: #fff;
        height: 44px;
        border-bottom: 0.5px solid #BFBFBF;
        height: 44px;
        width: 250px;
    } */

    .course-list-icon{
      float: right;
      padding: 9px;
    } 

    .nav-link.active > .course-list-name-section{
        background-color: #EE2C3C;
        /* border-top-left-radius: 10px;
        border-top-right-radius: 10px; */
        height: 44px;
        width: 254px;
    }


    .nav-link.active > .course-list-name-section  h2{
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 30px;
        text-transform: capitalize;
        color: #fff;
        padding-left: 11px;
        padding-top: 6px;
        display: inline-block;


    }

    .nav-link.active > .course-list-name-section > .white-arrow{

      /* float: right;
      padding: 9px; */
      display: block;
    }

    .nav-link.active > .course-list-name-section > .black-arrow{

      /* float: right;
      padding: 9px; */
      display: none;
    }

    .nav-link > .course-list-name-section > .white-arrow{

      /* float: right;
      padding: 9px; */
      display: none;
    }

    .nav-link > .course-list-name-section > .black-arrow{

      /* float: right;
      padding: 9px; */
      display: block;
    }


    .nav-link:first-child .course-list-name-section{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-color: transparent;
    }

    .nav-link:last-child .course-list-name-section{
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border-color: transparent;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: transparent; 
        border-color: transparent;
  }
 

    .nav-link .course-list-name-section{
        background-color: #fff;
        height: 44px;
        border-bottom: 0.5px solid #BFBFBF;
        height: 44px;
        width: 254px;

    }


    .nav-link > .course-list-name-section  h2{
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 30px;
      text-transform: capitalize;
      /*color: #000;*/
      color: #4a5568;;
      padding-left: 11px;
      padding-top: 6px;
      display: inline-block;


  }


.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #f1f1f1;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
    
    

    



    .course-list-name-section.last.inactive{
        background-color: #fff;
        height: 44px;
        border-bottom: 0.5px solid #fff;
        /* border-bottom: 0.5px solid #BFBFBF; */
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        height: 44px;
        width: 250px;
    }

    .course-list-name-section h2{
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 30px;
        text-transform: capitalize;
        color: #000;
        padding-left: 11px;
        padding-top: 6px;
        display: inline-block;
    }

    /* .course-list-name-section.active h2{
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        text-transform: capitalize;
        color: #fff;
        padding-left: 11px;
        padding-top: 6px;
        display: inline-block;
    } */

    /* .course-list-icon{
        float: right;
        padding: 9px;
    } */

    .course-list-details-section{
      background-color: #F8F8F8;
      margin-top: 37px;
      margin-right: 61px;
      margin-left: 24px;
      padding: 25px 19px;
      border-radius: 10px;

      height: 674px;
    }

    .course-list-details{
        /* background: #fff;
        width: 95%;
        height: 146px;
        border: 1px solid transparent;
        border-radius: 18px;
        margin-left: 7px; */


        background: #fff;
        width: 88%;
        height: 160px;
        border: 1px solid transparent;
        /*border-radius: 18px;*/
         border-radius: 8px;
        margin-left: 23px;
        margin-bottom: 18px;
    }

    .course-list-img{
        height: 54px;
        width: 54px !important;
        margin-left: 16px;
        margin-top: 13px;
    }

    .title-course{
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        /*font-size: 19px;*/
        font-size: 15px;
        /*line-height: 36px;*/
        text-transform: capitalize;
        /*color: #000000;*/
        color: #4a5568;;
    }
    
    .title-course-category {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-style: normal;*/
    /*font-weight: 400;*/
    /*font-size: 19px;*/
    /*text-transform: capitalize;*/
    /*color: #1a202c;*/
    
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #1a202c;
      width: 95%;

}

    .title-course-year{
        /*font-family: 'Roboto', sans-serif;*/
        /*font-style: normal;*/
        /*font-weight: 400;*/
        /*font-size: 19px;*/
        /*line-height: 36px;*/
        /*text-transform: capitalize;*/
        /*color: #EE2C3C;*/
        
          font-family: 'Roboto', sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          text-transform: capitalize;
          color: #EE2C3C;

    }
    
    



    .form-section{
      margin-top: 78px;
      /* text-align: center; */
  }

    .form-title{
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 52px;
        /*text-transform: capitalize;*/
        color: #EE2C3C;
        margin-left: 12px;
    }

    .form-input{
        width: 344px;
        height: 47px;
        margin-left: 12px;
        margin-top: 20px;
        border: 1.9px solid #ACACAC;
    }
    
    .form-input:focus{
        outline: none;
        box-shadow: none;
    }
    
    .form-input-select:focus{
        outline: none;
        box-shadow: none; 
    }
    
    .form-input-call-back-date:focus{
        outline: none;
        box-shadow: none;    
    }
    
    .form-input-call-back-time:focus{
        outline: none !important;
        box-shadow: none;   
    }
    
     .btn:focus{
        outline: none !important;
        box-shadow: none;   
    }

    .form-input-call-back-date{
      width: 185px;
      height: 47px;
      margin-left: 12px;
      margin-top: 20px;
      border: 1.9px solid #ACACAC;
      background-color: #fff !important;

  }
    


    .form-input-call-back-time{
      width: 132px;
      height: 47px;
      margin-left: 225px;
      margin-top: -63px;
      border: 1.9px solid #ACACAC;
      position: absolute;
      background-color: #fff !important;
    }
    
    #phone::-webkit-outer-spin-button,
#phone::-webkit-inner-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}


/*input[type=number]::-webkit-inner-spin-button,*/
/*input[type=number]::-webkit-outer-spin-button {*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    margin: 0;*/
/*}*/

/*input[type=number]::-moz-number-spin-box {*/
/*    display: none;*/
/*}*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox-specific */
}







    .submit-btn{
      background: #EE2C3C;
      border-radius: 28px;
      border: 1px solid;
      padding: 0.4rem 2rem;
      color: #fff;
      margin-left: 12px;
      margin-top: 8px;
    }

    .submit-btn:hover{
      background: #EE2C3C;
      border-radius: 28px;
      border: 1px solid;
      padding: 0.4rem 2rem;
      color: #fff;
      margin-left: 12px;
      margin-top: 8px;
    }


    input[type="text"]::placeholder {
 
        padding-left: 10px;
    }

    

    .form-input-select{
        padding-left: 22px;
        color: #808080;
        font-weight: 200;
        width: 344px;
        height: 47px;
        margin-left: 12px;
        margin-top: 20px;
        border: 1.9px solid #ACACAC;
    }

    /*.curve-arrow{*/
    /*  margin-left: 243px;*/
    /*  margin-top: -30px;*/
    /*}*/

    .curve-arrow-img{
      height: 151px;
    }

    .white-circle{
      width: 510px;
      height: 192px;
      /*background-color: #fff;*/
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 50% 23%;
      border-bottom-right-radius: 50% 67%;
      margin-left: -78px;
      margin-top: -237px;
    }

    .curved{
      background-color: #FDE2E2;
      width: 119%;
      /*height: 117px;*/
      height: 137px;
      margin-top: -38px;
      margin-left: -80px;
    }
    
    .curved-circle {

    display: inline-block;
    width: 140%;
    height: 96px;
    position: relative;
    overflow: hidden;
    left: -5rem;

    }
    
    .curved-circle:before {
      content: '';
      position: absolute;
      bottom: 57%;
      width: 96%;
      height: 87%;
      border-radius: 100%;
      box-shadow: 0px -43px 0px 157px #fde2e2;
    }

/* Owl-dots  */

/* .nav-section */

/* .owl-dots{ */
  /* #nav-home > div > div.owl-dots{ */
  #nav-tabContent > div > div > div.owl-dots{
  /*margin-top: -72px;*/
  
  /*margin-top: -96px;*/
  /*margin-top: -144px;*/
  z-index: 999;
  position: absolute;
  display: grid;
  
  bottom: 2%;
  left: 82%;
  grid-gap: 8px;
}

/* .owl-dot.active{ */
  /* #nav-home > div > div.owl-dots > button.owl-dot.active{ */
    #nav-tabContent > div > div > div.owl-dots >  button.owl-dot.active{
  height: 15px !important;
    width: 15px !important;
    background-color: #EE2C3C !important;
    border: 2px solid #FDE2E2 !important;
    border-radius: 50% !important;
}

/* .owl-dot{ */
  /* #nav-home > div > div.owl-dots > button.owl-dot{ */
    #nav-tabContent  > div > div > div.owl-dots > button.owl-dot{

  height: 15px !important;
  width: 15px !important;
  background-color: #fff !important;
  border: 2px solid #FDE2E2 !important;
  border-radius: 50% !important;
}

.owl-prev,.owl-next{
  display: none;
}

#nav-tab > a {
  padding: 0px;
}

.header-sticky{
background-color: #EE2C3C;
}


/* Our partner  */

.our-partner-title{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  text-transform: capitalize;
  color: #000000;
  text-align: center;
  margin-left: 20px;

}

.color-red{
  color: #EE2C3C;
}


.our-partner-section {
  margin-top: 2%;
  padding: 49px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* gap: 23px; */
  column-gap: 8px;
  row-gap: 17px;
}

.our-partner-section > img {
  width: 94%;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


/* career  */

#student-careers {
  padding: 20px;
  background-color: rgb(251, 251, 251);
  margin-top: 3%;
}
#student-careers > div {
  width: 85%;
  /* display: grid;
  grid-template-columns: 50% 50%; */
  margin: auto;
  margin-top: 25px;
  background-color: rgb(251, 251, 251);
}
#student-careers > div > div {
  /* margin: auto; */



  /* margin-top: 25px; */
}

#careers-outer-div > h2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  text-transform: capitalize;
  color: #ee2c3c;
  margin-left: -27px;
  margin-top: -26px;
}

#careers-outer-div > h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 36px; 
  /* text-transform: capitalize;  */
  color: #565656;
  margin-left: -27px;
  margin-top: 20px;
}

#careers-outer-div > h4 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize; 
  color: #6A6A6A;
}

.careers-up {
  padding: 9px 26px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  background: #ffffff;
  border: 0.5px solid #6a6a6a;
  border-radius: 30px;
  margin: 10px;
  color: #6A6A6A;
}

.careers-up:hover {
  padding: 9px 26px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  background: #ee2c3c;
  border: 0.5px solid #fff;
  border-radius: 30px;
  margin: 10px;
  color: #fff;
}



#list-careers {
  display: flex;
  flex-wrap: wrap;
  /* width: 40%; */
  margin-left: -38px;
  margin-top: 17px;
}



/* .students-work-company-img-section {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 10px 4px;
  padding: 16px 0px;
  column-gap: 18px;
  row-gap: 11px;

} */

#students-work-company > h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 36px; 
  /* text-transform: capitalize;  */
  color: #565656;
  margin-left: -27px;
  margin-top: 20px;
}

#students-work-company > h3 {
  text-align: center;
  /* margin: 73px auto 5% auto; */
}


.students-work-company-img-section > img {
  width: 90%;
  height: 100%;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.owl-carousel {
  /* overflow: hidden; */
}


#students-work-company > div > div.owl-dots{
  /* margin-top: -72px; */

  margin-top: -60px;

  z-index: 999;
  position: absolute;
  left: 48%;
  top: 114%;
}

/* .owl-dot.active{ */
  #students-work-company > div > div.owl-dots > button.owl-dot.active{
  height: 15px !important;
    width: 15px !important;
    background-color: #EE2C3C !important;
    border: 2px solid #FDE2E2 !important;
    border-radius: 50% !important;
}

/* .owl-dot{ */
  #students-work-company > div > div.owl-dots > button.owl-dot{
  height: 15px !important;
  width: 15px !important;
  background-color: #fff !important;
  border: 2px solid #FDE2E2 !important;
  border-radius: 50% !important;
}



/* counter section  */


#mid-Main-Container {
  position: relative;
  display: grid;
  background-color: rgb(251, 251, 251);
}

/* #mid-Sub-Main-Container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  width: 90%;
  margin: auto;
  align-items: center;
  padding: 5px 10px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: absolute;
  left: 5%;
  margin-left: -12px;
} */


#mid-Sub-Main-Container {
  width: 90%;
  padding: 5px 10px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
  border-radius: 5px;
  position: absolute;
  left: 5%;
  margin-left: 0px;
}

.mid-Sub-Container {
  width: 100%;
  margin: 17px 11px;
  padding: 0px 18px;
}

/* .borderRight {
  border-right: 1px solid #000000;
} */

.mid-Sub-Container > h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  text-transform: capitalize;
  color: #EE2C3C;
}

.mid-Sub-Container > p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000;

  width: 92%;
}

#mid-Sub-Main-Container2 {
  margin-top: 6%;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  justify-content: center;
  background-color: #4a5568;
  padding: 33px;
  color: white;
  font-size: 1.1rem;
}

#mid-Sub-Main-Container2 > div > h2{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 6px;
  /*text-transform: capitalize;*/
  color: #FFFFFF;
  margin-left: 19px;
}

#mid-Sub-Main-Container2 > div> h3{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 3px;
  /*text-transform: capitalize;*/
  color: #FFFFFF;
  margin-right: 44px;
  margin-top: 72px;
}

#mid-Sub-Main-Container2 > div:first-child {
  font-size: 1.2rem;
}

#mid-Sub-Main-Container2 > div:last-child {
  text-align: right;
  font-size: 1.1rem;
}

#mid-Sub-Main-Container2 > div:last-child > button {
  padding: 1%;
  background: #ee2c3c;
  outline: none;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 17px;
  margin-top: 41px;
  margin-right: 46px;
}

#mid-Sub-Main-Container2 > div:nth-child(2) > button > a{
    text-decoration:none;
    color:#fff;
}

/* Youtube section  */

.youtube-section-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  /*text-transform: capitalize;*/
  color: #000000;
  text-align: center;
  margin-left: 20px;
}

.youtube-thumbnail{
  width: 80%;

  border-top-right-radius: 64px 64px;
  border-bottom-left-radius: 64px 64px;
}

.arrow{
  position: static;
}

.youtube-left-arrow{
    margin-top: -60rem;
    margin-left: 6rem;
    width: 11%;
}

.youtube-right-arrow{
  margin-left: 53.5rem;
  margin-top: -5.5rem;
  width: 11%;
}

/*.youtube-play-button{*/
/*    margin-top: -37rem;*/
/*    margin-left: 40rem;*/
/*    width: 6%;*/
/*}*/

.box-dots{
  margin-top: -59rem;
  width: 4%;
}

.box-dots-right {
  /*margin-top: -59rem;*/
  margin-top: -54rem;
  
  margin-left: 80rem;
  width: 4%;
  z-index: 999;
  position: relative;
}

.modal-dialog {
  max-width: 1200px;
  margin: 30px auto;
}



.modal-body {
position:relative;
padding:0px;
}
.btn-close {
position:absolute;
right:-30px;
top:0;
}




/* testimonial  */


.swiper, .swiper-container {
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  overflow: unset !important;
  list-style: none !important;
  padding: 0 !important;
  z-index: 1 !important;
  display: block !important;
}



.testimonial {
  margin: 10% auto;
  font-size: xx-large;
  font-weight: 400;
}
/* #testimonial > div {
  display: grid;
  margin: 3% auto;
  grid-template-columns: 40% 40%;
  justify-content: space-around;
} */
#testimonial > h2 {
  margin: 3% 5%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 60px;
  text-transform: capitalize;
  color: #EE2C3C;
}
#testimonial > div > div {
  position: relative;
  padding: 40px;
  border: 1px solid rgba(238, 44, 60, 0.85);
  border-radius: 10px;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  text-transform: capitalize;
}



/* .swiper-slide {
  position: relative;
  padding: 40px;
  border: 1px solid rgba(238, 44, 60, 0.85);
  border-radius: 10px;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  text-transform: capitalize;
  margin: 9px 15px;
} */



#testimonial > div > div > h2 {
/* #testimonial > .swiper-slide > h2 { */

font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 45px;
text-transform: capitalize;
color: #000000;
}


#testimonial > div > div > p {
/* #testimonial > .swiper-slide > p { */

  margin-top: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}



.testimonial-section{
  /* display: flex;
  width: 92%;
  margin: 0px 50px; */
}

.testimonial-section-item{
/* position: relative;
padding: 54px;
border: 1px solid rgba(238, 44, 60, 0.85);
border-radius: 10px;
font-weight: 500;
font-size: 30px;
line-height: 45px;
text-transform: capitalize;
width: 266%;
margin: 24px 20px; */


position: relative;
    padding: 53px;
    border: 1px solid rgba(238, 44, 60, 0.85);
    border-radius: 10px;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    /* text-transform: capitalize; */
    height: auto;
    width: 47% !important;
    margin: 24px 20px;

}

.testimonial-section-item > h2 {
  /* #testimonial > .swiper-slide > h2 { */
  
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 45px;
  /* text-transform: capitalize; */
  color: #000000;
  }
  
  
  .testimonial-section-item > p {
  /* #testimonial > .swiper-slide > p { */
  
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    /* text-transform: capitalize; */
  }

  .testimonial-body > h2 {
    margin: 3% 5%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 60px;
    text-transform: capitalize;
    color: #EE2C3C;
  }

  .swiper-button-next::after, .swiper-button-prev::after {
    content: "";
}


.swiper-button-next > img{
  position: absolute;
  top: 11.5rem;
  right: 1rem;

}

.swiper-button-prev > img {
  position: absolute;
  top: 11.5rem;
  left: 76rem;
}

/* .swiper-button-prev{
  position: absolute;
  top: 87%;
  left: 97%;
}

.swiper-button-next{
  position: absolute;
  top: 77%;
} */

.fa-quote-right {
  position: absolute;
  top: -30px;
  padding: 20px;
  color: #ee2c3c;
  border-radius: 50%;
  background-color: #ffffff;
  right: 30px;
}

#video-tag {
  /* height: 300px; */
  display: block;
  width: 60%;
  margin: auto;

  border-radius: 25px;
}

/*  */

#footer {
  padding: 4%;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10%; */
  margin-top: 8%;
  color: #ffffff;
  background-color: #151c2a;
}
#footer h3 {
  font-weight: 400;
  font-size: large;
}

#footer > div {
  margin: auto;
}
.fa-location-dot {
  font-size: x-large;
  margin-right: 5%;
}

#footer-social > div {
  /* display: flex;
  justify-content: space-evenly; */
  margin: auto;
}
#footer-social > h2 {
  font-size: 2em;
  margin-bottom: 1em;
  text-align: center;
}
#footer-social > div > i {
  font-size: xx-large;
  margin: 10px 15px;
}

#footer-address > div {
  width: 100%;
}
#footer-address > div > div {
  margin-bottom: 5%;
  display: flex;
  /* justify-content: spa; */
}

#footer-connect > h3 {
  text-align: center;
  margin-bottom: 2em;
}
#footer-connect > div {
  /* margin-top: 5%;

  display: flex;
  justify-content: space-evenly; */

  display: flex;
    gap: 20px;
    justify-content: center;
}


/*whatsapp icon*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 25px;
    background-color: #ffffff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-top: 0.3rem;
    z-index: 999;
}

.my-float {
    width: 45px!important;
    height: 45px!important;
    border-radius: 50%;
    cursor: pointer;
}


/* thank you page  */

.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
/* h1{
  font-family: 'Roboto', sans-serif;
   font-size:4em;
  letter-spacing:3px;
  color:#EE2C3C;
  margin:0;
  margin-bottom:20px;
} */
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#aaa;
  /* font-family: 'Source Sans Pro', sans-serif; */
  letter-spacing:1px;
}
.go-home{
  color:#fff;
  background:#EE2C3C;
  border:none;
  padding:10px 50px;
  margin:30px 0;
  border-radius:30px;
  text-transform:capitalize;
  /* box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1); */
}
/* .footer-like{*/
/*  margin-top: auto; */
/*  background:#D7E6FE;*/
/*  padding:6px;*/
/*  text-align:center;*/
/*}*/
/*.footer-like p{*/
/*  margin:0;*/
/*  padding:4px;*/
/*  color:#EE2C3C;*/
/*  font-family: 'Source Sans Pro', sans-serif;*/
/*  letter-spacing:1px;*/
/*}*/
/*.footer-like p a{*/
/*  text-decoration:none;*/
/*  color: #EE2C3C;;*/
/*  font-weight:600;*/
/*} */

@media (min-width:360px){
  h1{
    font-size:4.5em;
  }
  .go-home{
    margin-bottom:20px;
  }
}

/*@media (min-width:600px){*/
  .content{
  max-width:1000px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
   box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2); 
  box-shadow: 4px 8px 40px 8px rgb(203 200 200 / 20%);
}
  
/*}*/


/*pagination colour change */
body > div:nth-child(10) > div > div.col-xl-12.col-lg-12.col-md-12.col-12.mt-5 > div > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal > .swiper-pagination-bullet{
  height: 15px !important;
  width: 15px !important;
  background-color: #FDE2E2 !important;
  border: 2px solid #EE2C3C !important;
  border-radius: 50% !important;
}

body > div:nth-child(10) > div > div.col-xl-12.col-lg-12.col-md-12.col-12.mt-5 > div > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal > .swiper-pagination-bullet-active{
  height: 15px !important;
  width: 15px !important;
  background-color: #EE2C3C !important;
  border: 2px solid #FDE2E2 !important;
  border-radius: 50% !important;
}

