/* banner-section */
.banner-section{
    background-image: var(--blue-bg);
    background-position: left;
    background-size: cover;
    padding-block: 6rem;
    position: relative;
}

.banner-section h1{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: var(--font-white);
}

.banner-section p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: var(--font-white);
    padding-bottom: 1.5rem;
}

.list-box-banner{
    background-color: var(--Tangaroa);
    color: var(--font-white);
    padding: 1.5rem 1rem;

}

.list-box-banner ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    row-gap: 1.2rem;
}

.list-box-banner ul li{
    width: 50%;
    position: relative;
}



.list-box-banner ul li::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image:var(--yello-check);
    background-size: contain;
    background-repeat: no-repeat;
}


.text-sadis-yellow{
    color: var(--color-sdaisyellow);
    max-width: 645px;
}

.banner-button{
    margin-top: 3rem;
    position: relative;
}

.banner-arrow{
    position: absolute;
    bottom: -69px;
    right: -6px;
    transform: rotate(6deg);
}

.black-arrow{
    position: absolute;
    bottom: -28px;
    right: 17%;
    transform: rotate(-18deg);
}

.bannewr-otimased-img{
    position: absolute;
    max-height: 100%;
    top: 0;
    right: 0;
}

/* contact-form-box */

.contact-form-box{
    background-color: var(--font-white);
    padding: 3rem 2rem;
    position: relative;
    z-index: 99;    
    max-width: 483px;
    margin-left: auto;
    margin-top: 1.6rem;
    border-radius: 15px;
}

.contact-form-box label{
    font-size: 20px;

}

.form-check-input{
    margin-top: 9px;
}

.contact-form-box h2{
font-weight: 600;
font-size: 22px;
line-height: 1.2;
text-align: center;
color: var(--color-black);
margin-bottom: 2rem;

}

.submit-btn{
    background-color: var(--Radical-Red);
    border: 1px solid var(--Radical-Red);
    color: var(--font-white);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 0.3rem 3rem;
    border-radius: 140px;
    text-decoration: none;
    display: block;
    margin: auto;
}

.custom-select.w-20{
    background-color: var(--White-Smoke);
}

/* banner-section */



/* sec-certifaied */

.sec-certifaied{
    background: /* horizontal lines */ repeating-linear-gradient(to bottom, #C5C5C580 0px, #C5C5C580 1px, transparent 1px, transparent 50px), /* vertical lines */ repeating-linear-gradient(to right, #C5C5C580 0px, #C5C5C580 1px, transparent 1px, transparent 50px), /* base color */ #ffffff;
    padding-block: 4rem;
}

.flex-img {
    display: flex;
    margin: 20px;
}
.flex-img img {
    margin: auto;
}

.creflexbox{
    max-width: 980px;
    margin: auto;
}

.cer-wite-box{
    max-width: 1288px;
    background-color: var(--Ghost-White);
    padding: 3rem .5rem;
}

.sec-certifaied h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    margin-bottom: 2rem;
}

/* sec-certifaied */

/* global-sec */

.global-sec{
    padding-block: 4rem;
    position: relative;
}

.global-sec h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
    max-width: 840px;
    margin: auto;
    margin-bottom: 2rem;
}

.global-sec p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 912px;
    margin: auto;
}

.banner-globale-bg{
    max-width: 100%;
}

.global-logo-1{
    background-image: url(/images/chapter2/home/global-logo-1.png);
    width: 160.87px;
    height: 139.33px;
    top: 17%;
    left: 11%;
    max-width: 8%;
    max-height: 15%;

}

.global-logo-2{
    background-image: url(/images/chapter2/home/global-logo-2.png);
    width: 184px;
    height: 130px;
    top: 30%;
    right: 12%;
    max-width: 10%;
    max-height: 15%;

}

.global-logo{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
}

.groblebanner-img{
    margin-top: 5rem;
}



/* pluse-sec */

.pluse-sec{
    padding-block: 4rem;
}

.count-box h2{
    font-weight: 500;
    font-size: 45px;
    line-height: 1;
}
.count-box p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}

