@media (min-width: 100px) and (max-width: 320px) {
  .timeline .border {
    width: 31%;
    height: 2px;
    background-color: white;
}
  .bg-gold-mob{
    background-color: #c9a649;
    padding: 60px 20px;
}
  .accordion-button{
    font-size: 16px !important;
  }
  .program-faq {
    padding: 60px 20px;
}
  .program-sec p {
    line-height: 28px;
    text-align: justify;
}
  .program-sec {
    padding: 60px 20px;
    background-color: #f9fafc;
}
  .programimg img{
    width: 100%;
    margin-bottom: 20px;
  }
  .comingsoonmodal h2{
    text-align: left;
  }
  .modal-dialog {
    margin-left: 12px !important;
    margin-bottom: auto !important;
    margin-top: 62vh !important;
    margin-right: 12px !important;
}
  .modal-content {
    width: 100% !important;
}
  .comingsoonmodal {
    padding: 18px;
  }
  .cont-box {
    padding: 20px 8px;
  }
  .gold_btn {
    padding: 10px 24px;
  }
  .form_box {
    padding: 30px 16px;
  }
  #firstcontact{
    padding: 90px 20px;
  }
  .contact_right_box{
    margin-top:20px;
    /* height: 70vh; */
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .bread{
    width:80% !important;
    overflow:hidden;
  }
  .bread h1{
    width:80%;
  }
  .bread ul{
    width:80%;
  }
  .tab-flex{ 
    margin-bottom: 20px;
  }
  .bg-comingsoon { 
    padding: 100px 20px; 
}
  .box-textim::after{
    top: -16%;
    left: 1%;
    width: 70px;
    height: 70px;
  }
  .mentor_sec h2{
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center;
    margin-top: 25px;
  }
  .des-w-50{
    width: 80%;
    margin: auto;
    display: block;
  }
  #firstMentor {
    padding: 50px 20px !important; 
}
  .about_main img{
    height: 15vh;
    object-fit: cover;
  }
  .bg-gold h2{
    line-height: 40px;
  }
  .mob-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  #testimonial h2{
    margin-left: 0px;
  }
  .call_icon{
    margin-right: 0px !important;
  }
  .proces-box{
    margin-bottom: 25px; }
  .process-sec{
    padding: 50px 20px;
  }
  .fit-sec{
    padding: 50px 20px;
  }
  #testimonial{
    background-position:center;
  }

  #workWithUs h2{
    font-size: 30px;
  }

  .strength_box1{
    padding: 20px 72px 18px 20px;
  }
  .strength_box2{
    padding: 20px 72px 18px 20px;
  }
  .strength_box3{
    padding: 20px 72px 18px 20px;
  }


  .blue_arrow::after{
    background-color: transparent;
  }
  .testi_card {
    padding: 26px;
    margin-bottom: 20px;
  }
  #workWithUs{
    padding: 50px 20px;
  }
  #callToAction h2{
    text-align: center;
  }
  .image_num {
    font-size: 5rem;
  }
  .strength_box {
    padding: 25px 54px 20px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: ease-in-out 0.5s;
    margin-bottom: 20px
}
  #stength{
    padding: 50px 20px;
  }
  #testimonial{
    padding: 50px 3px 50px;
  }
  .box-textim::before{
    display: none;
  }
  .marleft-7{
    margin-left: 0%;
  }
  #services {
    padding: 50px 20px;
  }
  .ser_box {
    margin-left: 0%;
    
}
  .navbar-toggler-icon {
    width: 1.2em !important;
    height: 1.2em !important;
  }
  .navbar{
    padding: 0px !important;
  }

  .navbar-nav {
    gap: 0rem;
  }
  .black-layer {
    height: 34vh;
  }
  .streetsmartz-section {
    border: 1px solid #000000;
    background-size: cover !important;
  }
  .black-layer img {
    margin-bottom: 17px;
  }
  footer{
    padding: 20px;
  }
  .apply-btn{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .timeline .border {
    width: 31%;
    height: 2px;
    background-color: white;
}
  .bg-gold-mob{
    background-color: #c9a649;
    padding: 60px 20px;
}
  
  .accordion-button{
    font-size: 16px !important;
  }
  .program-faq {
    padding: 60px 20px;
}
  .program-sec p {
    line-height: 28px;
    text-align: justify;
}
  .program-sec {
    padding: 60px 20px;
    background-color: #f9fafc;
}
  .programimg img{
    width: 100%;
    margin-bottom: 20px;
  }
  .comingsoonmodal h2{
    text-align: left;
  }
  .modal-dialog {
    margin-left: 12px !important;
    margin-bottom: auto !important;
    margin-top: 62vh !important;
    margin-right: 12px !important;
}
  .modal-content {
    width: 100% !important;
}
  .comingsoonmodal {
    padding: 18px;
  }
  .cont-box {
    padding: 20px 8px;
  }
  .gold_btn {
    padding: 10px 24px;
  }
  .form_box {
    padding: 30px 16px;
  }
  #firstcontact{
    padding: 90px 20px;
  }
  .contact_right_box{
    margin-top:20px;
    /* height: 70vh; */
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .bread{
    width:80% !important;
    overflow:hidden;
  }
  .bread h1{
    width:80%;
  }
  .bread ul{
    width:80%;
  }
  .tab-flex{ 
    margin-bottom: 20px;
  }
  .bg-comingsoon { 
    padding: 100px 20px; 
}
  .box-textim::after{
    top: -16%;
    left: 1%;
    width: 70px;
    height: 70px;
  }
  .mentor_sec h2{
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center;
    margin-top: 25px;
  }
  .des-w-50{
    width: 80%;
    margin: auto;
    display: block;
  }
  #firstMentor {
    padding: 50px 20px !important; 
}
  .about_main img{
    height: 15vh;
    object-fit: cover;
  }
  .bg-gold h2{
    line-height: 40px;
  }
  .mob-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  #testimonial h2{
    margin-left: 0px;
  }

  .call_icon{
    margin-right: 0px !important;
  }
  .apply-btn{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer{
    padding: 20px;
  }
  .proces-box{
    margin-bottom: 25px; }
  .process-sec{
    padding: 50px 20px;
  }
  .fit-sec{
    padding: 50px 20px;
  }
  #testimonial{
    background-position:center;
  }

  #workWithUs h2{
    font-size: 30px;
  }
  .strength_box1{
    padding: 20px 72px 18px 20px;
  }
  .strength_box2{
    padding: 20px 72px 18px 20px;
  }
  .strength_box3{
    padding: 20px 72px 18px 20px;
  }
  .blue_arrow::after{
    background-color: transparent;
  }
  .testi_card {
    padding: 26px;
    margin-bottom: 20px;
  }
  #workWithUs{
    padding: 50px 20px;
  }
  #callToAction h2{
    text-align: center;
  }
  .image_num {
    font-size: 5rem;
  }
  .strength_box {
    padding: 25px 54px 20px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: ease-in-out 0.5s;
    margin-bottom: 20px
}
  #stength{
    padding: 50px 20px;
  }
  #testimonial{
    padding: 50px 3px 50px;
  }
  .box-textim::before{
    display: none;
  }
  .marleft-7{
    margin-left: 0%;
  }
  #services {
    padding: 50px 20px;
  }
  .ser_box {
    margin-left: 0%;
    padding: 10px;
}
  .navbar-toggler-icon {
    width: 1.2em !important;
    height: 1.2em !important;
  }
  .navbar{
    padding: 0px !important;
  }
  
  .navbar-nav {
    gap: 0rem;
  }
  .black-layer {
    height: 34vh;
  }
  .streetsmartz-section {
    border: 1px solid #000000;
    background-size: cover !important;
  }
  .black-layer img {
    margin-bottom: 17px;
  }
}

