@media (min-width: 1920px) and (max-width: 2050px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px;
    }
    header#header svg {
	    width: 300px;
	}
	#header{
		height: 126px;
	}
	#header.fixed-top {
	    height: 100px;
	}
	.navbar a, .navbar a:focus{
		font-size: 25px;
	}
	.get-in-touch{
		font-size: 22px;
	}
}


/* For Ultra-wide Screens (1710px to 1920px) */
@media (min-width: 1710px) and (max-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
    #header {
        height: 126px;
    }
    header#header svg {
        width: 300px;
    }
    .navbar a, .navbar a:focus {
        font-size: 22px;
    }
    #header.fixed-top {
	    height: 90px;
	}
}

/* For Large Screens (1610px to 1709px)  */
@media (min-width: 1610px) and (max-width: 1709px) {
    #header {
        height: 106px !important;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px !important;
    }
    header#header svg {
        width: 230px !important;
    }
    #header.fixed-top {
        height: 100px !important;
    }
    .navbar a, .navbar a:focus {
        font-size: 22px;
    }
}




/* Screen size 125% */
@media screen and (max-width: 1500px) {
    .navbar a, .navbar a:focus{
    font-size: 16px;
}

}
/* Screen size 110% */
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
    .the-challenges-content h2 {
    font-size: 35px;
}
.navbar a, .navbar a:focus{
    font-size: 16px;
}
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
    }

/* iPad Air & Pro */
@media screen and (max-width: 1199.98px){
    #hero{
        height: 40vh;
    }
    #header {
        height: 84px;
    }
    .mentor-hero {
        height: 30vh;
    }
    .section-title h2 {
        font-size: 40px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .global-stage-form {
        padding: 35px;
    }
    .audit-academy-box h2 {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 15px;
    }
    .skyrocket-background {
        height: 40vh;
    }
    .skyrocket-content {
        width: 600px;
        bottom: 0;
        left: 0;
        padding: 20px;
    }
    .skyrocket-audit {
        height: 44vh;
    }
    .inner-hero{
    padding: 50px 0;
    width: 52%;
    left: 30px;
    }
    .inner-hero h1 {
        font-size: 60px;
        margin-bottom: 15px;
        line-height: normal;
    }
    
    .inner-hero p {
        font-size: 30px;

    }
    section {
        padding: 30px 0;
    }
    .audit-changing-title h2{
        font-size: 70px;
    }
    section#audit-academy .section-title h2 {
        margin-bottom: 30px;
    }
    .expertise-title h2 {
        font-size: 40px;
    }
    .potential-box h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    #generation{
        height: 40vh;
    }
    .generation-main h2 {
        font-size: 40px;
    }
    section#audit-academy .container {
        padding: 20px;
}
.potential-box p {
    font-size: 22px;
}
.mentors-inner {
    width: 93%;
}
}


/* iPad Pro */
@media screen and (max-width: 991px) {
    #header img{
        width: 80%;
    }
    #header {
        height: 60px;
    }
    #hero{
        height: 45vh;
    }
    .section-title h2 {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 10px;
    }
    p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: normal;
    }
    .global-stage-form {
        padding: 25px 15px;
    }
    .global-stage-form .form-control{
        padding: .375rem 0rem 1rem 0;
    }
    .audit-academy-box h2 {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .skyrocket-background {
        height: 40vh;
    }
    .skyrocket-content {
        width: 600px;
        bottom: 0;
        left: 0;
        padding: 20px;
    }
    .skyrocket-audit {
        height: 44vh;
    }
    .inner-hero{
    padding: 50px 0;
    width: 52%;
    left: 30px;
    top: 59%;
    }
    .inner-hero h1{
        font-size: 36px;
        line-height: normal;
    }
    .inner-hero p {
        font-size: 22px;
    }
    section {
        padding: 25px 0;
    }
    .audit-changing-title h2{
        font-size: 70px;
    }
    section#audit-academy .section-title h2 {
        margin-bottom: 30px;
    }
    .expertise-title h2 {
        font-size: 32px;
    }
    .potential-box h3 {
        font-size: 22px;
    }
    #generation{
        height: 40vh;
    }
    .generation-main h2 {
        font-size: 34px;
    }
    .generation-button{
        font-size: 18px;
    }
    .footer-email a{
        font-size:18px;
    }
    header#header svg {
	    height: 30px;
	    width: 170px;
	}
    .box-content-main h3 {
        font-size: 28px;
    }
    .box-content-main p{
        font-size: 14px;
    }
    .mentors-inner h1 {
        font-size: 36px;
    }
    .mentors-inner {
        width: 90%;
        top: 60%;
    }
}
/* iphone SE */
@media screen and (max-width:767.98px) {
    #hero {
        height: 70vh;
    }
    #header {
        height: 56px;
    }
    #header img {
        width: 77%;
        margin-bottom: 10px;
    }
    #header.fixed-top img {
        margin-bottom: 0;
    }
    .mentors-inner {
        top: 55%;
        width: 94%;
    }
    .mentor-hero {
        height: 85vh;
    }
    .navbar {
        margin-right: 10px;
    }
    p{
        font-size: 18px;
    }
    section {
        padding: 20px 0;
    }
    .inner-hero {
        width: 80%;
        top: 37%;
        left: 10px;
    }
    .audit-changing-title h2{
        color: #FE5249;
    }
    .inner-hero h1 {
        font-size: 40px;
        line-height: normal;
    }
    .inner-hero p{
        font-size: 18px;
    }
    .audit-changing-title h2{
        font-size: 40px;
    }
    .section-title h2{
    font-size: 26px;
    line-height: normal;
    }
    .career-opportunities-content h2{
        font-size: 26px;
    }
    .global-stage-content{
        margin-bottom: 30px;
    }
    .global-stage-form {
        padding: 25px 15px;
    }
    .career-opportunities-content{
        margin-top: 0px;
        text-align: center;
    }
    section#audit-academy .container {
        padding: 25px 15px;
    }
    .skyrocket-content {
        position: unset;
        left: 0px;
        width: 100%;
        bottom: 0px;
        padding: 0;
        border-radius:0;
        padding-bottom: 0;
    }
    .skyrocket-audit{
        height: 100%;
        position: unset;
        margin-bottom: 0;
    }
    .skyrocket-content .section-title{
        margin-top: 10px;
    }
    .expertise-title h2 {
        font-size: 26px;
    }
    .expertise-main {
        margin-top: 15px;
    }
    .generation-button {
        padding: 10px;
    }
    .generation-main {
        max-width: 100%;
        right: 0;
    }
    .generation-main h2 {
        font-size: 26px;
    }
    #generation{
        background-size: cover;
        height: 70vh;
    }
    .audit-career .section-title{
        margin-top: 20px;
    }
    .global-stage-content p {
        font-size: 18px;
        letter-spacing: normal;
    }
    .audit-academy-box p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .generation-button {
        font-size: 14px;
    }
    .generation-main p{
        padding: 0 10px;
    }
    .potential-box p {
        font-size: 18px;
    }    
    #career-opportunities .container .row {
        padding: 25px 0 0 20px;
    }
    .audit-academy-box h2{
        font-size: 20px;
    }
    .audit-academy-box{
        padding-top: 15px;
    }
    .expertise-main img {
        max-height: 10px;
      }
    header#header svg {
        height: 25px;
        width: 150px;
    }
    .box-content-main p {
        font-size: 14px;
    }
    .copyright {
        font-size: 14px;
    }
  
.schedule-from p{
    text-align: center;
  }
  .submit-btn {
    float: none;
  }
}
