h1{
     
}
.service-height{
     position: absolute;
     z-index: -1;
     width: 100%;
     
}
.service-height > img{
  width: 100% !important;
  height: auto !important;
 
}
b, strong {
  color: rgb(250, 45, 45);
  font-weight: 700;
}
/* //////////////// COUNTER CSS ///////////////////// */

/* *********************** ACCORDIAN ITEM  ***********************/
/* Remove Bootstrap default borders & focus effects */
.accordion {
  --bs-accordion-active-bg: white;
  --bs-accordion-active-color: rgb(255, 255, 255);
  --bs-accordion-btn-focus-box-shadow: none;
  
}

.accordion-button {
  background: linear-gradient(90deg,rgb(250, 150, 0) 0%, rgba(253, 29, 29, 1) 50%, rgba(39, 28, 237, 1) 100%);
  color: rgb(255, 255, 255) !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding-inline: 2rem !important;
  padding-block: 1.5rem !important;
  transition: .5s all;
}
.accordion-button:not(.collapsed) {
  padding-bottom: 0 !important;
}
.accordion-button::after{
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-down-right-circle' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.854 5.146a.5.5 0 1 0-.708.708L9.243 9.95H6.475a.5.5 0 1 0 0 1h3.975a.5.5 0 0 0 .5-.5V6.475a.5.5 0 1 0-1 0v2.768z'/%3E%3C/svg%3E");
--bs-accordion-btn-icon-width:2.5rem;
  opacity: 60%;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z'/%3E%3C/svg%3E");
  transform: scaleX(1);
  opacity: 60%;
}
.accordion-item{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  outline: 1px solid white;
}
.accordion-item:has(.collapsed){
  border: 1px solid rgb(201, 201, 201) !important;
}
/* Keep same border when expanded */
.accordion-item:has(.accordion-button:not(.collapsed)) {
  border: 1px solid rgb(201, 201, 201) !important;
}
/* Remove the blue border on focus */
/* Completely disable any native focus outline */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<< */
/* ***********************
 ACCORDIAN ITEM OF FOOTER
***********************/

.accordion-button-mine{
background-color: #c1da84 !important;
color: rgb(70, 66, 66) !important;
padding-inline:2rem !important;
padding-block: .4rem !important;
transition: .5s all;
border-radius: 0 !important;
}
.accordion-mine{
  border-radius: 0 !important;}
.accordion-button-mine:not(.collapsed)::after{
 background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash" viewBox="0 0 16 16"%3E%3Cpath d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8"/%3E%3C/svg%3E') !important ;
}
.accordion-button-mine::after{
  background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus-lg" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2"/%3E%3C/svg%3E') !important; 
}
.inquiries_accordian-img{
height: 100%;
width: 100%;
object-fit: cover;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
outline: 5px solid white;

}
.inquiries_accordian{
  position: relative;
}
.inquiries_accordian::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.pexels.com/photos/7192681/pexels-photo-7192681.jpeg") center / cover no-repeat;
  opacity: .09; /* control opacity here */
  z-index: 0;

}
.inquiries_accordian > * {
  position: relative;
  z-index: 1;
}