.text-red{
  color: var(--Red);
}
.text-blue{
  color: var(--hex-blue);
}
.text-green{
  color: var(--PANTONE);
}
.text-purpul{
  color: var(--Whereas);
}

.red-count{
    border-left: 3px solid var(--ofred);
}

.blue-count{
    border-left: 3px solid var(--ofblue);
}

.green-count{
    border-left: 3px solid var(--ofgreen);
}

.porpul-count{
    border-left: 3px solid var(--ofwhereas);
}


.red-count p{
}

.blue-count p{
}

.green-count p{
}

.count-box{
    padding: .1rem 2rem;
    padding-right: 0px;
}
/* pluse-sec */

/* govt-sec */
.govt-sec{
    padding-block: 4rem;
}

.govt-sec h2{
    color: #E34D23;
    max-width:618px;
    margin: auto;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
}
.text-dark-blue{
    color: #013D8D;
    display: block;
}

.govt-sec p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 705px;
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}



.conant {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-inline:auto;
  height: 1645px;
  align-items: center;
  margin-bottom: 1rem;
}

.card {
    max-width: 998px;
  max-width: 100%;
  margin: 0 20px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3px;
  position: sticky;
  padding-top: 1%;
  padding-inline: 2rem;
  display:flex;
  justify-content: center;
  font-weight: medium;
  border: none;
  box-shadow: -8px 7px 52px 2px #0000000D;

}

.one {
  top: 200px;
}
.two {
  top: 230px;
}
.three {
  top: 260px;
}

.four {
  top: 290px;
}

.govt-sec h3{
    font-weight: 500;
    font-size: 26px;
}
.govt-sec ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    list-style: none;
    margin-top: 0.6rem;
}

.govt-sec  ul li::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: var(--orange-click);
    background-size: contain;
    background-repeat: no-repeat;
}
/* govt-sec */

/* diplomas-sec */
.diplomas-sec{
    padding-block: 4rem;
    background-color: #F8F9FB;
}
.diplomas-sec h2{
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    max-width: 600px;
    margin: auto;
}



.diplomas-sec ul li{
    max-width: 50%;
    position: relative;
    list-style: none;
}
.diplomas-sec ul{
    /* column-gap: 109px; */
    justify-content: space-between;
    max-width: 978px;
    margin: auto;
}

.diplomas-sec ul li p{
    margin: auto;
    font-size: 18px;
   max-width: 407px;
}



.diplomas-sec ul li::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 7px;
    width: 18px;
    height: 18px;
    background-image:url(/images/chapter2/home/blue-click.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.diplomas-list ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 26px;
}

.diplomas-list{
    margin-top: 3rem;
}
/* diplomas-sec */

/* sec-step */

.sec-step{
    padding-block: 4rem;
}

.sec-step h2{
    font-size: 40px;
    text-align: center;
    line-height: 1.1;
    max-width: 897px;
    margin-inline: auto;
    font-weight: 600;
    position: relative;
}

.sec-step p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    max-width: 702.804931640625px;
    margin-inline: auto;
    text-align: center;
    margin-top: 1.5rem;
}

.craker-vector{
    position: absolute;
    top: -3px;
    right: -65px;
}

.nav-tabs-twin{
    justify-content: center;
    margin-top: 3rem;
}

.nav-link-twin{
    background-color: transparent;
    border: none;
    padding: .6rem 2rem;
    color: #B5B5B5;
}

.nav-link-twin:hover{
    color: var(--color-black);
}

.nav-link-twin.active{
    background-color: #FDF4F2;
    color: var(--color-black);
}

.twin-tab-contant{
    background-color: #FDF4F2;
    padding-top: 2rem;
    padding-inline: 3rem;
}

.twin-tab-consent h3{
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    max-width: 350.579834px;
    margin-bottom: 1rem;
}



/* sec-step */


.twin-tab-consent ul li{
    max-width: 317.6488037109375px;
    position: relative;
    list-style: none;
    margin-bottom: 1rem;
}
.twin-tab-consent ul{
    /* column-gap: 109px; */
    margin-top: .8rem;
    justify-content: space-between;
    max-width: 978px;
    margin-inline: auto;
}

.twin-tab-consent ul li p{
    margin: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}