@media (min-width: 376px) and (max-width: 414px) {
  .timeline .border {
    width: 31%;
    height: 2px;
    background-color: white;
}
  .bg-gold-mob{
    background-color: #c9a649;
    padding: 60px 20px;
}
  .accordion-button{
    font-size: 16px !important;
  }
  .program-faq {
    padding: 60px 20px;
}
  .program-sec p {
    line-height: 28px;
    text-align: justify;
}
  .program-sec {
    padding: 60px 20px;
    background-color: #f9fafc;
}
  .programimg img{
    width: 100%;
    margin-bottom: 20px;
  }
  .comingsoonmodal h2{
    text-align: left;
  }
  .modal-dialog {
    margin-left: 12px !important;
    margin-bottom: auto !important;
    margin-top: 62vh !important;
    margin-right: 12px !important;
}
  .modal-content {
    width: 100% !important;
}
  .comingsoonmodal {
    padding: 18px;
  }
  .cont-box {
    padding: 20px 8px;
  }
  .gold_btn {
    padding: 10px 24px;
  }
  .form_box {
    padding: 30px 16px;
  }
  #firstcontact{
    padding: 90px 20px;
  }
  .contact_right_box{
    margin-top:20px;
    /* height: 70vh; */
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .bread{
    width:80% !important;
    overflow:hidden;
  }
  .bread h1{
    width:80%;
  }
  .bread ul{
    width:80%;
  }
  .tab-flex{ 
    margin-bottom: 20px;
  }
  .bg-comingsoon { 
    padding: 100px 20px; 
}
  .box-textim::after{
    top: -16%;
    left: 1%;
    width: 70px;
    height: 70px;
  }
  .mentor_sec h2{
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center;
    margin-top: 25px;
  }
  .des-w-50{
    width: 80%;
    margin: auto;
    display: block;
  }
  #firstMentor {
    padding: 50px 20px !important; 
}
  .about_main img{
    height: 15vh;
    object-fit: cover;
  }
  .bg-gold h2{
    line-height: 40px;
  }
  .mob-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  #testimonial h2{
    margin-left: 25px;
  }
  .call_icon{
    margin-right: 0px !important;
  }
  .apply-btn{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer{
    padding: 20px;
  }
  .proces-box{
    margin-bottom: 25px; }
  .process-sec{
    padding: 50px 20px;
  }
  .fit-sec{
    padding: 50px 20px;
  }
  #testimonial{
    background-position:center;
  }

  #workWithUs h2{
    font-size: 30px;
  }
  .strength_box1{
    padding: 20px 72px 18px 20px;
  }
  .strength_box2{
    padding: 20px 72px 18px 20px;
  }
  .strength_box3{
    padding: 20px 72px 18px 20px;
  }
  .blue_arrow::after{
    background-color: transparent;
  }
  .testi_card {
    padding: 26px;
    margin-bottom: 20px;
  }
  #workWithUs{
    padding: 50px 20px;
  }
  #callToAction h2{
    text-align: center;
  }
  .image_num {
    font-size: 5rem;
  }
  .strength_box {
    padding: 25px 63px 20px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: ease-in-out 0.5s;
    margin-bottom: 20px
}
  #stength{
    padding: 50px 20px;
  }
  #testimonial{
    padding: 50px 3px 50px;
  }
  .box-textim::before{
    display: none;
  }
  .marleft-7{
    margin-left: 0%;
  }
  #services {
    padding: 50px 20px;
  }
  .ser_box {
    margin-left: 0%;
    padding: 10px;
}
  .navbar-toggler-icon {
    width: 1.2em !important;
    height: 1.2em !important;
  }
  .navbar{
    padding: 0px !important;
  }
  .navbar-nav {
    gap: 0rem;
  }
  .black-layer {
    height: 34vh;
  }
  .streetsmartz-section {
    border: 1px solid #000000;
    background-size: cover !important;
  }
  .black-layer img {
    margin-bottom: 17px;
  }
}

