html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* Match the height of your header */
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    box-sizing: border-box;
}

.pageContainer {
    width: 1166px;
    margin: 0px auto;
    padding: 60px 0px;
}
.prog-banner .pageContainer{
    padding-top: 20px!important;
}
/* banner */

.header{
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    padding: 17px 0px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    min-height: 80px;
    background: linear-gradient(90deg, var(--Metis-AddaSecondary-Background, #E8F5FF) 0%, rgba(255, 255, 255, 0.00) 100%);
}
.header .container{
    max-width: 1166px;
    margin: 0px auto;
    width: 100%;
    display: flex;
    align-items: center;
}
.logo{
    margin-left: 0px;
}
.logo img{
    width: 50px;
}
.menu{
    margin-left: auto;
}
.prog-banner {
    padding-top: 30px;
    margin-top: 0px;
    padding-bottom: 30px;
    position: relative;
    background: linear-gradient(296deg, #FFE8D1 -3.57%, #F0F5FD 65.17%);
}
.download-wrap{
display: flex;
align-items: center;
border-radius: 12px;background-color: #fff;
box-shadow: 0px 0px 13px 4px rgba(165, 204, 255, 0.50);
padding: 18px;
width: max-content;
box-sizing: border-box;
margin-top: 20px;
margin-bottom: 20px;
}
.download-wrap img{
    margin-right: 10px;
}

.banne-cotent {
  display: flex;
}

.banner-left-content {
  padding-top: 62px;
  max-width: 551px;
}

.header-subheading {
  font-size: 14px;
  font-weight: 600;
  font-family: "LatoWebSemibold";
  line-height: 22px;
  position: relative;
  display: inline-block;
}

.titlePin {
  position: absolute;
  left: -31px;
  top: -20px;
}

.titleStar {
  position: absolute;
  right: -30px;
  top: -10px;
}

.banner-left-content h1 {
  margin: 0px;
  font-size: 45px;
  font-weight: 700;
  margin-top: 16px;
  color: #202126;
}

.banner-left-content h1 span {
  /* background: linear-gradient(90deg, #FF6464 0%, #1570EF 100%); */
  background-color: #423dcf;
  background-clip: text;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.unlock-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #52565E;
}

.joinNowbtn button {
  border-radius: 8px;
  background-color: #FC3A52;
  color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  font-family: "LatoWebSemibold";
  display: flex;
  width: max-content;
  border: 0px;
  outline: 0;
  cursor: pointer;
}

.joinNowbtn button img {
  margin-left: 12px;
}

.banner-right {
  margin-left: auto;
  padding-top: 83px;
  position: relative;
}


.applyBottom {
    display: inline-block;
}

.gotoclass.applyBottom a{
    width: 100%;
}

.applyBottom a {
    border-radius: 8px;
    background-color: #423dcf;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
       text-transform: uppercase;
}
.applyBottom a:hover{
    opacity: 0.7;
    text-decoration: none;
}

.bannerContentWrap {
    padding: 0px 40px;
    display: flex;
}

.bannerContent {
    max-width: 100%;
    position: relative;
    margin: 0px auto 20px auto;
}

/* .bannerVideo {
    min-width: 467px;
    margin-left: auto;
    position: relative;
    max-width: 580px;
    overflow: hidden;
} */
 .banner-right {
    max-width: calc(100% - 660px);
    margin-left: auto;
 }
 .fade{
    max-width: 100%;
 }

.prog-banner .pageContainer
{
    padding-bottom: 0px;
}

.img-all img{
    width: 100%;
}
.storiesBox.imgVideosuccess{
    padding: 10px;
}
.storiesBox.imgVideosuccess .storiesUserImg{
    width: 100%;
    height: auto;
    border-radius: 0px;
}
.storiesBox.imgVideosuccess img{
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.videoPin {
    position: absolute;
    left: -43px;
    top: -35px;
}

.prog-banner .pageContainer {
    position: relative;
}
.bannergear{
    position: absolute;
    right: -30px;
    top: 80px;
}

.circle1 {
    position: absolute;
    top: -65px;
    left: 140px;
}

.circle2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.circle3 {
    position: absolute;
    bottom: 0px;
    left: 200px;
}

.circle4 {
    position: absolute;
    top: 37px;
    right: 0px;
    border-radius: 402px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(74, 155, 255, 0.16) 0%, rgba(251, 206, 154, 0.00) 100%);
}



.whyBoxList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  justify-content: space-between;
  z-index: 1;
  background-color: #fff;
}

.whyBox {
  margin-top: 24px;
  border-radius: 8px;
  border: 1px solid #EEEFF4;
  padding: 24px;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
  width: calc(33% - 12px);
  box-sizing: border-box;
}

.whyBox h3 {
  margin-top: 8px;
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
  color: #2F3136;
}

.whyBox p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #52565E;
  line-height: 22px;
}
.siq-sat-logo img {
    width: 190px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.leftfix-data{
    position: sticky;
    top: 83px;
       background: #212121;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 4px;
    /* background-color: #fff; */
    box-shadow: 0px 0px 4px 2px rgba(165, 204, 255, 0.50);
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
         border: 1px solid #e2f0fc;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}
.leftfix-data h2{
    margin-bottom: 0px!important;
    color: #fff!important;
    
}
.leftfix-data img{
        position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: -1;
}

a.viewdetail {
  width: 100%;
    background: #fff;
    color: #423dcf;
    border: 1px solid #423dcf;
    cursor: pointer;
}


.gotoclass.applyBottom {
    gap: 10px;
    display: flex;
}

.slider-sticy {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0px;
    position: relative;
    z-index: 0;
}

.box-stick {
    width: calc(50% - 10px );
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    position: relative;
    z-index: 0;
    background-color: #fff;
}
.img-stick{
    width: 200px;
    display: flex;
    align-items: center;
}

.img-stick img{
    max-width: 100%;
}
.stick-text{
    width: calc(100% - 230px);
    MARGIN-LEFT: AUTO;
    MARGIN-TOP: AUTO;
    MARGIN-BOTTOM: AUTO;
}


/* common */
.ribbon {
  width: 108px;
  height: 107px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 152px;
  padding: 11px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 12px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0px;
  right: 1px;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -11px;
  top: 24px;
  transform: rotate(-45deg);
}


.ranks {
    font-weight: bold;
    font-size: 20px;
}

.rank-prize {
    font-size: 16px;
    color: #000;
    padding: 5px 0px;
    border-top: 1px solid  #f2f3f3;
    margin-top: 5px;
}

/* stripes */
.stripes{
    background-color: #423dcf;
    color: #fff;
    text-align: center;
    margin-top: -5px;
}
.stripes .pageContainer{
    padding: 30px 0px;
}
.stripe1 {
    font-size: 40px;
    font-weight: bold;
}

.stripe2 {
    font-size: 27px;
    margin-top: 10px;
}

/* about us */

.about-prog {
    background: linear-gradient(180deg, rgba(230, 242, 255, 0.40) -5.92%, rgba(235, 245, 255, 0.40) 20.53%, rgba(249, 251, 255, 0.40) 50.51%, rgba(255, 255, 255, 0.40) 122.79%);
    position: relative;
    padding-bottom: 0px;
}

.pageContainer h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #202126;
    margin-bottom: 40px;
    margin-top: 0px;
    text-align: center;
}


.about-prog-content {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.aboutBox {
    max-width: 32%;
    width: 100%;
    padding: 10px 10px;
    border-radius: 12px;
    border: 1px solid #EEEFF4;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
    background-color: #fff;
    text-align: center;
    display: flex;
}
.aboutBox img{
    margin-right: 10px;
    max-width: 40px;
}

.aboutBox:last-child {
    margin-right: 0px;
}

.aboutBoxTitle {
    font-size: 15px;
    line-height: 22px;
    color: #383B41;
    text-align: left;
    display: flex;
    align-items: center;

}

.aboutimgleft {
    position: absolute;
    left: 0px;
    bottom: -80px;
    z-index: -1;
}

.aboutimgright {
    position: absolute;
    right: 0px;
    bottom: -54px;
}

/* join us */

.joinus {
    text-align: center;
}

.joinus h2 {
    margin-bottom: 0px;
}

.joinus p {
    font-size: 15px;
    color: #383B41;
    line-height: 31px;
    margin-top: 24px;
    margin-bottom: 0px;
}

.joinus .applyBottom {
    margin-top: 40px;
}

.teacher-img{
    background: linear-gradient(51deg, #FFE5E9 -53.47%, #EDF4FF 73.77%, #EDF4FF 73.77%);
    border-radius:16px;
    display: flex;
    height: 230px;
    align-items: flex-end;
    cursor: pointer;
    overflow: hidden;

}
.teacher-img img{
    max-width: 200px;
    margin: 0px auto;
    
}
.teacher-hover{
    display: none;
}
.name-teacher {
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 10px;
    border-radius: 10px;
    /* background: #fff; */
    background: #fff;
    font-weight: bold;
    color: #000;
}
.name-teacher span{
    font-weight: normal;
}
.teacher-img:hover .teacher-hover{
display: flex;
position: absolute;
left: 0px;
top: 0px;
background: linear-gradient(51deg, #FFE5E9 -53.47%, #EDF4FF 73.77%, #EDF4FF 73.77%);
width: 100%;
 border-radius:16px;
height: 100%;
}
.teacher-hover ul{
    list-style: none;
    margin: 0px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.teacher-hover ul li{
    position: relative;
    padding-left: 25px;
    text-align: left;
    margin-bottom: 5px;
    font-size: 12px;
    
}
.teacher-hover ul li:after{
    width: 20px;
    height: 20px;
    content: '';
    background-image: url('../images/slider-tick.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 3px;
    background-size: 15px;
}

/* center list */
.findcenter {
    margin-bottom: -20px;
}

.centerlist ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.centerlist ul li {
    padding: 0px 10px;
    width: 33%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.centerlist ul li a{
    padding: 14px 24px;
    border-radius: 12px;
    border: 1px solid var(--Metis-Grayscale-Input, #EEEFF4);
    background: #FFF;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
    color: #383B41;
     overflow: hidden;
}


.centerlist ul li a:hover{
          background: linear-gradient(90deg, var(--Metis-AddaSecondary-Background, #E8F5FF) 0%, rgba(255, 255, 255, 0.00) 100%);
    border: 1px solid #e2f0fc;
}


.centerlist ul li a img{
    margin-right: 10px;
}


/* price list */

.price-content {
  display: flex;
  justify-content: center;
}

.header-box {
  height: 41px;
  width: 250px;
}

.pricebox-headerw-wrap {
  display: flex;
}

.header-box:first-child {
  width: 461px;
}

.tablecontent {
  border-radius: 12px 0px 12px 12px;
  border: 1px solid #EEEFF4;
  background-color: #fff;
}

.tablecontent .row-table {
  display: flex;
}

.tablecontent .row-table .content-li {
  padding-left: 36px;
  width: 459px;
  display: flex;
  align-items: center;
  height: 44px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #383B41;
}

.tablecontent .row-table .checkmark {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #383B41;
}

.tablecontent .row-table:nth-child(even) {
  background-color: #F7F7F9;
}

.checkmark {
  border-left: 1px solid #EEEFF4;
}

.header-box.siqbox {
    background: #423dcf;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
}

.header-box.otherBox {
    background: #423dcf;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
}

.header-box.otherBox {
    background: #ffffff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #ccc;
    border-bottom: 0px;
}

/* Journey of our Teacher */

.journeySlider .journeySliderImg img {
    width: 100%;
    border-radius: 10px;
}

.journeySliderImg.slick-slide {
    transform: scale(0.8);
    /* Side slides smaller */
    transition: transform 0.3s, opacity 0.3s;
}

.journeySliderImg.slick-center {
    opacity: 1;
    transform: scale(1);
    /* Center slide larger */
}

/* // comman slick slider */

.slick-slider{
    text-align: center;
}
.slick-arrow {
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url('https://www.adda247.com/lp/adda-siq-fac-asset/images/arrow-icon.svg');
    background-repeat: no-repeat;
    z-index: 999;
    background-position: center;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    border: 1px solid #f3f3f3;
    outline: 0px;
    font-size: 0px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.slick-prev.slick-arrow {
    left: 16px;
    cursor: pointer;
    background-image: url('https://www.adda247.com/lp/adda-siq-fac-asset/images/arrow-icon.svg');
}

.slick-next.slick-arrow {
    right: 16px;
    cursor: pointer;
    transform: rotate(180deg);
}

.slick-dots {
    display: inline-flex;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    background: #CDCECE;
    border-radius: 10px;
    overflow: hidden;
    margin: 24px auto 0px auto;
}
.slick-dots li{display: flex;}

.slick-dots li button {
    height: 6px;
    width: 22px;
    background: #CDCECE;
    font-size: 0px;
    outline: 0px;
    border: 0px;
}

.slick-dots li.slick-active button {
  
    background-color: #6AA8FF;
    border-radius: 10px 10px 10px 10px;
}


/* success story */
.storiesBox{
    border: 1px solid #EEEFF4;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
}
.storiesUserImg{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}
.storiesUserImg img{
    max-height: 100%;
    width: 100%;
}

.storiesBoxName{
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #2F3136;
}
.storiesBoxContent{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color:#52565E;
    margin-top: 10px;
    margin-bottom: 10px;
}

.toggle-button{
    color: #1570EF;
    background: transparent;
    border: 0px;
    outline: 0px;
}

.sucessStorySlick .slick-slide {
    margin-right: 24px; /* Adds 24px gap between slides */
  }
  
.sucessStorySlick .slick-list {
    margin-right: -24px; /* Adjusts for the extra margin on the last slide */
  }
  

  .sucessStorySlick  .slick-prev.slick-arrow{
    left: -19px;
  }

  .sucessStorySlick  .slick-next.slick-arrow{
    right: -19px;
  }

  section.joinus.joinBottom{
    padding-bottom: 60px;
  }

.sucess-icon {
    position: absolute;
    right: 190px;
    top: 12px;
    z-index: 0;
}

.success-stories .pageContainer{
    position: relative;
    
}
.success-stories .storiesWrap{
    z-index: 1;
    position: relative;
   
}
.storiesBox{
    background-color: #fff;
}
  /* faq */

  .accordion-item { display: none; }
    .accordion-item.visible { display: block; }
    .load-btn {
        margin: 20px auto;
        display: block;
        padding: 10px 20px;
        background: #007bff;
        color: #fff;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        font-size: 16px;
    }



.get-call {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, var(--Metis-AddaSecondary-Background, #E8F5FF) 100%);
  text-align: center;
}
.get-call p{
    font-size: 25px;
}

.ca-exam-page section.get-call h2 {
  margin-bottom: 12px;
}

.ca-exam-page section.get-call p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #52565E;
}

.get-call-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.get-call-btn a {
  width: 133px;
  height: 56px;
  border-radius: 12px;
  background: #423dcf;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exams .pageContainer{
    display: flex;
    align-items: center;
}
.exams h2{
    text-align: left;
}




.leftjoinis ul{
    list-style: none;
    margin: 0px;
    padding: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.leftjoinis ul li{
    position: relative;
    padding-left: 25px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    
}

.leftjoinis ul li:after{
    width: 20px;
    height: 20px;
    content: '';
    background-image: url('../images/slider-tick.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 3px;
    background-size: 15px;
}



.leftjoinis{
    max-width: calc(100% - 370px);
}
.rightjoinus {
    max-width: 450px;
    text-align: left;
}
.course-highlight{display: flex; align-items: center;}
.course-highlight .left-highlight-list{display: flex; max-width: 450px; width: 100%;  }
.course-highlight .right-highlight-heading{ display: flex; width: calc(100% - 400px); flex-direction: column; padding-right: 60px; }
.right-highlight-heading p{font-size: 16px; font-weight: 400; line-height: 22px; color: #333; text-align: justify; }
.right-highlight-heading h2{ font-size: 32px;  margin-bottom: 35px;    margin-top: 0px; margin-bottom: 10px;  font-weight: bold;}
.buynow-pdp-validity{overflow: hidden; text-overflow: ellipsis;   display: -webkit-box;   -webkit-line-clamp: 2;   -webkit-box-orient: vertical; text-decoration: none; font-size: 13px; color: #666;}
.course-list ul li a {
    padding: 15px 10px;
    display: inline-block;
}

.buynow-product-detail { display: flex; align-items: center;}

.buynow-product-image {  width: 72px;  background: #ccc;  height: 72px;   margin-right: 10px; border-radius: 10px; 
    overflow: hidden;}

.buynow-product-image img { max-width: 100%;}
.buynow-pdp-detail{width: calc(100% - 120px);}
.buynow-pdp-detail .buynow-pdp-name{font-size: 14px; font-weight: 600; color: #000; margin-bottom: 5px;}


.course-list ul{margin: 0px; padding: 0px; list-style: none;}
.course-list ul li{margin-bottom: 0px; border-bottom: 1px solid #ccc; padding-bottom: 0px;}
.course-list ul li a:hover{text-decoration: none;  background-color: #f7f7f7;}
.course-list ul li a{padding: 15px 10px;    display: inline-block;}
.course-list{padding-left: 15px;}
.course-list ul li:last-child{margin-bottom: 0px; padding-bottom: 0px;border-bottom: 0px;}



/* BATCH */

.batch-wrapper {
  border-bottom: 1px solid var(--Metis-Grayscale-Input, #EEEFF4);
  background: linear-gradient(90deg, var(--Metis-AddaSecondary-Background, #E8F5FF) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.batch-wrapper 
{
    text-align: center;
}

.batch-content {
  display: flex;
  justify-content: center;
}

.batch-item {
  width: 420px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background-color: #fff;
  padding: 18px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #E8F5FF;
  margin-right: 40px;
}
.batch-item ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 12px;
}
.batch-info {
    text-align: left;
}
.batch-item ul li{
    display: flex;
    margin-top: 10px;
}
#ChoosePlan  h2{
    margin-bottom: 10px;
}
.gotoclass{
    margin-top: 10px;
}
.batch-content{
    margin-top: 20px;
}

.batch-img img {
    width: 100%;
}
#program-overview p{
    text-align: center;
}
.whyBox p{
    text-align: left!important;
}

.batch-img{
    width: 150px;
    margin: 0px auto;
}
.batch-item:last-child {
  margin-right: 0px;
}

.batch-info h3 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #202126;
}

.batch-info p {
  margin-top: 8px;
  font-size: 14px;
  color: #52565E;
  font-weight: 400;
  line-height: 22px;
}


.closetag .accordion-body {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
}

.open .accordionItemContent {
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}
.iconimg img {
    width: 20px;
} 
.iconimg{
    margin-right: 10px;
}
.accordion {
    border: 1px solid #e2f0fc;
    border-radius: 4px;
    overflow: hidden;
}

h3.accordion-header{
    padding: 16px 24px;
    border-bottom: 1px solid #e2f0fc;
    font-size: 16px;
    line-height: 19px;
    background: #f7fbff;
    cursor: pointer;
    font-weight: 400;
    color: #383B41;
    position: relative;
}

.accordion-header:after {
    background-image: url('https://www.adda247.com/images/faqdownarrow.svg');
    background-position: 50%;
    content: "";
    height: 9px;
    position: absolute;
    right: 15px;
    width: 16px;
}

.accordion-body{
    font-weight: 400;
    padding: 16px 30px;
    border-bottom: 1px solid #e2f0fc;
    font-size: 15px;
    line-height: 19px;
}
.closetag .accordion-body{
    display: none;
}

.accordion-item.visible.open .accordion-body {
    display: block;
    height: auto;

    -webkit-transform:inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    float: none; 
    display: block;
}
.accordion-item.visible  .accordion-body{
    display: none;
    height: 0px;
}

.accordion-item.open h3.accordion-header:after{
transform: rotate(180deg);
}


.accordion-body table td{
    border: 1px solid #f2f2f2;
    padding: 10px;
}
.accordion-body ul {margin-left: 25px; margin-bottom: 10px;}
.accordion-body ul li{
    margin-top: 10px;
}

/* header menu */
.adda-logo{
    padding-right: 0px;
    border-right: 0px;
    margin-right: 18px;
}

.menu {
    display: flex;
    align-items: center;
}
.link a{
    font-size: 14px;
font-weight: 600;
line-height: 22px;
color: #202126;
text-decoration: none;
}
.link{
    margin-right: 24px;
}
.link:last-child{
    margin-right: 18px;
}
.siqlogo{
    margin-right: 18px;
}
.search-input-container{
    margin-right: 24px;
}

.footer-mid-content{
    margin-left: 0px;
}

img.siqlogoFooter {
    min-width: 86px;
    margin: 0px 24px;
}

.adda-footer-logo {
    display: flex;
    margin-right: 16px;
}
.about-prog p{
    font-size: 16px;
    color: #383B41;
    font-weight: 700;
    line-height: 32px;
    margin-top: 24px;
}
.about-prog h2{
    margin-bottom: 0px;
}

/* footer */
.footer-copyrite {
    padding: 16px 0;
    background-color: #111111;
    color: #fff;
    text-align: center;
}

/* form data */



.custom-model-main1 {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.custom-model-main2 {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.custom-model-main1.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}


.custom-model-main2.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}


.plan-icon {
    width: 40px;
    height: 40px;
    background: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 8px;
}

.plan-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 33%;
}

.thee-plan {
    display: flex;
    gap: 10px;
    /* background: #fff; */
    /* padding: 10px; */
    /* border-radius: 10px; */
}
.custom-model-main2 p{
    margin-bottom: 15px;
}


  .custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  }
  
  .model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  }
  .custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 560px;
  margin: 30px auto;
  max-width: 97%;
  }
  .custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  }
  .model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
  }
  .model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  }
  .bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  }
  .close-btn {
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #000;
    height: 24px;
    line-height: 20px;
    text-align: right;
    margin-bottom: 12px;
  }
  .star{
    color: red;
  }
  .alert-success{
    margin-top: 16px;
  }
  .Click-here{cursor: pointer;}

  .tncheading {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.formbodyPop {
    margin-top: 18px;
}

.formBox {
    flex-direction: column;
    display: flex;
    margin-top: 16px;
}

.formBox label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #52565E;
    margin-bottom: 8px;
}

.formBox input, .formBox select {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #CDCECE;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 10px;
}

.formsubmit {
    margin-top: 24px;
    position: relative;
}

.formsubmit button {
    width: 100%;
    max-width: 100%;
}

#submit-form, #submit-formnew {
    background: #423dcf;
    height: 56px;
    border-radius: 12px;
    display: flex;
    outline: 0px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    outline: 0px;
    border: 0px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#submit-formnew1 {
    background: #423dcf;
    height: 56px;
    border-radius: 12px;
    display: flex;
    outline: 0px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    outline: 0px;
    border: 0px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#submit-formnew1:hover{
    opacity: 0.9;
}

.main-btn{
    cursor: pointer;
}
div.loader { display: none; width: 100%;  max-width: 100%; 
    border-radius: 6px; top: -0px;  position: absolute!important;    transform: translate(0%, 0%);      background: #fe805a; border-radius: 12px;
    height: 56px;
    left: 0%;
    margin-left: 0px;
}
div.loader1 { display: none; width: 100%;  max-width: 100%; 
    border-radius: 6px; top: -0px;  position: absolute!important;    transform: translate(0%, 0%);      background: #fe805a; border-radius: 12px;
    height: 56px;
    left: 0%;
    margin-left: 0px;
}
.fields {
    display: flex;
    gap: 10px;
}

.fields .formBox {
    width: calc(33% - 0px);
}

form#test-formnew1 {
    background: #f7fcff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #007bff;
}

div.loading {border: 2px solid #000;    width: 30px!important;  height: 30px;    border-radius: 50%;   border-top-color: #fff;
    border-left-color: #fff; animation: spin 1s infinite ease-in;    position: absolute; left: 50%; margin-left: -20px;  top: 50%;
    margin-top: -15px;}
  #successMessagenew1{
   display:none;
} 
   @keyframes spin {
     0% {
       transform: rotate(0deg);
     }
   
     100% {
       transform: rotate(360deg);
     }
   }


   .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;
}



.accordion-item {
    display: none;
}

.accordion-item.visible {
    display: block;
}

/* fix form right corner */


.fab{
position:fixed;
right:20px;
bottom:20px;
width:56px;height:56px;border-radius:999px;

box-shadow:0 8px 20px rgba(6,95,92,0.2);
display:flex;align-items:center;justify-content:center;color:white;cursor:pointer;z-index:1001;
border:none;outline:none;
    background: #FF9800;
}
.fab:active{transform:scale(.98)}


/* small badge when panel open */
.fab.open{box-shadow:0 12px 28px rgba(6,95,92,0.28);     background: #FF9800;}


/* Slide-up panel */
.panel{
position:fixed;right:20px;bottom:92px; /* places just above the button */
width:320px;max-width:calc(100% - 40px);
background:var(--panel-bg);border-radius:12px;padding:16px;
box-shadow:0 12px 40px rgba(15,23,42,0.18);z-index:1000;
transform:translateY(20px) scale(.98);opacity:0;pointer-events:none;
transition:transform .32s cubic-bezier(.2,.9,.3,1),opacity .28s ease;
}
.panel.open{transform:translateY(0) scale(1);opacity:1;pointer-events:auto; background-color: #fff;}


.panel header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.panel h4{margin:0;font-size:16px}
.close-btn{background:transparent;border:none;font-size:20px;line-height:1;cursor:pointer;color:#374151}


.panel form{display:flex;flex-direction:column;gap:10px}
.panel input,.panel textarea{padding:10px;border-radius:8px;border:1px solid #e6e7ea;font-size:14px}
.panel button[type='submit']{padding:10px;border-radius:8px;border:none;background:var(--accent);color:white;font-weight:600;cursor:pointer}
select{
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e6e7ea;
    font-size: 14px;
}

/* subtle autoshow hint */
.hint{font-size:12px;color:#6b7280}


/* When user scrolls a little, show the panel slightly bigger (thoda sa open) */
.panel.peek{transform:translateY(6px) scale(1);opacity:1;pointer-events:auto}

.buttonlink.applyBottom{
    margin-top: 15px;
    width: 100%;
}

.buttonlink.applyBottom a{
    font-size: 15px;
    height: 52px;
    width: 100%;
    max-width: 100%;
}
@media (max-width:420px){
.panel{right:12px;left:12px;width:auto;bottom:78px}
.fab{right:12px;bottom:12px}
.plan-item{
    flex-direction: column;
    margin-bottom: 15px;
}
.plan-text{
    margin-top: 8px;
    text-align: center;
}
.gotoclass.applyBottom a{
    font-size: 12px;
}
.fields{
    flex-direction: column;
}
.fields .formBox{
    width: 100%;
}
}

@media (min-width: 320px) and (max-width: 767px) {
    .banner-right{
        margin-top: 15px;
    }
    .banne-cotent{
        flex-direction: column;
    }
    .banner-left-content{
        width: 100%;
        max-width: 100%;
    }
    .siq-sat-logo{
        text-align: center;
    }
    .header-subheading{
        display: none;
    }
    
    .banner-left-content h1{
        font-size: 28px;
        text-align: center;
    }
    .unlock-heading {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 16px;
    text-align: center;
    }
    .download-wrap{
        width: 100%;
        font-size: 16px;
        box-shadow: inherit;
        border: 1px solid #e1e1e1;
        padding: 8px;
        
    }
    .download-wrap img{
        width: 28px;
    }
    .siq-sat-logo img{
        width: 170px;
    }
    .banner-left-content{
        padding-top: 30px;
    }
    .banner-right{
        max-width: 500px;
        width: 100%;
        padding-top: 0px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .about-prog p{
        margin: 0px;
        max-width: 100%;
    }
    .prog-banner{
        padding-bottom: 0px;
    }
    .stripe1{
        font-size: 20px;
    }
    .stripe2{
        font-size: 18px;
    }
 
    .prog-banner .pageContainer{
        padding-top: 0px!important;
    }
    .header {
        min-height: 50px;
        padding: 9px 0px;
    }
    .header .container{
        padding: 0px 16px;
    }
 
      .whyBoxList{
    flex-direction: column;
    margin-top: 4px;
  }
  .whyBoxList{
    flex-direction: inherit;
    justify-content: inherit;
    overflow: hidden;
  }


  .whyBox{
    margin-top: 12px;
    width: 100%;
    height: auto;
    padding: 12px 14px;
    border-radius: 8px;
  }
  .imgWithtitle{
    display: flex;
  }
  .whyBox h3{
    font-size: 14px;
line-height: 24px; 
margin-top: 0px;
  }
  .whyBoxImg{
    margin-right: 12px;
    display: flex;
    align-items: center;
  }
  .whyBoxImg img{
    width: 20px;
    height: 20px;
    
  }
  .whyBox p{
    font-size: 12px!important;
    line-height: 16px;
    margin-top: 8px;
        color: #52565E;
  }
  .leftfix-data h2{
    font-size: 16px!important;
  }
  .slider-sticy{
    flex-direction: column;
  }
  .box-stick{
    width: 100%;
  }
  .img-stick {
    width: 120px;
  }
  .stick-text {
    width: calc(100% - 130px);
  }
 


/* common */
.ribbon {
  width: 88px;
  height: 88px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 118px;
  padding: 11px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 12px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
  font-size: 9px;
  font-weight: normal;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0px;
  right: 6px;
}
.ribbon-top-left::after {
  bottom: 3px;
  left: -1px;
}
.ribbon-top-left span {
  right: -1px;
  top: 17px;
  transform: rotate(-45deg);
}


.ranks{
    font-size: 16px;
    font-weight: bold;
}
.rank-prize{
    font-size: 14px;
}
.exams h2{
    text-align: center!important;
    font-size: 20px!important;
}
.batch-info h3{
    margin-top: 0px;
}
 .siqlogo{
    margin: 0px 8px;
 }
 .adda-logo{margin-right: 10px!important;}
 .adda-logo .logo-img,  .adda-logo{
    min-width: 100px;
    width: 100px!important;
 }
 .fqsiqlogo img{
    max-width: 130px;
    padding: 8px 0px;
 }
 .pageContainer{
    padding: 25px 15px;
    width: 100%;
 }
 .prog-banner{
    margin-top: 50px;
    padding-top: 20px;
 }
 .stripes .pageContainer{
    padding: 16px 0px;
 }
 .bannerContentWrap{
    padding: 0px 0px;
    flex-direction: column;
 }
 .bannerContent h1{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
 }
 .circle1 {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
}
.circle4, .circle3, .circle2{
    display: none;
}
.bannergear {
    position: absolute;
    right: 0px;
    top: 50px;
}
.bannerContent{
    width: 100%;
    margin-bottom: 20px;
}
.bannerVideo{
    width: 100%;
    margin-left: 0px;
    min-width: auto;
}
.videoPin{
    display: none;
}
.bannerContent .applyBottom{
    margin-top: 10px;
}
.prog-banner .pageContainer{
    padding: 0px 16px;
}
.pageContainer h2{
    font-size: 24px;
    line-height: 31px;
}
.aboutimgleft{
    display: none;
}
.aboutimgright{
    display: none;
}
.about-prog-content{
    flex-direction: column;
}
.aboutBox{
    max-width: 100%;
    margin-bottom: 15px;
}
.aboutBox:last-child{
    margin-bottom: 0px;
}

.journeySlider{flex-direction: row; overflow: auto; display: flex;}
.journeySlider .journeySliderImg{min-width: 250px; margin-right: 16px;}
.sucess-icon img {
    width: 80px;
}
.sucess-icon {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 0;
}
.pageContainer h2{margin-bottom: 20px;}
.joinus p{margin-top: 0px;}
.joinus .applyBottom{margin-top: 25px;}
.storiesWrap{
    flex-direction: row; overflow: auto; display: flex;
}
.storiesBox{
    min-width: 250px; margin-right: 16px;
}

.storiesBoxName{
    font-size: 16px;
    text-align: center;
}
.storiesBoxContent{
    font-size: 14px;
    text-align: center;
}


.accordion-body{
    padding: 16px;
}
h3.accordion-header{
    padding: 16px 35px 16px 24px;
}
section.joinus.joinBottom{
    padding-bottom: 20px;
}
.link a{font-size: 12px;}
.headerwrap .applyBottom a{
   height: 38px;
   padding: 0px 11px;
   font-size: 11px;
   text-transform: uppercase;
}
.link{display: none;}
.header .applyBottom a{height: 36px;}
.name-teacher{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
}
.about-prog-content{
    margin-top: 20px;
}
.teacher-img{
    height: auto;
        flex-direction: column;

        padding: 10px;
}
.teacher-img img{
    max-width: 100%;
    margin: 0px;
            background-color: #fff;
    padding: 10px;
}
.teacher-hover{
    display: block;
}
.teacher-img:hover .teacher-hover{
    position: relative;
}

.exams .pageContainer {
    display: flex;
    flex-direction: column;
}
.leftjoinis{
    max-width: 100%;
}
.batch-content{
    flex-direction: column;
}
.batch-item{
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
}
.about-prog-content{
    gap:0px;
}

.header-box:first-child {
           width: calc(100% - 140px);
}
.tablecontent .row-table .content-li{
    font-size: 12px;
                width: calc(100% - 140px);
        padding-left: 10px;
        text-align: left; line-height: 16px;
        height: auto;
}
.tablecontent .row-table .checkmark{
    width: 80px;
}
.header-box{
    width: 80px;
    font-size: 16px;
}
.mahapackimg{
    font-size: 15px;
}
.centerlist ul li{
    width: 50%;
    padding: 0px 8px;
    margin-bottom: 16px;
}
.centerlist ul li a{
    padding: 12px;
     font-size: 13px;
}
.centerlist ul li a img{
    width: 30px;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header .container{
        padding: 0px 16px;
    }
    .siqlogo{
        margin: 0px 8px;
     }
    .adda-logo .logo-img,  .adda-logo{
        min-width: 100px;
        width: 100px!important;
     }
     .fqsiqlogo img{
        max-width: 150px
     }
     .pageContainer{
        padding: 25px 15px;
        width: 100%;
     }
     .search-input-container input[type="text"]{
        min-width: 150px;
     }
     .link{
        margin-right: 8px;
     }
     .adda-logo{
        margin-right: 8px;
     }
     .search-input-container{
        margin-right: 8px;
     }
     .link a{font-size: 12px;}
     .headerwrap .applyBottom a{
        height: 38px;
        padding: 0px 11px;
        font-size: 11px;
     }
     .bannerContentWrap{
        padding: 0px;
     }
     .bannerVideo{
        width: calc(100% - 450px);
     }
     .aboutimgright, .aboutimgleft, .circle4{
        display: none;
     }
     .sucessStorySlick .slick-prev.slick-arrow {
        left: -5px;
    }
    .sucessStorySlick .slick-next.slick-arrow {
        right: -5px;
    }
    .slick-next.slick-arrow{
        display: none!important;
    }
    .slick-prev.slick-arrow{
        display: none!important;
    }
    .success-stories .pageContainer{
        overflow: hidden;
    }
    .sucess-icon {
        position: absolute;
        right: 20px;
        top: -28px;
        z-index: 0;
    }
    .rightjoinus{
            max-width: 350px;
    }
    .leftjoinis {
    max-width: calc(100% - 360px);
}
.header-box:first-child{
    width: 300px;
}
.tablecontent .row-table .content-li{
    width: 300px;
    padding-left: 10px;
    text-align: left;
    font-size: 15px;
}
.tablecontent .row-table .checkmark{
    width: 140px;
}
.header-box{
    width: 140px;
}
.banner-left-content{
    max-width: 400px;
}
.banner-left-content h1{
    font-size: 30px;
}
.siq-sat-logo img{
    width: 190px;
}
.unlock-heading{
    margin-top: 15px;
    margin-bottom: 15px;
}
.banner-right{
        max-width: calc(100% - 430px);
}
.download-wrap{
    max-width: 100%;
}
.whyBox h3{
    font-size: 16px;
        line-height: 24px;
}
.whyBox p{
    font-size: 14px!important;
    line-height: 20px;
    margin-top: 10px;
    font-weight: normal;
}
.img-stick {
    width: 140px;
}

.stick-text {
    width: calc(100% - 150px);
}

}

@media (min-width: 1024px) and (max-width: 1199px) {
    .bannerVideo{
        min-width: 397px;
        height: 298px;
    }
}