.twin-tab-consent ul li::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 7px;
    width: 18px;
    height: 18px;
    background-image:url(/images/chapter2/home/blue-click.png);
    background-size: contain;
    background-repeat: no-repeat;
}


/* .Profe-sec */

.Profe-sec{
    padding-block: 4rem;
}

.Profe-sec h2{
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    max-width: 642.5849609375px;
    margin-inline: auto;
}

.Profe-sec p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    max-width: 759.809326171875px;
    margin-inline: auto;
    margin-block: 2rem;
}


.who_we_are_section {
    padding-top: 11rem;
    position: relative;
    padding-bottom: 5rem;
}

.who_we_are_section .common-img{
    max-width: 80%;
    display: block;
    margin: auto;
}

.who_we_are_section h3{
    font-weight: 600;
    font-size: 35px;
}

.who_we_are_section .arrow-imgg{
    display: block;
    max-width: 211px;
    margin-left: auto;
    margin-top: 6rem;
    margin-right: 20%;
    max-width: 40%;
}
.arrow-contant .fa{
    font-size: 5rem;
}

.arrow-contant {
    position: absolute;
    top: 12%;
    right: 18%;
    display: flex;
    gap: 15px;
}

.fill-arrow{
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

 svg {
    display: block;
    stroke: #333;
}

.light-arrow{
    background-size: cover;
    transform: rotate(180deg);
}

.fill-arrow.disabled {
    border: 1px solid #B5B5B5
}

.fill-arrow.disabled svg{
    stroke: #B5B5B5;
}
.dark-arrow{
    background-size: cover;
}

.color-light{
    color: #B5B5B5;
}

.Profe-list li{
    position: relative;
    list-style: none;
    margin-top: 2rem;
    line-height: 2;

}
.Profe-list{
    /* column-gap: 109px; */
    justify-content: space-between;
    max-width: 978px;
    margin: auto;
}

.Profe-list li p{
    margin: auto;
    font-size: 18px;
    max-width: 407px;
}

.Profe-list li::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 15px;
    width: 18px;
    height: 18px;
    background-image:url(/images/chapter2/home/blue-click.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.Profe-list .text-dark{
    font-weight: 600;
    font-size: 21px;
    color: var(--color-black);
}

.Profe-list .text-ofwite{
    font-weight: 400;
    font-size: 18px;
    color: #A6A6A6;

}

/* .Profe-sec */

/* sec-cta */

.sec-cta {
    background-image: url(/images/chapter2/home/bacgroud-cta-scroll.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    padding-block: 6rem;
    position: relative;
}

.sec-cta h2{
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    max-width: 463px;
    line-height: 1;
    margin-bottom: 2rem;
}

.sec-cta p{
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
}

.sec-cta p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0%;
}

.right-arrow-white{
    margin-top: 74px;
    margin-left: auto;
    margin-right: 28px;
    transform: rotate(16deg);
}


.fotter-contact-form{
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: var(--font-white);
    padding: 1.5rem 2rem;
    margin-block: 1rem;

}

.fotter-contact-form h3{
    font-weight: 600;
    font-size: 23px;
    line-height: 1.5;
    text-align: center;
    max-width: 400px;
    margin: auto;
}

.fotter-contact-group{
    background-color: #F6F6F6;
    max-width: 100%;
    border-radius: 10px;
    margin-top: 1.5rem;
    padding: 1rem 1rem;
}
.fotter-contact-group input{
    background: transparent;
    border: none;
    width: 100%;
}

.fotter-contact-group input:focus-visible{
    border: none;
    box-shadow: none;
    outline: none;
}

.fotter-contact-group textarea{
    background: none;
    border: none;
    width: 100%;
    min-height: 100px;
}

.fotter-contact-group textarea:focus-visible{
    border: none;
    box-shadow: none;
    outline: none;
}

.fotter-contact-group input::placeholder, .fotter-contact-group textarea::placeholder{
    font-size: 10px;
    color: #A6A6A6;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}

.sec-cta  .form-check-label{

    font-weight: 400;
    font-size: 16px;    
}

.srap-rangebtn{
    display: block;
    background-color: var(--color-orange);
    color: var(--font-white);
    text-align: center;
    padding: .7rem 2.54rem;
    border: 1px solid var(--color-orange);
    margin: auto;
    margin-top: 1.5rem;
}
/* sec-cta */


/* sec-faq */

.sec-faq{
    padding-block: 4rem;
}

.sec-faq h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    text-align: center;
}

.accordion-faq{
    background-color: #FAFAFA;
    padding: 1.5rem 1.5rem;
    margin-top: 2rem;
    border-radius: 15px;
}

.accordion-faq button{
    width: 100%;
    text-align: left;
    background: no-repeat;
    border: none;
    position: relative;
}

.accordion-faq  h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

.accordion-faq  p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    max-width: 759px;
}

.accordion-faq button::after {
content: "";
    width: 30px;
    background-image: url(/images/chapter2/home/faqarrow.png);
    height: 30px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transition: transform 0.3s ease;
    display: block;
    background-position: center;
    background-size: 18px;
    position: absolute;
    right: 3%;
    top: 0;
    border-radius: 50%;
    margin: 10px;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
 .accordion-faq button.collapsed::after{
    transform: rotate(-90deg);
 }

/* sec-faq */


/*  .testimonial-section  */

 .testimonial-section {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
    padding-block: 6rem;
  }

  /* ---- LEFT TEXT ---- */
  .testimonial-info {
    flex: 1;
  }

  .badge {
    display: inline-block;
    background: #013D8D;
    color: #fff;
    padding: .6rem 1.5rem;
    border-radius: 90px;
    font-weight: 600;
    font-size: 18px;
  }

  .testimonial-info h2 {
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    color: #14183E;
    margin-block: 1rem;
  }

  .testimonial-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #2C2C2C;
    max-width: 374px;
    margin-bottom: 2rem;
  }

  /* ---- SLIDER ---- */
  .slider-container {
    position: relative;
    max-width: 504px;
    height: 280px;
    perspective: 800px;
  }

  .slide {
    position: absolute;
    width: 100%;
    height: 240px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 100px 80px 0px #00000005;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.7s ease, opacity 0.7s ease;
    transform-origin: center bottom;
    opacity: 0;
    transform: translateY(80px) scale(0.9);
  }

  .slide.active {
    z-index: 3;
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .slide.active .profile img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    bottom: 90%;
    right: 100%;
}

  .slide.prev {
    z-index: 2;
    opacity: 0.6;
    transform: translateY(-40px) scale(0.95);
  }

  .slide.next {
    z-index: 1;
    opacity: 0.5;
    transform: translateY(80px) scale(0.9);
  }

  .slide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #5e628285;
    max-width: 415px;
  }

  .slide strong {
    color: #f15a24;
  }

  .profile {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .profile img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
  }

