@media (min-width: 1400px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl{
      max-width: 1350px !important;
  }
}
@media (min-width: 1200px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl{
      max-width: 1170px;
  }
}

@media (min-width: 1200px) and (max-width:1399px){
  .right-content-character{
    right: -50px;
    top: -14px;
  }
  .badar-sara-sec .left-content-character{
    left: -45px;
    top: -18px;
  }

  .container-lg-custom{
    max-width: 1300px;

  }
  .custom-nav .navbar-brand img {
    width: 60px!important;
    
}
.custom-nav .nav-link{
  font-size: 16px!important;

}
.navbar-brand{
  margin-right: 1rem!important;
}
.annual-report-bg-img{
  height: 700px;
}

.f_tab_wrapper .nav-pills .nav-link{
  padding: 15px 15px !important;
}
}

/* Start Navbar Design */
@media (min-width: 1200px){
  .custom-nav{
    background-color: #f2f2f2;
    padding: 0 !important;
    box-shadow: 0px 2px 15px #0000001a;
  }
  .custom-nav .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
    margin-left: 1rem;
  }
  .custom-nav .navbar-brand img{
    width: 85px;
    transform: scale(1.5);
  }
  .custom-nav .nav-link{
    position: relative;
    font-size: 21px;
    font-weight: 700;
    color: #7c7c7c !important;
    line-height: 1;
    padding: 48px 15px !important;
    margin: 0;
    white-space: nowrap;
    transition: 0.3s;
  }
  .custom-nav .nav-link.dropdown-toggle.show{
    background-color: #163029 !important;
    color: #fff !important;
  }
  .custom-nav .nav-link.active{
    color: #163029 !important;
    border-color: #163029;
  }
  .custom-nav .nav-link:hover{
    color: #163029 !important;
    border-color: #163029;
  }
  .custom-nav .nav-link::before {
    content: url("../images/icons/icon-nav-hover3.png");
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 28px;
    opacity: 0;
    transition: opacity 200ms ease-in-out, bottom 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out, bottom 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out, bottom 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out, bottom 200ms ease-in-out;
  }
  .custom-nav .nav-item:hover .nav-link::before {
    opacity: 1;
  }
  .custom-nav .nav-item:hover .nav-link.show::before {
    opacity: 0 !important;
  }
  .custom-nav .nav-item.dropdown{
    position: static !important;
  }
  .custom-nav .dropdown-toggle::after {
    display: none;
  }
  .custom-nav .dropdown-toggle:hover::after {
    border-top-color: #163029 !important;
  }

  .custom-nav .dropdown-menu[data-bs-popper] {
    margin-top: -1px;
  }
  .custom-nav .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    min-height: 250px;
    padding: 25px 0;
    min-width: 100%;
    max-width: 100%;
    background-color: #163029;
    border: 0;
    border-radius: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .custom-nav .dropdown-menu.show {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .custom-nav .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding: 0.6rem 1rem;
    color: #ffffff;
    text-align: right;
    transition: all 0.3s;
  }
  .custom-nav .dropdown-menu .dropdown-item:hover,
  .custom-nav .dropdown-menu .dropdown-item:active,
  .custom-nav .dropdown-menu .dropdown-item:focus {
    background-color: #ffb548;
  }
  .custom-nav .dropdown-menu .dropdown-item.disabled, 
  .custom-nav .dropdown-menu .dropdown-item:disabled {
    color: #ffb548 !important;
  }

  .custom-nav .dropdown-menu .dd-main-list{
    list-style-type: none;
    padding: 0;
  }
  .custom-nav .dropdown-menu .highlights{
    padding: 0 25px;
    border-right: 2px solid #ffb548;
  }
  .custom-nav .dropdown-menu .highlights .heading{
    font-size: 22px;
    font-weight: 600;
    color: #ffb548;
    line-height: 1;
    text-align: right;
    margin-bottom: 20px;
  }
  .custom-nav .dropdown-menu .highlights .item{
    text-align: right;
  }
  .custom-nav .dropdown-menu .highlights .item .item-img{
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 18px;
  }
  .custom-nav .dropdown-menu .highlights .item .title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-bottom: 12px;
  }
  .custom-nav .dropdown-menu .highlights .item .desc{
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .custom-nav .dropdown-menu .highlights .item .read-more{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-decoration: none;
  }
  .custom-nav .dropdown-menu .highlights .item .read-more:hover{
    text-decoration: underline;
  }

  .custom-nav .global-search .web-search-icon{
    width: 25px;
    margin-right: 30px;
    cursor: pointer;
  }
  .custom-nav .global-search .mob-search {
    display: none;
  }
  .custom-nav .select-lang{
    font-size: 17px;
    font-weight: 700;
    color: #163029;
    background-color: #fff;
    padding: 12px 16px;
    border: 0;
    border-radius: 30px;
    outline: 0;
    box-shadow: none;
    margin-right: 25px;
	text-align:center;
	width:100px;
  }
  
  .custom-nav .nav-btn-ipo{
    display: block;
    text-wrap: nowrap;
    white-space: nowrap;
    text-align: center;
    background-color: #163029;
    padding: 8px 12px;
    min-width: 80px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    margin-right: 10px;
    transition: all 0.3s;
  }
  .custom-nav .nav-btn-ipo:hover{
    background-color: #ffb548;
    color: #163029;
  }

  .for-first,
  .for-second,
  .for-third,
  .for-forth,
  .for-fifth,
  .for-sixth,
  .for-seventh,
  .for-eighth,
  .for-ninth{
    display: none;
  }

  .home-slider-new .slick-slide img {
    height: calc(90vh - 120px);
    object-fit: cover;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px)  {
  .sara-row-wrapper .left-content{
    left: -10px;
  }
  .slick-logo-slider .slick-next{

    right: -30px;
  }
  .slick-logo-slider .slick-prev{
    left: -30px;
  }
  .logo-slider-sec .logo-slider.slick-slide{
    height: 150px !important;
  }
  .badar-sara-sec .play-btn-character .badar-full-img, .badar-sara-sec .play-btn-character .sara-full-img {
        height: 380px;
  }
  .badar-sara-sec .chef-badar-img{
    height: 415px;
  }

	/* App Launch page responsive css starts*/

	.store-wrapper .apps {
		    width: 200px;
	}
	.store-wrapper .qr {
		    width: 150px;
	}

	/* App Launch page responsive css end*/

  .home-our-history .history #mywave_svg {
    width: 100%;
  }
  .home-our-history .history .item.first {
    top: 64px;
    right: 11px;
  }
  .home-our-history .history .item.second {
    bottom: 61px;
    right: 174px;
  }
  .home-our-history .history .item.third {
    top: 64px;
    right: 337px;
  }
  .home-our-history .history .item.forth {
    bottom: 61px;
    right: 500px;
  }
  .home-our-history .history .item.fifth {
    top: 64px;
    left: 339px;
  }
  .home-our-history .history .item.sixth {
    bottom: 61px;
    left: 176px;
  }
  .home-our-history .history .item.seventh {
    top: 64px;
    left: 12px;
  }
  .home-our-history .history .first .event {
    top: -65px;
    left: -3px;
  }
  .home-our-history .history .second .event {
    bottom: -60px;
    left: -25px;
  }
  .home-our-history .history .third .event {
    top: -65px;
    left: -11px;
  }
  .home-our-history .history .forth .event {
    bottom: -60px;
    left: -25px;
  }
  .home-our-history .history .fifth .event {
    top: -65px;
    left: -36px;
  }
  .home-our-history .history .sixth .event {
    bottom: -60px;
    left: -80px;
  }
  .home-our-history .history .seventh .event {
    top: -65px;
    left: -35px;
  }
  .home-our-history .history .item .event {
    font-size: 15px;
  }
  .home-our-history .history .item .year {
    height: 145px;
    width: 145px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px){
  .banner-section .banner-img{
      width:100%;
  }
  
}




@media only screen and (min-width: 992px) and (max-width: 1199.98px)  {
  .slick-logo-slider .slick-prev {
    left: -30px;
  }
  .slick-logo-slider .slick-next {
    right: -30px;
  }
	/* App Launch page responsive css starts*/

	
	.store-wrapper .apps {
		    width: 150px;
	}
	
	.store-wrapper .qr {
		    width: 120px;
	}

	.app-section .copy-text {
   	 width: 150px;
   	 padding: 5px;
	}

	/* App Launch page responsive css end*/


    
   .custom-nav #navbarContent .navbar-nav-ar{
    /*flex-direction: row-reverse!important;*/
    display: block;
   }
    .custom-nav #navbarContent .navbar-nav-ar .nav-item{
    justify-content: flex-end;       
   }
    
  .home-our-history .history #mywave_svg {
    width: 100%;
  }
  .home-our-history .history .item.first {
    top: 52px;
    right: 9px;
  }
  .home-our-history .history .item.second {
    bottom: 50px;
    right: 143px;
  }
  .home-our-history .history .item.third {
    top: 52px;
    right: 275px;
  }
  .home-our-history .history .item.forth {
    bottom: 50px;
    right: 408px;
  }
  .home-our-history .history .item.fifth {
    top: 52px;
    left: 276px;
  }
  .home-our-history .history .item.sixth {
    bottom: 50px;
    left: 144px;
  }
  .home-our-history .history .item.seventh {
    top: 52px;
    left: 10px;
  }
  .home-our-history .history .first .event {
    top: -54px;
    left: -1px;
  }
  .home-our-history .history .second .event {
    bottom: -51px;
    left: -20px;
  }
  .home-our-history .history .third .event {
    top: -53px;
    left: -8px;
  }
  .home-our-history .history .forth .event {
    bottom: -51px;
    left: -20px;
  }
  .home-our-history .history .fifth .event {
    top: -53px;
    left: -28px;
  }
  .home-our-history .history .sixth .event {
    bottom: -51px;
    left: -65px;
  }
  .home-our-history .history .seventh .event {
    top: -54px;
    left: -27px;
  }
  .home-our-history .history .item .event {
    font-size: 12px;
  }
  .home-our-history .history .item .year {
    height: 118px;
    width: 118px;
    font-size: 35px;
  }
  
  .home-join-conv .item img {
    height: 100% !important;
  }
  .banner-section .heading{
      text-align:right;
  }

}



