/* BASIC TYPOGRAPHY */
body, html {
    overflow-x: hidden;
}
body {
    font-family: "new-atten", sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -1px;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: disc;
}
a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "new-atten", sans-serif;
    font-weight: 700;
    margin-top: 0;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 34px;
    margin-bottom: 0px;
    letter-spacing: -1.5px;
}
h4 {
   font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}
img {
    border: none;
    max-width: 100%;
}
.container {
    max-width: 90vw;
    padding: 0px;
}
.padd-left-10 {
    padding-left: 10px;
}
.padd-left-20 {
    padding-left: 20px;
}
.padd-left-30 {
    padding-left: 30px;
}
.padd-left-40 {
    padding-left: 40px;
}
.padd-left-50 {
    padding-left: 50px;
}
.padd-right-10 {
    padding-right: 10px;
}
.padd-right-20 {
    padding-right: 20px;
}
.padd-right-30 {
    padding-right: 30px;
}
.padd-right-40 {
    padding-right: 40px;
}
.padd-right-50 {
    padding-right: 50px;
}
.padd-top-10 {
    padding-top: 10px;
}
.padd-top-20 {
    padding-top: 20px;
}
.padd-top-30 {
    padding-top: 30px;
}
.padd-top-40 {
    padding-top: 40px;
}
.padd-top-50 {
    padding-top: 50px;
}
.padd-bottom-10 {
    padding-bottom: 10px;
}
.padd-bottom-20 {
    padding-bottom: 20px;
}
.padd-bottom-30 {
    padding-bottom: 30px;
}
.padd-bottom-40 {
    padding-bottom: 40px;
}
.padd-bottom-50 {
    padding-bottom: 50px;
}
.mrg-btm-50 {
    margin-bottom: 50px;
}
.mrg-btm-30 {
    margin-bottom: 30px;
}
.mrg-btm-20 {
    margin-bottom: 20px;
}
.mrg-btm-10 {
    margin-bottom: 10px;
}
.no-padd {
    padding: 0px;
}
.no-border {
    border: none;
}

/* ----- HEADER -----  */
nav.navbar {
    justify-content: center;
}

/* ----- FOOTER -----  */
footer {
    background: #EBEBEB;
    padding: 2rem 0;
}
.footer-wrap {
    justify-content: space-between;
    align-items: end;
}
.address-wrap {
    text-align: right;
    margin-bottom: 1rem;
}
img.footer-image {
    margin-bottom: 20px;
}
.phone-numbers {
    margin-bottom: 20px;
}

/* ----- Banner -----  */
section.iim-banner-sec {
    position: relative;
}
.bnr-copy-part {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
}
span.orange {
    color: #ff6c00;
}
.bnr-copy-part p {
    font-size: 30px;
}
.logo-group img {
    width: 25%;
    margin: 40px 10px 0px 0px;
}
.mobile-banner, .logo-group-mobile, .mobile-sticky-cta {
    display: none;
}
.banner-cta {
    position: relative;
    background: #fff;
    padding: 12px 80px 12px 21px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px 0px 30px;
    display: inline-block;
}
.banner-cta:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 20px;
}
a.navbar-brand {
    width: 80%;
    margin: 0 auto;
}
.no-padding.bg-img {
    text-align: center;
}
.banner-cta:hover {
    color: #000;
}

/* ----- Programme Highlights -----  */
.prog-high-sec {
    padding: 100px 0px 0px;
}
.prog-high-sec {
    padding: 100px 0px 0px;
}
.ph-title {
    text-align: center;
}
.hilit-boxes {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}
.hilit-single-box {
    background: #FFF7E8;
    width: 50%;
    border-radius: 30px;
    padding: 30px;
}
.wrap-icon-title {
    display: flex;
    margin-bottom: 20px;
}
.wrap-icon-title img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 20px;
}
.ph-title h2 {
    margin-bottom: 50px;
    letter-spacing: -1px;
}
.hilit-single-box p {
    font-size: 22px;
    font-weight: 400;
    width: 85%;
}

