/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
/

@media (min-width: 1281px) {

  /body{
    background: pink;
  }/

}

/ 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
/

@media (min-width: 1025px) and (max-width: 1280px) {

  /body{
    background: yellow;
  }/

}

/ 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 1024px to 1366px
/

@media (min-width: 1024px) and (max-width: 1366px) {

  /body{
    background: orange;
  }/

}

/ 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
/

@media (min-width: 768px) and (max-width: 1024px) {


}

/ 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {



}

/ 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
/*/

@media (min-width: 481px) and (max-width: 767px) {
    .whychoose img {
        width: min-content;
        display: block;
        transform: rotate(270deg);
        margin: 0px auto;
    }

    .subjectArea ul li {
        flex: 100%;
    }

    .myBig {
        max-width: 402px;
        position: relative;
        left: -22px;
    }

    .iconTab {
        left: -11px;
        z-index: 2;
    }

    .infoTab {
        flex: 1;
        position: relative;
        left: -33px;
    }

    .testimonialsSlider .swiper-pagination span:nth-child(4) {
        position: relative;
        left: -57px;
    }

    .testimonialsSlider .swiper-pagination span:nth-child(2) {
        left: -21px;
    }

    .testimonialsSlider .swiper-pagination span:nth-child(3) {
        left: -40px;
        top: 0;
    }

    .testimonialsSlider .swiper-pagination {
        flex-direction: row;
        padding-bottom: 20px;
        margin-top: 10px;
        gap: 0;
        position: static;
    }

    .headerSec {
        padding-top: 1.5rem;
    }

    .guidenceSec ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .guidenceSec ul li {
        width: fit-content;
    }

    .topsecEmail li:nth-child(2) {
        display: none;
    }

    .processSec ul li:nth-child(even) {
        margin-left: 0;
    }

    .wrapCalculator .w-25 {
        width: 100% !important;
    }

    .wrapCalculator {
        flex-wrap: wrap;
        border-left: 1.6rem solid #767676;
        border-right: 1.6rem solid #767676;
    }

    .brandLogo {
        width: 130px;
    }
}



@media (min-width: 320px) and (max-width: 480px) {
    .nav-pills .nav-link {
        max-width: 100%;
    }
    .whychoose img {
        width: min-content;
        display: block;
        transform: rotate(270deg);
        margin: -50px auto;
        height: 250px;
    }

    .subjectArea ul li {
        flex: 100%;
    }

    .myBig {
        max-width: 402px;
        position: relative;
        left: -22px;
    }

    .iconTab {
        left: -11px;
        z-index: 2;
        padding: 15px;
    }

    .infoTab {
        flex: 1;
        position: relative;
        left: -33px;
    }

    .testimonialsSlider .swiper-pagination span:nth-child(4) {
        position: relative;
        left: -57px;
    }

    .testimonialsSlider .swiper-pagination span:nth-child(2) {
        left: -21px;
    }

    .testimonialsSlider .swiper-pagination span:nth-child(3) {
        left: -40px;
        top: 0;
    }

    .testimonialsSlider .swiper-pagination {
        flex-direction: row;
        padding-bottom: 20px;
        margin-top: 10px;
        gap: 0;
        position: static;
    }

    .headerSec {
        padding-top: 1.5rem;
    }

    .guidenceSec ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .guidenceSec ul li {
        width: fit-content;
    }

    .topsecEmail li:nth-child(2) {
        display: none;
    }

    .processSec ul li:nth-child(even) {
        margin-left: 0;
    }

    .wrapCalculator .w-25 {
        width: 100% !important;
    }

    .wrapCalculator {
        flex-wrap: wrap;
        border-left: 1.6rem solid #767676;
        border-right: 1.6rem solid #767676;
    }

    .brandLogo {
        width: 130px;
    }

    .headerSec ul{
        flex-wrap: wrap;
    }
    .main-price ul{
        flex-direction: column;
    }
    .PriceSlider .swiper-pagination{
        position: static;
    }
    .order-form {
        padding: 2rem 0rem !important;
    }
    .orderFlag{
        display: block;
        margin: auto;
        width: 200px;
    }
}