@media only screen and (max-width: 1199.98px) {
  .sara-row-wrapper .left-content{
    left: -10px;
  }
  .logo-slider-sec .logo-slider.slick-slide{
    height: 110px !important;
  }
  .badar-sara-sec .right-content-character{
    top: -6px;
    right: -42px;
  }
  
  .badar-sara-sec .left-content-character{
    top: -8px;
    left: -40px;
  }
  
  

  .sb-program-characters .left-content {
    padding-right: 20px;
  }
  .custom-nav{
    background-color: #f2f2f2;
    box-shadow: 0px 2px 15px #0000002e;
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom-nav .container-lg{
    position: relative;
  }
  .custom-nav .navbar-collapse{
    max-height: calc(100vh - 87px);
    overflow-y: auto;
  }
  .custom-nav .navbar-toggler {
    left: -12px;
    position: relative;
    background-color: #163029;
    height: 87px;
    width: 87px;
    border-radius: 0;
    border: 0;
    outline: 0;
    border-color: transparent;
    box-shadow: none;
  }
  .custom-nav .navbar-toggler i{
    font-size: 30px;
    color: #f2f2f2;
  }
  .custom-nav .navbar-nav{
    margin-top: 15px;
  }
  .custom-nav .nav-link{
    font-size: 18px;
    font-weight: 500;
    color: #163029 !important;
    padding: 0.3rem 0.3rem;
    text-align: right;
  }
  .custom-nav .dropdown-toggle::after {
    border-top: 0.375em solid;
    position: absolute;
    left: 0;
    top: 22px;
  }
  .custom-nav .dropdown-menu{
    background-color: #163029;
    color: #fff;
  }
  .custom-nav .dropdown-menu .dropdown-item{
    position: relative;
    color: #fff;
    padding-right: 5px;
    white-space: break-spaces;
    text-align: right;
  }
  .custom-nav .dropdown-menu .dropdown-item:hover,
  .custom-nav .dropdown-menu .dropdown-item:active,
  .custom-nav .dropdown-menu .dropdown-item:focus{
    background-color: #163029;
  }
  
   .custom-nav .dropdown-menu .dropdown-item.disabled, 
  .custom-nav .dropdown-menu .dropdown-item:disabled {
    color: #ffb548 !important;
	  font-weight:bold;
  }

  .custom-nav .dropdown-menu .sec-level-dropdown {
    white-space: initial;
    padding-left: 0 !important;
  }
  .custom-nav .dropdown-menu .sec-level-dropdown::after{
    left: -5px;
    top: 12px;
  }
  .custom-nav .dropdown-menu .sec-level-dropdown-menu{
    padding: 0 10px;
    border: 0;
    background-color: #ffb548;
    border-radius: 3px;
  }
  
  /* .custom-nav .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 11px;
    border-right: 0.3em solid #fff;
    border-top: 0.3em solid transparent;
    border-left: 0;
    border-bottom: 0.3em solid transparent;
  } */
  .custom-nav .dropdown-menu .dd-main-list{
    list-style-type: none;
    padding: 0;
  }
  .custom-nav .select-lang{
    direction: rtl;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #f2f2f2;
    text-decoration: none;
    background-color: #163029;
    padding: 12px 10px;
    /*border: 1px solid #163029;*/
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    margin-bottom: 15px;
  }
  .custom-nav .global-search .web-search-icon{
    display: none;
  }
  .custom-nav .global-search .mob-search {
    position: relative;
    margin-bottom: 15px;
  }
  .custom-nav .global-search .mob-search input{
    width: 100%;
    font-size: 14px;
    color: #163029;
    background-color: #fff;
    padding: 12px 16px;
    border: 1px solid #163029;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
  }
  .custom-nav .global-search .mob-search input::-webkit-search-cancel-button {
    margin-right: 25px;
  }
  .custom-nav .global-search .mob-search .mob-btn-search{
    position: absolute;
    right: 0;
    height: 100%;
    background-color: transparent;
    line-height: 1;
    padding: 0 10px;
    border: 0;
    outline: 0;
    box-shadow: none;
  }
  .custom-nav .global-search .mob-search .mob-btn-search img{
    width: 25px;
  }
  .custom-nav .nav-btn-ipo{
    display: block;
    text-align: right;
    background-color: #163029;
    padding: 12px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom:5px;
  }

  .ceo-msg-main {
    background-size: 100% 101%;
    background-position: left;
    padding: 75px 0 60px;
  }
  
  .home-join-conv .px-40 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-join-conv .item .tweet,
  .sb-join-conversion .item .tweet{
    padding: 100px 20px 30px;
  }

  .annual-report-bg-img{
    height: 500px;
  }

  .play-btn-character.btn_one,
  .play-btn-character.btn_two{
    height: 50%;
  }

  .f_statement_wrapper .f_statement_side .sidebar_content p{
    padding: 29px 10px;
  }
  .f_tab_wrapper .nav.nav-pills{
    justify-content: flex-start;
  }

  .home-banner .slide .content .quality_text{
    font-size: 80px;
  }
  
}

@media only screen and (min-width: 991.98px) and (max-width: 1199.98px){
  .badar-sara-sec .play-btn-character .badar-full-img, .badar-sara-sec .play-btn-character .sara-full-img {
    height: 380px;
  }
  .badar-sara-sec .chef-badar-img {
    height: 330px;
}
  
}

@media only screen and (min-width: 768px) and (max-width: 991.98px)  {
  .badar-sara-sec .play-btn-character .badar-full-img, .badar-sara-sec .play-btn-character .sara-full-img {
    height: 210px;
}
    
    /*header */
    .custom-nav #navbarContent .navbar-nav-ar .nav-item{
    justify-content: flex-end;       
   }
   
   
  /* About History Section */
  .home-our-history {
    padding: 80px 0;
  }
  .home-our-history .history{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .home-our-history .section-heading {
    margin-bottom: 50px;
  }
  .home-our-history .history #mywave_svg{
    display: none;
  }
  .home-our-history .history .item {
    width: 50%;
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
  }
  .home-our-history .history .item:after{
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    height: 100%;
    width: 4px;
    background-color: #ffb548;
  }
  .home-our-history .history .item.first, 
  .home-our-history .history .item.third, 
  .home-our-history .history .item.fifth, 
  .home-our-history .history .item.seventh {
    padding: 30px 0 30px 30px;
    flex-direction: row-reverse;
  }
  .home-our-history .history .item.second, 
  .home-our-history .history .item.forth, 
  .home-our-history .history .item.sixth {
    padding: 30px 30px 30px 0;
    flex-direction: row-reverse;
  }
  .home-our-history .history .item.first{
    order: 7;
  } 
  .home-our-history .history .item.second{
    order: 6;
    border-bottom: 4px solid #ffb548;
  }
  .home-our-history .history .item.third{
    order: 5;
    border-bottom: 4px solid #ffb548;
  }
  .home-our-history .history .item.forth{
    order: 4;
    border-bottom: 4px solid #ffb548;
  }
  .home-our-history .history .item.fifth{
    order: 3;
    border-bottom: 4px solid #ffb548;
  } 
  .home-our-history .history .item.sixth {
    order: 2;
    border-bottom: 4px solid #ffb548;
  }
  .home-our-history .history .item.seventh {
    order: 1;
    border-bottom: 4px solid #ffb548;
  }
  .home-our-history .history .item .event {
    position: initial;
    padding-left: 0;
    width: 150px;
  }
  .home-our-history .history .item.first .event, 
  .home-our-history .history .item.third .event, 
  .home-our-history .history .item.fifth .event, 
  .home-our-history .history .item.seventh .event {
    margin-bottom: 0;
    text-align: left;
  }
  .home-our-history .history .item.second .event, 
  .home-our-history .history .item.forth .event, 
  .home-our-history .history .item.sixth .event {
    margin-top: 0;
    text-align: right;
  }
  .home-our-history .history .item .year {
    min-width: 150px;
    font-size: 40px;
  }
  .home-our-history .history .sm-horiz-bar{
    display: none;
  }
  /* About History Section */
}