/* ----- Form Section -----  */
.wrap-form-featr {
    display: flex;
    align-items: flex-start;
}
.features-wrap {
    display: flex;
    width: 55%;
    padding-top: 20px;
}
.timeline {
    width: 50%;
}
.feature h4 {
    padding-bottom: 5px;
    border-bottom: 2px solid #70707060;
    position: relative;
}
.feature {
    width: 80%;
    padding-left: 30px;
    padding-bottom: 40px;
    position: relative;
}
.feature:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 5px;
    left: 6px;
    background: #70707060;
}
.feature:last-child:before {
    display: none;
}
.feature h4:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 4px;
    left: -30px;
    background: linear-gradient(223deg, #4BD8FA, #F7DD90);
    border-radius: 50px;
}
/* ----- Form -----  */
.card{
    width: 40%;
    border-radius: 18px;
    border: 1px solid #70707060;
    padding: 28px 30px;
    background: #fff;
    margin-left: auto;
 }
 .card form{
    display:flex;
    flex-direction:column;
    gap:14px;
 }
.form-row{
    display:flex;
    flex-direction:column;
    gap:0px;
}
label{
    font-size: 16px;
    color: #6E6E6E;
    font-weight: 500;
    margin-bottom: 0px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select{
    font-family: inherit;
    font-size: 15px;
    padding: 0px 4px 0px 4px;
    border: none;
    border-bottom: 1px solid #70707060;
    outline: none;
    color: var(--text);
    background: transparent;
}
input::placeholder { 
    color: #aaa; 
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #777 50%),
                      linear-gradient(135deg, #777 50%, transparent 50%);
    background-position: calc(100% - 12px) calc(1em + 2px), calc(100% - 7px) calc(1em + 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 36px;
}
.small{
    font-size:13px;
    color:#8a8a8a;
    margin-bottom: 0px;
}
.checkbox-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:6px;
    margin-bottom:8px;
}
.checkbox-row input[type="checkbox"]{
    width:14px;
    height:14px;
    accent-color: #888;
}
.btn-wrap{
    display:flex;
    justify-content:center;
    margin-top:12px;
}
.btn{
    cursor:pointer;
    border-radius:10px;
    padding:12px 28px;
    font-weight:600;
    background: #fff;
    border: 1px solid #bcbcbc;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
    font-size:16px;
}
.form-title{
    font-family: Georgia, serif;
    font-size: 18px;
    margin-bottom:6px;
}

/* ----- Programme Information -----  */

.prg-info-sec {
    padding: 50px 0px 40px;
}
.pi-title {
    text-align: center;
}
.pi-info-wrap {
    display: flex;
    padding-top: 30px;
}
.pi-info {
    width: 25%;
    padding: 0px 30px;
    border-right: 2px solid #70707060;
}
.pi-info:last-child {
    border-right: none;
}
.pi-info h5 {
    background: #FFF7E8;
    padding: 8px;
    display: inline-block;
}
.pi-info p {
    line-height: 24px;
}

/* ----- Date Section -----  */
.prg-date-sec {
    padding: 50px 0px 40px;
}
.prg-date-wrap {
    display: flex;
    justify-content: center;
}
.prg-date-step {
    position: relative;
    width: 25%;
    margin: 0px 30px;
    padding: 30px 30px 20px;
    border: 1px solid #70707060;
    border-radius: 15px;
}
.date-box {
    max-width: 90%;
    background-color: white;
    width: max-content;
    text-align: center;
    padding: 10px 20px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.content-box {
    padding-top: 30px;
}

/* ----- Meet the Faculty -----  */
.faculty-section {
    padding: 40px 20px 80px;
}
.faculty-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
    background-color: #f0f0f0; 
    border-radius: 5px;
    position: relative; 
}
.faculty-heading {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 30px;
}
.faculty-outer-wrap {
    display: flex !important; /* Important for Slick */
    gap: 40px;
    align-items: stretch;
}
.faculty-profile-panel {
    flex: 1;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding-right: 20px;
}
.faculty-photo-container {
    flex-shrink: 0;
    width: 30%;
}
.faculty-video-panel {
    width: 50%;
    flex: 1;
    text-align: left;
}
.video-placeholder-container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.faculty-indicators {
    position: absolute;
    bottom: 20px;
    right: 40px;
    display: flex;
    gap: 8px;
}
.faculty-slider {
    width: 50%;
    padding-right: 40px;
    border-right: 1px solid #70707060;
}
.owl-dots {
    text-align: right;
    margin-top: 0px;
}
.owl-dot span {
    background: #000 !important;
    width: 5px;
    height: 5px;
    margin: 5px;
    display: block;
}
.owl-dot.active span {
    background: #f7931e !important;
    width: 15px;
}


/* ----- FAQ ----- */
.faqs-section {
    padding: 0px 20px 80px;
    text-align: center;
}
.faqs-wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.faqs-section .section-title {
    margin-bottom: 50px;
}
.faq-accordion {
    width: 100%;
}
.faq-item {
    border-bottom: 1px solid #e0e0e0; 
    text-align: left;
}
.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}
.toggle-icon {
    font-size: 1.5em;
    font-weight: 300; 
    color: #333;
    transition: transform 0.3s;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.faq-item:first-child .faq-answer {
    /* Initially open state for the first item shown in the design */
    padding-bottom: 20px;
}
.faq-item:first-child .toggle-icon {
    transform: rotate(45deg); 
}
.faq-answer p {
    font-size: 1em;
    color: #555;
}
button:focus {
    outline: none;
}

/* ----- CTA Ribbon ----- */
.cta-bar-sec {
    background: #F6821F;
    text-align: center;
    padding: 50px 0px;
}
.wrap-ctas {
    display: flex;
    justify-content: center;
}
.connect-icon a {
    display: flex;
    flex-flow: column;
}
.connect-icon {
    padding: 0px 50px;
    border-right: 2px solid #70707060;
}
span.cta-text {
    font-size: 24px;
    font-weight: 600;
    padding-top: 25px;
}
span.cta-text:hover {
    color: #000;
}
.connect-icon:last-child {
    border-right: none;
}
a.cta-item:hover {
    color: #000;
}


/*==== Author Roghith ====*/
/* ----- Alumini Speak ----- */
section.alumni-sec {
    padding-top: 40px;
}
.alumni-sec .section-title {
  margin-bottom: 5px;
}
.alumni-sec .section-subtitle {
    font-size: 22px;
    font-weight: 400;
    width: 85%;
    color: #000000;
    margin-bottom: 25px;
}
.alumni-sec .container{
  display: flex;
  gap: 20px;
  overflow: hidden;
  align-items: stretch;
}
.alumni-wrapper{
  width: 49.5%;
  padding:50px;
}
.alumni-wrapper.left{
  background-color:#F5F2E9;
}
.alumni-wrapper.right{
  background-color:#EBEBEB;
  display: flex;
  position: relative;
  padding-bottom: 100px;
}
button.connect-link.connect-btn {
    position: absolute;
    bottom: 60px;
}
.alumni-sec  .alumni-right-carousel .owl-dots {
    bottom: -30px;
}
.alumni-quote blockquote {
    margin-bottom: 30px;
}
/*.alumni-left-carousel,*/
/*.alumni-right-carousel {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
.owl-stage-outer,.owl-stage{
  height:100%;
}
/* Left Carousel */
.alumni-left-card {
  background: #f5f3ef;
  border-radius: 4px;
  width: 75%;
  overflow: hidden;
}
.owl-carousel .owl-item{
  height:100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.alumni-image {
  position: relative;
}
/*.alumni-image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  display: block;
}*/
.play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-icon {
  background: #d3d3d3;
  color: #ffffff;
  border-radius: 50%;
  line-height: 35px;
  font-size: 32px;
  padding: 10px 13px;
  cursor: pointer;
  transition: transform 0.3s;
}
.play-icon:hover {
  transform: scale(1.1);
}
.alumni-info {
  margin-top: 20px;
}
.alumni-info h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  width: 85%;
  color: #000000;
  margin-bottom: 10px;
}
.alumni-info p {
  width: 50%;
}
/* Right Carousel */
.alumni-right-card {
  border-radius: 4px;
  padding: 10px;
}
.alumni-right-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}
.alumni-profile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.alumni-profile img {
  width: 180px !important;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}
.alumni-profile h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}
.alumni-profile .year {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}
.alumni-profile .role {
 
}
.faculty-quote-text blockquote {
  margin: 0px;
  color: #000000;
  line-height: 1.6;
  position: relative;
  margin-bottom: 40px;
  max-height: 200px;
  overflow: auto;
  padding: 30px 20px 0px 0px;
}
blockquote {
   position: relative;
}
blockquote::-webkit-scrollbar {
  width: 8px;
}
blockquote::-webkit-scrollbar-track {
  background: #C9C9C9;
  border-radius: 8px;
}
blockquote::-webkit-scrollbar-thumb {
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}
blockquote:before {
  position:absolute;
  top: -30px;
  content: '"';
  font-style:italic;
  font-weight:800;
  font-size:50px;
  line-height: 40px;
  color: #000000;
}
.connect-btn {
  font-weight: 700;
  align-self: flex-start;
  background: #fff;
  color: #222;
  border: 1px solid #FFFFFF;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.2s;
}
.connect-btn i{
  text-align:right;
  font-size: 22px;
  margin-left: 20px;
}
.connect-btn:hover i {
  transform: scale(1.2);
}
.connect-btn:hover {
  background: #f0f0f0;
}
.alumni-sec .owl-dots {
    right: 0;
    position: absolute;
    bottom: 0;
    margin-top: 0px;
}