@media (min-width: 415px) and (max-width: 700px) {
  .timeline .border {
    width: 31%;
    height: 2px;
    background-color: white;
}
  .bg-gold-mob{
    background-color: #c9a649;
    padding: 60px 20px;
}
  .accordion-button{
    font-size: 16px !important;
  }
  .program-faq {
    padding: 60px 20px;
}
  .program-sec p {
    line-height: 28px;
    text-align: justify;
}
  .program-sec {
    padding: 60px 20px;
    background-color: #f9fafc;
}
  .programimg img{
    width: 100%;
    margin-bottom: 20px;
  }
  .comingsoonmodal h2{
    text-align: left;
  }
  .modal-dialog {
    margin-left: 12px !important;
    margin-bottom: auto !important;
    margin-top: 62vh !important;
    margin-right: 12px !important;
}
  .modal-content {
    width: 100% !important;
}
  .comingsoonmodal {
    padding: 18px;
  }
  .cont-box {
    padding: 20px 8px;
  }
  .gold_btn {
    padding: 10px 24px;
  }
  .form_box {
    padding: 30px 16px;
  }
  #firstcontact{
    padding: 90px 20px;
  }
  .contact_right_box{
    margin-top:20px;
    /* height: 70vh; */
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .bread{
    width:80% !important;
    overflow:hidden;
  }
  .bread h1{
    width:80%;
  }
  .bread ul{
    width:80%;
  }
  .tab-flex{ 
    margin-bottom: 20px;
  }
  .bg-comingsoon { 
    padding: 100px 20px; 
}
  .box-textim::after{
    top: -16%;
    left: 1%;
    width: 70px;
    height: 70px;
  }
  .mentor_sec h2{
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center;
    margin-top: 25px;
  }
  .des-w-50{
    width: 80%;
    margin: auto;
    display: block;
  }
  #firstMentor {
    padding: 50px 20px !important; 
}
  .about_main img{
    height: 15vh;
    object-fit: cover;
  }
  .bg-gold h2{
    line-height: 40px;
  }
  .mob-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  #testimonial h2{
    margin-left: 0px;
  }
  .call_icon{
    margin-right: 0px !important;
  }
  .apply-btn{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer{
    padding: 20px;
  }
  .proces-box{
    margin-bottom: 25px; }
  .process-sec{
    padding: 50px 20px;
  }
  .fit-sec{
    padding: 50px 20px;
  }
  #testimonial{
    background-position:center;
  }

  #workWithUs h2{
    font-size: 30px;
  }
  .strength_box1{
    padding: 20px 72px 18px 20px;
  }
  .strength_box2{
    padding: 20px 72px 18px 20px;
  }
  .strength_box3{
    padding: 20px 72px 18px 20px;
  }
  .blue_arrow::after{
    background-color: transparent;
  }
  .testi_card {
    padding: 26px;
    margin-bottom: 20px;
  }
  #workWithUs{
    padding: 50px 20px;
  }
  #callToAction h2{
    text-align: center;
  }
  .image_num {
    font-size: 5rem;
  }
  .strength_box {
    padding: 25px 54px 20px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: ease-in-out 0.5s;
    margin-bottom: 20px;
}
  #stength{
    padding: 50px 20px;
  }
  #testimonial{
    padding: 50px 3px 50px;
  }
  .box-textim::before{
    display: none;
  }
  .marleft-7{
    margin-left: 0%;
  }
  #services {
    padding: 50px 20px;
  }
  .ser_box {
    margin-left: 0%;
    padding: 10px;
}
  .navbar-toggler-icon {
    width: 1.2em !important;
    height: 1.2em !important;
  }
  .navbar{
    padding: 0px !important;
  }
  .navbar-nav {
    gap: 0rem;
  }

  .black-layer {
    height: 34vh;
  }
  .streetsmartz-section {
    border: 1px solid #000000;
    background-size: cover !important;
  }
  .black-layer img {
    margin-bottom: 17px;
  }
  .black-layer img {
    margin-bottom: 32px;
  }
}