/* ///////////////////////////////////////////////////////////// */
.work-area-bg{
  background-image: url(../images/accoridan-bg-img-1.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
}
/* 
New Code Service ??????????????????????????????????????????????????????? */
<!-- service section end-->
/*services css here*/
.service_section {
  position: relative;
  background-color: white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_section.mb-123 {
    margin-bottom: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .service_section.mb-123 {
    margin-bottom: 51px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service_section.mb-222 {
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_section.mb-222 {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .service_section.mb-222 {
    margin-bottom: 51px;
  }
}

.single_services {
  margin-bottom: 54px;
}
.single_services:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_services {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_services {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .single_services {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_position_img {
    text-align: center;
    width: 59%;
  }
}
@media only screen and (max-width: 767px) {
  .services_position_img {
    margin: 50px 0 45px 0;
  }
}
.services_text h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services_text h4 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_text h4 {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 6px;
  }
}
.services_text p {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services_text p {
    line-height: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_text p {
    font-size: 13px;
    line-height: 23px;
  }
}

.services_icon {
  width: 70px;
  height: 70px;
  background: #ff7640;
  border: 5px solid rgb(255, 207, 48);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_icon {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .services_icon {
    width: 60px;
    height: 60px;
  }
}
.services_icon i {
  font-size: 30px;
  color: #90744f;
  line-height: 70px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_icon i {
    font-size: 25px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .services_icon i {
    font-size: 25px;
    line-height: 60px;
  }
}

.services_text {
  width: calc(100% - 70px);
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_text {
    width: calc(100% - 55px);
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .services_text {
    width: calc(100% - 60px);
  }
}

.service-page .services_text {
  width: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-page .services_text h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-page .services_text p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
  }
}
.service-page .services_icon {
  margin-bottom: 20px;
}
@media (min-width: 1600px) {
  .service-page .row-cols-md-3 > * {
    width: 27.333333%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .service-page .row-cols-md-3 > * {
    width: 27.333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-page .row-cols-md-3 > * {
    width: 30.333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-page .row-cols-md-3 > * {
    width: 30.333333%;
  }
}
@media only screen and (max-width: 767px) {
  .service-page .row-cols-md-3 > * {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .service-page .row-cols-md-3 > * {
    width: 100%;
    display: block !important;
  }
}
@media only screen and (max-width: 479px) {
  .service-page .row-cols-md-3 > * {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service-page .single_services {
    margin-bottom: 40px;
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .service-page .single_services {
    width: 100%;
  }
}

.hero-overlay {
  position: relative;
  z-index: 1;
}
.hero-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  left: 0;
  top: 0;
  z-index: -1;
}

/******************************************************** ABOUT PAGE CSS CODES ?***********************************************
********************************************************************************************************************************/
.about-area {
  position: relative;
}

.about-img {
  margin-left: 70px;
  margin-bottom: 90px;
  margin-right: 30px;
  position: relative;
}
.about-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60px;
  left: -70px;
  border: 2px solid #fba311;
  border-radius: 0 100px 100px 100px;
  width: 100%;
  height: 400px;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
.about-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60px;
  left: -70px;
  border: 2px solid #fba311;
  border-radius: 0 100px 100px 100px;
  width: 100%;
  height: 570px;
  background-color: transparent;
}
}
.about-img .about-img-small {
  position: absolute;
  bottom: -60px;
  left: -40px;
  max-width: 150px;
  max-height: 150px;
}
@media (min-width:441px){
.about-img .about-img-small {
max-width: 100%;
max-height: 100%;
}
}

.about-img-before {
  position: relative;
}
.about-img-before::before {
  border: 2px solid #fba311;
}

.about-content {
  margin-bottom: 30px;
}
.about-content span {
  color: #fba311;
}
.about-content h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 36px;
  color: #301d44;
}
.about-content h2 b {
  color: #fba311;
  font-weight: 600;
}
.about-content h3 {
  font-size: 18px;
  color: #594a69;
  margin-bottom: 20px;
}
.about-content p {
  margin-bottom: 20px;
}
.about-content .about-counter {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}
.about-content .about-counter i {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color:   #fb9611;
  background-color: #fff8e5;
  border-radius: 3px;
  text-align: center;
  font-size: 26px;
  display: inline-block;
}
.about-content .about-counter .content {
  margin-left: 60px;
  display: inline-block;
}
.about-content .about-counter .content h3 {
  font-size: 20px;
  color: #301d44;
  line-height: 1;
  margin-bottom: 0;
}
.about-content .about-counter .content span {
  font-size: 13px;
  color: #301d44;
}
.about-content .about-btn .learn-btn {
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #fb5b11;
  color: #ffffff;
  transition: 0.7s;
}
.about-content .about-btn .learn-btn:hover {
  background-color: #301d44;
}
.about-content .about-btn .get-btn {
  margin-left: 20px;
  padding: 11px 30px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #301d44;
  color: #301d44;
  transition: 0.7s;
}
.about-content .about-btn .get-btn:hover {
  background-color: #301d44;
  color: #ffffff;
}

.about-img-2 {
  margin-left: 70px;
  margin-bottom: 90px;
  margin-right: 30px;
  position: relative;
}
.about-img-2 .about-img-small-2 {
  position: absolute;
  bottom: -60px;
  left: -40px;

}
.about-img-2 .about-dots {
  position: absolute;
  z-index: -1;
  bottom: -80px;
  right: -100px;
  animation: flash 7s infinite linear;
}

.about-content-max {
  max-width: 580px;
  margin-right: auto;
  margin-left: 40px;
}

.about-img-3 {
  margin-bottom: 30px;
}

.about-polygon-shape {
  position: absolute;
  bottom: 10%;
  right: 5%;
}
.abt-cnt-box{
  background-color: rgb(255, 251, 249);
  
}


/*=================================
Choose Area 
====================================*/
.choose-area {
  background-color: #f9f9f9;
}
.choose-area .section-title h2 {
  max-width: 540px;
}

.choose-tab {
  margin-top: 30px;
}
.choose-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.choose-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
}
.choose-tab .tabs li a {
  display: inline-block;
  position: relative;
  padding: 16px 30px;
  border-radius: 5px;
  font-weight: 600;
  color: #301d44;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.choose-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #fba311;
}
.choose-tab .tabs li.active a {
  color: #ffffff;
  background-color: #fba311;
}
.choose-tab .tabs li.current a {
  color: #ffffff;
  background-color: #fba311;
}

.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}

.choose-item .choose-item-img {
  margin-bottom: 30px;
}
.choose-item .choose-item-img img {
  border-radius: 5px;
}
.choose-item .choose-item-content p {
  margin-bottom: 30px;
}
.choose-item .choose-item-list {
  margin-bottom: 30px;
}
.choose-item .choose-item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.choose-item .choose-item-list ul li {
  display: block;
  font-weight: 500;
  margin-bottom: 7px;
  transition: 0.7s;
}
.choose-item .choose-item-list ul li:hover {
  color: #fba311;
}
.choose-item .choose-item-list ul li:hover i {
  background-color: #301d44;
  color: #ffffff;
}
.choose-item .choose-item-list ul li:last-child {
  margin-bottom: 0;
}
.choose-item .choose-item-list ul li i {
  font-size: 14px;
  color: #301d44;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50px;
  border: 1px solid #301d44;
  text-align: center;
  margin-right: 7px;
  transition: 0.7s;
}

.choose-img {
  position: relative;
  margin-left: 50px;
  margin-bottom: 80px;
}
.choose-img img {
  border-radius: 5px;
}
.choose-img .images {
  position: absolute;
  bottom: -50px;
  left: -50px;
}
.choose-img .images img {
  border-radius: 5px;
}

.choose-content {
  margin-bottom: 30px;
}
.choose-content .section-title {
  margin-bottom: 40px;
}
.choose-content .section-title p {
  margin-bottom: 30px;
}

.choose-content-list {
  position: relative;
  margin-top: 30px;
}
.choose-content-list i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fba311;
  font-size: 24px;
  background-color: transparent;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #fba311;
}
.choose-content-list .content {
  margin-left: 75px;
}
.choose-content-list .content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.choose-content-list .content p {
  margin-bottom: 0;
}

.choose-img-2 {
  margin-bottom: 30px;
  margin-left: 45px;
  position: relative;
  z-index: 1;
}
.choose-img-2 .choose-dots {
  position: absolute;
  bottom: -45px;
  right: -70px;
  z-index: -1;
}

.choose-content-bg {
  background-color: #301d44;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 70px 40px 70px 110px;
}
.choose-content-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 70%;
  border-radius: 5px;
  background-image: url(../images/shape9.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.choose-content-bg .section-title h2 {
  color: #ffffff;
  max-width: 520px;
}
.choose-content-bg .section-title p {
  color: #c1bcc7;
}

.choose-content-list-color .content h3 {
  color: #ffffff;
}
.choose-content-list-color .content p {
  color: #c1bcc7;
}

.choose-max {
  max-width: 680px;
  margin-left: auto;
  margin-right: 40px;
}

.choose-img-3 {
  margin-left: -400px;
  z-index: -1;
  margin-bottom: 30px;
}

.choose-bg {
  background-color: #fbfbfb;
}

.choose-content-title .section-title h2 {
  max-width: 520px;
}
.choose-content-title .book-btn {
  padding: 12px 27px;
  background-color: transparent;
  color: #fba311;
  border-radius: 5px;
  position: relative;
  border: 1px solid #fba311;
  z-index: 1;
}
.choose-content-title .book-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #5a3ac7;
  opacity: 0;
  transition: 0.7s;
  border-radius: 5px;
}
.choose-content-title .book-btn:hover {
  background-color: #5a3ac7;
  color: #ffffff;
  border-color: #5a3ac7;
}
.choose-content-title .book-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
  border-color: #5a3ac7;
}

/*=================================
Choose Area End
====================================*/

.section-box {
background: #4d0040;
background: linear-gradient(9deg,rgba(77, 0, 64, 1) 23%, rgba(4, 4, 110, 1) 92%);
padding: 80px 0;
color: white;
}

.text-display-3 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.count {
  color: #ffffff;
  font-weight: 800;
 box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.text-body-text {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 600;
  color: #cbd5e1;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
/* ***********************************************************
JOB AND APPLY
============================== */
.Job-avilable{

}
.job-card-hov{

color: #3b2828;
background: #c40000;
background-color: #ffdcb4;
transition: 1s all !important;
border:5px solid rgb(255, 184, 118) !important;

}

.job-card-hov:hover{

background: white;
transition: 1s all !important;
border:5px solid rgb(218, 218, 218) !important;

}
.job-btn-hover{
  transition: .2s ease-in-out all;
  
}
.job-btn-hover:hover{
background-color: black;
color: #F2F8F5;
border:1px solid white !important;
}



@media (max-width: 768px) {
  .section-box {
    padding: 50px 20px;
  }

  .text-display-3 {
    font-size: 2.4rem;
  }
}


/* *************************
FONT SIZE CODE
***************************/

@media (min-width: 576px){
.fs-sm-1 { font-size: 4rem !important; }
.fs-sm-2 { font-size: 3rem !important; }
.fs-sm-3 { font-size: 2.5rem !important; }
.fs-sm-4 { font-size: 2rem !important; }
.fs-sm-5 { font-size: 1.5rem !important; }
.fs-sm-6 { font-size: 1.2rem !important; }
.fs-sm-7 { font-size: 1rem !important; }
}
@media (min-width: 768px){
.fs-md-1 { font-size: 5rem !important; }
.fs-md-2 { font-size: 4rem !important; }
.fs-md-3 { font-size: 3.5rem !important; }
.fs-md-4 { font-size: 3rem !important; }
.fs-md-5 { font-size: 2rem !important; }
.fs-md-6 { font-size: 1.5rem !important; }
.fs-md-7 { font-size: 1.1em !important; }

}
@media (min-width: 992px){
.fs-lg-1 { font-size: 6rem !important; }
.fs-lg-2 { font-size: 5rem !important; }
.fs-lg-3 { font-size: 4rem !important; }
.fs-lg-4 { font-size: 3.5rem !important; }
.fs-lg-5 { font-size: 2.5rem !important; }
.fs-lg-6 { font-size: 2rem !important; }
.fs-lg-7 { font-size: 1.5rem !important; }

}
@media (min-width: 1200px){
.fs-xl-1 { font-size: 7rem !important; }
.fs-xl-2 { font-size: 6rem !important; }
.fs-xl-3 { font-size: 5rem !important; }
.fs-xl-4 { font-size: 4rem !important; }
.fs-xl-5 { font-size: 3rem !important; }
.fs-xl-6 { font-size: 2.5rem !important; }
.fs-xl-7 { font-size: 2rem !important; }

}
@media (min-width: 1400px){
.fs-xxl-1 { font-size: 8rem !important; }
.fs-xxl-2 { font-size: 7rem !important; }
.fs-xxl-3 { font-size: 6rem !important; }
.fs-xxl-4 { font-size: 5rem !important; }
.fs-xxl-5 { font-size: 4rem !important; }
.fs-xxl-6 { font-size: 3.3rem !important; }
.fs-xxl-7 { font-size: 2.5rem !important; }
}

/* Mobile default (xs) */
.w-xs-100 { width: 100% !important; }
.w-xs-90  { width: 90% !important; }
.w-xs-75  { width: 75% !important; }
.w-xs-50  { width: 50% !important; }
.w-xs-25  { width: 25% !important; }

/* Small devices ≥576px */
@media (min-width: 576px) {
  .w-sm-100 { width: 100% !important; }
  .w-sm-90  { width: 90% !important; }
  .w-sm-75  { width: 75% !important; }
  .w-sm-50  { width: 50% !important; }
  .w-sm-25  { width: 25% !important; }
}

/* Medium devices ≥768px */
@media (min-width: 768px) {
  .w-md-100 { width: 100% !important; }
  .w-md-90  { width: 90% !important; }
  .w-md-70  { width: 70% !important; }
  .w-md-50  { width: 50% !important; }
  .w-md-30  { width: 30% !important; }
}

/* Large devices ≥992px */
@media (min-width: 992px) {
  .w-lg-100 { width: 100% !important; }
  .w-lg-90  { width: 90% !important; }
  .w-lg-75  { width: 75% !important; }
  .w-lg-50  { width: 50% !important; }
  .w-lg-25  { width: 25% !important; }
}

/* Extra large devices ≥1200px */
@media (min-width: 1200px) {
  .w-xl-100 { width: 100% !important; }
  .w-xl-90  { width: 90% !important; }
  .w-xl-75  { width: 75% !important; }
  .w-xl-50  { width: 50% !important; }
  .w-xl-25  { width: 25% !important; }
}

/* Extra extra large devices ≥1400px */
@media (min-width: 1400px) {
  .w-xxl-100 { width: 100% !important; }
  .w-xxl-90  { width: 90% !important; }
  .w-xxl-75  { width: 75% !important; }
  .w-xxl-50  { width: 50% !important; }
  .w-xxl-25  { width: 25% !important; }
}