/* Social Media */
.social_block {
	display: flex;
	justify-content: flex-end;
	margin-bottom:25px;
}
.social_icon {

    display: grid;
    justify-content: center;
    align-items: center;
}

.social_icon img {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
  .alumni-wrapper {
    flex-direction: column;
  }
  .alumni-left-carousel, .alumni-right-carousel {
    width: 100%;
  }
  /*.container {*/
  /*  padding: 40px 15px;*/
  /*}*/
}

@media (max-width: 767px) {
  .alumni-profile img {
    width: 60px;
    height: 60px;
  }
  .alumni-right-card {
    padding: 20px;
  }
  blockquote {
    font-size: 16px;
  }
  .connect-btn {
    font-size: 0.85rem;
    padding: 8px 15px;
  }
}
/*==== Author Roghith End====*/

@media (max-width: 576px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    .container {
        max-width: 100vw;
        padding: 30px;
    }
    .prog-high-sec {
        padding: 20px 0px 0px;
    }
    .ph-title h2 {
        text-align: left;
        margin-bottom: 30px;
    }
    .hilit-boxes {
        display: block;
        margin-bottom: 0px;
    }
    .hilit-single-box {
        width: 100%;   
        margin-bottom: 30px;
    }
    .hilit-single-box:last-child {
        margin-bottom: 0px;
    }
    .hilit-single-box p {
        font-size: 18px;
        width: 100%;
        margin-bottom: 0px;
    }
    .wrap-form-featr {
        flex-flow: column;
    }
    aside.card {
        width: 100%;
    }
    .features-wrap {
        width: 100%;
        flex-flow: column;
    }
    .timeline {
        width: 100%;
    }
    .feature {
        width: 90%;
    }
    .feature:last-child:before {
        display: block;
    }
    .feature.no-line-mbil:last-child:before {
        display: none;
    }
    .pi-info-wrap {
        flex-flow: column;
    }
    .pi-title {
        text-align: left;
    }
    .pi-info {
        width: 100%;
        border-right: none;
        padding: 0px;
        margin-bottom: 20px;
    }
    .faculty-outer-wrap {
        display: block !important;
    }
    .faculty-slider, .faculty-video-panel {
        width: 100%;
    }
    .faculty-slider {
        border-right: none;
        border-bottom: 1px solid #70707060;
        padding-right: 0px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .faculty-quote-text blockquote {
        padding: 30px 0px 0px 0px;
    }
    .faculty-section {
        padding: 20px 0px 0px;
        background: linear-gradient(to bottom, #f0f0f0 80%, #ffffff 20%, #ffffff 20%);
    }
    .faculty-wrapper {
        padding: 0px;
        background-color: transparent;
    }
    .faculty-profile-panel {
        padding-right: 0px;
        gap: 20px;
    }
    blockquote:before {
        top: 0px;
    }
    p.faculty-title {
        font-size: 16px;
    }
    .faculty-slider .owl-dots {
        text-align: left;
    }
    .faqs-section .section-title {
        margin-bottom: 30px;
    }
    .bnr-copy-part {
        position: unset;
        margin-top: 50px;
    }
    .mobile-banner {
        display: block;
        margin-top: -40px;
    }
    .banner-cta {
        display: none;
    }
    .desktop-banner {
        display: none;
    }
    section.iim-banner-sec {
        background: #F2EFE1;
        padding: 40px 30px 0px;
    }
    .logo-group {
        display: none;
    }
    .logo-group-mobile {
        display: flex;
        overflow: scroll;
        background: #EDEDED;
        padding: 15px 0px;
    }
    .logo-group-mobile img {
        width: 40%;
        margin-right: 20px;
    }
    .bnr-copy-part p {
        font-size: 20px;
    }
    .address-wrap {
        display: inline-flex;
        text-align: left;
        flex-direction: column;
        width: 100%;
    }
    footer {
        padding: 0px;
        margin-bottom: 50px;
    }
    .faqs-section {
        padding: 0px 30px 50px;
    }
    .cta-bar-sec {
        padding: 0px 0px 20px;
    }
    .wrap-ctas {
        flex-flow: column;
        align-items: flex-start;
    }
    span.cta-icon {
        display: none;
    }
    span.cta-text {
        font-size: 22px;
        text-decoration: underline;
        padding-right: 20px;
        position: relative;
    }
    span.cta-text:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
        bottom: 10px;
        right: 0;
    }
    .connect-icon {
        padding: 0px 0px;
        border-right: none;
    }
    p.address {
        border-bottom: 1px solid #70707060;
        padding-bottom: 15px;
    }
    .phone-numbers {
        border-bottom: 1px solid #70707060;
        padding-bottom: 15px;
    }
    .prg-info-sec {
        padding: 20px 0px 0px;
    }
    
    
     /* Alumni Mobile Res By Sam*/
    .alumni-sec .container {
        display: flex;
        padding: 0px;
        gap: 0px;
        flex-direction: column;
    }
    .alumni-wrapper {
        width: 100%;
        padding: 50px 30px;
    }
    .alumni-wrapper.right {
        padding-bottom: 50px;
    }
    .alumni-left-card {
        width: 100%;
        padding-bottom: 10px;
    }
    .alumni-info p {
        width: 100%;

    }
    .alumni-sec .owl-dots {
        left: 0;
        right:unset;
        position: absolute;
        bottom: -10px;
        margin-top: 0px;
    }
    .alumni-sec .alumni-right-carousel .owl-dots {
        bottom: 50px;
    }
    button.connect-link.connect-btn {
        bottom: 35px;
    }
    /*.alumni-wrapper.left .owl-carousel:after{*/
    /*       z-index: 1;*/
    /*        content: '';*/
    /*        position: absolute;*/
    /*        width: 100%;*/
    /*        bottom:-30px;*/
    /*        border-bottom: 1px solid #C9C9C9;*/
           
    /*}*/
    .alumni-right-card {
        padding: 0px;
    }

    .alumni-right-card {
        gap: 10px;
        flex-direction: column-reverse;
        padding-bottom: 20px;
    }
        
    .alumni-profile img{
      width: 30% !important;
    }
    .alumni-profile div{
        width: 70%;
    }
    .alumni-profile img {
        height:unset;
    }
    .alumni-profile h4,.alumni-profile .year{
        font-size: 18px;
    }
    .alumni-profile .year {
     margin-bottom:10px; 
    }
    blockquote {
        margin-left:45px
    }
    blockquote:before {
    left:-35px;
    }
    .alumni-profile {
        padding-bottom:40px;
    }
    .owl-stage-outer, .owl-stage {
        padding-bottom: 15px;
    }
    .connect-btn {
      width:85%;
      display: flex;
      justify-content: space-between;
      position: absolute;
      bottom: 0px;
    }
    .mobile-sticky-cta {
        position: fixed;
        background: #F6821F;
        padding: 12px;
        font-weight: 600;
        cursor: pointer;
        display: block;
        text-align: center;
        border-top: 1px solid #70707060;
        border-bottom: 1px solid #70707060;
        bottom: 0;
        left: 0;
        width: 100vw;
        z-index: 999;
    }
    .alumni-wrapper.left {
        border-bottom: 1px solid #C9C9C9;
    }
    .faculty-slider h4 {
        font-size: 18px;
    }
    .alumni-profile .role {
        font-size: 16px;
    }
    .prg-date-wrap {
        display: block;
    }
    .prg-date-step {
        width: 100%;
        margin: 0px 0px 40px 0px;
    }
    .prg-date-sec {
        padding: 0px;
    }
    .prg-date-sec .container {
        padding-top: 0px;
    }
    
    /* Social Media */
    .social_block {
	    order: 3;
        display: flex;
        justify-content: flex-start;
        border-top: 1px solid #70707060;
        padding-top: 15px;
        margin-top: 15px;
        margin-bottom:0px;
	}  
}

@media (min-width: 1500px) {
    .prg-date-step {
        width: 20%;
    }
}