@media (min-width: 701px) and (max-width: 768px) {
  .timeline .border {
    width: 31%;
    height: 2px;
    background-color: white;
}
  .bg-gold-mob{
    background-color: #c9a649;
    padding: 60px 20px;
}
  .accordion-button{
    font-size: 16px !important;
  }
  .program-faq {
    padding: 60px 20px;
}
  .program-sec p {
    line-height: 28px;
    text-align: justify;
}
  .program-sec {
    padding: 60px 20px;
    background-color: #f9fafc;
}
  .programimg img{
    width: 100%;
    margin-bottom: 20px;
  }
  .comingsoonmodal h2{
    text-align: left;
  }
  .modal-dialog {
    margin-left: 12px !important;
    margin-bottom: auto !important;
    margin-top: 62vh !important;
    margin-right: 12px !important;
}
  .modal-content {
    width: 100% !important;
}
  .comingsoonmodal {
    padding: 18px;
  }
  .cont-box {
    padding: 20px 8px;
  }
  .gold_btn {
    padding: 10px 24px;
  }
  .form_box {
    padding: 30px 16px;
  }
  #firstcontact{
    padding: 90px 20px;
  }
  #about_sec{
    height: 90vh;
  }
  
    .contact_right_box{
    margin-top:20px;
    /* height: 40vh; */
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .bread{
    width:80% !important;
    overflow:hidden;
  }
  .bread h1{
    width:80%;
  }
  .bread ul{
    width:80%;
  }
  .tab_inpt_btn{
    margin-left:-35px;
  }
  .tab-flex{ 
    margin-bottom: 20px;
  }
  .bg-comingsoon { 
    padding: 100px 20px; 
}
  .box-textim::after{
    top: -16%;
    left: 1%;
    width: 70px;
    height: 70px;
  }
  .mentor_sec h2{
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center;
    margin-top: 25px;
  }
  .des-w-50{
    width: 80%;
    margin: auto;
    display: block;
  }
  #firstMentor {
    padding: 50px 20px !important; 
}
  .about_main img{
    height: 15vh;
    object-fit: cover;
  }
  .bg-gold h2{
    line-height: 40px;
  }
  .mob-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  #testimonial h2{
    margin-left: 0px;
  }
  .call_icon{
    margin-right: 0px !important;
  }
  .strength_box1{
    padding: 20px 72px 18px 20px;
  }
  .strength_box2{
    padding: 20px 72px 18px 20px;
  }
  .strength_box3{
    padding: 20px 72px 18px 20px;
  }

  .blue_arrow::after{
    background-color: transparent;
  }
  #stength{
    padding: 50px 20px;
  }
  .marleft-7{
    margin-left: 0%;
  }
  .navbar-nav {
    gap: 30px;
  }
  .nav-item .nav-link {
    font-size: 15px !important;
  }
  .black-layer {
    height: 34vh;
  }
  .streetsmartz-section {
    border: 1px solid #000000;
    background-size: cover !important;
  }
  .black-layer img {
    margin-bottom: 17px;
  }
}