.testimonih4 {
    color: #f15a24;
    font-weight: 600;
    font-size: 15px;
  }

  /* ---- ARROWS ---- */
  .arrow {
    position: absolute;
    right: -101px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
  }

  .arrow:hover {
    background: white;
  }

  .arrow.up {
    top: 30%;
  }

  .arrow.down {
    bottom: 30%;
  }

  /* ---- DOTS ---- */
  .dots {
    margin-block: 1rem;
    display: flex;
    gap: 18px;
  }

  .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E5E5E5;
    cursor: pointer;
  }

  .dot.active {
    background: #39425D;
  }

  .testimonial-contant{
    position: relative;
  }

/*  .testimonial-section  */


  @media (max-width: 800px) {
    .testimonial-section {
      flex-direction: column;
      align-items: center;
      gap: 40px;
      text-align: center;
    }
  }

  @media (min-width:767px){
    .diplomas-sec ul{
        padding: 0;
    }
  }

  @media (max-width: 767px) {
    .pluse-sec .d-flex{
        flex-wrap: wrap;
        flex-direction: column;
        row-gap: .5rem;
  }
    .conant {
    height: auto !important;
    margin-top: 1rem;
    }

    .diplomas-sec ul li {
        max-width: 100%;
    }
      .bannewr-otimased-img{
        display: none;
    }
    section{
        padding-block: 2rem !important;
    }
    h1{
        font-size: 24px !important;
    }
    p{
        font-size: 14px !important;
    }
    .list-box-banner ul li{
        width: 100% !important;
    }
    .list-box-banner {
        padding: 1rem 1rem;
        margin-bottom: 0;
    }
    .banner-button{
        text-align: center;
        margin-top: 1rem;
    }

    .banner-arrow {
        position: absolute;
        bottom: 9px;
        right: -31px;
        transform: rotate(-95deg);
    }

    .contact-form-box h2{
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }
    .contact-form-box {
        padding: 1rem 1rem;
    }
    .contact-form-box label {
        font-size: 12px;
    }

    .contact-form-box input::placeholder{
    font-size: 10px !important;
    }
    .contact-form-box select{
        font-size: 10px !important;
    }
    .submit-btn{
        font-size: 12px;
    }
    h2{
        font-size: 20px !important;
        margin-bottom: 1rem !important;
    }
    .flex-img{
        display: flex;
        margin: 5px;
    }
    .sec-certifaied {
        background: /* horizontal lines */ repeating-linear-gradient(to bottom, #C5C5C580 0px, #C5C5C580 1px, transparent 1px, transparent 25px), /* vertical lines */ repeating-linear-gradient(to right, #C5C5C580 0px, #C5C5C580 1px, transparent 1px, transparent 25px), /* base color */ #ffffff;
    }
    .global-logo-1 {
        top: 11%;
        left: 7%;
    }
    .global-logo-2 {
        top: -1%;
        right: 6%;
    }
    .groblebanner-img{
        margin-top: 2rem;
    }
    .h3, h3{
        font-size: calc(1rem + .6vw) !important;
    }
    .pluse-sec{
        padding-top: 0 !important;
    }
    .govt-sec{
        padding-top: 0;
    }
    .govt-sec p {
        margin-top: 0.5rem;
        margin-bottom: 0rem;
    }
    .card {
        margin: 0;
        padding-top: .5rem;
        padding-inline: 1rem;
        position: unset;
    }
    .govt-sec ul li {
       font-size: 13px;
    }
    .two {
        top: 745px;
    }
    .black-arrow {
    bottom: 100%;
    right: 0%;
    transform: rotate(-130deg);
    }

    .craker-vector {
        top: -10px;
        right: -17px;
    }

    .slide.active .profile img {
    width: 40px;
    height: 40px;
    bottom: 101%;
    right: -8%;
}
.twin-tab-consent{
    padding: .6rem;
}

.accordion-body {
    padding: .7rem;
}

.dots {
    position: relative;
    z-index: 99;
    justify-content: center;
}

.who_we_are_section {
    padding-top: 2rem;
    position: relative;
    padding-bottom: 5rem;
}

.arrow-contant {
    top: 2%;
    right: 7%;
}

.fill-arrow {
    width: 36px;
    height: 36px;
}
.slide.dot.active {
    display: block !important;
}
.slide {
    padding: 7px;
}

.slide.next {
    transform: translateY(8px) scale(0.9);
    display: none;

}
.slide.prev {
    transform: translateY(13px) scale(0.95);
    display: none;
}
.slider-container {
    height: 120px;
}
.Profe-list .text-ofwite {
    font-size: 14px;
}
.Profe-list .text-dark {
    font-size: 14px;
}
.right-arrow-white{
    display: none;
}
.sec-cta {
    background-size: cover;
}
.fotter-contact-group {
    margin-top: 1rem;
}
.fotter-contact-form {
    padding: 1rem 1.5rem;
}
.fotter-contact-group {
    padding: 0.5rem 0.5rem;
}
.accordion-faq {
    padding: 1rem 1rem;
}

.accordion-faq button::after {
    width: 20px;
    height: 20px;
    background-size: 12px;
    right: -7%;
    top: -3px;
}

.accordion-faq h3 {
    line-height: 1.5;
}

}

/* Extra small devices (phones) */
@media (max-width: 575px) {

}

/* Small devices (landscape phones) */
@media (min-width: 576px) and (max-width: 767px) {

}

/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Large devices (laptops) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Extra large devices (desktops) */
@media (min-width: 1200px) {

}


