.decoration-none{
    text-decoration: none;
}
.dropdown-item:hover{
    background: #EB3235 !important;
    color: #fff;
}
.dropdown-item{
    border-bottom: 1px solid #ede4e4;
}
/* .carousel-item img{
    width: 100%;
    height: 75vh;
    object-fit: cover;
} */
.title_span{
    color: #006EB6;
    border-bottom: 2px solid #006EB6;
}
.title_h2{
    font-size: 30px;
}
#top-recruiters{
    background: url("https://wallpapercave.com/wp/wp2931974.jpg");
    width: 100%;
    margin-top: 30px;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#top-recruiters::before{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4); */
  background: rgba(0, 110, 182,0.3);
  z-index: -1;
}
/* faq styling */
.faq-section .accordion {
    width: 100%;
  }
  .accordion-button{
    /* background-color: #3fb906; */
    background: #006EB6 ;
    color: white;
    margin-top: 10px;
    border-radius: 10px !important;
  }
  .accordion-button:not(.collapsed) {
    /* background-color: #3fb906; */
    background: #006EB6 ;
    color: white;
    border-radius: 10px !important;
   
  }
  
  .accordion-button:not(.collapsed)::after {
    /* background-color: #006EB6 ; */
    color: white;
    transform: none;
  }
  
  .accordion-button:focus {
    box-shadow: none;
  }
  
  .accordion-button:before {
    content: "";
    position: absolute;
    /*   right: 0.75rem; */
    right: 0.75rem;
    top: 1.25rem;
    height: 2px;
    width: 1rem;
    background-color: var(--primary-text);
  }
  .accordion-button.collapsed:after {
    content: "";
    position: absolute;
    /*   right: 1.1875rem; */
    right: 1.1875rem;
    top: 0.8125rem;
    height: 1.0625rem;
    width: 0.125rem;
    border-style: none;
    background-color: var(--primary-text);
  }
  
  .faq-section .accordion-button h5 {
    /*   color: #7dbc9e; */
    color: var(--primary-text);
    margin-right: 13px;
  }
  .accordion-body {
    background-color: var(--secondary-text);
  }
  .accordion-body p{
    font-size: 14px;
  }
  .accordion-button{
    padding: 8px 20px;
  }
  /* button:focus:not(:focus-visible) {
      outline: 0;
  } */
  
  @media screen and (min-width: 768px) {
    /*   .faq-section .accordion {
      width: 50%;
      margin: 0 auto;
    } */
  
    .accordion-button:before {
      right: 0.75rem;
    }
  
    .accordion-button.collapsed:after {
      right: 1.1875rem;
    }
  
    .faq-section .accordion-button h5 {
      margin-right: 0px;
    }
  }
  .faq6{
    color: #006EB6;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px !important;
  }
.img-icon{
    width: 70px;
}
.enquiry-form-box{
    background: antiquewhite;
}

/* Apply box shadow to the card */
.card {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adjust the shadow here */
    overflow: hidden;
    transition: box-shadow 0.3s ease;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Shadow on hover */
  }
  .bg-azure{
    background-color: azure;
  }
  /* Other existing styles */
  
  
  .content {
    padding: 20px;
    text-align: center;
  }
  
  .image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .details h2 {
    font-size: 18px;
    margin-top: 15px;
  }
  
  .details span {
    font-size: 14px;
    color: #888;
  }
  /* this is mission vission styling */
  .ab-box h2{
    color: #006EB6;
  }
  .ab-box img{
    width: 70px;
  }
  /* this is our Team member css */
@font-face {
  font-family: Exo;
  src: url(./fonts/Exo2.0-Medium.otf);
}

.profile-card{
  position: relative;
  font-family: sans-serif;
  width: 220px;
  height: 220px;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  /* box-shadow: 0 0 22px #3336; */
  box-shadow: 0 0 15px #4b98d5;
  transition: .6s;
  margin: 0 25px;
  border-radius: 10px;
  height: 260px;
  
}
.profile-card:hover{
  transform: translate(0px ,-20px);
}

.profile-card .img{
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
  transform: translateY(-60px);
}

.img img{
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  border-radius: 10px;
}

.caption{
  text-align: center;
  transform: translateY(-80px);
  opacity: 1;
  transition: .6s;
}