@media only screen and (max-width: 991.98px) {
  .slick-logo-slider .slick-next {
    right: -50px;
  }
  .slick-logo-slider .slick-prev {
      left: -50px;
  }
  .logo-slider-sec .logo-slider.slick-slide{
    height: 130px!important;
  }

  .badar-sara-sec .right-content-character {
    top: -25px;
    right: -38px;
  }
  .badar-sara-sec .left-content-character {
    top: -8px;
    left: -34px;
}

  .sb-about-program .change-row-dir{
    flex-direction: column-reverse;
  }
  .sb-register .right-stars{
    position: absolute;
    top: 0;
    left: -50px
  }
  .sb-program-characters .left-content{
    padding-right: 30px;
  }
  
.sb-about-program .bread-img-wrapper{
	text-align:center;
	margin-top:40px;
}
.sb-about-program .bread-img-wrapper img{
	width:400px;
}

.sb-banner::before{
    width: 80px;
    height: 100px;

}
.sb-banner::after{
    /* width: 80px;
    height: 215px; */
}

  
  /* start of financial statement */

  .fin-state-sec .tab-title{
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .fin-state-sec .accordion-header button{
    font-size: 1rem;
  }
  .fin-state-sec .accordion-button:not(.collapsed){
    font-size: 1rem;

  }
  .fin-state-sec .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem;
    }
    .fin-state-sec .card-body {
   
      padding: 0rem 0.8rem;
  }
  .fin-state-sec .card-body .card-title{
    font-size: .7rem;
  }
  .fin-state-sec .card-body a .card-text{
    font-size: .8rem;
  }
  .fin-state-sec .books-div img{
    height: 150px;
  }

  .fin-state-sec .image-container1{
    height: 250px;
  }
  .fin-state-sec .image-container2{
    height: 250px;
  }

.fin-state-sec .contact-details .rmv-border-right {
    border-left: 0px;
  }
    .fin-state-sec .accordion-body{
      padding: 0px;
    }
.fin-state-sec .nav-pills .nav-link{
    font-size:0.9rem;
}
  /* end of financial statement */
  
    /* Investor Relation  */

  .shares-sec .share-content h3,.shares-sec .share3 h3{
    font-size:1.5rem;
    }
    .fin-state-sec .accordion-body{
      padding: 0px;
    }
    .fin-state-sec .nav-pills .nav-link{
        font-size:0.9rem;
    }
  /* Investor Relation  end*/

  /* Footer css  */
  .section-footer .footer-links{
    text-align: center;
    justify-content: center;
    
  }
  .section-footer .social-icons,.section-footer .email-info,.section-footer .location-info{
    justify-content: center;
  }
  .section-footer .contact-info{
    justify-content: center;
    align-items: center;
  }
  .section-footer .footer-copyright{
      margin-top:20px;
  }
  .section-footer .footer-links li{
      text-align:center;
  }
  .section-footer .footer-links{
      margin-bottom:20px;
  }
  /* Footer css end */
  
  /*IR Page start*/

    .banner-section .content-container .heading-sec{
        margin-bottom:50px;
        justify-content: center!important;
    }
    
     
    .banner-section .content-container .heading{
         font-size:50px;
         text-align:right;
    }

/*App launch page css starts */

.app-section .copy-text, .app-section .copy-btn{
	width:150px;

}
/* mobile app section css starts */
.mobile-app-screen .mobile{
	width:300px;
}
.store-wrapper .qr{
	width:150px;

}
.store-wrapper .apps{
	width:200px;
}
.store-wrapper {
    text-align: center;
    display: block;
}

    .app-copy-wrapper {
	display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 0px 0px;
}
.store-wrapper .store-icon-wrapper{
	padding-left:0px;
}

.annual-report-bg-img {
  height: 400px;
}

/*App launch page css end */
.home-banner .slide .content .quality_text{
  font-size: 70px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px)  {
  body {
    margin-top: 138px;
  }
  .custom-nav .navbar-brand img {
    width: 80px;
    transform: scale(1.3);
  }
  .custom-nav .navbar-toggler {
    height: 98px;
    width: 98px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 1199.98px)  {
  
}

@media only screen and (min-width: 576px) and (max-width: 991.98px)  {
  
}

@media only screen and (min-width: 576px) and (max-width: 767.98px)  {
  
}

@media only screen and (min-width: 768px) and (max-width: 991.98px){

  .sara-sec .play-btn-character .sara-full-img {
    height: 210px;
}
.badar-sara-sec .chef-badar-img {
  height: 240px;
}

.home-vm .vision {
    padding-left: 40px;
	padding-right:0px;
}
.home-vm .mission {
    padding-right: 20px;
padding-left: 0px;
}
.home-vm .vision .desc {
    color: #fff;
}
.home-vm .mission .desc {
    color: #163029;
}


}


@media only screen and (max-width: 767.98px) {
  .logo-slider-sec .section-heading{
    font-size: 30px;
  }
  .slick-logo-slider .slick-next:before, .slick-logo-slider .slick-prev:before{
    transform: scale(0.6);
  }
  .slick-logo-slider .slick-prev, .slick-logo-slider .slick-next{
    background-color: transparent !important;
  }
  .slick-logo-slider .slick-next {
    right: 0px;
  }
  .slick-logo-slider .slick-prev {
    left: 0px;
}

  .logo-slider-sec .logo-slider.slick-slide{
    height: 150px!important;
  }
  .sb-faq-section #accordionExample{
    padding-top: 20px;
  }
  .badar-sara-sec{
    padding: 30px 0px!important;
  }
  .sara-row-wrapper{
    flex-direction: column-reverse!important;
  }
  .badar-sara-row-wrapper{
    flex-direction: column;
    row-gap: 20px;
  }
  .badar-sara-sec .section-heading{
    margin-bottom: 0px!important;
    padding-bottom: 0px;
  }
  .badar-sara-sec .left-content-wrapper,
  .badar-sara-sec .full-img-wrapper-right{
    width: 100%;
  }
  .badar-sara-sec .right-content-character{
    position: relative;
    top: 0;
    right: 0;

  }

  .badar-sara-sec .left-content-character{
    position: relative;
    top: 0;
    left: 0;
  }


  .badar-sara-sec .play-btn-character .badar-full-img, .badar-sara-sec .play-btn-character .sara-full-img{
    width: 100%;
    height: auto;
  }
  .badar-sara-sec .right-content-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}
.badar-sara-sec .left-content-wrapper{
  padding-top: 30px;

}
.badar-sara-sec .full-img-wrapper {
  width: 100%;
  margin: 0 auto;
}
  .badar-sara-sec .chef-badar-img {
    height: 350px;
}
.badar-sara-sec .left-content .name,
.badar-sara-sec .left-content .age{
  text-align: right!important;
}
.badar-sara-row-wrapper{
  padding: 20px 0px;
}
  
  .sb-about-program .bread-img-wrapper img {
    width: 300px;
}

.home-vm .mission .desc{
	color: #163029;
}

.home-vm .vision .desc{
	color:#fff;
}
.keep-in-touch .custom-leadership-btns{
	flex-wrap:wrap;
    row-gap: 10px;
}

.sb-banner::after {
    width: 150px;
    /* height: 180px;
    bottom: 39px; */
}

.sb-banner::before {
    /* width: 68px;
    height: 75px; */
    width: 68px;
    height: 130px;
    bottom: 40px;
    left: -10px;
}

.app-section-row .app-text{
	text-align:center;

}
.mobile-app-screen .mobile {
    width: 200px;
}

.app-section-row{
	
	flex-direction:column-reverse;
	
}

.app-copy-wrapper{
	    justify-content: center;
}

.store-wrapper .apps{

	width:150px;

}

.store-wrapper{
    	text-align: center;
}
.app-section .copy-text, .app-section .copy-btn{
	margin:5px;
	padding:15px 0px;
}
.qr-wrapper{
	width:100%;
}

.mobile-app-screen .mobile{
	width:200px;
}

.copy-wrapper{
	text-align:center;
	row-gap:0px;
}
.app-section .copy-text, .app-section .copy-btn{
	    padding: 8px 0px;
}

.product-catlogue-section .float-right,.product-catlogue-section .float-left{
	float:none;
}

  body {
    margin-top: 127px;
  }
  .topbar {
    padding: 12px 5px;
  }
  .topbar .links {
    justify-content: center;
  }
  .topbar .links li a {
    font-size: 14px;
  }
  .custom-nav .navbar-brand img{
    width: 70px;
    transform: scale(1.2);
  }

  .home-banner .slide .content {
    top: 45%;
    left: 0;
    right: 0;
    padding: 0 15px;
    text-align: center;
  }
  .home-banner .slide .content .sm,
  .home-banner .slide .content .smnew {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
  }
  .home-banner .slide .content .sm::before,
  .home-banner .slide .content .smnew::before{
    display: none;
  }
  .home-banner .slide .content .lg {
    left: 0;
    font-size: 35px;
    text-align: center;
  }
  .home-slider .slick-prev,
  .home-slider .slick-next{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    top: auto;
    bottom: 10px;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .home-slider .slick-prev {
    left: 10px;
  }
  .home-slider .slick-next {
    right: 10px;
  }
  .home-slider .slick-dots {
    display: none !important;
  }

  .home-who-we-are {
    padding: 50px 0;
  }
  .home-who-we-are .img-before,
  .home-who-we-are .img-after{
    display: none;
  }
  .home-who-we-are .section-heading {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .home-who-we-are .desc {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }

  .home-vm {
    background: none;
    padding: 0;
  }
  .home-vm .vision {
    padding: 40px 20px 40px 25px;
   
    background-color: #163029;
    text-align: center;
  }
  .home-vm .mission {
    padding: 40px 20px 40px 25px;
     background-color: #f5f5f5;
    text-align: center;
  }
  .home-vm .vision .icon, 
  .home-vm .mission .icon {
    min-width: 50px;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .home-vm .vision .heading, 
  .home-vm .mission .heading {
    font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
  }
  .home-vm .vision .desc, 
  .home-vm .mission .desc {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }

  .company-numbers {
    padding: 50px 0 50px;
  }
  .company-numbers .section-heading {
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 50px;
  }
  .company-numbers .item {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .company-numbers .item:last-child{
    margin-bottom: 0;
  }
  .company-numbers .item:nth-child(1) {
    padding: 0 15px 0 15px;
  }
  .company-numbers .item:nth-child(2) {
    padding: 40px 15px 40px 15px;
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #16312a66;
    border-bottom: 2px solid #16312a66;
  }
  .company-numbers .item:nth-child(3) {
    padding: 0px 15px 0px 15px;
  }
  .company-numbers .item .icon {
    width: 55px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .company-numbers .item .number {
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }
  .company-numbers .item .text {
    font-size: 20px;
  }

  .home-our-history {
    padding: 50px 0;
  }
  .home-our-history .section-heading {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .home-our-history .history #mywave_svg{
    display: none;
  }
  .home-our-history .history .item {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
  }
  .home-our-history .history .item:after{
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    height: 100%;
    width: 4px;
    background-color: #ffb548;
  }
  .home-our-history .history .item .event {
    position: initial;
    padding-left: 0;
    width: 150px;
    font-size: 20px;
  }
  .home-our-history .history .item.first .event, 
  .home-our-history .history .item.third .event, 
  .home-our-history .history .item.fifth .event, 
  .home-our-history .history .item.seventh .event {
    margin-bottom: 0;
    text-align: right;
  }
  .home-our-history .history .item.second .event, 
  .home-our-history .history .item.forth .event, 
  .home-our-history .history .item.sixth .event {
    margin-top: 0;
    text-align: left;
  }
  .home-our-history .history .item .year {
    font-size: 40px;
    border-radius: 15px;
  }
  .home-our-history .history .sm-horiz-bar{
    display: block;
    height: 4px;
    width: 100%;
    background-color: #ffb548;
    margin: 20px 0;
  }
  /* .home-our-history {
    background-size: cover;
    padding: 50px 0;
  }
  .home-our-history .section-heading {
    font-size: 38px;
    margin-bottom: 50px;
  }
  .home-our-history .timeline .item:nth-child(odd) .content {
    padding-right: 30px;
  }
  .home-our-history .timeline .item:nth-child(even) .content {
    padding-left: 30px;
  }
  .home-our-history .timeline .item:nth-child(odd) .content::after,
  .home-our-history .timeline .item:nth-child(even) .content::before{
    content: "";
    width: 20px;
    height: 3px;
    background-color: #ffb548;
  }
  .home-our-history .timeline .item .icon {
    display: none;
  }
  .home-our-history .timeline .item .year {
    font-size: 18px;
  }
  .home-our-history .timeline .item .event {
    font-size: 16px;
    line-height: 1.2;
  } */

  .home-join-conv {
    padding: 50px 0 50px;
  }
  .home-join-conv .section-heading {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 50px;
  }
  .home-join-conv .px-40 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .home-join-conv .px-40:last-child {
    margin-bottom: 0;
  }

  .home-news {
    padding: 50px 0 50px;
  }
  .home-news .section-heading {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .home-news .item .body {
    padding: 25px 20px 20px;
  }
  .home-news .item .body .name {
    margin-bottom: 20px;
  }
  .home-news .item .body .read-more,
  .home-news .item .body .date{
    font-size: 16px;
  }

  .section-footer .first {
    padding: 30px;
  }
  .section-footer .first .footer-logo img {
    width: 120px;
    transform: scale(1.2);
  }
  .section-footer .second {
    padding: 50px 0;
  }
  .section-footer .pe-80 {
    padding-right: 12px;
  }
  .section-footer .pe-50 {
    padding-right: 12px;
  }
  .section-footer .footer-links li {
    margin-bottom: 15px;
    text-align: center;
  }
  .section-footer .footer-links li:last-child {
    margin-bottom: 15px;
  }
  .section-footer .footer-links li a {
    font-size: 16px;
  }
  .section-footer .social-icons {
    justify-content: center;
    margin-top: 35px;
  }
  .section-footer .social-icons .item {
    height: 40px;
    min-width: 40px;
    line-height: 40px;
  }
  .section-footer .social-icons .item:last-child{
    margin-right: 0;
  }
  .section-footer .social-icons .item i {
    font-size: 25px;
  }
  .section-footer .contact-info,
  .section-footer .email-info{
    justify-content: center;
    margin-bottom: 30px;
  }
  .section-footer .location-info{
    justify-content: center;
  }
  .contact-info div{
    text-align: center;
  }
  .section-footer .contact-info .text,
  .section-footer .email-info .text, 
  .section-footer .location-info .text{
    font-size: 18px;
  }
  /*.section-footer .ipo-footer-content{*/
  /*   display: block;*/
  /*}*/
  .section-footer .ipo-footer-content .item {
    justify-content: center;
    margin-bottom: 25px;
  }
  .section-footer .ipo-footer-content .item:last-child{
    margin-bottom: 0;
  }

  .banner-section .heading {
    font-size: 30px;
    line-height: 1;
    margin-bottom:25px;
  }
  .banner-section .breadcrumbs{
    width: 100%;
    right: 0;
    bottom: 0;
    justify-content: center;
    padding: 12px 15px;
  }
  .banner-section .breadcrumbs li {
    font-size: 15px;
    margin-left: 20px;
  }
  .banner-section .breadcrumbs li::after {
    left: -14px;
  }

  /* Factories Page */
  .factory-contact-details {
    padding: 50px 0;
  }
  .factory-contact-details .icon img {
    height: 40px;
  }
  .factory-contact-details .heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .factory-contact-details a,
  .factory-contact-details p {
    font-size: 16px;
  }
  .factory-contact-details .center-block {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #163029;
    border-bottom: 1px solid #163029;
    padding: 24px 12px;
  }
  .factory-capacity {
    padding: 50px 0;
    text-align: center;
  }
  .factory-capacity .item .count,
  .factory-capacity .item .count .counter-animation {
    font-size: 40px;
  }
  .factory-capacity .item .count .sm-text {
    font-size: 14px;
    margin-left: 0;
  }
  .factory-capacity .item .text {
    font-size: 16px;
  }

  .factory-tables {
    padding: 50px 0;
  }
  .factory-tables .shadow,
  .factory-tables .table {
    border-radius: 10px;
  }
  .factory-tables .left table tr th:first-child,
  .factory-tables .right table tr th:first-child {
    padding: 22px 15px 22px 15px;
  }
  .factory-tables .left table tr th:last-child,
  .factory-tables .right table tr th:last-child {
    padding: 22px 15px 22px 15px;
  }
  .factory-tables .left table tr td:first-child,
  .factory-tables .right table tr td:first-child {
    padding: 20px 15px 20px 15px;
  }
  .factory-tables .left table tr td:last-child,
  .factory-tables .right table tr td:last-child  {
    padding: 20px 15px 20px 15px;
  }

  /* About Page */
  .about-description {
    padding: 50px 0;
  }
  .about-description .text {
    font-size: 18px;
    text-align: right;
  }
  .about-blocks {
    padding: 50px 0 50px;
  }

  /* Board of Directors Page */
  .bod-members {
    padding: 50px 0 50px;
  }
  .bod-members .section-desc {
    width: 100%;
    font-size: 20px;
    margin: 0 auto 40px;
  }

  /* BOD Profile Page */
  .bod-profile-description {
    padding: 50px 0 50px;
  }
  .bod-profile-description .content{
    display: block;
  }
  .bod-profile-description .content .profile {
    min-width: auto;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .bod-profile-description .content .desg {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .bod-profile-description .content .bio {
    font-size: 18px;
    text-align: center;
  }

  /* CEO Page */
  .ceo-msg-main {
    padding: 50px 0 50px;
  }
  .ceo-msg-main .img{
    text-align: center;
    margin-bottom: 40px;
  }
  .ceo-msg-main .img {
    padding: 30px 30px 0 30px;
  }
  .ceo-msg-main .msg {
    padding: 0px 12px 0px 12px;
  }
  .ceo-msg-main .msg .name {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .ceo-msg-main .msg .text {
    color: #fff;
  }

  /* Partners Page */
  .partners-logo {
    padding: 50px 0;
  }
  .partners-logo .section-heading{
    font-size: 35px;
    margin-bottom: 40px;
  }

  /* Media Center Page */
  .media-center-main {
    padding: 50px 0;
  }
  .reports-section {
    padding: 50px 0 50px;
  }

  /* Photos Gallery Page */
  .gallery-main {
    padding: 50px 0;
  }

  /* Products Page */
  .product-listing {
    padding: 50px 0 35px;
  }
  .product-listing .item .hover-details {
    padding: 10px;
  }
  .product-listing .item .product-weight {
    font-size: 16px;
  }
  .product-listing .item .hover-details .desc {
    font-size: 14px;
  }

  /* Product Details Page */
  .product-details {
    padding: 50px 0;
  }
  .product-details .product-img {
    border-radius: 25px;
    padding: 10px 15px;
    margin-bottom: 30px;
  }
  .product-details .content {
    padding-right: 0;
  }
  .product-details .content .product-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .product-details .content .product-desc {
    font-size: 16px;
    width: 100%;
  }
  .product-details .content .custom-tabs .nav-item {
    width: 50%;
  }
  .product-details .content .custom-tabs .nav-item:last-child{
    padding-left: 0;
  }
  .product-details .table tr th {
    font-size: 18px;
    padding: 15px 25px;
  }
  .product-details .table tr td {
    padding: 15px 25px;
    font-weight: 500;
  }

  /* Saudi Bakery Page */
  .sb-banner{
    padding: 40px 0 100px;
  }
  .sb-banner .logo {
    width: 140px;
    margin: 0 auto;
  }
  .sb-banner .breadcrumbs {
    bottom: -100px !important;
  }
  .multi-sec-bg {
    background-position: right top;
  }
  .sb-about-program {
    padding: 50px 0 25px;
  }
  .sb-about-program .section-heading {
    font-size: 35px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
  }
  .sb-about-program .desc {
    font-size: 16px;
    text-align: center;
  }
  .passion-hightligts{
    text-align: center;
  }
  .sb-program-characters {
    padding: 25px 0 50px;
  }
  .sb-program-characters .section-heading {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .sb-program-characters .img-chef {
    display: block;
    width: 65%;
    min-width: auto;
    margin: 0 auto 40px;
  }
  .sb-program-characters .left-content {
    padding-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .sb-program-characters .left-content .name, 
  .sb-program-characters .right-content .name {
    font-size: 25px;
    text-align: center;
  }
  .sb-program-characters .left-content .age, 
  .sb-program-characters .right-content .age {
    font-size: 22px;
    text-align: center;
  }
  .sb-program-characters .left-content .desc, 
  .sb-program-characters .right-content .desc{
    text-align: center;
  }
  .sb-program-characters .right-content {
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
  }
  .sb-program-characters .sb-video {
    margin-top: 50px;
    margin-bottom: 0;
    height: 200px;
  }
  .sb-program-characters .sb-video .btn-play img {
    width: 100px;
  }
  .sb-program-partners {
    padding: 50px 0 50px;
  }
  .sb-program-partners .section-heading {
    font-size: 35px;
    line-height: 1.2;
  }
  .sb-program-partners .section-heading::before,
  .sb-program-partners .section-heading::after {
    display: none;
  }
  .sb-program-partners .partners{
    /* display: block; */
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
  }
  .sb-program-partners .partners .item{
    /* margin-bottom: 30px; */
    width: 150px;
    height: 150px;
  }
  .sb-program-partners .partners .item:last-of-type{
    margin-bottom: 0;
  }
  .sb-program-partners .partners .item img{
    width: 100%;
  }
  .sb-program-highlights {
    padding: 50px 0;
  }
  .sb-program-highlights .section-heading {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 60px;
  }
  .sb-program-highlights .timeline {
    width: 100%;
    margin: 0 auto 60px;
  }
  .sb-gallery {
    padding: 50px 0 50px;
  }
  .sb-gallery .section-heading {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .sb-register {
    padding: 50px 0;
  }
  .sb-register .content {
    display: block;
  }
  .sb-register .content .desc {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
  }
  .sb-register .content .btn-register-now {
    display: block;
    padding: 20px 50px;
    font-size: 18px;
    text-align: center;
  }
  .sb-join-conversion {
    padding: 50px 0 50px;
  }
  .sb-join-conversion .section-heading {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .sb-join-conversion .section-heading::before,
  .sb-join-conversion .section-heading::after{
    display: none;
  }
  
  /* IPO Page */
  .ipoModal .modal-dialog-centered {
    min-height: calc(100% - 3rem);
    margin: 1.5rem auto;
  }
  .ipoModal .modal-dialog-scrollable {
    height: calc(100% - 3rem);
  }
  .ipoModal .modal-content .modal-header {
    padding: 15px 15px;
  }
  .ipoModal .modal-content .modal-header .modal-title {
    font-size: 20px;
  }
  .ipoModal .modal-content .modal-body {
    padding: 20px 15px;
  }
  .ipoModal .modal-content .modal-body .simple-text {
    font-size: 16px;
  }
  .ipoModal .modal-content .modal-body label {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .ipoModal .modal-content .modal-body select {
    font-size: 15px;
    padding: 12px 15px;
    background-position-x: 95%;
    background-position-y: 20px;
  }
  .ipoModal .modal-content .modal-footer {
    padding: 15px 15px;
  }
  .ipoModal .modal-content .modal-footer .btn-footer {
    font-size: 16px;
  }
  .ipoModal .modal-content .modal-footer .switch-to-arabic {
    font-size: 16px;
  }
  .ipo-banner .heading{
    font-size: 18px;
    padding-bottom: 30px;
  }
  .ipo-banner .heading span{
    font-size: 14px;
  }
  .ipo-our-story {
    padding: 50px 0;
  }
  .ipo-our-story .sec-heading {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .ipo-our-story .sec-desc {
    font-size: 16px;
  }
  .ipo-public-offering {
    padding: 75px 0 50px;
  }
  .ipo-public-offering .img {
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .ipo-public-offering .img .icon {
    display: none;
  }
  .ipo-public-offering .heading {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .ipo-public-offering .desc {
    font-size: 16px;
  }
  .ipo-leadership {
    padding: 50px 0;
  }
  .ipo-leadership .sec-heading {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 50px;
  }
  .ipo-leadership .ceo-row {
    margin-top: 50px;
  }
  .ipo-leadership .chairman-row .profile-img, 
  .ipo-leadership .ceo-row .profile-img {
    margin-bottom: 25px;
  }
  .ipo-leadership .chairman-row .name, 
  .ipo-leadership .ceo-row .name {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .ipo-leadership .chairman-row .designation, 
  .ipo-leadership .ceo-row .designation {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .ipo-leadership .chairman-row .info, 
  .ipo-leadership .ceo-row .info {
    font-size: 16px;
  }
  .ipo-investment {
    padding: 50px 0 0;
  }
  .ipo-investment .sec-heading {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 40px;
  }
  .web-investment-tabs .box .content {
    bottom: 10px;
    padding: 0 5px;
  }
  .web-investment-tabs .box .content .title {
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .web-investment-tabs .box .content .more-details-link {
    font-size: 10px;
    column-gap: 2px;
  }
  .web-investment-tabs .box .content .more-details-link i {
    font-size: 12px;
    }
  .web-investment-tabs .highlights-content {
    padding: 0 15px;
  }
  .web-investment-tabs .highlights-content .desc-heading {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .web-investment-tabs .highlights-content .desc-list {
    margin: 0 0 40px 0;
  }
  .web-investment-tabs .highlights-content .desc-list li {
    padding: 15px 25px 15px 10px;
  }
  .web-investment-tabs .highlights-content .desc-list li i{
    top: 23px;
    font-size: 17px;
  }

  .ipo-key-documents {
    padding: 50px 0;
  }
  .ipo-key-documents .sec-heading {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 40px;
  }
  .ipo-receiving-banks {
    padding: 50px 0 50px;
  }
  .ipo-receiving-banks .section-heading {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 40px;
  }
  .ipo-timetable {
    padding: 50px 0 20px;
  }
  .ipo-timetable .sec-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .ipo-subscription {
    padding: 50px 0 25px;
  }
  .ipo-subscription .sec-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
   /* start of financial statement */
  .left-sidebar-nav{
    /* display: none; */
  }
  .left-sidebar-nav #accordionExample > * {
    display: none; /* Hide all children of #accordionExample */
  }
  
  .left-sidebar-nav #accordionExample > :first-child {
    display: block; /* Display the first child of #accordionExample */
  }

  #collapseOne #v-pills-tab > :first-child{
    margin-top: 5px;
  }

  
  .fin-state-sec .books-div img{
    height: 120px;
  }
  .fin-state-sec .image-container1, .fin-state-sec .image-container2{
    height: 300px!important;
    width: 80%;
    margin-bottom: 20px;
  }
  /* end of financial statement */

/* investor relation welcome section  */
.shares-sec .share-img-parent{
  width: 100%;
}
  .show-content .investor-wlcm-sec .wlcm-content h1 {
    font-size: 28px;
  }
    .show-content .investor-wlcm-sec .wlcm-content p {
    font-size: 16px;
  }
  .section-footer .ipo-footer-content .footer-copyright, .section-footer .footer-copyright{
  font-size: 16px;
    }
    
.banner-section .content-container .heading{
    font-size:30px;
    justify-content: center!important;
    margin-bottom:-30px;
}
  
  .banner-section .content-container .content-container-row{
      flex-direction:column-reverse;
  }
  
/*    .show-content .investor-wlcm-sec .wlcm-content .learn-more {*/
/*    font-size: .8rem;*/
/*    padding: 5px 10px;*/
/*}*/
  
  /* IR Overview */
.ir-overview .ir-overview-content .title{
  font-size: 20px;
}
.ir-overview .ir-overview-content .list-item{
  font-size: 16px;
}

.ir-overview .ir-overview-content .overview-list{
 margin-right: 40px;
}

/* IR Overview end*/

.sb-program-highlights .fin-icons{
    font-size:25px;
}
  
.ir-vm .mission{
    padding-right:0px;
}
.annual-report-bg-img {
  height: 300px;
}
/* investor relation welcome section  end*/

.sb-program-highlights .para-number{
  font-size: 18px;
}

.play-btn-character.btn_one,
.play-btn-character.btn_two{
  display: none;
}
.sb-faq-section .faq-desc{
  padding-left: 0px;
}

/* Saudi bakery registration page  */

.registration_radio_labels{
  display: block;
  padding-top: 10px;
  padding-right: 0px;
}

/* about us page certificates/awards  */

.certificates-block .certificates-desc-wrapper .certificates-description{
  padding: 20px 10px 0px 10px;
  font-size: 16px;
}
.certificates-block .certificate-card{
  margin: 0px;
}
.certificates-block .certificate-card .image-wrapper img{
  width: 150px;
}
.certificates-block .certificate-card .desc-wrapper .title{
  font-size: 16px;
}
.certificates-block .certificate-card .desc-wrapper .description{
  font-size: 14px;
}


}

@media only screen and (max-width: 320px) {
	.topbar .links li a{
		font-size:10px!important;	
	}
	.topbar .links li{
		padding: 0 5px;		
	}
}



@media only screen and (max-width: 575.98px) {
  .sb-banner::after{
    opacity: 0.3;
  }
  .slick-logo-slider .slick-next{
    right: 0px;
  }
  .slick-logo-slider .slick-prev{
    left: 0px;
  }
  
  .logo-slider-sec .logo-slider.slick-slide{
    width:120px!important;
    height:120px!important;
  }
  
  
  .passion-hightligts {
      font-size: 20px;
  }
  .sb-about-program .bread-img-wrapper img {
      width: 200px;
  }

.custom-leadership-btns  .btn-send{
	font-size:18px!important;
		
}

.custom-leadership-btns  .btn-send{
	
	width:270px!important;
		
}


.teamNonActive{

}

.app-section-row .app-text {
    font-size: 18px!important;
}

.app-section .company-text {
    font-size: 14px;
}

.app-section-row .app-text{

	font-size:14px;
}

.mobile-app-screen .mobile{
	width:150px;
}

.qr-wrapper{
	width:100%;
	margin:0 auto;
	
}
.store-wrapper .qr{
	width:100px;
}

.app-section .copy-text, .app-section .copy-btn {
    width: 100px;
    padding: 2px!important;
    font-size: 12px;
}

.store-wrapper .apps{
	display:block;
	width: 100px;
}

.app-section .copy-text, .app-section .copy-btn {
    padding: 5px 0px;
    font-size: 14px;
}

.catalogue-img .title{
font-size:14px;
}

.topbar .links li a {
    font-size: 12px;
  }

  .ipoModal .modal-dialog-centered {
    margin: 1.5rem 1rem;
  }
  
  /* investor relation welcome section  */
  .show-content .investor-wlcm-sec {
    height: auto;
    padding: 30px 10px;
  }
  .show-content .investor-wlcm-sec .wlcm-content h1 {
    font-size: 25px;
  }
  .show-content .investor-wlcm-sec .wlcm-content p {
    font-size: 16px;
  }


.show-content .investor-wlcm-sec2 .wlcm-image{
  margin-right: 15px;
}

.show-content .investor-wlcm-sec2 {
  height: auto;
  padding: 30px 10px;
}
.show-content .investor-wlcm-sec2 .wlcm-content h1 {
  font-size: 1.5rem;
}
.show-content .investor-wlcm-sec2 .wlcm-content p {
  font-size: 0.8rem;
}
.show-content .investor-wlcm-sec2 .wlcm-content a button {
  font-size: .8rem;
  padding: 5px 10px;
}

.show-content .investor-wlcm-sec2 .wlcm-image{
margin-right: 15px;
}
/* investor relation welcome section  end*/

.sb-program-highlights .highlights .item{

  padding: 20px 10px 20px 10px;
}
.annual-report-bg-img {
  height: 250px;
}
 .sb-program-partners .partners .item {
    width: 150px;
    height: 150px;
}
.badar-sara-sec .play-btn-character::after{
  display: none;
}
.sb-register{
  padding: 45px 0 12px 0px;
}
/* about us page certificates/awards  */

.certificates-block .certificate-card{
  margin: 20px;
  padding: 10px 0px;
}


.f_statement_wrapper .f_statement_side .sidebar_content p{
  font-size: 14px;
  padding: 15px 10px;
  text-wrap: auto;

}
.f_statement_wrapper .year_wrapper .quarters .quarter img{
  width: 20px;
}
.f_statement_wrapper .f_statement_side .arrows .slide_btn{
  width: 26px;
  height: 26px;
}
.f_statement_wrapper .year_wrapper .year{
  padding: 13px 10px;
  height: auto;
}
.f_statement_wrapper .f_statement_side .arrows{
  padding: 12px 10px;
}

.f_tab_wrapper .nav-pills .nav-link,
.f_tab_wrapper .nav-pills .nav-item{
  width: 100%;
}

.f_statement_wrapper.annual_rep .year_wrapper .report_pdf img{
  width: 100px;
}
.f_statement_wrapper .year_wrapper .quarters a {
  height: 44px;
}

.home-banner .slide .content .quality_text{
  font-size: 50px;
}

}

@media only screen and (max-width: 450px) {
  .annual-report-bg-img{
    height: 200px;
  }
  .sb-program-partners .partners .item {
    width: 130px;
    height: 130px;
}
.sb-program-partners .partners {
  column-gap: 20px;
}


.f_statement_wrapper.static_years{
  flex-direction: column;
}
.f_statement_wrapper.static_years .year_wrapper{
  width: 100%;
}
.f_statement_wrapper.annual_rep{
  width: 100%;

}

.home-banner .slide .content .quality_text{
  font-size: 25px;
}

}
/* topbar font-size smaller to appear properly*/

@media only screen and (max-width: 320px) {

  
  .annual-report-bg-img{
    height: 160px;
  }
  .sb-program-partners .partners .item {
    width: 120px;
    height: 120px;
}


.f_statement_wrapper .f_statement_side .sidebar_content p{
  font-size: 12px;
  padding: 6px 5px;
  
}
.f_statement_wrapper .year_wrapper .quarters{
  padding: 5px 5px;
}
.f_statement_wrapper .year_wrapper .quarters .quarter{
  font-size: 12px;
}

.f_statement_wrapper .year_wrapper .quarters a {
  height: 38px;
}

}