@media (min-width: 769px) and (max-width: 820px) {
  .timeline .border {
    width: 31%;
    height: 2px;
    background-color: white;
}
  .bg-gold-mob{
    background-color: #c9a649;
    padding: 60px 20px;
}
  .accordion-button{
    font-size: 16px !important;
  }
  .program-faq {
    padding: 60px 20px;
}
  .program-sec p {
    line-height: 28px;
    text-align: justify;
}
  .program-sec {
    padding: 60px 50px;
    background-color: #f9fafc;
}
  .programimg img{
    width: 100%;
    margin-bottom: 30px;
  }
  .des-w-50 {
    width: 85%;
}

  .fa-paper-plane{
    margin-left: 50px;
  }
  .comingsoonmodal h2{
    text-align: left;
    font-size: 30px;
  }
  .modal-dialog {
    margin-left: auto !important;
    margin-bottom: auto !important;
    margin-top: 62vh !important;
    margin-right: auto !important;
 
}
  .modal-content {
    width: 100% !important;
}
  .comingsoonmodal {
    padding: 40px;
  }
  .cont-box {
    padding: 25px 5px 0px;
  }
  .cont-box .w-80 ul li {
    list-style: none;
    font-size: 20px !important;
}
  .gold_btn {
    padding: 10px 24px;
  }
  #about_sec{
    height: 90vh;
  }
  
   .contact_right_box{
    margin-top:20px;
    /* height: 40vh; */
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .bread{
    width:80% !important;
    overflow:hidden;
  }
  .bread h1{
    width:80%;
  }
  .bread ul{
    width:80%;
  }
  .tab_inpt_btn{
    margin-left:-35px;
  }
  .tab-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .bg-comingsoon { 
    padding: 100px 20px;
    height: 64vh;
    display: flex;
    align-items: center;

}
  #firstMentor {
    padding: 50px 20px !important; 
}
  .about_main img{
    height: 18vh;
    object-fit: cover;
  }

  #services {
    padding: 50px 0px 80px;
  }
  .marleft-7{
    margin-left: 5%;
  }
  .navbar-nav {
    gap: 30px;
  }
  .navbar-brand img{
    width: 70%;
  }
  .nav-item .nav-link {
    font-size: 15px !important;
  }

  .streetsmartz-section {
    height: calc(98vh - 0px) !important;
  }
  .black-layer img {
    margin-bottom: 17px;
  }
  .black-layer {
    height: 26vh;
  }
  .streetsmartz-section {
    border: 60px solid #000000;
  }
  .box-work {
    height: 100%;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  .comingsoonmodal h2{
    text-align: left;
  }
  .modal-dialog {
    margin-left: 12px !important;
    margin-bottom: auto !important;
    margin-top: 62vh !important;
    margin-right: 12px !important;
}
  .modal-content {
    width: 100% !important;
}
  .comingsoonmodal {
    padding: 18px;
  }
  .cont-box {
    padding: 20px 8px;
  }
  .gold_btn {
    padding: 10px 24px;
  }
  #about_sec{
    height: 90vh;
  }
  
  .contact_right_box{
    margin-top:20px;
    /* height: 40vh; */
  }
  .bread{
    width:80% !important;
    overflow:hidden;
  }
  .bread h1{
    width:80%;
  }
  .bread ul{
    width:80%;
  }
  .tab_inpt_btn{
    margin-left:-35px;
  }
  .box-work {
    height: 100%;
  }
  .bg-comingsoon { 
    padding: 100px 20px;
    height: 64vh;
    display: flex;
    align-items: center;

}
  #services {
    padding: 50px 0px 80px;
  }
  .marleft-7{
    margin-left: 5%;
  }
  .nav-item .nav-link {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .call_icon{
    margin-right: 11px;
  }
  .box-textim::before{
    top: -12%;
  }
  .box-textim::after{
    top: -35%;
  }

  footer ul li a {

    font-size: 12px;
}
}