.caption h3{
  font-size: 21px;
  font-family: sans-serif;
}
.caption p{
  font-size: 15px;
  color: #0c52a1;
  font-family: sans-serif;
  margin: 2px 0 9px 0;
}
.caption .social-links a{
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}
.social-links a:hover{
  color: #0c52a1;
}
.clients-img img{
  margin-top: 20px;
  height: 100px !important;
}
.section-head h2{
color: #006EB6;
}
.study-center-box h5{
  font-size: 16px;
}
.study-center-box .small{
  /* color: #006EB6; */
  color: #fff;
  font-weight: 500;
line-height: 18px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0px 10px;
}
.testimonials-sec .image{
position: absolute;
top: -50px;
left: 35%;
}
.testmoni-icon i{
  font-size: 30px;
}
.study-center-box {
  position: relative;
  overflow: hidden;
}
.study-center-box .overlay{
  position: absolute;
  top: 0%;
  background: rgba(0, 0, 0,0.5);
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.study-center-box:hover.study-center-box .overlay{
  opacity: 0;
}
@media (max-width:420px){
  .study-center-box .overlay{
    position: absolute;
    top: 30%;
    background: rgba(0, 0, 0,0.5);
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  
}
.bg-linear{
  background: linear-gradient(45deg, aliceblue, lavender);
}
.whoweare h3{
  color: #000;
  font-weight: 700;
  font-size: 32px;
}
.tdn{
  text-decoration: none;
}
.tdn:hover{
  color: #fff;
}
.director-message h3{
color: #006EB6;
}
.director-social-media a{
  color: #fff;
text-decoration: none;
}
.director-social-media a i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #006EB6;
  text-align: center;
  line-height: 40px;
  border: 1px solid #006EB6;
  transition: 0.7s;
}
.director-social-media a i:hover{
  background: transparent;
  color: #006EB6;
  border: 0.6px solid #006EB6;
}
.make{
  font-size: 14px;
  font-weight: 700;
}
.director{
  font-size: 14px;
  line-height: 10px;
  color: #006EB6;
  font-weight: 900;
}
.psmall{
  font-size: 12px;
  line-height: 8px;
}

/* this is our team member styling */
.our-team .card-team{
  width: 100%;
  height: auto;
  padding: 50px;
  text-align: center;
  margin-top: 20px;
 position: relative;
 background: linear-gradient(45deg, #16A365 50%, #006EB6 50%);
 overflow: hidden;
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.our-team .card-team:before{
  position: absolute;
  top: .45rem;
  left: .45rem;
  width: calc(100% - .9rem);
  height: calc(100% - .9rem);
  content: '';
  background: #fff;

}
.our-team .card-team::after {
  content: '';
  width: 200%;
  height: 200px;
  background: #fff;
  position: absolute;
  top: 25%;
  left: -50%;
  z-index: 9;
  transform: rotate(42deg);
}


.our-team .card-team h5{
  font-size: 18px;
  font-weight: 700;
}
.our-team .card-team p{
  color: #000;
  font-size: 15px;

}
.team-content{
  background: #fff;
  position: relative;
  z-index: 999;
  margin-top: 0px;
}
.our-team .team-image{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  z-index: 99;
  position: relative;
  bottom: -50px;
  overflow: hidden;
}
.our-team .team-image img{
  width: 100%;
  height: 100%;
}
.our-team a{
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.team-social a{
  color: #000;
  margin-left: 10px;
  font-size: 14px;
}
.team-social i{
  width: 30px;
  height: 30px;
  background: #006EB6;
  color: #fff;
  border-radius: 50%;
  line-height: 28px;
  transition: 0.7s;
}
.team-social i:hover{
  transform: rotate(360deg);
}
.nuem {
  text-align: left !important;
  max-width: 220px;
  margin: auto;
  padding-left: 40px;
}
/* this is certificate styling */

.certificate-image{
  position: relative;
  top: 0px;
  transition: 1s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.certificate-effect{
  position: absolute;
  top: 0px;
  
  background: rgba(0, 0, 0, 0.4);
 opacity: 0;
 transition: 1s;
}
.certificate-image:hover .certificate-effect{
  opacity: 1;
  transition: 1s;
  
}
.certificate-image img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificate-image img:hover {
  transform: scale(1.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
/* this is image styling  */
.gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-item img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}
.gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); Semi-transparent red */
  /* background-color: rgb(113 11 45 / 50%);
   */
   background: rgba(0, 110, 182, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-item:hover .overlay {
  opacity: 1;
}
.overlay-content {
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .overlay-content {
  opacity: 1;
}
.overlay-content i {
  font-size: 2em;
}

/* this is certification page styling */
.sidebar-category{
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.sidebar-category a{
  padding: 8px 30px;
  background-color: #006EB6;
  list-style: none;
  border: 1px solid #fff;
  display: block;
 
}
.sidebar-category  .nav-link{
  color: #000;
  text-decoration: none;
  margin-top: 0px;
}
.sidebar-category a:hover{
  background: #0D6EFD;
  color: #fff;
}
/* .sidebar-category .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: red !important;
} */

/* this is banner part styling */
.banner{
  width: 100%;
  min-height: 65vh;
  background: url("https://img.freepik.com/premium-photo/back-school-background-images_1108314-426589.jpg?w=900");
  position: relative;
  z-index: 1;
  padding: 20px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner::before{
  content: "";
  position: absolute;
  top: 0%;
  background: rgba(0, 110, 182,0.6);
  width: 100%;
  height: 100%;
z-index: -1;
}
.banner-content h1{
  color: #fff;
  font-weight: 700;
}
.banner-content p{
  font-size: 16px;
  color: #fff;
  
}
.banner-content .btn5{
  padding: 10px 30px;
  background: #006EB6;
  border: none;
  border-radius: 0px;
  color: #fff;
  border: 1.8px solid #006EB6;

  text-transform: uppercase;
}
.banner-content .transparent-btn{
  padding: 10px 30px;
  background: transparent;
  border: 1.8px solid #fff;
  border-radius: 0px;
  color: #fff;
  transition: 0.6s;

  text-transform: uppercase;
}
.banner-content .transparent-btn:hover{
  background: #006EB6;
  border: 1px solid #006EB6;
 
}
.banner-form h3{
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 24px;
}
.banner-form{
  background-color: rgba(255,255,255,0.3) !important;
}
.banner-form input, .banner-form select, .banner-form textarea{
  background: transparent;
  border-radius: 0%;
  border: none ;
  border-bottom: 1.6px solid #fff;
  outline: none !important;
box-shadow: none !important;
}

.banner-form input::placeholder{
  color: #fff;
}
.banner-form textarea::placeholder{
  color: #fff;
}
.banner-form select{
  color: #fff;
}
.banner-form option{
  color: #000;
}
.banner-form i{
  color: #fff;
}
.banner-form input:focus{
background: none;
}
.banner-form textarea:focus{
  background: none;
  }
  .free-rigistraton{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .computer{
    color: #ff9800;
  }
  .f-11{
    font-size: 11px;
  }
  .f-12{
    font-size: 12px;
  }
  .f-13{
    font-size: 13px;
  }
  .f-14{
    font-size: 14px;
  }
  .f-15{
    font-size: 15px;
  }
  .f-16{
    font-size: 16px;
  }
  .f-17{
    font-size: 17px;
  }
  #student-enquiry{
    display: block;
  }
  .card-5{
    /* text-align: center; */
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
    box-shadow: 0 0 8px #dde9f3;
  }
  .card-5 input{
    box-shadow: none !important;
   margin-top: 5px;
  }
  .card-5 h3{
    margin-bottom: 20px;
  }
  .wow .nav-link.active {
    border-color: #006EB6 #006EB6 #fff;
    background: #006EB6;
    color: #fff;
}
.wow {
  border-bottom: 1px solid #dee2e6;
  background: aliceblue;
  padding: 5px;
}
.navbar-light .navbar-toggler{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
/* this is contact page styling */

.contact-message h2 {
  color: #222222;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 28px;
  text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
  .contact-message h2 {
      font-size: 18px;
      padding-bottom: 15px;
  }
}

.contact-message form input,
.contact-message form textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 7px 10px;
  border-bottom: 1.5px solid #006EB6;
  /* border: 1.3px solid #006EB6; */
  background-color: #f7f7f7;
  margin-bottom: 30px;
}

.contact-message form textarea {
  height: 150px;
}

/*------ contact form area start -------*/
/*------ contact info area start -------*/
.contact-information {
  height: 100%;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .contact-information {
      margin-top: 62px;
      padding-left: 0;
  }
}

.contact-information p {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .contact-information p {
      padding-bottom: 10px;
  }
}

.contact-information ul li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 479.98px) {
  .contact-information ul li {
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
  }
}

.contact-information ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-information ul li i {
  font-size: 16px;
  padding-right: 10px;
}
.contact-information ul li a{
  color: #555555;
  text-decoration: none;
}
.contact-title {
  line-height: 1;
  margin-top: -4px;
  padding-bottom: 22px;
}

@media only screen and (max-width: 575.98px) {
  .contact-title {
      font-size: 20px;
      padding-bottom: 8px;
  }
}
/* this is blog card */
.blog-card{
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.blog-card h5{
  font-size: 20px;
  color: #141413;
  border-bottom: 2px solid #006EB6;
  display: inline;
  font-weight: 400;
  padding-bottom:4px;
}
.blog-card h4{
  font-weight: 700;
  font-size: 25px;
  margin: 15px 0px;
}
.blog-card a{
  color: #37373f;
  text-decoration: none;
}
.angle-listing{
  padding: 0;
  margin: 0;
}
.angle-listing {
 list-style: none;
}
.angle-listing li{
  margin-top: 20px;
  font-size: 14px;
}
.angle-listing li i{
  font-size: 12px;
  margin-right: 2px;
}
.fixed-sticky{
  position: sticky;
  top:100px;
}
.faq-content p{
border: 1px solid rgb(215, 210, 210);
margin: 0px;
}
.faq-content p:hover{
  background-color: rgba(0, 0, 0, 0.1) !important;
  cursor: pointer;
}
.faq-content a{
  text-decoration: none;
  color: #000;
}
 .question{
  font-size: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
 .answer{
  font-size: 14px;
  color: #555555;
}
/* this is career form page styling */
.vacancy-box{
  /* background: #1ae683; */
  background: #006EB6;
   padding: 30px;
   border-radius: 10px;
 }
 .vacancy-content{
   background: transparent;
     padding: 10px;
     border-radius: 3px;
     border-bottom: 2px solid #fff;
 }
 .vacancy-content h2{
 font-size: 25px;
 font-weight: 600;
 color: #f3e70c;
 }
 .vacancy-content ul li{
   list-style: disc;
   color: #fff;
   margin-left: 12px;
   margin-top: 12px;
 }
.vacancy-form-box{
  /* background: #4f4e4e; */
  /* background-color: #2b3776; */
  background-color: #ecf6fa;
  padding: 30px;
  border-radius: 10px;
}
.vacancy-form-box h2{
  color: #f3e70c;
}
.vacancy-form-box input{
  box-shadow: none !important;
}
.courese-categories-box {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.course-duration {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #006EB6;
  color: white;
  padding: 5px;
  text-align: center;
  display: none; /* Initially hidden */
  font-size: 15px;
  z-index: 10;
}

/* .courese-categories-box:hover .course-duration {
  display: block;
} */
 .courese-categories-box .course-duration {
  display: block;
}
.animated-text {
  text-align: center;
 background: linear-gradient(90deg, #10c033, #2196F3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem; /* Adjust font size as needed */
  font-weight: 700;
}
.course-title{
  color: #333333;
}
.course-c2 p{
  color: #777777;
  font-size: 14px;
}
.course-c3 p{
  color: #777777;
  font-size: 14px;
}
/* this is course details styling */
.course-c1 i{
font-size: 35px;
color: #006EB6;
}
.course-c1 p{
  margin: 0px;
  color: #777777;
  font-size: 15px;
}
.listing-angle{
  padding: 0;
  margin: 0;
}
.listing-angle li{
  list-style: none;
  color: #777777;
  font-weight: 600;
}
.listing-angle li {
  position: relative; /* Positioning context for the pseudo-element */
  padding-left: 2em; /* Space for the custom bullet */
  margin-bottom: 0.5em; /* Space between list items */
}

.listing-angle li::before {
  content: "\2192"; /* Unicode character for right arrow (→) */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em; /* Adjust the size of the icon */
  color: #006EB6; /* Color of the icon */
}
.course-details-tab .nav-link.active
{
color: #fff;
background-color: #006EB6 ;
/* border-color: #dee2e6 #dee2e6 #fff; */
border-width: 6px;
border-color: #ffffff;
border-bottom-color: #006EB6 ;
}
.course-details-tab .nav-link{
  color:#006EB6;
}
.course-info p{
  color: #777777;
  margin-top: 15px;
}
.course-info i{
  color: #006EB6;
}
.progress{
  height: 10px;
}
.progress-bar{
  background: #16A365 ;
}
.blog-card .form-control{
  box-shadow: none;
}
/* this is why choose content */
.why-choose-content i{
  font-size: 30px;
  color: #006EB6;
}
.fw-400{
  font-weight: 400;
}
/* this is counter */
.search-study-form select{
  height: 30px !important;
  font-size: 13px;
  box-shadow: none !important;
  font-weight: 600;
}
/* this is counter why choose us  */
.choose-counter .counter{
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  width: 210px;
  padding: 0 0 25px;
  margin: 0 auto 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  }
  .choose-counter .counter:before{
  content: "";
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.07);
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  bottom: -15px;
  left: 50%;
  }
  .choose-counter .counter .counter-value{
  color: #fff;
  background: linear-gradient(to right, #19bbd2, #2778ee);
  font-size: 38px;
  font-weight: 300;
  padding: 0 0 3px;
  margin: 0 0 25px;
  border-radius: 10px 10px 0 0;
  display: block;
  }
  .choose-counter .counter h3{
  color: #2778ee;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 0 0 25px;
  }
  .choose-counter .counter .counter-icon{
  color: #fff;
  background: linear-gradient(to right, #19bbd2, #2778ee);
  font-size: 40px;
  line-height: 60px;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 10px;
  }
  .choose-counter .counter.purple .counter-value,
  .choose-counter .counter.purple .counter-icon{
  background: linear-gradient(to right, #8f70e7, #c452ef) !important;
  }
  .choose-counter .counter.purple h3{ color: #c452ef; }
  .choose-counter.counter.magenta .counter-value,
  .choose-counter .counter.magenta .counter-icon{
  background: linear-gradient(to right, #e84a94, #ae379b) !important;
  }
  .choose-counter .counter.magenta h3{ color: #ae379b; }
  .choose-counter .counter.yellow .counter-value,
  .choose-counter .counter.yellow .counter-icon{
  background: linear-gradient(to right, #fecb4b, #e69814) !important;
  }
  .choose-counter .counter.yellow h3{ color: #e69814; }
  @media screen and (max-width:990px){
  .counter{ margin-bottom: 45px; }
  }
 .choose-counter{
  background: aliceblue;
  padding: 30px 0px;
 }

 .ttu{
  text-transform: uppercase !important;
 }
 .ttc{
  text-transform: capitalize !important;
 }

 /* this is modal styling */
#apply-now{
  border-radius: 16px;
}
.left-side-modal{
  background-color: #006EB6;
  width: 100%;
  height: 100%;
}
.listing3 li{
  color: #F2F2F3;
  margin-top: 8px;
  font-size: 14px;
}
.listing3 li a{
  color: #F2F2F3;
  margin-top: 4px;
  text-decoration: none;
  font-size: 14px;
}
#apply-now .modal-header{
  border: none !important;
}
#apply-now .btn-close{
  background-color: #f7f7f7 !important;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 12px;
  color: #000;
}
.tdn{
  text-decoration: none;
}
.modal-form input{
  width: 100%;
  height: 40px;
  background: #F7F7F7;
 border: 1px solid #f7f7f7;
  box-shadow: none !important;
  margin-top: 30px; 
}
.modal-form select{
  width: 100%;
  height: 40px;
  background: #F7F7F7;
 border: 1px solid #f7f7f7;
  box-shadow: none !important;
  margin-top: 30px; 
}
.modal-form textarea{
  width: 100%;
  height: 80px;
  background: #F7F7F7;
 border: 1px solid #f7f7f7;
  box-shadow: none !important;
  margin-top: 30px; 
  padding-top: 24px;
}
.modal-form span{
  color: #858585;
  height: 40px;
}
.modal-form .message-span{
  color: #858585;
  height: 80px;
}
.modal-form input[type="checkbox"]{
 height: 1rem;
 background-color: #0d6efd;
 background-repeat: no-repeat;
 margin-top: 6px;
}

.modal-form .input-group-text{
  background: #F7F7F7;
  border: none;
  box-shadow: none;
  margin-top: 30px;
}
.modalinlogo{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
}
#franchiseForm label{
  font-size: 14px;
  font-weight: bold;
}