@font-face {
    font-family: Inter;
    src: url(../fonts/inter-regular.ttf);
}

@font-face {
    font-family: Archivo Medium;
    src: url(../fonts/archivo-medium.ttf);
}

@font-face {
    font-family: Inter Semi Bold;
    src: url(../fonts/inter-semibold.ttf);
}

@font-face {
    font-family: Archivo;
    src: url(../fonts/archivo-regular.ttf);
}

@font-face {
    font-family: Archivo-Bold;
    src: url(../fonts/archivo-bold.ttf);
}

@font-face {
    font-family: Gotham Rounded Medium;
    src: url(../fonts/gothamrnd-medium.ttf);
}
@font-face {
    font-family: Gotham Rounded bold;
    src: url(../fonts/gothamrnd-bold.ttf);
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/gotham-bold.ttf);
}

@font-face {
    font-family: MotivaSans-RegularItalic;
    src: url(../fonts/motivasans.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat+Subrayada:wght@400;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;1,900&display=swap');

#jarallax-container-0 img{    
    object-fit: none !important;
    object-position: 100% 100% !important;
    height: 473.5px !important;
}


.container-fluid {
    position: relative;
    z-index: 100;
}
.container-fluid::before
{
    display: none !important;
}
.container-fluid::after
{
    display: none !important;
}
.mad_wrapper {
    /* width: 1170px;*/
    width: 1100px;
    margin: 0 auto;
    /*border:solid 1px red;*/
    /*padding: 0 80px;*/
}

* {
    margin: 0;
    padding: 0;
}

body {
    /*background: #f6f9fe;*/
    font-family: Inter;
    overflow-x: hidden !important;
}

p {
    font-size: 15px;
    line-height: 24px;
    color: #555656;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Archivo-bold;
    color: #2c3644;
}

.text-white {
    color: #fff;
    margin-bottom: 15px;
}

.MAD_btn {
    font-family: Inter Semi Bold !important;
    font-weight: 600;
    font-size: 15px;
    padding: 0 35px;
    border-radius: 8px;
    height: 55px;
    line-height: 58px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.white_btn {
    color: #424141 !important;
    background-color: #fff !important;
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.white_btn span {
    margin-top: 0 !important;
}

.white_btn:hover {
box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0px 5px 35px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.10);
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.white_btn i {
    margin-left: 5px;
}

.Mad_banner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    /*height: 98vh;*/
    height:590px;
    position: relative;
    /*height: 90vh;
    
    /*background: url(../images/backgroundbg.png) no-repeat;
background-size: 100% auto;
background-position: left top;
background-position-y: -95px;
*/
    padding-top: 150px;
    background: #2b88f2;
    background: -moz-linear-gradient(top, #2b88f2 0%, #0fdbf6 100%);
    background: -webkit-linear-gradient(top, #2b88f2 0%, #0fdbf6 100%);
    background: linear-gradient(to bottom, #2b88f2 0%, #0fdbf6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b88f2', endColorstr='#0fdbf6', GradientType=0);
}

.MAD-MainBanner::after {
   content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    height: 260px;
    background: url(../images/home-right1.png) no-repeat;
    background-size: 280px auto;
        opacity: 0.5;
  
}

.MAD-MainBanner::before {
    z-index: 1;
    content: '';
    position: absolute;
    right: 0;
    top: 40vh;
    width: 114px;
    height: 260px;
    background: url(../images/home-right2.png) no-repeat;
    background-size: 114px auto;
        opacity: 0.5;
  
}

.MAD-MainBanner {
    position: relative;
}

.Mad_banner::after {
    content: '';
    position: absolute;
    top:-48px;
    width: 230px;
    height: 501px;
    background: url(../images/home-left1.png) no-repeat;
    background-size: 143px auto;
 
}

.Mad_banner::before {
     content: '';
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 243px;
    height: 253px;
    background: url(../images/home-left2.png) no-repeat;
    background-size: 243px auto;
        opacity: 0.6;
   
   
}

.mad_topSection {
    position: absolute;
    top: 0;
}

.clear_wrap {
    clear: both;
}

.whiteBg {
    background: #fff;
}

.TopSpace {
    padding: 70px 0;
}
.TopSpace1 {
    padding: 70px 0 20px 0;
}

.banner_text_section {
    position: relative;
    z-index: 1;
    padding-left:15px;
    /*padding-left: 50px;*/
    overflow: hidden;
    padding-bottom:50px;
}

.banner_text_section mark {
    background: none !important;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-family: Inter Semi Bold;
    letter-spacing: 0.4px;
}

.banner_text_section mark::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    background: #5a2cf2;
    opacity: 0.3;
    left: 0;
    bottom: 0px;
    z-index: -1;
    padding: 0 2px;
}

.banner_text_section::after {
    content: '';
    position: absolute;
    left: 0;
    width: 200px;
    height: 200px;
    background: url(../images/purple_element.png) no-repeat;
    background-size: 100px auto;
    top: -15px;
    z-index: -1;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.mark-coding {
    float: left;
    margin-top: 10px;
    margin-bottom: 28px;
    font-size: 19px;
}

.banner_text_section p {
    /* padding-right: 205px; */
    margin-bottom: 25px;
    margin-top: 20px;
}

.banner_text_section h1 {
    line-height: 58px;
    margin: 0;
    font-family: Archivo-bold;
    font-size: 50px;
    text-shadow: 1px 4px 4px rgba(22, 22, 23, 0.23);
    -webkit-text-shadow: 1px 4px 4px rgba(22, 22, 23, 0.23);
    -moz-text-shadow: 1px 4px 4px rgba(22, 22, 23, 0.23);
    -o-text-shadow: 1px 4px 4px rgba(22, 22, 23, 0.23);
}

.banner_text_section span {
    font-family: Archivo-bold;
    font-size: 13px;
    color: #e2f3f9;
    margin-top: 25px;
    float: left;
}

.banner_text_section span a {
    color: #e2f3f9;
    text-decoration: none;
}

.banner_text_section span b {
    margin-left: 7px;
    border-bottom: solid 1.5px #e2f3f9;
    letter-spacing: 1px;
}

.banner_Vector_sect img {
    width: 100%;
    float: left;
}

#why_MAD_learn {
    padding-top: 20px;
    position: relative;
    /* background: #f6f9fe; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f9fe+48,ffffff+100 */
    background: #f6f9fe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f9fe 48%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6f9fe 48%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6f9fe 48%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f9fe', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

#why_MAD_learn::before {
    content: '';
    width: 110%;
    height: 165px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 1;
    background: #f6f9fe;
}

.MAD_element1 {
    position: absolute;
    left: 16vh;
    top: 26vh;
    /*top: 4vh;*/
    width: 70px;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.MAD_element2 {
    position: absolute;
    right: 15vh;
    top: 45vh;
    width: 100px;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#why_MAD_learn p {
    padding: 0 55px;
}

#why_MAD_learn p tag {
    width: auto;
    padding: 3px 15px;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
    box-shadow: 0px 1px 6px rgb(235, 236, 236);
    -webkit-box-shadow: 0px 1px 6px rgb(235, 236, 236);
    -moz-box-shadow: 0px 1px 6px rgb(235, 236, 236);
    -o-box-shadow: 0px 1px 6px rgb(235, 236, 236);
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
    font-weight: 600;
}

#why_MAD_learn p tag::before{
    content: '';
    position:absolute;
    width: 25px;
    height: 25px;
    top: 5px;
    left: 5px;
    background: url(../images/tag_point.svg) no-repeat;
    background-size: 20px auto;
}

.MAD_learn_video_section {
    width: 65%;
    float: none;
    margin: 0;
    padding: 10px;
    height: 450px;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.17);
    display: inline-block;
    margin-top: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
}

.MAD-video_wrap {
    width: 100%;
    height: 450px;
    float: left;
    background: url(../images/mad-video.jpg) no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.vide0Play_btn {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    background: none;
    border: solid 3px #fff;
    margin: 29vh auto;
    display: block;
    text-align: center;
    font-size: 33px;
    color: #fff;
    line-height: 73px;
    cursor: pointer;
}

.vide0Play_btn i {
    margin-left: 7px;
}

.MAD-video_wrap iframe {
    display: none;
}

.main_heading {
    font-size: 35px;
    margin: 10px 0;
    /* font-weight: 600; */
}

#MAD_learn_tool {
    position: relative;
    z-index: 1;
    border-bottom: solid 1px #eef0f3;
    padding: 0;
}

#MAD_learn_tool::after {
    content: '';
    position: absolute;
    left: -5px;
    top: 43vh;
    width: 200px;
    height: 348px;
    background: url(../images/bubble5.png) no-repeat;
    background-size: 125px auto;
    /*opacity: 0.6;*/
    z-index: -1;
}

#MAD_learn_tool .main_heading {
    /*color: #0676fe;*/
    position: relative;
    z-index: 1;
    /*margin-bottom: 35px;*/
    margin-bottom: 15px;
}

#MAD_learn_tool .paracontent{
    padding: 0 60px;
}

#MAD_learn_tool .main_heading::after {
    content: '';
    position: absolute;
    top: -25px;
    left: -24px;
    width: 70px;
    height: 90px;
    background: url(../images/light-sky-element.png) no-repeat;
    background-size: 70px auto;
    z-index: -1;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#MAD_Engaged_Student {
    min-height: 250px;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b88f2+0,0fdbf6+100 */
    background: #2b88f2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2b88f2 0%, #0fdbf6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2b88f2 0%, #0fdbf6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2b88f2 0%, #0fdbf6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b88f2', endColorstr='#0fdbf6', GradientType=0);
    /* IE6-9 */
}

#MAD_Engaged_Student .MAD_element1 {
    top: -4vh;
}

#MAD_Engaged_Student .MAD_element2 {
    top: 23vh;
}

#MAD_Engaged_Student p {
    padding: 0 150px;
    margin-bottom: 50px;
}

#MAD_Engaged_Student h2 {
    margin-top: 0;
    font-size: 35px;
}

.material--submit {
    background: #5193B5;
    position: relative;
    overflow: hidden;
}

.material--submit:after {
    display: block;
    position: absolute;
    content: "";
    width: 110%;
    height: 0;
    padding-bottom: 110%;
    border-radius: 50%;
    top: 0%;
    left: 50%;
    background: #ff8c21;
    color: #fff;
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: transform 0.3s ease 0s;
    z-index: 0;
}

.material--submit:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1, 1);
    transition: transform 0.3s ease 0s;
}

#MAD_learn_app_store {
    /*height: 80vh;*/
    /*height:75vh;*/
    height:500px;
    width: 100%;
    background: #0d2745;
    background-size: 100% auto;
    position: relative;
    z-index: 2;
    margin-top: 35vh;
}

#MAD_learn_app_store::before {
    content: '';
    width: 110%;
    height: 190px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0d2745;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 10;
}

#MAD_learn_app_store .MAD_element1 {
    left: 4vh;
    top: -15vh;
}

#MAD_learn_app_store .MAD_element2 {
    right: 5vh;
    top: 22vh;
}

.MAD-store-text {
    /* padding-top: 150px; */
    padding-right: 100px;
}

.MAD-store-text img {
    width: 215px;
    margin-bottom: 30px;
}

.MAD-store-text p img {
    width: 140px;
    margin-right: 5px;
}

.MAD-store-text p span {
    float: left;
    width: 100%;
    margin: 20px 0;
    margin-bottom: 30px;
    font-size: 18px;
}

.MAD-store-text p span a {
    color: #10d6f5;
}

.MAD-store-text p span b {
    font-weight: 500;
    line-height: 20px;
    float: left;
    margin-right: 8px;
    font-family: Inter Semi Bold;
}

.MAD-store-img img {
    width: 100%;
    margin-top: -270px;
}

#MAD_learn_testimonials {
    height: auto;
    width: 100%;
    background: #fff url(../images/testimonials_bg.png) no-repeat;
    background-size: 70% auto;
    background-position: center center;
    background-position-y: 150px;
    margin-top: -150px;
    float: left;
}

.flex-viewport {
    /*height: 75vh !important;*/
    height:500px !important;
}

.testmonials_section {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    /*padding-top: 115px;*/
    padding-top:70px;
    position: relative;
}

.testi_text_section {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    color: #555656;
    margin-top: 0;
    padding-top: 70px;
}

.testi_text_section span {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 40px;
}

.testi_text_section span img {
    float: left;
    width: 75px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.testi_text_section span p {
    font-size: 13px;
    float: right;
    width: 85%;
    font-weight: bold;
    margin-top: 21px;
    line-height: 18px;
}

.testi_text_section span p b {
    float: left;
    width: 100%;
    font-weight: 500;
}

.testi_text_section h4 {
    color: #23b7e5;
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 15px 0;
    clear: both;
    position: relative;
}

.testi_text_section h4::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/testi-quoteimg.png) no-repeat;
    background-size: 20px;
    left: -25px;
    top: -28px;
}

.mad-right_testi {
    float: right;
    position: absolute;
    right: 105px;
}

.cd-testimonials-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    z-index: 1;
}

.cd-testimonials-wrapper::after {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    margin-left: -25px;
    background: rgba(32, 32, 34, 0.9);
    font-family: "Georgia", serif;
    color: #ffffff;
    font-size: 70px;
    font-size: 4.375rem;
    text-align: center;
    display: none;
}

.cd-testimonials {
    color: #ffffff;
    text-align: center;
}

.cd-testimonials::after {
    clear: both;
    content: "";
    display: table;
}

.cd-testimonials>ul {
    list-style: none;
}

.cd-testimonials>li {
    position: absolute;
    opacity: 0;
    list-style: none;
}

.cd-testimonials>li:first-child {
    position: relative;
    opacity: 1;
}

.cd-testimonials h6 {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px;
    font-family: 'Lato-Regular';
    color: #fff;
    letter-spacing: 0;
}

.cd-testimonials h6 strong {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 100;
}

.cd-testimonials p {
    color: #555656;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
    float: left;
    width: 100%;
}

.cd-author img,
.cd-author .cd-author-info {
    display: inline-block;
    vertical-align: middle;
}

.cd-author img {
    width: 80px;
    height: 80px;
}

.cd-author .cd-author-info {
    text-align: left;
    line-height: 1.2;
}

.cd-author .cd-author-info li:first-child {
    font-size: 14px;
    font-size: 0.875rem;
}

.cd-author .cd-author-info li:last-child {
    font-size: 12px;
    font-size: 0.75rem;
    color: #6b6b70;
}

.flex-direction-nav ul {
    list-style: none;
}

.flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 140px;
    top: 0px;
}

.flex-direction-nav li:first-child {
    left: -20px;
    height: 150px;
    width: 140px;
    top: 25vh;
    outline: none;
}

.flex-direction-nav li:last-child {
    right: 0;
    height: 150px;
    width: 115px;
    top: 25vh;
    outline: none;
}

.flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.flex-prev {
    background: url(../images/left_arrow.png) no-repeat !important;
    background-size: 100px auto !important;
    height: 141px;
    width: 138px;
}

.flex-next {
    background: url(../images/right_arrow.png) no-repeat;
    background-size: 100px auto !important;
    height: 141px;
    width: 138px;
    margin-left: 30px;
}

.flex-direction-nav3 ul {
    list-style: none;
}

.flex-direction-nav3 li a::before,
.flex-direction-nav3 li a::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 30px;
    background-color: #656565;
}

.flex-direction-nav3 li a::before {
    -webkit-transform: translateY(-48px) rotate(45deg);
    -moz-transform: translateY(-48px) rotate(45deg);
    -ms-transform: translateY(-48px) rotate(45deg);
    -o-transform: translateY(-48px) rotate(45deg);
    transform: translateY(-48px) rotate(45deg);
}

.flex-direction-nav3 li a::after {
    -webkit-transform: translateY(-27px) rotate(-45deg);
    -moz-transform: translateY(-27px) rotate(-45deg);
    -ms-transform: translateY(-27px) rotate(-45deg);
    -o-transform: translateY(-27px) rotate(-45deg);
    transform: translateY(-27px) rotate(-45deg);
}

.flex-direction-nav3 li:last-child a::before {
    -webkit-transform: translateY(-48px) rotate(-45deg);
    -moz-transform: translateY(-48px) rotate(-45deg);
    -ms-transform: translateY(-48px) rotate(-45deg);
    -o-transform: translateY(-48px) rotate(-45deg);
    transform: translateY(-48px) rotate(-45deg);
}

.flex-direction-nav3 li:last-child a::after {
    -webkit-transform: translateY(-27px) rotate(45deg);
    -moz-transform: translateY(-27px) rotate(45deg);
    -ms-transform: translateY(-27px) rotate(45deg);
    -o-transform: translateY(-27px) rotate(45deg);
    transform: translateY(-27px) rotate(45deg);
}

.flex-control-nav {
    text-align: center;
}

.flex-control-nav ol {}

.flex-control-nav li {
    display: inline-block;
    text-indent: 100%;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 5px;
    cursor: pointer;
}

.flex-control-nav li a {
    text-indent: 38px;
    width: 10px;
    height: 10px;
    background: #c7d2e0;
    float: left;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.flex-active {
    background: #8591a1 !important;
}

ul,
ol {
    list-style: none;
}

.MAD_Testimonials_wrap {
    position: relative;
}

.flex-direction-nav li a {
    outline: none;
}

.testi_img_one {
    position: relative;
    width: 320px;
    top: 20px;
    left: 0;
    float: left;
}

.test_text_wrap {
    float: right;
    width: 595px;
    padding-left: 30px;
}

.testi_img_two {
    position: relative;
    left: -25px;
    top: 190px;
    width: 140px;
}

.testi_img_three {
    position: relative;
    top: 0;
    width: 175px;
    /* margin-left: 42px; */
    /* left: 40px; */
    float: left;
    clear: both;
}

.testi_img_four {
    position: relative;
    width: 250px;
    margin-top: -5px;
    float: left;
    /* margin-left: 36px; */
    /* left: -40px; */
    clear: both;
}

.test_img_sect {
    position: absolute;
    float: left;
    /* left: 0; */
}

.testi_full_text_section {
    width: 80%;
    margin: 0 auto;
    /*padding-top: 15vh;*/
    padding-top:100px;
    text-align: center;
}

.testi_full_text_section p {
    font-size: 18px;
    padding: 0 70px;
}

.testi_full_text_section h4 {
      color: #14bd8c;
    font-size: 100px;
    margin-top: 18vh;
    text-align: center;
}

#MAD_learn_footer {
    min-height: 250px;
}

.footer_bg {
    background: #f6f9fe;
}

.MAD-learn_copyright img {
    width: 190px;
    margin-bottom: 20px
}

.MAD-learn_copyright p {
    font-size: 13px;
    line-height: 17px;
    color: #555656;
}

#MAD_learn_footer .TopSpace {
    padding-bottom: 0;
}

.copyright_sect {
    border-top: solid 1px #ebf0f7;
    margin-top: 30px;
    padding: 8px 0;
}

.copyright_sect p {
    font-size: 11px;
    color: #9ea0a2;
    margin-bottom: 0;
}

#MAD_learn_footer h4 {
    font-size: 13px;
    font-family: Archivo-bold;
    color: #555656;
    letter-spacing: 0.5px;
    margin: 0;
    margin-bottom: 15px;
}

.MAD-learn_help_links ul {
    list-style: none;
}

.MAD-learn_help_links ul li a {
    font-size: 13px;
    line-height: 17px;
    color: #555656;
    width: 100%;
    margin-bottom: 5px;
    float: left;
}

.MAD-learn_help_links ul li a:hover{    
    text-decoration: underline;}

.MAD-learn_follow span {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #555656;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-right: 13px;
    margin-bottom: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.MAD-learn_follow span:hover {
    background: #2a89f2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.subscribe_input {
    height: 36px;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border: solid 1px #e6e6e6;
    width: 165px;
    float: left;
    border-right: none;
    background: #fcfdff;
    outline: none;
    resize: none;
    padding-left: 8px;
}

.email_suscribe_btn {
    background: #1eaff4;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 0 4px 4px 0px;
    -webkit-border-radius: 0 4px 4px 0px;
    -moz-border-radius: 0 4px 4px 0px;
    -o-border-radius: 0 4px 4px 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}


/*=====MAD- store Slider css=======*/

.MAD-app-slider {
    width: 100%;
    float: left;
    height: 250px;
    overflow: hidden;
}

.App_card {
    width: 100%;
    float: left;
    background: #fff;
    margin: 0;
    padding: 25px 20px;
    height: 185px !important;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 50px !important;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.App_card:hover {
    box-shadow: 0px 1px 45px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0px 1px 55px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 1px 55px rgba(0, 0, 0, 0.29);
    -o-box-shadow: 0px 1px 55px rgba(0, 0, 0, 0.29);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /*background: #ecf2fb;*/
}

.App_card:hover.App_card h6{color:#23b7e5;    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}

.App_card a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

.App_card h6 {
    margin: 0;
    font-size: 14px;
    font-family: Archivo-bold;
    margin-bottom: 6px;
    color: #555656;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.App_card p {
    font-size: 12px;
    line-height: 13px;
    color: #555656;
}

.slick-slide {
    margin: 0 8px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    height: 250px;
    overflow-y: hidden;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 50%;
    margin: 20px auto;
    margin-top: 0;
    height: 60px;
    /* border: solid 1px #ebf2ff; */
    border-radius: 4px;
    padding: 1px;
    background: #ebf2ff;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*=====End MAD-store slider css=====*/


/*======Header/Top Menu Css =====*/

#MAD_header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 30px;
    transition: all 1s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    /* margin-bottom: 40px; */
    z-index: 10000;
}

#MAD_header .mad_wrapper{width: 1200px;}
.right_header_btn{
    float: right;
}
#MAD_header .col-sm-10{
    padding: 0;
}

.header_New .freetrial_btn:hover{ box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    
    color:#fff !important;
}


.right_header_btn .freetrial_btn{
    width: auto;
    float: left;
    margin: 0;
    padding: 0px 20px;
    color: #fff;
    font-family: Inter Semi Bold !important;
    font-size: 12px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border: 1px solid rgb(255 255 255 / 48%);
    background: no-repeat;
    margin-right: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
  
    height: 35px;
    line-height: 35px;
    background: #23b7e5;
    border: solid 1px #23b7e5;
}

.freetrial_btn:hover{
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
        background: #fff;
        color: #298ff3;
}

#MAD-learn_curriculum .freetrial_btn:hover{
    color: #20d480 !important;
}
#MAD-learn_impact .freetrial_btn:hover{
    color: #fa979c !important;
}
#MAD-learn_about .freetrial_btn:hover{
    color: #11c4da!important;
}
#MAD-learn_contact .freetrial_btn:hover{
    color: #975eeb !important;
}


.header_New .freetrial_btn{    
    background: #23b7e5;
    border: solid 1px #23b7e5;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);}
    
    
   


.MAD_logo {
    float: left;
    width: 175px;
    margin: -20px 0 0;
    cursor: pointer;
}

.MAD_navigation_Menu {
    /*float: right;
    width: auto*/
    float: left;
    width: 100%;
    
}

.MAD_navigation_Menu ul {
    /*float: left;
    margin: 0;
    padding: 0;
    margin-top: 5px;
        margin-right: 10px;*/

        float: left;
    margin: 5px 65px 0 0;
    padding: 0;
}

.MAD_navigation_Menu ul li {
    width: auto;
    float: left;
    margin: 0;
    padding: 0 12px;
}

.MAD_navigation_Menu ul li a {
    width: auto;
    float: left;
    margin: 0;
    /*padding: 0 17px;*/
    padding: 0 5px;
    color: #fff;
    font-family: Archivo;
    font-size: 15px;
    /* font-weight: unset; */
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.MAD_navigation_Menu ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    background: #5a2cf2;
    left: 0px;
    height: 50%;
    bottom: 0;
    opacity: 0.3;
    transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    padding: 0;
    z-index: -1;
}

.MAD_navigation_Menu ul li a:hover::after {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.drop_menu {
    position: relative;
}

.drop_down_menu {
    display: none;
    position: absolute;
    width: 200px;
    background: #fff;
    border-radius: 10px;
    top: 25px;
    height: auto;
    padding: 0px 15px;
    box-shadow: 1px 10px 8px rgba(22, 22, 23, 0.23);
    -webkit-box-shadow: 1px 10px 8px rgba(22, 22, 23, 0.23);
    -moz-box-shadow: 1px 10px 8px rgba(22, 22, 23, 0.23);
    -o-box-shadow: 1px 10px 8px rgba(22, 22, 23, 0.23);
    padding-bottom: 20px;
    z-index: 10;
}

.drop_down_menu ul {
    margin-top: 10px;
}

.drop_down_menu ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #f5efef;
}

.drop_down_menu ul li a {
    color: #11c4da;
}

.drop_menu:hover .drop_down_menu {
    display: block;
}

#MAD-home .drop_down_menu ul li a {
    color: #23b7e5;
}

#MAD-home .drop_down_menu ul li a::after {
    background: #23b7e5;
    opacity: 0.2;
}

.MAD_login {
    font-family: Inter Semi Bold !important;
    font-weight: 600;
    font-size: 12px;
    padding: 0px 35px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    height: 35px;
    line-height: 35px;
    color: #298ff3 !important;
    letter-spacing: 0.5px;
    background: #fff !important;
    text-transform: capitalize;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.MAD_login:hover {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.Mad_contact_banner .banner_text_section::after {
    display: none;
}


/*======End Header/Top menu Css====*/


/*======MAD tool ======*/

.MAD-toolbg {
    position: relative;
    width: 100%;
    height: 70vh;
    float: left;
    margin: 0;
    background: url(../images/mad-toolbg.png) no-repeat;
    background-size: 90% auto;
    background-position: top center;
    /*padding-top: 50px;*/
    z-index: 1;
}

.MAD-toolbg img {
    float: right;
    width: 95%;
        margin-top: -22px;
    margin-top: 60px;
}

.MAD-toolbg::after {
    content: '';
    position: absolute;
    left: 24px;
    width: 130px;
    height: 130px;
    background: url(../images/gear-1.png) no-repeat;
    background-size: 100% auto;
    z-index: -1;
    top: 35px;
    -webkit-animation: rotating 16s linear infinite;
    -moz-animation: rotating 16s linear infinite;
    -ms-animation: rotating 16s linear infinite;
    -o-animation: rotating 16s linear infinite;
    animation: rotating 16s linear infinite;
}

.MAD-toolbg::before {
    content: '';
    position: absolute;
    right: -22px;
    width: 180px;
    height: 180px;
    background: url(../images/gear-2.png) no-repeat;
    background-size: 100% auto;
    background-position: right;
    z-index: -1;
    top: 175px;
    -webkit-animation: rotating 16s linear infinite;
    -moz-animation: rotating 16s linear infinite;
    -ms-animation: rotating 16s linear infinite;
    -o-animation: rotating 16s linear infinite;
    animation: rotating 16s linear infinite;
}

.MAD_tool_area ul {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

.MAD_tool_area ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    line-height: 18px;
    font-size: 14px;
    /* padding-left: 22px; */
    position: relative;
    /*padding-right: 15px;*/
}

.MAD_tool_area ul li::after {
    content: '';
    float: left;
    width: 13px;
    height: 13px;
    background: url(../images/list-arrow.png) no-repeat;
    background-size: 13px;
    left: 0;
    top: 3px;
    position: absolute;
}

.MAD_tool_area span {
 float: left;
    padding-left: 20px;
    color: #26c24b;
    font-size: 13px;
    /*font-weight: 600;*/
    letter-spacing: 0.2px;
    font-family: Inter Semi Bold;
}

.MAD_tool_area p {
    float: left;
    width: 100%;
    border-bottom: solid 1px #e9edf5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.MAD_tool_area strong {
    float: left;
    width: 100%;
    margin: 15px 0;
    margin-bottom: 0;
    font-size: 15px;
}

.MAD_tool_area strong b {
    font-weight: 500;
    line-height: 20px;
    float: left;
    margin-right: 8px;
    text-transform: uppercase;
    color: #0676fe;
    font-size: 20px;
    font-family: Inter Semi Bold;
}

.MAD_tool_area strong i {
    color: #0676fe;
}

#MAD_learn_curriculum {
   position: relative;
    z-index: 1;
    height: auto;
    background: #fff;
    margin-bottom: 5vh;
    margin-top: 21vh;
    padding-bottom: 32vh;
    border-bottom: solid 1px #eef0f3;
}

#MAD_learn_curriculum::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10vh;
    width: 83px;
    height: 240px;
    background: url(../images/bubble6.png) no-repeat;
    background-size: 83px auto;
    /*opacity: 0.6;*/
    z-index: -1;
}

.MAD_learn_curriculum_text {
    width: 100%;
    height: 535px;
    float: left;
    margin: 0;
    padding: 115px 90px;
    background: url(../images/bigbubble.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    text-align: center;
}

.MAD_learn_curriculum_text b {
    font-weight: 500;
    text-transform: uppercase;
    color: #fe8e21;
    font-size: 20px;
    margin-right: 8px;
    font-family: Inter Semi Bold;
}

.MAD_learn_curriculum_text strong {
    font-size: 15px
}

.MAD_learn_curriculum_text strong i {
    color: #fe8e21;
}

.MAD_learn_curriculum_text .main_heading {
    color: #fe8e21;
    font-size: 30px;
}

.MAD_learn_curriculum_step_div {
    width: 100%;
    height: 120px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    float: left;
    margin: 15px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    /*cursor: pointer;*/
}

.MAD_learn_curriculum_step_div:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.MAD-curriculums-div {
    background: #fffefc;
    z-index: 1;
    padding-left: 75px;
    padding-top: 25px;
    padding-right: 15px;
    position: relative;
}

.MAD-storm,
.MAD-map,
.MAD-splash,
.MAD-build,
.MAD-test,
.MAD-wrApp {
    position: relative;
}

.MAD-map {
    background: #fffcfb;
}

.MAD-splash {
    background: #fafefd;
}

.MAD-build {
    background: #fbfcff;
}

.MAD-test {
    background: #fffcfd;
}

.MAD-wrApp {
    background: #fffbfa;
}

.MAD-curriculums-div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 70px;
    height: 70px;
    border-radius: 6px 0 100% 0px;
    -webkit-border-radius: 6px 0 100% 0px;
    -moz-border-radius: 6px 0 100% 0px;
    -o-border-radius: 6px 0 100% 0px;
}

.MAD-storm::before {
    background: #fffae7 url(../images/mad_stom.png) no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    background-size: 30px;
}

.MAD-map::before {
    background: #fdece5 url(../images/mad_map.png) no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    background-size: 30px;
}

.MAD-splash::before {
    background: #defff4 url(../images/mad_splash.png) no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    background-size: 30px;
}

.MAD-build::before {
    background: #e6f2ff url(../images/mad_build.png) no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    background-size: 30px;
}

.MAD-test::before {
    background: #ffe8f8 url(../images/test.png) no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    background-size: 25px;
}

.MAD-wrApp::before {
    background: #f8eeef url(../images/mad_wrapp.png) no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    background-size: 30px;
}

.left_curri_box {
    margin-left: -55px;
}

.right_curri_box {
    margin-left: 55px;
}

#MAD_learn_curriculum .col-sm-3 {
    padding: 0;
}

.MAD_learn_curriculum_step_div h5 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
}

.MAD_learn_curriculum_step_div p {
    font-size: 12px;
    line-height: 16px;
}

#MAD_learn_training-support .main_heading {
    /*color: #14bd8c;*/
    position: relative;
    z-index: 1;
}

#MAD_learn_training-support .MAD-toolbg {
    background: none;
}

.learning_before {
    position: relative;
    z-index: 1;
}

#MAD_learn_training-support .MAD-toolbg::before {
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    height: 70vh;
    background: url(../images/shape6.png) no-repeat;
    background-size: 90% auto;
    background-position: top left;
    z-index: -1;
    right: 0;
    top: 0;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#MAD_learn_training-support .MAD-toolbg::after {
    display: none;
}

#MAD_learn_training-support .main_heading::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -35px;
    width: 85px;
    height: 90px;
    background: url(../images/bubble12.png) no-repeat;
    background-size: 80px auto;
    z-index: -1;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#MAD_learn_training-support .MAD_tool_area {
    padding-left: 100px;
}

#MAD_learn_training-support .MAD_tool_area p {
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 30px;
    border: none;
}

#MAD_learn_training-support .MAD_tool_area strong b {
    color: #14bd8c;
}

#MAD_learn_training-support .MAD_tool_area strong i {
    margin-top: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.Canvas {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.hover:hover .Canvas {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-left: 10px;
}

svg:not(:root) {
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#MAD_learn_training-support .MAD-toolbg img {
    width: 100%;
        margin-top: -22px;
}

#MAD_learn_training-support {
    position: relative;
    z-index: 1;
    /* margin-bottom: 50px; */
    padding-bottom: 0;
}

#MAD_learn_training-support::after {
    content: '';
    position: absolute;
    right: -45px;
    top: 5vh;
    width: 200px;
    height: 415px;
    background: url(../images/bubble7.png) no-repeat;
    background-size: 155px auto;
    /*opacity: 0.6;*/
    z-index: -1;
}


/*====== End MAD tool =====*/


/*=====Animation CSS=====*/


/*===Rotation CSS=====*/

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}


/*===Top movement Animation===*/

@-webkit-keyframes example {
    0% {
        top: 0;
        transform: rotate(0deg);
    }
    50% {
        top: 150px;
        transform: rotate(130deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes example {
    0% {
        top: 0;
        transform: rotate(0deg);
    }
    50% {
        top: 200px;
        transform: rotate(130deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}


/*===End Top movement Animation===*/


/*====Fly Effects===*/

@-webkit-keyframes fly {
    0%,
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-o-keyframes fly {
    0%,
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes fly {
    0%,
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}


/*====End Fly Effects===*/


/*===End  Rotation CSS===*/


/*===Popup Design Css =====*/


/*====End Popup Css =====*/

 ::-webkit-scrollbar-track {
    background-color: rgba(245, 245, 245, 0.02);
}

 ::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

 ::-webkit-scrollbar-thumb {
    background-color: #c2c3c3;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

 ::-moz-scrollbar-track {
    background-color: rgba(245, 245, 245, 0.02);
}

 ::-moz-scrollbar {
    width: 6px;
    background-color: #fff;
    border-radius: 8px;
}

 ::-moz-scrollbar-thumb {
    background-color: #c2c3c3;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

 ::-o-scrollbar-track {
    background-color: rgba(245, 245, 245, 0.02);
}

 ::-o-scrollbar {
    width: 6px;
    background-color: #fff;
    border-radius: 8px;
}

 ::-o-scrollbar-thumb {
    background-color: #c2c3c3;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: url(https://smallenvelop.com/demo/simple-pre-loader/images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

.main_body {
    display: none;
}

.header_New {
    position: fixed !important;
    top: 0;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    padding-top: 10px !important;
}

.header_New .MAD_navigation_Menu {
    /*margin-top: 10px;*/
    margin-top:5px;
}

.header_New .MAD_navigation_Menu ul li a {
    color: #23b7e5;
}

.header_New .MAD_navigation_Menu ul li a::after {
    background: #23b7e5;
    opacity: 0.2;
}

.header_New .MAD_login {
    color: #fff !important;
    background: #23b7e5 !important;
}


/*====MAD-learn About page css====*/

.Mad_about_banner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    height: 75vh;
    padding-top: 130px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11c4da+32,69e8f2+100 */
    background: #11c4da;
    /* Old browsers */
    background: -moz-linear-gradient(left, #11c4da 32%, #69e8f2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #11c4da 32%, #69e8f2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #11c4da 32%, #69e8f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#11c4da', endColorstr='#69e8f2', GradientType=1);
    /* IE6-9 */
    position: relative;
}

.Mad_about_banner::after {
    content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 501px;
    background: url(../images/about_left1.png) no-repeat;
    /*background-size: 146px auto;*/
    background-size:135px auto;
}

.Mad_about_banner::before {
 content: '';
    position: absolute;
    left: 0;
    bottom: -138px;
    width: 243px;
    height: 253px;
    background: url(../images/about_left2.png) no-repeat;
    background-size: 243px auto;
}

.About_MAD::after {
   content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    height: 260px;
    background: url(../images/about_right1.png) no-repeat;
    background-size: 280px auto;

}

.About_MAD::before {
       z-index: 1;
    content: '';
    position: absolute;
    right: 0;
    top: 35vh;
    width: 114px;
    height: 260px;
    background: url(../images/about_right2.png) no-repeat;
    background-size: 114px auto;
}

#MAD-learn_about .MAD_navigation_Menu ul li a::after {
    background: #059eb1;
}

#MAD-learn_about .MAD_login {
    color: #11c4da!important;
}

#MAD-learn_about .banner_text_section {
    /*padding-left: 15px;
    padding-top: 30px;*/
    padding-left: 40px;
    padding-top: 5px;
}

#MAD-learn_about .banner_text_section::after {
    display: none;
}

#MAD-learn_about .banner_text_section p {
    padding-right: 60px;
    font-size: 17px;
}

#MAD-learn_about .banner_text_section p b {
     font-family: Inter Semi Bold;
         font-size: 19px;
}

#MAD-learn_about .MAD_learn_video_section {
    width: 100%;
    height: 350px;
    margin-top: 0;
    padding: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

#MAD-learn_about .MAD-video_wrap {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/mad-about-video.jpg) no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    /* border-radius: 8px; */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

#MAD-learn_about .vide0Play_btn {
    width: 100px;
    height: 100px;
    margin: 21vh auto;
    line-height: 100px;
    background: rgba(245, 154, 118, 0.79);
    border: none;
}

.pinkBg {
    background: rgba(247, 138, 96, 0.82);
}

.intro-banner-vdo-play-btn {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
    z-index: 1;
    cursor: pointer;
}

.intro-banner-vdo-play-btn i {
    line-height: 70px;
    font-size: 25px;
    color: #fff;
}

.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

#MAD-learn_about .header_New .MAD_navigation_Menu ul li a {
    color: #11c4da;
}

#MAD-learn_about .header_New .MAD_login {
    color: #fff !important;
    background: #61e1ec !important;
}

#MAD-learn_about .header_New .freetrial_btn {
    color: #fff !important;
    background: #61e1ec !important;
    border:solid 1px #61e1ec !important;
}

#MAD-learn_about .MAD_element2 {
    position: absolute;
    right: 40vh;
    left: 0;
    margin: 0 auto;
    top: -28vh;
}

#MAD-learn_about #why_MAD_learn {
    padding-top: 100px;
}

.MAD-Mobile-dev {
    position: relative;
}

.MAD-Mobile-dev::after {
    content: '';
    position: absolute;
    left: -180px;
    top: 240px;
    width: 230px;
    height: 365px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    background: #e2ecfd;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-61deg);
    -moz-transform: rotate(-61deg);
    -o-transform: rotate(-61deg);
    opacity: 0.3;
}

.MAD-Mobile-dev::before {
    content: '';
    position: absolute;
    left: -260px;
    top: 94vh;
    width: 322px;
    height: 235px;
    border-radius: 65px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -o-border-radius: 65px;
    background: #e2ecfd;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-64deg);
    -moz-transform: rotate(-64deg);
    -o-transform: rotate(-64deg);
    opacity: 0.6;
    display: none;
}

.number_div {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 95px;
}

.number_div p {
    padding: 0 !important;
}

.number_div span {
    font-family: Archivo-bold;
    font-size: 35px;
    margin-bottom: 10px;
    display: inline-block;
    /*color: #555656;*/
}

#MAD_learn-quote {
    /*background: #059eb1;*/
    height: 290px !important;
    width: 100%;
    float: left;
    overflow: hidden;
}

.jarallax {
    position: relative;
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    height: 45vh;
    padding: 0;
    margin: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
    z-index: -1;
}

.tint-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 37, 64, 0.55);
    /*background: rgb(16 146 247 / 56%);*/
    padding: 0 !important;
    margin: 0;
}
.bgImgMid
{
      background-image: url(../images/collage5.jpg) !important;
    background-repeat: no-repeat;
    position: relative;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-size: cover;
    
}
#MAD_learn-quote h4 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 20px;
    padding: 0;
    margin-top: 13vh;
}

#MAD_learn-quote h1 {
    text-align: center;
    color: #fff;
    font-size: 100px;
    margin: 0;
}

#MAD_learn-process {
    min-height: 200px;
    width: 100%;
    float: left;
    /*margin-top: 2vh;*/
    position: relative;
}

#MAD_learn-process .mad_wrapper {
    width: 900px;
}

#MAD_learn-process::after {
    content: '';
    position: absolute;
    left: -165px;
    top: 15vh;
    width: 415px;
    height: 610px;
    background: url(../images/process-left-vector.png) no-repeat;
    background-size: 80% auto;
}

#MAD_learn-process::before {
    content: '';
    position: absolute;
    right: -245px;
    top: 17vh;
    width: 415px;
    height: 610px;
    background: url(../images/process-right-vector.png) no-repeat;
    background-size: 70% auto;
}

.MAD-learn_process_point {
    height: 55vh;
    border-right: solid 1px #eaecec;
    border-bottom: solid 1px #eaecec;
    padding: 70px 60px;
    /* padding-left: 55px; */
    text-align: center;
}

.imgElement {
    position: absolute;
    right: 7vh;
    margin: 0;
    top: 80vh;
    width: 100px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.MAD-learn_process_point img {
   width: 110px;
    margin-bottom: 20px;
}

.MAD-learn_process_point h3 {
    margin: 0;
    font-size: 45px;
    line-height: 40px;
    /* font-family: Archivo; */
    margin-top: 20px;
}

.MAD-learn_process_point p {
    margin: 0;
    font-family: MotivaSans-RegularItalic;
    font-size: 26px;
    color: #24b7e5;
    margin-bottom: 25px;
}

.right-non-border {
    border-right: none;
}

.bottom-non-border {
    border-bottom: none;
}

#MAD_learn-event-gallery {
    height: 70vh;
    margin-bottom: 70px;
}

.MAD-learn-event-full-box {
    width: 100%;
    height: 70vh;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/mad-team3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.MAD-learn-event-full-box1 {
    background: url(../images/mad-team8.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

#MAD_learn-event-gallery .row {
    margin-left: 0px;
    margin-right: 0px;
}

.MAD-learn-event-half-box {
    width: 100%;
    height: 34.5vh;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/mad-team4.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 1vh;
}

.half-img2 {
    background: url(../images/mad-team5.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.MAD-learn-event-box1 {
    width: 100%;
    height: 41vh;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/mad-team2.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 1vh;
}

.MAD-learn-event-box11 {
    background: url(../images/mad-team7.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.MAD-learn-event-box2 {
    width: 100%;
    height: 28vh;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background: url(../images/mad-team1.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 1vh;
}

.MAD-learn-event-box22 {
    background: url(../images/mad-team6.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.MAD-events-hover-text {
    position: absolute;
    min-height: 100px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    min-height: 30px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 91%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 91%, rgb(0, 0, 0) 100%);
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 91%, rgba(0, 0, 0, 0.98) 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    display: none;
}

.hover-text:hover .MAD-events-hover-text {
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    display: none;
}

.hover-text:hover {
    /* -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    /* -moz-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    /* -o-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.MAD-events-hover-text p {
    color: #fff;
    margin: 0;
    font-size: 13px;
    width: 100%;
}

.MAD-events-hover-text p span {
    float: left;
    width: 100%;
}

#MAD_learn-team h2 {
    text-align: center;
    width: 100%;
    /*margin-bottom: 70px;*/
}

#MAD_learn-team {
    position: relative;
}

#MAD_learn-team::after {
    content: '';
    position: absolute;
    left: -193px;
    top: 45vh;
    width: 415px;
    height: 800px;
    background: url(../images/team-left-vector.png) no-repeat;
    background-size: 65% auto;
}

#MAD_learn-team::before {
    content: '';
    position: absolute;
    right: -305px;
    top: 20vh;
    width: 415px;
    height: 900px;
    background: url(../images/team-right-vector.png) no-repeat;
    background-size: 75% auto;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}

#MAD_learn-event-gallery .col-sm-5,
.col-sm-7,
.col-sm-2 {
    padding: 0 4px;
      

}
.MAD-press{
    height: 100px;
    vertical-align: middle;
    line-height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mad-bizz-logo img{width: 100px;}
#bizzaward{padding: 20px; }
#bizzaward img{
    height: 430px;
    width:auto;
}


.gallery-padding-left {
    padding-left: 0 !important;
}

.gallery-padding-right {
    padding-right: 0 !important;
}

#MAD_learn-team .row {
    /*column-width: 320px;*/
    column-gap: 5px;
}

.MAD-team-section {
    width: 100%;
    /*min-height: 200px;*/
    margin: 0;
    padding: 0;
    float: left;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    transition: all 0.2s !important;
    padding-top:10px;
}

.MAD-team-section:hover {
    transform: translateY(-10px) !important;
    -webkit-transform: translateY(-10px) !important;
    -moz-transform: translateY(-10px) !important;
    -o-transform: translateY(-10px) !important;
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    transition: all 0.2s !important;
}

.MAD-team-pic {
    width: 100%;
    height: 274px;
    background: #23b7e5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.MAD-team-pic h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 8vh 0;
    font-family: Inter;
    padding-bottom: 0px;
}

.MAD-team-pic a {
    text-align: center;
    color: #fff;
    width: 65px;
    /* float: left; */
    font-size: 19px;
    border-bottom: solid 2px #fff;
    display: block;
    margin: 0 auto;
}

#MAD_learn-team .col-sm-2 {
    padding: 0px 5px;
    display: inline-block;
    column-break-inside: avoid;
}

.MAD-team-section h4 {
    font-size: 16px;
    margin: 0;
    text-align: left;
    line-height: 15px;
    margin-bottom: 5px;
}

.MAD-team-section p {
    font-size: 13px;
    line-height: 16px;
}

.col-sm-2:nth-of-type(even) {
    /*margin-top: 85px;*/
}

#columns {
    column-width: 210px;
    column-gap: 8px;
    width: 100%;
    margin: 50px auto;
}

#columns figure {
    width: 210px;
    padding: 0;
    display: inline-block;
    column-break-inside: avoid;
}

#columns figure img {
    width: 100%;
    height: auto;
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 15px;
    margin-bottom: 5px
}

#columns figure figcaption {
    font-size: .9rem;
    color: #444;
    line-height: 1.5;
}

#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa;
}

#columns small a {
    color: #666;
    text-decoration: none;
    transition: .4s color;
}

.mad-top {
    margin-top: 85px !important;
}

.A {
    background: #f9ead6;
}

.G {
    background: #c0fff6;
}

.K {
    background: #f4f3de;
}

.D {
    background: #c2f0ff;
}

.S {
    background: #ff9494;
}

.B {
    background: #ffdef6;
}

.L {
    background: #c2f0ff;
}

.AS {
    background: #ffdde3;
}

.KA {
    background: #f0f5f8;
}

.R {
    background: #feedc1;
}

#MAD-learn-Events_News {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 30vh;
    background: #2a87f1;
    background: -moz-linear-gradient(left, #2a87f1 0%, #10d9f5 84%);
    background: -webkit-linear-gradient(left, #2a87f1 0%, #10d9f5 84%);
    background: linear-gradient(to right, #2a87f1 0%, #10d9f5 84%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2a87f1', endColorstr='#10d9f5', GradientType=1);
}

#MAD-learn-Events_News::before {
    content: '';
    width: 102%;
    height: 190px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 10;
    background: #2a87f1;
    background: -moz-linear-gradient(left, #2a87f1 0%, #10d9f5 84%);
    background: -webkit-linear-gradient(left, #2a87f1 0%, #10d9f5 84%);
    background: linear-gradient(to right, #2a87f1 0%, #10d9f5 84%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2a87f1', endColorstr='#10d9f5', GradientType=1);
}

#MAD-learn-Events_News .MAD_element1 {
    left: 5vh;
    top: -17vh;
    width: 85px
}

#MAD-learn-Events_News .MAD_element223 {
    position: absolute;
    right: 9vh;
    margin: 0;
    top: 40vh;
    width: 100px;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.MAD_events_sect {
    width: 100%;
    background: #fff;
    float: left;
    margin: 0;
    padding: 30px;
    height: 350px;
    border-radius: 10px;
    margin-top: -35vh;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
}

.MAD_news_sect {
    overflow: hidden;
    height: auto;
}

.MAD_events_sect h4 {
    margin: 0;
    margin-bottom: 20px;
}

.MAD-News_bottom_text {
    margin-top: 10vh;
}

.MAD-News_bottom_text .MAD_btn {
    /* padding: 0 12px;*/
}

.MAD-News_bottom_text h5 {
    margin: 0;
    margin-bottom: 10px;
}

#MAD-learn-Events_News .mad_wrapper {
    width: 980px;
}

.MAD-events img {
    width: 100%;
}

.MAD-events p {
    width: 100%;
    color: #17beef;
    margin-top: 10px;
    font-size: 14px;
}

.MAD-events p span {
    width: 100%;
    float: left;
    font-size: 11px;
    color: #555656;
    line-height: 19px;
}

.MAD_events_sect .col-sm-4 {
    padding-right: 8px;
    padding-left: 8px;
}

.more-events a {
    width: auto;
    float: right;
    margin-top: 30px;
    color: #fff;
    text-decoration: none;
    /* font-family: Archivo-bold; */
    font-size: 14px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-family: Inter Semi Bold !important;
    background: #2d3645;
    padding: 10px 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.more-events b {
    font-weight: 100;
}

.more-events a:hover {}

.MAD_news_sect ul {
    float: left;
    width: 100%
}

.MAD_news_sect li {
    margin-bottom: 25px;
    float: left;
    width: 100%;
    text-decoration: none;
}

.MAD_news_sect li span {
    font-size: 13px;
    color: #555656;
    line-height: 19px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    /* font-family: Archivo-bold; */
    font-weight: bold;
}

.MAD_news_sect li p {
    font-size: 16px;
    margin: 0;
    color: #17beef;
    line-height: 16px;
}

.MAD_news_sect li a:hover {
    text-decoration: underline;
    text-decoration-color: #17beef;
    text-decoration-line: underline;
}

.MAD_news_sect li:last-child {
    margin-bottom: 0;
}

.more-events {
    padding: 0;
}

.post-excerpt {
    display: none;
}

.MAD-press img {
   max-width: 165px;
    height: auto;

    padding: 0;
 
    float: none;
    margin: 0 auto;
    display: block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    vertical-align: middle;
    line-height: 98px;
}

.MAD-press img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#MAD_learn_press {
    /*background: #f6f9fe;*/
    padding: 50px 0;
    padding-bottom: 70px;
}


/*====MAD-learn Contact page css====*/

.Mad_contact_banner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    height: 80vh;
    padding-top: 130px;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#975eeb+30,d179f3+100 */
    background: rgb(151, 94, 235);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(151, 94, 235, 1) 30%, rgba(209, 121, 243, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(151, 94, 235, 1) 30%, rgba(209, 121, 243, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(151, 94, 235, 1) 30%, rgba(209, 121, 243, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#975eeb', endColorstr='#d179f3', GradientType=1);
    /* IE6-9 */
    overflow: hidden;
}

.Mad_contact_banner::after {
     content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 501px;
    background: url(../images/contact_left1.png) no-repeat;
    background-size: 135px auto;
}

.Mad_contact_banner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -116px;
    width: 243px;
    height: 253px;
    background: url(../images/contact_left2.png) no-repeat;
    background-size: 243px auto;
}

.Contact_MAD::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    height: 260px;
    background: url(../images/contact_right1.png) no-repeat;
    background-size: 280px auto;
}

.Contact_MAD::before {
    z-index: 1;
    content: '';
    position: absolute;
    right: 0;
    top: 35vh;
    width: 114px;
    height: 270px;
    background: url(../images/contact_right2.png) no-repeat;
    background-size: 136px auto;
}

.Mad_contact_banner .banner_text_section h1 {
    text-align: center;
    font-size: 40px;
}

.Mad_contact_banner .banner_text_section p {
    padding: 0px 150px !important;
    font-size: 19px !important;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

#Contact_MAD_learn {
    padding-top: 20px;
    position: relative;
    background: #fff;
    float: left;
width: 100%;
}

#Contact_MAD_learn::before {
    content: '';
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -7%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 1;
    background: url(../images/circle-shape-contact.png) no-repeat;
    background-size: 100% auto;
    background-position-y: -10vh;
    /*border-radius: 0 0 80% 80% / 70%;
    -webkit-border-radius: 0 0 80% 80% / 70%;
    -moz-border-radius: 0 0 80% 80% / 70%;
    -o-border-radius: 0 0 80% 80% / 70%;*/
    overflow: hidden;
}

.MAD_form_wrap {
    width: 62%;
    margin: 0 auto;
    min-height: 750px;
    background: #fff;
    margin-top: -39vh;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.17);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 50px 90px;
}

.MAD_address_wrap {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding-top: 15vh;
}

.MAD_address_wrap h3 {
    /*margin-bottom: 5px;*/
}

.info-details {
    margin-top: 60px;
}

.MAD-contact-details {
    text-align: center;
}

.MAD-contact-details img {
    width: 110px;
    margin-bottom: 10px;
}

.MAD-contact-details p {
    font-size: 13px;
    color: #a2a0a0;
}

.MAD-contact-details span {
    color: #36b0ee;
    font-family: Archivo-bold;
    font-size: 20px;
    line-height: 25px;
}

.gtabs {
    position: relative;
}

.gtabs .gtab {
    position: relative;
    width: 100%;
    padding: 10px;
    top: 5px;
    transition: all 0.4s;
}

.gtabs .gtab.active {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 0.4s;
}

.FormFillBtns {
    text-align: center;
    height: 50px;
}

.FormBtn {
    display: inline-block;
    font-family: Archivo-bold;
    font-size: 22px;
    margin: 0 25px;
    cursor: pointer;
    color: #cacaca;
}

.FormBtn:hover {
    background: linear-gradient(#fff, #fff), linear-gradient(to right, #975eeb, #a570f3, #c372ee);
    border-bottom: 4px solid transparent;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    color: #333;
}

.currentTab {
    background: linear-gradient(#fff, #fff), linear-gradient(to right, #975eeb, #a570f3, #c372ee);
    border-bottom: 4px solid transparent;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    color: #333;
}

.input_wrap {
    width: 100%;
    margin: 13px 0;
    float:left;
        position: relative;
}

.input_wrap .form-input {
    width: 100%;
    outline: none;
    resize: none;
    border: solid 1px #e0e0e0;
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 10px;
    color: #656565;
    font-size: 13px;
}

.input_wrap .textDiv {
    height: 100px;
    padding: 10px;
}

.input_wrap .white_btn {
    color: #fff!important;
    background-color: #249bff!important;
}

.input_wrap .white_btn:hover {}

.BookFlashApp iframe {
    width: 100%;
    height: 565px;
}

#MAD-learn_contact .header_New .MAD_navigation_Menu ul li a {
    color: #975eeb;
}

#MAD-learn_contact .drop_down_menu ul li a {
    color: #975eeb;
}

#MAD-learn_contact .MAD_navigation_Menu ul li a::after {
    background: #5a2cf2;
    opacity: 0.2;
}

#MAD-learn_contact .MAD_login {
    color: #975eeb !important;
}

#MAD-learn_contact .header_New .MAD_login {
    color: #fff !important;
    background: #975eeb !important;
}

 #MAD-learn_contact .header_New .freetrial_btn {
    color: #fff !important;
    background: #975eeb !important;
    border:solid 1px #975eeb !important;
}

.contact-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    top: 11px;
    right: 20px;
    color: red;
    font-family: Archivo-bold;
}

#divSuccessMsg {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    color: #37a907;
    margin-top: 10px;
}

.newsLetters {
    position: relative;
}

.newsLetters label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    top: 38px;
    left: 3px;
    color: red;
    font-family: Archivo-bold;
}

.email_suscribe_btn[disabled][disabled] {
    background-color: #3f51b5 !important;
    color: #fff !important;
}


/*====End MAD-learn Contact page====*/

.MAD-twitter-slide {
    width: 280px;
    float: right;
    height: 280px;
    background: #fff;
    position: relative;
    right: 0;
    top: -45vh;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.MAD-twitter-slide::after {
    content: '';
    position: absolute;
    left: -65px;
    width: 120px;
    height: 120px;
    background: url(../images/twitter-icon.png) no-repeat;
    background-size: 100px auto;
    bottom: -85px;
}

.twitter-slide {
   
    width: 260px;
	height:260px;
	float:left;
    margin: 0;
	padding:10px;
	margin-top:20px;
	
}

.twitter-slide img{width:100%;
float:left;}




#divSuccessMsg {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    color: #37a907;
    margin-top: 10px;
}

.newsLetters {
    position: relative;
}

.newsLetters label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    top: 38px;
    left: 3px;
    color: red;
    font-family: Archivo-bold;
}

.email_suscribe_btn[disabled][disabled] {
    background-color: #3f51b5 !important;
    color: #fff !important;
}


/*=====MAD-twitter slide===*/


/*=====End MAD-twitter slide===*/


/*======MAD-curriculum=====*/

.Mad_curriculum_banner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    height: 685px;
    padding-top: 105px;
    position: relative;
    overflow: hidden;
    background: #1bd27f;
    background: -moz-linear-gradient(left, #1bd27f 0%, #45e386 100%);
    background: -webkit-linear-gradient(left, #1bd27f 0%, #45e386 100%);
    background: linear-gradient(to right, #1bd27f 0%, #45e386 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1bd27f', endColorstr='#45e386', GradientType=1);
}

.Mad_curriculum_banner::after {
    content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 501px;
    background: url(../images/curriculum-left1.png) no-repeat;
    background-size: 146px auto;
    z-index: 1;
}

.Mad_curriculum_banner::before {
content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 270px;
    height: 250px;
    background: url(../images/curriculum-left2.png) no-repeat;
    background-size: 260px auto;
    z-index: 1;
}

.MAD_curriculum::after {
        content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    height: 260px;
    background: url(../images/curriculum-right1.png) no-repeat;
    background-size: 280px auto;
}

.MAD_curriculum::before {
    z-index: 1;
    content: '';
    position: absolute;
    right: 0;
    top: 40vh;
    width: 194px;
    height: 501px;
    background: url(../images/curriculum-right2.png) no-repeat;
    background-size: 194px auto;
}

.Mad_curriculum_banner .banner_text_section h1 {
    text-align: center;
    font-size: 40px;
}

.Mad_curriculum_banner .banner_text_section p {
    padding: 0px 50px !important;
    font-size: 16px !important;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

.banner_text_section::after {
    display: none;
}

#about_MAD_curriculum {
    padding-top: 20px;
    position: relative;
    background: #fff;
    min-height: 525px;
    padding-bottom: 0;
}

#about_MAD_curriculum::before {
    content: '';
    width: 110%;
    height: 580px;
    position: absolute;
    top: -13px;
    left: -7%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 1;
    background: url(../images/curriculum-bg.png) no-repeat;
    background-position: center;
    background-size: 100% 580px;
    overflow: hidden;
    /* border-radius: 0 0 100% 100%; */
    /* -webkit-border-radius: 0 0 100% 100%; */
    /*-moz-border-radius: 0 0 100% 100%;
    -o-border-radius: 0 0 100% 100%;*/
}

#MAD-learn_curriculum .MAD_login {
    color: #20d480 !important;
}

#MAD-learn_curriculum .MAD_navigation_Menu ul li a::after {
    background: #39ffa0;
}

#MAD-learn_curriculum .drop_down_menu ul li a {
    color: #20d480;
}

#MAD-learn_curriculum .header_New .MAD_login {
    color: #fff !important;
    background: #20d480 !important;

}

#MAD-learn_curriculum .header_New .freetrial_btn {
    color: #fff !important;
    background: #20d480 !important;
    border:solid 1px #20d480 !important;
}

#MAD-learn_curriculum .header_New .MAD_navigation_Menu ul li a {
    color: #20d480;
}

.MAD-curriculums-steps-wrap {
    width: 550px;
    height: 550px;
    border-radius: 360px;
    background: #fff;
    margin: 0 auto;
    margin-top: -310px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
    position: relative;
}

.MAD-curriculums-steps-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: url(../images/circle-process.png) no-repeat;
    background-size: 420px auto;
    background-position: center;
    margin: 0 auto;
    top: 15px;
}

.MAD_curriculum_steps {
    width: 200px;
    height: 200px;
    background: #fff;
    padding: 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    display: block;
    position: absolute;
    margin: 0 auto;
    padding: 20px 30px;
}

.MAD_curriculum_steps h5 {
    margin-bottom: 13px;
    margin-top: 10px;
    color: #2d3646;
    /* font-family: Gotham Rounded Medium; */
    font-size: 20px;
    /* font-weight: 600; */
}

.MAD_curriculum_steps p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.step_one {
    top: -125px;
    left: 0;
    right: 0;
    text-align: center;
    width: 220px;
}

.step_two {
    right: -150px;
    top: 75px;
    height: 185px;
    width: 260px;
    text-align: right;
    padding-left: 44px;
}

.step_three {
    right: -150px;
    top: 290px;
    height: 185px;
    width: 260px;
    text-align: right;
    padding-left: 44px;
}

.step_four {
    bottom: -130px;
    left: 0;
    right: 0;
    text-align: center;
    width: 220px;
}

.step_five {
    left: -150px;
    top: 75px;
    height: 185px;
    width: 260px;
    padding-right: 44px;
}

.step_six {
    left: -150px;
    top: 290px;
    height: 185px;
    width: 260px;
    padding-right: 44px;
}

.MAD_curriculum_center_text {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    z-index: 100;
    text-align:center;
}

.MAD_curriculum_center_text h4 {
    font-family: Gotham Rounded Medium;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #2d3646;
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.MAD_curriculum_center_text h4 span {
    float: left;
    width: 100%;
    margin: 1px auto;
}

.MAD_learn_uppercase {
    text-transform: uppercase;
}

.MAD_design_small_text {
    font-size: 22px;
}

 .MAD_curriculum_center_text h6 {
    font-family: Inter Semi Bold;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    /*border-bottom: solid 2px #29c24e;*/
    /*width: 155px;*/
    /*width: 125px;*/
    width:auto;
    display:inline-block;
    margin: 0 auto;
    clear: both;
    color: #29c24e;
    font-size: 14px;
    cursor: pointer;
    position:relative;
   
}

.MAD_curriculum_center_text h6:before{
    content:'';
    position:absolute;
    width:100%;
    height:2px;
    background:#29c24e;
    bottom:-5px;
    left: 0;
    right: 0;
     transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;

}

.MAD_curriculum_center_text h6:hover:before{
    width:100%;
    bottom:-2px;
     transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.MAD_curriculum_steps h5 b {
    margin-right: 8px;
    font-weight: 600;
    font-size: 19px;
    font-family: Gotham Rounded Medium;
}

.step_one b {
    color: #ffb282;
}

.step_two b {
    color: #fe7280;
}

.step_three b {
    color: #19c48b;
}

.step_four b {
    color: #47afef;
}

.step_five b {
    color: #b05bec;
}

.step_six b {
    color: #f47ac5;
}

.MAD_how_strated_steps {}

.MAD_how_strated_steps img {}

.MAD_how_started_text {}

.MAD_how_started_text b {}

.MAD_how_started_text p {}

#MAD_live_traning_support_wrap {
    text-align: center;
}

#MAD_curriculum_started_steps {
    text-align: center;
    padding-bottom: 70px;
}

.elementry_school {
    float: left;
    position: absolute;
    width: 300px;
    height: 300px;
    margin: 0;
    padding: 0;
    background: url(../images/elementry-vector.png) no-repeat;
    background-size: 280px;
    top: -160px;
    left: -60px;
}

.elementry_school::before {
    content: '';
    margin: 0;
    padding: 0;
    position: absolute;
    width: 250px;
    height: 250px;
    background: url(../images/elementry_level.png) no-repeat;
    background-size: 250px;
    z-index: -1;
    left: 25px;
    top: 57px;
    -webkit-animation: fly 4s ease-in-out;
    -moz-animation: fly 4s ease-in-out;
    -o-animation: fly 4s ease-in-out;
    animation: fly 4s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.secondary_school {
    float: right;
    position: absolute;
    width: 300px;
    height: 300px;
    margin: 0;
    padding: 0;
    background: url(../images/secondary-vector.png) no-repeat;
    background-size: 300px;
    top: -150px;
    right: -60px;
}

.secondary_school::before {
    content: '';
    margin: 0;
    padding: 0;
    position: absolute;
    width: 250px;
    height: 250px;
    background: url(../images/secondary-level.png) no-repeat;
    background-size: 250px;
    z-index: -1;
    left: 20px;
    top: 85px;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#MAD_curriculum_started_steps .mad_wrapper {
    position: relative;
}

#MAD_curriculum_started_steps h3 {
    margin: 0;
    margin-top: 70px;
}

#MAD_curriculum_started_steps p {
    padding: 10px 300px;
}

.MAD_full_steps_section {
    position: relative;
    width: 800px;
    min-height: 700px;
    margin: 0 auto;
    padding: 0;
    float: none;
    display: block;
    height: auto;
    padding-top: 50px;
}

.MAD_full_steps_section::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #f4f7fd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    top: 0;
}

.MAD_steps_sect {
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    padding:0px 0;
        margin-bottom: 25px;
}

.MAD_steps_sect_right {
    float: right;
}

.MAD_steps_sect_right .MAD_steps_img {
    float: right;
    margin-left: 40px;
}

.MAD_steps_sect_right .MAD_steps_text {
    float: left;
}

.MAD_steps_img {
    float: left;
    width: 110px;
    margin-right: 40px;
}

.MAD_steps_img img {
      width: auto;
    height: 80px;
}

.MAD_steps_text {
    float: right;
    width: auto;
    min-width: 275px;
    height: auto;
    min-height: 30px;
    padding: 18px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    text-align: left;
}

.MAD_steps_text p {
    padding: 0 !important;
    float: left;
    width: auto;
    text-align: left;
    font-size: 18px;
    /* font-weight: 400; */
    /* font-family: Archivo-bold; */
    margin: 0;
    line-height: 21px;
    font-family: Inter Semi Bold;
}

.MAD_steps_text span {
    float: left;
    font-size: 40px;
    font-family: Archivo-bold;
    line-height: 25px;
    color: #25b0e0;
    margin-right: 15px;
}

.MAD_big_steps {
    min-width: 380px;
       margin-bottom: 17px;
}

.MAD_big_steps span {
    margin-top: 10px;
}

.MAD_full_steps_section .white_btn {
    position: relative;
    z-index: 100;
    margin-top: 45px;
    background: #29c24e !important;
    color: #fff !important;
}

#MAD_curriculum_check_out_wrap {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 30vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0fc1c3+0,5febde+89 */
    background: rgb(15, 193, 195);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(15, 193, 195, 1) 0%, rgba(95, 235, 222, 1) 89%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(15, 193, 195, 1) 0%, rgba(95, 235, 222, 1) 89%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(15, 193, 195, 1) 0%, rgba(95, 235, 222, 1) 89%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0fc1c3', endColorstr='#5febde', GradientType=1);
    /* IE6-9 */
}

#MAD_curriculum_check_out_wrap::before {
    content: '';
    width: 101%;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 10;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0fc1c3+0,5febde+89 */
    background: rgb(15, 193, 195);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(15, 193, 195, 1) 0%, rgba(95, 235, 222, 1) 89%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(15, 193, 195, 1) 0%, rgba(95, 235, 222, 1) 89%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(15, 193, 195, 1) 0%, rgba(95, 235, 222, 1) 89%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0fc1c3', endColorstr='#5febde', GradientType=1);
    /* IE6-9 */
}

.MAD_best_customer_review_wrap {
    width: 90%;
    height: 365px;
    background: #fff;
    margin: 0 auto;
    padding: 50px;
    box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.17);
    margin-top: -23vh;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

.MAD_best_customer_review_wrap span{    font-size: 14px;
    line-height: 16px;}

.MAD_best_customer_review_wrap p {
    float: right;
    width: 75%;
    margin-top: 50px;
    position: relative;
}

.MAD_best_customer_review_wrap img {
    float: left;
    width: 200px;
    margin-top: 30px;
}

.MAD_best_customer_review_wrap p::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 50px;
    background: url(../images/curriculum-quote.png) no-repeat;
    background-size: 45px auto;
    left: 0;
    top: -50px;
}

.MAD_best_customer_review_wrap p b {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.MAD_curriculum_check_btn_wrap {
    text-align: center;
    padding: 70px;
}

.MAD_curriculum_check_btn_wrap h3 {
    font-size: 55px;
    color: #a4fffa;
}

.MAD_curriculum_check_btn_wrap p {
    color: #d9fffd;
    padding: 0 100px;
    margin: 30px 0;
}

#MAD_live_support_traning {
    height: 85vh;
    margin-bottom: 70px;
}

#MAD_live_support_traning .col-sm-4 {
    padding: 0;
}

#MAD_live_support_traning .col-sm-8 {
    padding: 0 8px 0 0;
}

#MAD_live_support_traning .col-sm-12 {
    padding: 0 5px;
}

#MAD_live_support_traning .col-sm-6 {
    padding: 0 5px;
}

.MAD-learn-curriculum-box1 {
    width: 100%;
    height: 45vh;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    ;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 1vh;
}

.MAD-learn-curriculum-box2 {
    width: 100%;
    height: 35vh;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 1vh;
}

.MAD-learn-curriculum-box3 {
    width: 100%;
    height: 22vh;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 1vh;
}

.MAD-learn-curriculum-box4 {
    width: 100%;
    height: 30vh;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 1vh;
}

.curriculum_img1 {
    background: url(../images/curriculum1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img2 {
    background: url(../images/curriculum2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img3 {
    background: url(../images/curriculum3.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img4 {
    background: url(../images/curriculum4.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img5 {
    background: url(../images/curriculum5.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img6 {
    background: url(../images/curriculum6.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img7 {
    background: url(../images/curriculum7.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img8 {
    background: url(../images/curriculum8.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img9 {
    background: url(../images/curriculum9.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img10 {
    background: url(../images/curriculum10.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img11 {
    background: url(../images/curriculum11.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img12 {
    background: url(../images/curriculum12.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img13 {
    background: url(../images/curriculum13.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.curriculum_img14 {
    background: url(../images/curriculum14.jpg) no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.pdd {
    padding: 0 0 0 8px !important;
}

.traning_support_center_text {
    padding: 25px 15px !important;
    height: 20vh;
    text-align: center;
}

.traning_support_center_text h3 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 10px;
}

.traning_support_center_text b {
text-transform: uppercase;
    color: #29c24e;
   
    font-size: 16px;
    margin-right: 5px;
    font-family: Inter Semi Bold;
}

#MAD_learn_curriculum .MAD-curriculums-steps-wrap {
    margin-top: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

#MAD_learn_curriculum .step_one {
    background: #fffdf1;
    background: -moz-linear-gradient(top, #fffdf1 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #fffdf1 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #fffdf1 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fffdf1', endColorstr='#ffffff', GradientType=0);
}

#MAD_learn_curriculum .step_two {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,fff3f3+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 0%, #fff3f3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 0%, #fff3f3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #fff3f3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff3f3', GradientType=1);
    /* IE6-9 */
}

#MAD_learn_curriculum .step_three {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,eefff9+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 0%, #eefff9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 0%, #eefff9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #eefff9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eefff9', GradientType=1);
    /* IE6-9 */
}

#MAD_learn_curriculum .step_four {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,f2f9ff+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, #f2f9ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 0%, #f2f9ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, #f2f9ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f9ff', GradientType=0);
    /* IE6-9 */
}

#MAD_learn_curriculum .step_six {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff5fd+0,ffffff+100 */
    background: #fff5fd;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fff5fd 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fff5fd 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fff5fd 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff5fd', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

#MAD_learn_curriculum .step_five {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbf3fe+0,ffffff+100 */
    background: #fbf3fe;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fbf3fe 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fbf3fe 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fbf3fe 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fbf3fe', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

#MAD_learn_curriculum .MAD_curriculum_center_text h6 {
    /*width: 105px;*/
    width: auto;
    display: inline-block;
    float: none;
}

#MAD_learn_curriculum::before {
    content: '';
    position: absolute;
    left: -155px;
    top: 25vh;
    width: 415px;
    height: 800px;
    background: url(../images/team-left-vector.png) no-repeat;
    background-size: 65% auto;
    background-position-y: -170px;
}

#MAD_learn_curriculum .MAD_element1 {
    top: -10vh
}

#MAD_learn_curriculum .MAD_element2 {
    position: absolute;
    right: 45vh;
    top: 90vh;
    width: 70px;
}

.MAD-News_bottom_text .MAD_curriculum_check_btn_wrap {
    padding: 0 20px;
}

.MAD-News_bottom_text .MAD_curriculum_check_btn_wrap h3 {
    color: #a8f0fe;
}

.MAD-News_bottom_text .MAD_curriculum_check_btn_wrap p {
    padding: 0;
}

#MAD_learn-partners {
    position: relative;
    text-align: center;
    padding-top: 0;
}

.MAD_partners_sect img {
   display: inline-block;
    width: auto;
    margin: 0 35px;
    height: 90px;
    margin-bottom: 30px;
}

/*.MAD_partners_img1 {
    width: 170px !important;
}

.MAD_partners_img3 {
    width: 160px !important;
}

.MAD_partners_img4 {
    width: 340px !important;
}*/


.MAD_partners_img5 {
    /*width: 220px !important;
    margin-bottom: 0 !important;*/
}

.MAD_partners_img6 {
    margin-bottom: 0 !important;
    /*width: 135px !important;*/
}


#MAD_learn-partners .main_heading {
    margin-bottom: 40px;
}

#subscribesuccess {
    color: green;
    font-size: 10px;
    line-height: 16px;
    font-family: Archivo-bold;
    position: absolute;
    top: -19px;
}

.required_text {
    float: left;
    margin-top: 45px;
    font-size: 13px;
    color: #ec4017;
}


/*=====End MAD-curriculum=====*/


/*====Impact page css===*/

.Mad_impact_banner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
       height: 550px;
    padding-top: 130px;
    position: relative;
    overflow: hidden;
    background: #fa959d;
    background: -moz-linear-gradient(left, #fa959d 0%, #f7b18d 74%, #f7b18d 74%);
    background: -webkit-linear-gradient(left, #fa959d 0%, #f7b18d 74%, #f7b18d 74%);
    background: linear-gradient(to right, #fa959d 0%, #f7b18d 74%, #f7b18d 74%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa959d', endColorstr='#f7b18d', GradientType=1);
}

.Mad_impact_banner .banner_text_section h1 {
    text-align: center;
    font-size: 40px;
}

.Mad_impact_banner .banner_text_section p {
    padding: 0px 150px !important;
    font-size: 19px !important;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

.Mad_impact_banner::after {
       content: '';
    position: absolute;
    top: 0;
    width: 230px;
    height: 501px;
    background: url(../images/impact-left1.png) no-repeat;
    background-size: 146px auto;
}

.Mad_impact_banner::before {
        content: '';
    position: absolute;
    left: 0;
    bottom: -116px;
    width: 243px;
    height: 253px;
    background: url(../images/impact-left2.png) no-repeat;
    background-size: 243px auto;
}

.Impact_MAD::after {
        content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    height: 260px;
    background: url(../images/impact-right1.png) no-repeat;
    background-size: 280px auto;
}

.Impact_MAD::before {
    z-index: 1;
    content: '';
    position: absolute;
    right: 0;
    top: 240px;
    width: 114px;
    height: 260px;
    background: url(../images/impact-right2.png) no-repeat;
    background-size: 114px auto;
}

#impact_MAD_learn::before {
    content: '';
    width: 110%;
    height: 165px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 1;
    background: #f6f9fe;
}

#impact_MAD_learn {
    float: left;
width: 100%;
    position: relative;
    /* background: #f6f9fe; */
    background: #f6f9fe;
    background: -moz-linear-gradient(top, #f6f9fe 48%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f6f9fe 48%, #ffffff 100%);
    background: linear-gradient(to bottom, #f6f9fe 48%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f9fe', endColorstr='#ffffff', GradientType=0);
}

#MAD-learn_impact .header_New .MAD_navigation_Menu ul li a {
    color: #fa989b;
}

#MAD-learn_impact .header_New .MAD_navigation_Menu ul li a::after {
    background: #f9989b;
    opacity: 0.2;
}

#MAD-learn_impact .header_New .MAD_login {
    color: #fff !important;
    background: #f9989b !important;
}



#MAD-learn_impact .header_New .freetrial_btn {
    color: #fff !important;
    background: #f9989b !important;
    border:solid 1px #f9989b !important;
}

#MAD-learn_impact .MAD_navigation_Menu ul li a::after {
    background: #ec737c;
}

#MAD-learn_impact .MAD_login {
    color: #fa979c !important;
}

.MAD_video_impact_sect {
    /*width: 85%;*/
    width: 965px;
    margin: 0 auto;
    margin-top:-260px;
    height: auto;
}

.MAD_video_impact_sect .MAD_impact_tab_content_sect {
    min-height: 325px;
    padding: 10px;
}

.MAD_video_impact_sect .impacts_section2 {
    height: auto;
    display: none;
    width: 100%;
    position: relative;
}

.MAD_video_impact_sect .thumbnails_section {
     /* margin-top: 45px; */
     float: right;
     /* text-align: revert; */
     width: 450px;
     position: relative;
     margin-top: -18vh;
}

.MAD_video_impact_sect .thumbnails_section li {
    list-style: none;
    width: 105px;
}

.MAD_video_impact_sect .thumb2 p {
    width: 100%;
}

.MAD_video_impact_sect .thumb2 b {
    margin-left: 8px;
    font-size: 13px;
    line-height: 16px;
    width: 120px;
    margin-top: 20px;
}

.thumb2 {
    width: 100%;
    float: left;
    margin: 0;
    height: 58px;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}

.thumb2 p {
    float: left;
    width: 110px;
    overflow: hidden;
    -webkit-border-radius: 5px 0 0px 5px;
    -moz-border-radius: 5px 0 0px 5px;
    -o-border-radius: 5px 0 0px 5px;
    position: relative;
}

.thumb2 p strong {
    position: absolute;
    z-index: 100;
    color: #fff;
    left: 0;
    right: 0;
    top: 20px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 100%;
    text-align: center;
}

.thumb2 p img {
    width: 100%;
    height: 58px;
    float: left;
}

.thumb2 b {
    font-weight: normal;
    line-height: 70px;
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

.MAD_impact_tab_content_sect {
    width: 100%;
    float: left;
    /* background: #fff; */
    margin: 0;
    /* min-height: 380px; */
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24); */
    /* -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24); */
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    /* border-radius: 8px; */
    /* -webkit-border-radius: 8px; */
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    /* padding: 30px; */
}

#MAD_learn_teachers_impact {
    text-align: center;
    padding-bottom: 70px;
    position: relative;
    
}

.MAD_teachers_quote_sect {
    width: 100%;
    min-height: 465px;
    /*background: #2e72b3;*/
    background: #0f63b5;
    margin: 5px;
    padding: 40px;
    float: left;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-top: 80px;
}

.tab_selected .thumb2 p strong {opacity:1;}
.MAD_teachers_quote_sect p {
    color: #f5f8fb;
    margin-top: 5px;
    margin-bottom: 0;
}

.MAD_teachers_quote_sect h4 {
    font-weight: 800;
    font-size: 22px;
    font-family: Inter Semi Bold;
    line-height: 23px;
    margin: 0;
    color: #fff;
    position: relative;
}

.MAD_teachers_quote_sect h4::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 50px;
    /*background: url(../images/impact-quote.png) no-repeat;
    background-size: 30px auto;*/
    background: url(../images/white-quote_symbol.svg) no-repeat;
    background-size: 20px auto;
    left: 0;
    top: -33px;
}

.light_quote_box {
    /*background: #23b7e5;*/
    background: #1eaff4;
}

#MAD_learn_teachers_impact .row {
    width: 90%;
    margin: 0 auto;
}

#MAD_learn_teachers_impact .col-sm-6 {
    padding: 0 6px;
}

#MAD_learn_teachers_impact .main_heading {
    margin-bottom: 45px;
}

.impact_top_space {
    margin-top: 50px;
}

.MAD_teachers_quote_sect span {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.MAD_teachers_quote_sect b {
    font-family: Inter Semi Bold;
    font-size: 14px;
    color: #fff;
}

.MAD_teachers_quote_sect mark{
    color: #fff;
    font-size: 18px;
    padding: 1px;}

.mark_one{
    background:#1eaff4;
    }
.mark_two{    
    background: #0f63b5;
   
}

.MAD_teachers_quote_sect span p {
    font-size: 12px;
    margin: 0;
    line-height: 16px;
    margin-top: 3px;
}

#MAD_learn_teachers_impact::before {
    content: '';
    position: absolute;
    left: -155px;
    top: 50vh;
    width: 415px;
    height: 800px;
    background: url(../images/team-left-vector.png) no-repeat;
    background-size: 65% auto;
    background-position-y: -170px;
}

#MAD_learn_teachers_impact::after {
    content: '';
    position: absolute;
    right: -305px;
    top: 35vh;
    width: 415px;
    height: 900px;
    background: url(../images/team-right-vector.png) no-repeat;
    background-size: 75% auto;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}

.right_border {
    border-right: solid 1px #eef0f3;
}

.bottom_border {
    border-bottom: solid 1px #eef0f3;
}

#MAD_learn_news_impact {
    text-align: center;
    position: relative;
    margin-bottom: 60vh;
}

#MAD_learn_news_impact .main_heading {
    margin-bottom: 50px;
}

.MAD-news_impact {
    padding: 40px;
}

.MAD-news_impact img {
    width: auto;
    height: 60px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.MAD-news_impact p {
    font-size: 14px;
    line-height: 18px
}

.MAD-news_impact a {
    color: #019aff;
}

.MAD_student_trailer_impact {
    width: 100%;
    float: left;
    margin: 0;
    margin-top: -70vh;
    text-align: center;
}

.MAD_student_impact_video_sect {
    width: 100%;
    background: #fff;
    float: left;
    margin: 0;
    height: auto;
    padding: 60px 70px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    margin-top: 5vh;
}

#MAD_learn_news_impact::before {
    content: '';
    position: absolute;
    right: -292px;
    top: 25vh;
    width: 415px;
    height: 800px;
    background: url(../images/team-left-vector.png) no-repeat;
    background-size: 65% auto;
    background-position-y: -170px;
}

#MAD_learn_news_impact::after {
    content: '';
    position: absolute;
    left: -5px;
    top: 90vh;
    width: 200px;
    height: 348px;
    background: url(../images/bubble5.png) no-repeat;
    background-size: 125px auto;
    /* opacity: 0.6; */
    z-index: -1;
}

.impacts_section {
    display: none;
    width: 100%;
    height: 400px;
}

#div1 {
    display: block;
}

#div4 {
    display: block;
}

.tab_selected {
    background: #f7a26b !important;
    color: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.13)!important;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.13)!important;
    -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.13)!important;
    -o-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.13)!important;
    transition: all 2s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: solid 6px #f7a26b !important;
}

.thumbnails_section {
    width: 100%;
    float: left;
    /* margin-bottom: 50px; */
    margin-top: 60px;
}

.thumbnails_section li {
    list-style: none;
    width: 260px;
    height: 70px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    /* box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25); 
    /* -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25); */
    display: inline-block;
    margin: 0 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
    border: solid 6px rgb(255 255 255 / 97%);
    background: #fff;
}

.thumb {
    width: 100%;
    float: left;
    margin: 0;
    height: 70px;
    cursor: pointer;
}

.thumb p {
    float: left;
    width: 110px;
    overflow: hidden;
    -webkit-border-radius: 5px 0 0px 5px;
    -moz-border-radius: 5px 0 0px 5px;
    -o-border-radius: 5px 0 0px 5px;
    position: relative;
}

.thumb p strong {
    position: absolute;
    z-index: 100;
    color: #fff;
    left: 0;
    right: 0;
    top: 25px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 100%;
    text-align: center;
}

.thumbnails_section li:hover strong {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.thumbnails_section li:hover {
    background: #f7a26b;
    color: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.13)!important;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.13)!important;
    -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.13)!important;
    -o-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.13)!important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.thumb p img {
    width: auto;
    height: 70px;
    float: left;
}

.thumb b {
    font-weight: normal;
    line-height: 17px;
    float: left;
    margin-left: 10px;
    font-size: 13px;
    text-align: left;
    margin-top: 18px;
}

.impact_app_video {
    width: 550px;
    height: 386px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0px 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    float: left;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.24);
    padding: 10px;
    position: relative;
    background: #f9fbfe;
}

.impact_app_video .MAD-video_wrap {
    width: 100%;
    height: 365px;
    float: left;
    background: url(../images/mad-video.jpg) no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.impact_app_preview {
    width: 225px;
    height: 386px;
    float: right;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0px 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.24);
    padding: 10px;
    background: #f9fbfe;
    position: relative;
}

.impact_app_preview img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
}

.app_preview_btn {
    position: absolute;
    z-index: 1000;
    bottom: 15px;
    margin: 0 auto;
    width: 87%;
    left: 0;
    right: 0;
    font-size: 11px;
    /* padding: 20px; */
    height: 45px;
    line-height: 49px;
    color: #fff !important;
    background: #29c24d !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 2px 55px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
}

.video_impact_text {
    float: right;
    width: 520px;
    height: 350px;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    /* padding: 30px; */
    /* margin-top: 0; */
    padding-left: 85px;
}

.video_impact_text h3 {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.video_impact_text p{
    position: relative;
    padding-top: 23px;
}

.video_impact_text p b{
    font-size: 13px;
    line-height: 14px;
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

.video_impact_text p::before{
    content: '';
    position:absolute;
    width: 50px;
    height: 50px;
    top: 0;
    background: url(../images/impact_quote_symbol.svg) no-repeat;
    background-size: 20px auto;
}
.video_impact_vid {
    float: left;
    width: 480px;
    height: auto;
    padding: 0px;
    position: absolute;
    left: 0;
    border-radius: 0;
    overflow: hidden;
    margin-top: -8vh;
}

.video_impact_vid iframe{    
    width: 100%;
    height: 290px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;}
.video_impact_vid h3{font-size: 18px;
    padding-right: 90px;
    line-height: 28px;}


/*===Animation css===*/
/*===Animation css===*/

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes scaleimg {
    0% {
        -webkit-transition: all 300ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 300ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 300ms ease-in;
        transform: scale(1.1);
        opacity: 0.6;
    }
    100% {
        -webkit-transition: all 300ms ease-in;
        -webkit-transform: scale(1);
        -ms-transition: all 300ms ease-in;
        -ms-transform: scale(1);
        -moz-transition: all 300ms ease-in;
        -moz-transform: scale(1);
        transition: all 300ms ease-in;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-up {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        bottom: -355px;
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        bottom: -155px;
        opacity: 1;
    }
}

@keyframes slide-up-opacity {
    0% {
        transform: translateY(100%);
        opacity: 1;
        bottom: -355px;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        bottom: -155px;
    }
}

@keyframes opcaity-slide-box {
    0% {
        top: 90px;
    }
    100% {
        top: 50px;
    }
}

.left_animation {
    animation: 0.5s ease-out 0s 1 slideInFromLeft;
    -webkit-animation: 0.5s ease-out 0s 1 slideInFromLeft;
    -moz-animation: 0.5s ease-out 0s 1 slideInFromLeft;
    -o-animation: 0.5s ease-out 0s 1 slideInFromLeft;
}

.zoom_animation {
    animation: 0.5s ease-out 0s 1 scaleimg;
    -webkit-animation: 0.5s ease-out 0s 1 scaleimg;
    -moz-animation: 0.5s ease-out 0s 1 scaleimg;
    -o-animation: 0.5s ease-out 0s 1 scaleimg;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}

.slide_bottom {
    animation: 0.5s ease-out 0s 1 slideInFromBottom;
    -webkit-animation: 0.5s ease-out 0s 1 slideInFromBottom;
    -moz-animation: 0.5s ease-out 0s 1 slideInFromBottom;
    -o-animation: 0.5s ease-out 0s 1 slideInFromBottom;
}

.gtab {
    display: none;
}


.MAD_curriculum{ 
    position: relative;
overflow: hidden;}
    
.Impact_MAD{
    position:relative;
    
}

.About_MAD{position:relative;}
.Contact_MAD{position:relative;}

#MAD-learn_policy #impact_MAD_learn{background:#fff;}
#MAD-learn_policy #impact_MAD_learn::before{background:#fff;}
.MAD-learn_policy_sect{
      width: 100%;
    float: left;
    margin: 0;
    height: auto;
    padding: 50px;
    margin-top: -45vh;
    min-height: 500px;
    background: #fff;
    border-radius: 6px;
        padding-bottom: 0;
}

#MAD-learn_policy .Mad_banner{height: 75vh;}
#MAD-learn_policy .Mad_banner::before{
    display:none;
}
#MAD-learn_policy .banner_text_section h1{text-align:center;}
.MAD-learn_policy_sect span{    float: left;
    width: 100%;
    font-size: 21px;
    margin: 20px 0;
    color: #23b7e5;
    font-family: Archivo;
    margin-bottom: 5px;
}

.MAD-learn_policy_sect p{float:left;
    width:100%;
}
.MAD-learn_policy_sect ol{float:left;
    float: left;
    width: 100%;
    
    list-style: decimal;
   
}

.MAD-learn_policy_sect ol li{    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    color: #555656;
    margin-bottom: 10px;
}

.MAD-learn_policy_sect h3{
    float: left;
    width: 100%;
    margin: 10px 0;
}

.MAD-upcomming-event{
       text-align: center;
    padding: 50px 0;
    height: auto;
    padding-bottom: 40px;
}

.MAD-upcomming-event h4{
          font-size: 35px;
    margin-bottom: 45px;
}

.MAD-upcomming-event .MAD_news_sect li {
      margin-bottom: 25px;
    float: none;
    width: auto;
    text-decoration: none;
    font-size: 22px;
    color: #27b8e5;
    display: inline-block;
    clear: both;
        border-bottom: solid 1.5px #fff;
}

.MAD-upcomming-event .MAD_news_sect span {
        font-size: 15px;
    color: #555656;
    line-height: 19px;
    margin-bottom: 0;
    float: none;
    width: auto;
    /* font-family: Archivo-bold; */
    /* font-weight: bold; */
    margin-top: 10px;
    border-bottom: solid 1.5px #b0b3b3;
    display: inline-block;
}

.MAD-upcomming-event .MAD_news_sect li:hover{ border-bottom: solid 1.5px #27b8e5;}

.MAD-upcomming-event a{
        color: inherit;
}

.MAD-upcomming-event a:hover{text-decoration:none;}
/*=====End Impact page css====*/


#third{}
.carouseller:before, .carouseller:after{content:" ";display:table;}
.carouseller:after{clear:both;}
.carouseller{position:relative;}
.carouseller [class*="car__"]{display:inline-block;position:relative;margin-left:0.2564102564102564% !important;*margin-left:0.25109110747408616% !important;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.carouseller [class*="car__"]:first-child{margin-left:0 !important;}
.carouseller [class*="car__"]:nth-child(n+7){display:none;}
.carouseller .car__by5{width:1.793789743589745%;}
.carouseller .car__12{width:10%;}
.carouseller .car__6{width:4.8837948717948715%;}
.carouseller .car__4{width:3.1703931623931625%;}
.carouseller .car__3{width:2.3136923076923077%;}
.carouseller .car__2{width:1.452991452991453%;}
.carouseller .car__1{width:0.5982905982905983%;}
.carouseller .carouseller__list{position:relative;width:997.4358974358974%;}
.carouseller .carouseller__wrap{overflow:hidden;position:relative;margin:0 auto}


.menuactive{
	position:relative;
}

.menuactive:before{
	content: '';
    position: absolute;
    width: 85%;
    background: #ec737c;
    left: 0px;
    right: 0;
    margin: 0 auto;
    height: 50%;
    bottom: 0;
    opacity: 0.3;
    padding: 0;
    z-index: -1;
}
#MAD-learn_impact .menuactive:before{}

#MAD-learn_curriculum .menuactive:before{
    background: #39ffa0;
}

#MAD-learn_about .menuactive:before{
    background: #059eb1;
}

#MAD-learn_contact .menuactive:before{
    background: #5a2cf2;
    opacity: 0.2;
}


.Mad_contact_banner .banner_text_section{padding-left:0;}


/* JD */
.mainBannerSection
{
    padding-top: 150px;
}
.homeTopBannerSection
{
    display: flex;
}
.bannerLeftSection
{
    margin: 0px;
    width: 40%;
}
.bannerLeftSection h1{
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 65px;
    color: #2C3644;
    line-height: normal;
}
.bannerLeftSection h1:nth-child(1) span
{
    color: #005ECE;
}
.bannerLeftSection h1:nth-child(2) span
{
    color: #27C7FF;
}
.bannerLeftSection h1:nth-child(3) span
{
    color: #FF8282;
}
.bannerLeftSection p
{
    color: #555656;
    font-family: Inter;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 0 0;
}
.bannerRightSection
{
    margin: 0px 0 0  auto;
    width: 60%;
    text-align: center;
    position: relative;
}
.tryBtn a 
{
    background: #2C3644 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 16px;
    padding: 15px 50px;
    display: inline-block;
    margin: 20px 0 0 0;
}
.homeHeadingSection
{
    margin: 50px 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.homeHeadingSection h1{
    position: relative;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 80px;
    color: #f0fbff;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeHeadingSection h1 span{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #27C7FF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    top: 50%;
}
.homeHeadingSection h2{
    position: relative;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #2C3644;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    letter-spacing: -1px;
}


.MAD_elementNew {
    position: absolute;
    left: 0;
    top: 26px;
    /*top: 4vh;*/
    width: 70px;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.MAD_elementNewIntern
{
    position: absolute;
    left: 80px;
    top: 56px;
    /*top: 4vh;*/
    width: 49px;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.MAD_elementNewIntern1
{
    position: absolute;
    left: -28%;
    top: 0;
    /*top: 4vh;*/
    width: 195px;
    height: 196px;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.MAD_elementNewIntern1right
{
    position: absolute;
    right: -27%;
    top: 0;
    /* top: 4vh; */
    width: 176px;
    height: 176px;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.MAD_intern
{
    position: absolute;
    left: 50%;
    top: -88px;
    /*top: 4vh;*/
    width: 80px;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-left: -40px;
}

.MAD_element2New {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.MAD_element2NewIntern {
    position: absolute;
    right: -20px;
    top:80px;
    width: 100px;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.MAD_element2NewIntern211 {
    position: absolute;
    right: 16%;
    top: -10px;  
    width: 96px;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.testimonials_elementNew {
    position: absolute;
    left: -52.7498779296875px;
    width: 195px;
    height: 196px;
    bottom: -80px;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
#MAD_learn_testimonials1 .testimonials_elementNew
{
    left: -16.749878px;
}
.testimonials_element2New {
    position: absolute;
    right: -62px;
    top: 50px;
    width: 120px;
    height: 32px;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



.whyMADLearnSection1
{
    display: flex;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    align-items: stretch;
}
.whyMADLearnBox
{
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    border-right: #e8f1f7 solid 1px;
    border-bottom: #e8f1f7 solid 1px;
}
.whyMADLearnBox h2{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #2C3644;
    line-height: normal;
    margin: 35px 0 20px 0;
}

.whyMADLearnBox p{
    color: #494F57;
    font-family: Inter;
    font-size: 16px;
    margin: 0px;
    text-align: center;
    line-height: 24px;
}

.whyMADLearnBox:nth-child(4), .whyMADLearnBox:nth-child(5), .whyMADLearnBox:nth-child(6)
{
    border-bottom: 0px;
}
.whyMADLearnBox img{
    height: 150px;
}
.borderRight0
{
    border-right: 0px;
}
.borderTop1
{
    border-top: #e8f1f7 solid 1px;
}
.headerBG
{
    position: relative;
    /* background: url(../images/homeBg.svg) no-repeat;
    background-size:cover;
    background-position: center center; */
}
.headerBG:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 120%;
    height: 100%;
    top: -6%;
    background-image: url(../images/homebg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
}
#MAD-home .MAD_navigation_Menu ul li a
{
    color: #2C3644;
}
.displyFlex
{
    display: initial !important;
    width: 66% !important;
    max-width: 600px;
}
.displyFlex img{
    padding: 0 2px;
}
.displyFlex1
{
    display: initial !important;
    width: 66% !important;
    max-width: 800px;
}

.designThinking1 {
    position: absolute;
    left: 14%;
    bottom: 0px;
    /*top: 4vh;*/
    width: 12px;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.designThinking2 {
    position: absolute;
    right: 12%;
    bottom: 0;
    width: 100px;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.homeHeadingSection p
{
    color: #2C3644;
    font-family: Inter;
    font-size: 18px;
    margin: 25px 0 0 0;
    text-align: center;
    line-height: 24px;
}
#MAD_learn_testimonials1
{
    position: relative;
}
.testimonials
{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.testimonialIcon
{
    width: 78px;
    height: 78px;
    background: var(--unnamed-color-005ece) 0% 0% no-repeat padding-box;
    background: #005ECE 0% 0% no-repeat padding-box;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 300px;
    margin-bottom: 20px;
}
.testimonialIcon span{
    font-family: Gotham Rounded bold;
    font-size: 60px;
    color: #ffffff;
    line-height: normal;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 19px;
    font-weight: bold;
}
.testimonialsMessage
{
    color: #2C3644;
    font-family: Inter;
    font-size: 24px;
    margin: 25px 0 0 0;
    text-align: center;
    line-height: 34px;
    width: 68%;
}
.testimonials h2{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #2C3644;
    line-height: normal;
    margin: 40px 0 0px 0;
}
.testimonials p
{
    color: #64686E;
    font-family: Inter;
    font-size: 14px;
    margin: 5px 0 0 0;
    text-align: center;
    line-height: 24px;
}
.testleftImg
{
    width: 92px;
    height: 113px;
    top: 0;
}
.testRightImg
{
    width: 97px;
    height: 100px;
    bottom:0px;
    right: 0;
    top: inherit;
}

img.testimonials_element2New.testRightImg{
    right: 0px !important;
}

/*  */

  .curriculumTabSection
{
    display: flex;
}
.curriculumLeftSection
{
    width: 40%;
}
.curriculumRightSection
{
    width: 60%;
}


.click.collapsed .icon {
    transform: rotate(180deg);
    transition: .3s ease-in-out;
    }

    .curriculumRightSection
{
    position: relative;
}
    .curriculumRightSection1, .curriculumRightSection2, .curriculumRightSection3{
        position: absolute;
        opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity 350ms ease, -webkit-transform 450ms ease;
    transition: opacity 350ms ease, -webkit-transform 450ms ease;
    -o-transition: opacity 350ms ease, transform 450ms ease;
    transition: opacity 350ms ease, transform 450ms ease;
    transition: opacity 350ms ease, transform 450ms ease, -webkit-transform 450ms ease;
    }
    .curriculumRightSection1.active, .curriculumRightSection2.active, .curriculumRightSection3.active
    {
        opacity: 1;
    }
    .curriculumRightSection1
    {
        opacity: 1;
    }
    .show
    {
        opacity: 1;
    }
    .hide
    {
        opacity: 0;
    }




    .curriculumTabSectionSection {
        display: flex;
        align-items: flex-start;
        position: relative;
        justify-content: center;
    align-items: center;
   }
    .curriculumTabSectionSection__content {
        /* flex: 1;
        margin-right: rscale(150px); */
        width: 35%;
        position: absolute;
        left: 0;
        top: auto;
        z-index: 2;
   }
    .curriculumTabSectionSection__images {
        position: relative;
        /* flex: 0 1 calc(50% + 70px); */
        width: 70%;
        margin-left: auto;
   }
    .curriculumTabSectionSection__images:before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 68.4931506849%;
   }
    .collapsible-item__image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: translateY(15px);
        transition: opacity 350ms ease, transform 450ms ease;
   }
    .collapsible-item__image.active {
        opacity: 1;
        transform: none;
   }
    /* .collapsible-item__image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
   } */
   .collapsible-item__image img
   {
    width: 56%;
   }
    .collapsible-item {
        border: 1px solid #D0E1EF;
        border-radius: 10px;
        margin-bottom: 15px;
        background: #ffffff;
   }
    .collapsible-item:last-child {
        margin-bottom: 0;
   }
    .collapsible-item:hover {
        border-color: #005ECE;
        box-shadow: 0px 10px 30px #0000001C;
   }
    .collapsible-item.active {
        border-color: #005ECE;
        box-shadow: 0px 10px 30px #0000001C;
        border-width: 2px;
   }
    .collapsible-item.active .collapsible-item__content {
        max-height: none;
   }
    .collapsible-item.active .collapsible-item__header i {
        transform: rotate(180deg);
   }
    .collapsible-item.active .collapsible-item__inner-content {
        opacity: 1;
        transition-delay: 300ms;
   }
    .collapsible-item__header {
        padding: 20px 20px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
   }
    .collapsible-item__header i {
        font-size:20px;
   }
    .collapsible-item__content {
        font-size: 12px;
        max-height: 0px;
        transition: max-height 400ms ease;
        overflow: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
   }
    .collapsible-item__inner-content {
        padding: 0 20px 20px;
        opacity: 0;
        transition: opacity 250ms ease;
   }
   .collapsible-item__inner-content p{
    color: #2C3644;
    font-family: Inter;
    font-size: 16px;
    margin: 0px 0 0 0;
    text-align: left;
    line-height: 24px;
   }
    .collapsible-item__title {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #2C3644;
        line-height: normal;
   }
    .no-features-added-message {
        padding: 50px;
        font-size: 14px;
        background: #000;
   }
    .collapsible-item__mobile-image {
        display: none;
        position: relative;
        margin-top: 15px;
   }
    .collapsible-item__mobile-image:before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 68.4931506849%;
   }
    .collapsible-item__mobile-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
   }
    .lessonPlansSection
    {
        background: #27C7FF;
        border-radius: 10px;
        padding: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10%;
    }
    .alignmentSection
    {
        background: #005ECE;
        border-radius: 10px;
        padding: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10%;
    }
    .resourcesSection
    {
        background: #1B81FA;
        border-radius: 10px;
        padding: 20px;
        width: 60%;
        height: 100%;
        max-height: 350px;
        padding-left: 10%;
    }
    .alignmentSectionContent
    {
        position: relative;
        width: 100%;
    }
    .height100
    {
        height: 100%;
    }
    .alignmentRightSection
    {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .alignmentRightSection .alignmentBox
    {
        width: 159px;
        height: 159px;
        background: #EBF6FF 0% 0% no-repeat padding-box;    
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px 9px 0 9px;
    }
    .alignmentRightSection .color2
    {
        background: #FEFFEF;
    }
    .alignmentRightSection .color3
    {
        background: #FFF1E9;
    }
    .alignmentRightSection .color4
    {
        background: #FFFBF1;
    }
    .alignmentRightSection .color5
    {
        background: #FFECEE;
    }
    .alignmentRightSection .color6
    {
        background: #F6F6F6;
    }
    .alignmentRightSection .color6
    {
        background: #ECF9FF;
    }
    .alignmentSectionIcons
    {
        position: absolute;
        top: 0;
        left: 0;
    }

    
.alignmentSectionIcon1 {
    position: absolute;
    left: 14%;
    top:-158px;
    /*top: 4vh;*/
    width: 49px !important;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.alignmentSectionIcon2 {
    position: absolute;
    right: 0px;
    top: -100px;
    width: 76px !important;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.alignmentInternIcon2
{
    position: absolute;
    left: 5%;
    top: 70px;
    width: 48px !important;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite; 
}
.alignmentInternIcon1
{
    position: absolute;
    left: 28%;
    bottom: -58px;
    width: 92px !important;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite; 
    transform: translateX(-50%);
}
.icon3
{
    bottom: -40px;
    top: auto;
    width: 93px !important;
    left: -140px;
}
.icon4
{
    bottom: -180px;
    top: auto;
    width: 60px !important;
    right: 150px;
}
.lessonPlansSectionImg
{
    display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
}
.lessonPlansSectionImg img{
    width: 80%;
}
.resourcesSectionImg
{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resourcesSectionImg img{
    height: 257px;
    width: auto;
}
.resourcesSection .icon3
{
    width: 93px !important;
    height: 24px !important;
    bottom: -10px;
}
.resourcesSection .icon4
{
    width: 103px !important;
    height: 84px !important;
    bottom: -165px;    
    right: -160px;
}
.resourcesSection .alignmentSectionIcon2
{
    width: 49px !important;
    height: 53px !important;
    top: -40px;
}
.resourcesSection .icon4 
{
    top: auto;
    width: 84px !important;
    height: 103px !important;
    bottom: -213px;
}
.lessonPlansSection .alignmentSectionIcon1
{
    top: -78px;
}
.lessonPlansSection .alignmentSectionIcon2 {
    right: -60px;
    top: 20px;
}
.lessonPlansSection .icon4 {
    bottom: 20px;
    top: auto;
    right: -50px;
    width: 103px !important;
    height: 84px !important;
}
.lessonPlansSection .icon3 {
    bottom: -10px;
    top: auto;
}
/* Tabs */
.designThinkingSection .nav-tabs {
    display:none;
}
.designThinkingSection .nav-tabs
{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0px solid #ddd;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFB485;
    border-radius: 50px;
    width: auto;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 0px;
    transform: translate(0%, -50%);
    z-index: 5;
}
.designThinkingSection
{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.designThinkingSection .nav-tabs>li>a
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFA973;
    line-height: normal;
    background: rgb(255,178,130,.2);
    padding: 10px 40px;
    border-radius: 50px;
    margin: 0 5px;
    border: 0px;
    transition: all .5s;
}

.designThinkingSection .nav-tabs>li:nth-child(1) a
{
    background: rgb(255, 157, 96, 0.2);
    color: rgb(255, 157, 96, 1);
}
.designThinkingSection .nav-tabs>li:nth-child(2) a
{
    background: rgb(217,82,92,0.2);
    color:  rgb(217,82,92,1);
}
.designThinkingSection .nav-tabs>li:nth-child(3) a
{
    background: rgb(26, 176, 124,0.2);
    color: rgb(26, 176, 124,1);
}
.designThinkingSection .nav-tabs>li:nth-child(4) a
{
    background: rgb(71,175,239,0.2);
    color: rgb(71,175,239,1);
}
.designThinkingSection .nav-tabs>li:nth-child(5) a
{
    background: rgb(239, 79, 177,0.2);
    color: rgb(239, 79, 177,1);
}
.designThinkingSection .nav-tabs>li:nth-child(6) a
{
    background: rgb(161,88,206,0.2);
    color:  rgb(161,88,206,1);
}

.designThinkingSection .nav-tabs>li:nth-child(1) a.active
{
    background: rgb(255, 157, 96, 1);
    color: #ffffff;
}
.designThinkingSection .nav-tabs>li:nth-child(2) a.active
{
    background: rgb(254 114 128);
    color: #ffffff;
}
.designThinkingSection .nav-tabs>li:nth-child(3) a.active
{
    background: rgb(90 175 147);
    color: #ffffff;
}
.designThinkingSection .nav-tabs>li:nth-child(4) a.active
{
    background: rgb(71 175 239);
    color: #ffffff;
}
.designThinkingSection .nav-tabs>li:nth-child(5) a.active
{
    background: rgb(215, 127, 138, 1);
    color: #ffffff;
}
.designThinkingSection .nav-tabs>li:nth-child(6) a.active
{
    background: rgb(161,88,206,1);
    color: #ffffff;
}
.designThinkingSection .nav-tabs>li a.active
{
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
}
.designThinkingSection .nav-tabs>li>a:hover
{
    border: 0px;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
}

.designThinkingSection .nav-tabs>li:nth-child(1) a:is(:hover, :focus, :active)
{
    background: rgb(255, 157, 96, 1);
    color: #ffffff;
}
.designThinkingSection .nav-tabs>li:nth-child(2) a:is(:hover, :focus, :active)
{
    background: rgb(254 114 128);
    color: #ffffff;
}
.designThinkingSection .nav-tabs>li:nth-child(3) a:is(:hover, :focus, :active)
{
    background: rgb(90 175 147);
    color: #ffffff;
}
.designThinkingSection .nav-tabs>li:nth-child(4) a:is(:hover, :focus, :active)
{
    background: rgb(71 175 239);
    color: #ffffff;
}
.designThinkingSection .nav-tabs>li:nth-child(5) a:is(:hover, :focus, :active)
{
    background: rgb(215, 127, 138, 1);
    color: #ffffff;
}
.designThinkingSection .nav-tabs>li:nth-child(6) a:is(:hover, :focus, :active)
{
    background: rgb(161,88,206,1);
    color: #ffffff;
}

.designThinkingSection #pane-idea
{
    background: #FFB485 0% 0% no-repeat padding-box;
    /* border: 1px solid #FFB485; */
    border-radius: 116px;
    opacity: 1;
    min-height: 200px;
    padding-top: 95px;
}
.designThinkingSection #pane-plan
{
    background:rgb(254,114,128,1);
    /* border: 1px solid #FFB485; */
    border-radius: 116px;
    opacity: 1;
    min-height: 200px;
    padding-top: 95px;
}
.designThinkingSection #pane-design
{
    background: rgb(90,175,147,1);
    /* border: 1px solid #FFB485; */
    border-radius: 116px;
    opacity: 1;
    min-height: 200px;
    padding-top: 95px;
}
.designThinkingSection #pane-build
{
    background: rgb(71,175,239,1);
    /* border: 1px solid #FFB485; */
    border-radius: 116px;
    opacity: 1;
    min-height: 200px;
    padding-top: 95px;
}
.designThinkingSection #pane-test
{
    background: rgb(215,127,138,1);
    /* border: 1px solid #FFB485; */
    border-radius: 116px;
    opacity: 1;
    min-height: 200px;
    padding-top: 95px;
}
.designThinkingSection #pane-launch
{
    background: rgb(161,88,206,1);
    /* border: 1px solid #FFB485; */
    border-radius: 116px;
    opacity: 1;
    min-height: 200px;
    padding-top: 95px;
}
.designThinkingSection .tab-content
{
    width: 100%;
}
.designThinkingContentSection
{
    display: flex;
   align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.designThinkingLeft
{
    position: relative;
    margin-left: 70px;
    width: 93%;
    max-width: 430px;
    padding: 130px 0 100px 8px;
}
.designThinkingLeft h1{
    color: #FFA973;
    font-family: Inter Semi Bold;
    font-weight: 600;
    font-size: 148px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.designThinkingLeft p{
    color: #362012;
    font-family: Inter;
    /* font-weight: 600; */
    font-size: 24px;
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: normal;
}
.designThinkingLeft .tryBtn.learnMore
{
    position: relative;
    z-index: 1;
}
.designThinkingLeft .learnMore a 
{
    background: rgb(0, 0, 0, 0.8);
    padding-left: 40px;
    padding-right: 40px;
    background-image: linear-gradient(to left, transparent, transparent 50%, #000000 50%, #000000);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.25s ease-in;
}
.designThinkingLeft .learnMore a:is(:hover, :focus, :active){
    background-position: 0 0;
}

.designThinkingRight
{
    margin-left: auto;
    width: 60%;
}
.designThinkingRightImg img{
    width: 100%;
} 
.rightImgHeader
{
    height: 54px;
    /* UI Properties */
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border-radius: 10px 0px 0px 0px;
    opacity: 1;
    display: flex;
   align-items: center;
    position: relative;
    width: 100%;
    border-radius: 10px 0px 0px 0px;
} 
.rightImgHeader div ul 
{
    margin: 0px;
    padding: 0px;
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
}
.rightImgHeader div ul li
{
    list-style: none;
    width: 16px;
    height: 16px;
    background: #F56058 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 100px;
    margin-right: 10px;
}
.rightImgHeader div ul li:nth-child(1)
{
    margin-left: 20px;
}
.rightImgHeader div ul li:nth-child(2)
{
    width: 16px;
    height: 16px;
    background: #FFD13C 0% 0% no-repeat padding-box;
    opacity: 1;
}
.rightImgHeader div ul li:nth-child(3)
{
    width: 16px;
    height: 16px;
    background: #5BE375 0% 0% no-repeat padding-box;
    opacity: 1;
}
.rightImgHeader p{
    color: #848484;
    font-family: Inter;
    font-size:14px ;
    line-height: normal;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    left: 50%;
}
.designThinkingSection .tab-pane.active .designThinkingLeft 
{
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.designThinkingSection .tab-pane.active .designThinkingRight 
{
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.designThinkingSection #pane-plan .designThinkingLeft h1
{
    color: #ef6775;
}
.designThinkingSection #pane-design .designThinkingLeft h1
{
    color: #53a78b;
}
.designThinkingSection #pane-build .designThinkingLeft h1
{
    color: #47a8e4;
}
.designThinkingSection #pane-test .designThinkingLeft h1
{
    color: #cf7883;
}
.designThinkingSection #pane-launch .designThinkingLeft h1
{
    color: #974fc3;
}
.madLearnTestimonials
{
    padding-top: 110px;
    padding-bottom: 0px;
}

.awardsAnimationImg
{
    width: 62px;
    height: 66px;
    left: 10%;
    top: 100px;
}
.awardSection
{
    display: flex;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    align-items: stretch;
}
.awardSection .awardBox
{
    display: block;    
    width: 50%;
    padding-right: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.awardSection .awardBox:nth-child(2n)
{
    padding-right: 0px;
}
.awardSection .awardBox a
{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    cursor: default;
}
.awardSection .awardBox:nth-child(1) a{
    cursor: pointer;
}
.awardSection .awardBox a h2{
    color: #2C3644;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-weight: 700;
    line-height: normal;
    max-width: 240px;
}
.awardSection .awardBox a p
{
    color: #2C3644;
    font-family: Inter;
    font-size:14px ;
    line-height: normal;
    margin: 7px 0 0 0;
    padding: 0px !important;
}
.awardImg
{
    position: relative;
}
.awardBg
{
    position: relative;
    height: 240px;
}
.awardImg1
{
    height: 180px;
    position: absolute;
    left: 50%;    
    z-index: 5;
    bottom: 50px;
    transform: translate(-50%, 0%) !important;
}

.launchYourClassroomSection
{
    background: #005ECE;
    min-height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.launchYourContent
{
    display: flex;
    align-items: center;
    width: 100%;
    flex-flow: column;
    justify-content: center;
}
.launchYourContent h2{
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0 0 0;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.launchYourContent .tryBtn.learnMore
{
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 20px;
}
.launchYourContent .learnMore a 
{
    background: rgb(0, 0, 0, 0.8);
    padding-left: 40px;
    padding-right: 40px;
    background-image: linear-gradient(to left, transparent, transparent 50%, #000000 50%, #000000);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.25s ease-in;
}
.launchYourContent .learnMore a:is(:hover, :focus, :active){
    background-position: 0 0;
}
.launchYourImgBottom
{
    width: 75px;
    height: 75px;
    bottom: 0;
    right: 126px;
    top: auto;
}
.launchYourImgBottom1
{
    width: 175px;
    height: 176px;
    bottom: -70px;
    left: -68px;
    top: auto;
}
.launchYourLeftImg
{
    position: absolute;
    width: 101px;
height: 14px;
top: 30px;
    left: 150px;
   
}
.launchYourRightImg
{
    width: 85px;
    height: 96px;
    top: -40px;
    right: -30px;
    left: auto;
}
.awardSection .awardBox:nth-child(2) .awardImg1
{
    height: 250px;
    bottom: 10px;
}
.awardSection .awardBox:nth-child(3) .awardImg1
{
    height: 230px;
}
.onSiteAndVirtualSection
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.onSiteAndVirtualImgSection
{
    width: 55%;
    position: relative;
}
.onSiteAndVirtualContentSection
{
    width: 45%;
    position: relative;
    margin-left: auto;
}
.TrainingIcon
{
    width: 49px;
    height: 53px;
    left: 0;
}
.Trainingheading
{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
}
.Trainingheading h1{
    text-align: right;
}
.Trainingheading h2{
    text-align: right;
    width: 100% !important;
    max-width: inherit !important;
    font-size: 36px;
}
.Trainingheading p{
    opacity: 1;
    text-align: right;
    width: 100%;
    font-size: 16px;
}

.onSiteAndVirtualContentSection .tryBtn.learnMore
{
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 0px;
}
.onSiteAndVirtualContentSection .learnMore a 
{
    background: #2C3644;
    padding-left: 40px;
    padding-right: 40px;
    background-image: linear-gradient(to left, transparent, transparent 50%, #000000 50%, #000000);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.25s ease-in;
}
.onSiteAndVirtualContentSection .learnMore a:is(:hover, :focus, :active){
    background-position: 0 0;
}
.onSiteAndVirtualImg
{
    /* width: 90%;
    background: url(../images/onSiteTraningBg.svg) no-repeat;
    min-height: 598px;
    background-size: 100%; */
    display: flex;
    position: relative;
}
.onSiteTraningBg
{
    width: 90%;
    position: relative;
    left: 0px;
    top: 0;
    z-index: 1;
}
.onSiteAndVirtualImgSectionInner
{
    position: absolute;
    left: 50px;
    top: 30px;
    width: 100%;
}
.onSiteAndVirtual
{  
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 60px;
    z-index: 5;
    top: 50%;
    transform: translate(-0%, -50%);
}
.onSiteBox1
{
    width: 100%;
    background: #9ddaed;
    border-radius: 20px;
    margin-top: 0px;
    overflow: hidden;
}
.onSiteBox1 img{
    width: 100%;
}
.onSiteBox2 img{
    width: 100%;
    height: 170px;
}
.onSiteBox2
{
    width: 100%;
    background: #9ddaed;
    border-radius: 20px;
    margin-top: 0px;
    overflow: hidden;
}
.onSiteBoxSection
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.onSiteBoxSection .onSiteBox2
{
    position: relative;
}
.onSiteBoxSection .onSiteBox1:nth-child(1)
{
    width: 100%;
    height: 220px;
}
.onSiteBoxSection .onSiteBox1:nth-child(2)
{
    margin-top: 25px;
    width: 100%;
    height: 170px;
}
.onSiteBoxSection .onSiteBox2:nth-child(1)
{
    width: 80%;
    height: 170px;
}
.onSiteBoxSection .onSiteBox2:nth-child(2)
{
    margin-top: 25px;
    width: 80%;
    height: 170px;
}
.mADstoreSection
{
    align-items: flex-start;
    justify-content: flex-start;
}
.mADstoreSection h2{
    text-align: left !important;
}
.mADstoreSection p{
    text-align: left !important;
}
.appStoreIcon
{
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
}
.appStoreIcon a{
    display: block;
    margin-right: 10px;
}
.appStoreIcon a img{
    width: 160px;
}
.madStoreicon
{
    left: auto;
    right: 20%;
    top: 0;
    width: 49px;
height: 53px;
}
.madStoreBG
{
    width: 80%;
    position: relative;
    right: 0px;
    top: 0;
    z-index: 1;
}
.madStoreImgRight
{
    display: flex;
    position: relative;
    align-content: flex-end;
    justify-content: flex-end;
}
.madStoreAppSection
{
    position: relative;
}
.madStoreAppSectionBG
{
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: translate(-20%, 0%);
}
.madStoreAppSectionBG img{
    width: 320px;
}

.mtop0
{
    margin-top: 0px;
}
.width80
{
    width: 60%;
}
.trainingbgimg1
{
    background: url(../images/trainingimgnew1.jpg) no-repeat;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.trainingbgimg2
{
    background: url(../images/trainingimgnew2.jpg) no-repeat;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.trainingbgimg3
{
    background: url(../images/trainingimgnew3.jpg) no-repeat;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.trainingbgimg4
{
    background: url(../images/trainingimgnew4.jpg) no-repeat;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.onSiteBoxSection .onSiteBox2:nth-child(1) {
    background-size: 120%;
    background-position: 10% 37%;
}
.tablateMTop130 {
    margin-top: 0px;
}
.width70p
{
     width: 80%;
}
.StudentWorkExamplesSection
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f6ff+0,f0f6ff+58,f0f6ff+58,53cbf1+58,27c7ff+100 */
background: linear-gradient(to bottom, #f0f6ff 0%, #f0f6ff 58%, #f0f6ff 58%, #27C7FF 58%, #27C7FF 100%);
min-height: 600px;
margin: 50px 0 0 0;
position: relative;
}

.studentworkicon {
    position: absolute;
    left: 25px;
    top: 50px;
    width: 82px;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.studentworklefticon {
    position: absolute;
    right: 0;
    top: -10px;
    height: 14px;
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.StudentWorkExamples
{
    display: flex;
    align-content:flex-start;
    justify-content: flex-start;
    width: 100%;
}
.internSliderLeftSectino
{
    margin: 180px 0 0 0;
    width: 32%;
    position: relative;
}
.internSliderLeftSectino h2{
    color: #2C3644;
    font-size: 46px;
    font-family: "Montserrat", sans-serif;
    margin: 5% 0 0 0;
    font-weight: 700;
}
.internSliderLeftSectino p{
    color: #FFFFFF;
    font-family: Inter;
    font-size: 18px;
    margin: 100px 0 0 0;
    font-weight: 400;
}
.internSlider
{
    width: 60%;
    margin-left: auto;
}
.internSliderBOX
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
border: 5px solid #005ECE;
border-radius: 10px;
height: 480px;
margin-top: 40px;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
}


.carousel,
.item,
.active {
    height: 100%;
}
.internSliderBOX .carousel-indicators {
    bottom: -90px;
}
.carousel-inner {
  height: 100%;
}
.internSliderBOX .carousel-inner
{
    width: 100%;
    height: 100%;
    display: flex;
align-items: center;
justify-content: center;
}
.internSliderBOX .carousel-inner .item img
{
    /* width: 100%;*/
    height: 100%; 
}
.carousel-caption{padding-bottom:80px;}


/* Background images are set within the HTML using inline CSS, not here */

.internSliderBOX .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:1;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}



@media(min-width:768px) {
    .designThinkingSection .nav-tabs {
        display: flex;
    }
    
    .designThinkingSection .card {
        border: none;
    }

    .designThinkingSection .card .card-header {
        display:block;
    }  

    .designThinkingSection .card .collapse{
        display:none;
    }
}

@media(max-width:767px){
    .designThinkingSectionc .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}
/* end Tabs */

.homeBannerSection
{
    position: relative;
}
.homeBannerBgRight
{
    position: absolute;
    right: 0;
    top:0;
    z-index: 1;
}
.phoneBg
{
    position: absolute;
    left: 90px;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 440px;
}
.girlImg
{
    position: absolute;
    left: 40px;
    top: 115px;
    z-index: 3;
    width: 310px;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
}
.boyImg
{
    position: absolute;
    right: 250px;
    bottom: 18px;
    z-index: 3;
    width: 280px;
    -webkit-animation-duration: 1.5s !important;
    animation-duration:  1.5s !important;
}
.playBannerBtn
{
  width: 160px;
  height: 112px;
  background: #ff4f60;
  border-radius: 30px;
  position: absolute;
  right: 323px;
  top: 165px;
  z-index: 4;
  -webkit-animation-duration: 2s !important;
  animation-duration:  2s !important;
  display: flex;
    align-items: center;
    justify-content: center; 
}
.playIcon
{
    width: 40px;
    cursor: pointer;
}
.video-play-button:before
{
    background: #ff4f60;
}
.homeBannerBg
{
    position: absolute;
    background: url(../images/bannerbg.svg) no-repeat;
    width: 100%;
    height: 580px;
    top: -50px;
    background-size: 72%;
    right: -170px;
    background-size: contain;
}


.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 24px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms;
    cursor: pointer;
  }
  
  .video-play-button:hover:after {
    background-color: darken(#ffffff, 10%);
  }
  
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 18px solid #005ECE;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

.madIcon1
{
    width: 70px !important;
    position: absolute;
    top: 220px;
    left: -60px;
}

.madIcon2
{
    width: 100px !important;
    position: absolute;
    top: 310px;
    left: -86px;
}
.madIcon3
{
    width: 60px !important;
    position: absolute;
    top: 430px;
    left: -49px;
}


.madIcon4
{
    width: 70px !important;
    position: absolute;
    top: 220px;
    right: -60px;
}

.madIcon5
{
    width: 100px !important;
    position: absolute;
    top: 310px;
    right: -86px;
}
.madIcon6
{
    width: 60px !important;
    position: absolute;
    top: 430px;
    right: -49px;
}
.bannerLeftSection h1 b
{
    font-family: 'Style Script', cursive;
    font-style: italic;
    color: #2C3644;
    font-weight: normal;
    padding: 0 10px 0 0;
}
.d-none
{
    display: none !important;
}
.position-fixed
{
    border-radius: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    cursor: pointer;
    font-size: 10px;
    position: fixed!important;
    bottom: 10px !important;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    right: -10px;
    font-weight: 600;
    line-height: 1.5rem;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    z-index: 999;
    background: #005ece;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.position-fixed:is(:hover, :focus, :active)
{
    border: 0px;
    border-color: #122b40;
    background: #005ece;
}
/* .madIcon1, .madIcon2, .madIcon3, .madIcon4, .madIcon5, .madIcon6
{
    border-radius: 25px;
} */
    .madIcon1, .madIcon4
        {
            border-radius: 18px;
            box-shadow: 0px 0px 6px #1e222c33; 
        }
        .madIcon2, .madIcon5
        {
            border-radius: 25px;
            box-shadow: 0px 0px 6px #1e222c33; 
        }
        .madIcon3, .madIcon6
        {
            border-radius: 15px;
            box-shadow: 0px 0px 6px #1e222c33; 
        }

.madIcon1:hover, .madIcon2:hover, .madIcon3:hover, .madIcon4:hover, .madIcon5:hover, .madIcon6:hover
{
     box-shadow: 0px 0px 9px #b0b0b0; 
}
.madIcon1:hover::after {
    content: "";
    position: absolute;
    border: #005ECE 3px solid;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 2;
}
.padtop0
{
    padding-top: 30px;
}

#popup-btn
{
    cursor: pointer;
}
.popup-flex {
    margin: 30px;
  }
  .popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
    display: none;
  }
  .popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 0px solid #888;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
  }
  .popup-content p {
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
  }
  .popup-content span {
   color: #ffffff !important;
    font-size: 28px;
    position: absolute;
    top: -20px;
    right: -17px;
    background: #2C3644 ;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    height: 50px;
    width: 50px;
    float: none;
    cursor: pointer;
  }
  
  .show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  
  .more-articles {
    margin: 30px 30px 50px;
    font-size: 20px;
  }
  .more-articles a {
    margin: 0 10px;
    text-decoration: underline;
  }
  .maxwidth70p
  {
       max-width: 740px;
  }
  /* Intern Page CSS */
  .contentArea
  {
    /* background: #EAFFFF;
    position: relative;
    border-radius: 76px;
    min-height: 200px;
    padding: 60px 0 220px 0; */
    background: #EAFFFF;
    position: relative;
    border-radius: 76px;
    min-height: 200px;
    padding: 60px 0 0px 0;
    max-height: 860px;
  }
  .internPageContent
  {
    padding: 20px 0;
  }
  .internPageContent p{
    font-family: Inter;
    font-size: 16px;
    color: #2C3644;
    margin: 40px 0 0 0;
    line-height: 24px;
    text-align: center;
  }
  .internPageContent h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #2C3644;
    margin: 40px 0 0 0;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
  }
  .internPageContent p.mtop15
  {
    /* margin-top: 15px; */
    font-family: 'Inter Semi Bold';
     padding: 0 15px;
  }
  .topBannerSection
{
    padding-top: 100px;
    position: relative;
}
.internBanner
{
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.leftBanner
{
    flex: 0;
    display: flex;
    position: relative;
}
.leftBanner::after
{   
    content: "";
    top: 13px;
    left: -311.686462px;
    width: 490px;
    height: 350px;
    transform: matrix(-0.86, -0.52, 0.52, -0.86, 0, 0);
    background: var(--unnamed-color-27c7ff) 0% 0% no-repeat padding-box;
    background: #27C7FF 0% 0% no-repeat padding-box;
    border-radius: 96px;
    opacity: 1;
    position: absolute;
    top: 0;
}
.banenrContent
{
    flex: 2;
    display: flex;
    justify-content: center;    
    min-height: 330px;
    align-items: center;
}
.banenrContent h2{
    color: #2c3644;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-weight: 700;
    position: relative;
    text-align: center;
    line-height: normal;
}
.rightBanner
{
    position: relative;
    flex: 0;
    display: flex;
    justify-content: flex-end;
}
.rightBanner::after
{
    content: "";
    justify-content: flex-end;
    top: 0;
    right: -270px;
    transform: matrix(0.86, -0.52, 0.52, 0.86, 0, 0);
    background: #005ECE 0% 0% no-repeat padding-box;
    border-radius: 96px;
    opacity: 1;
    width: 480px;
    height: 350px;
    position: absolute;
}
.internBannerImg1 img.internimg1
{
    width: 130px;
    position: absolute;
    z-index: 2;
    left: 110px;
    top: 155px;
}
.internBannerRightImg1 img.internimg1
{
    width: 106px;
    position: absolute;
    z-index: 2;
    right: 110px;
    top: 60px;
}

.internBannerImg1 .designBox1
{
    width: 264px;
    height: auto;
    min-height: 36px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 10px #0000003D;
    border-radius: 50px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    left: 160px;
    bottom: 30px;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;    
    font-family: Inter;
    font-size: 13px;
    color: #005ECE;
    padding: 5px 10px;
    text-align: center;
}
.designBox2
{   
    right: 150px;
    width: 140px;
    min-height: 36px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 10px #0000003D;
    border-radius: 50px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 150px;
    -webkit-animation: fly 3s ease-in-out;
    -moz-animation: fly 3s ease-in-out;
    -o-animation: fly 3s ease-in-out;
    animation: fly 3s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    font-family: Inter;
    font-size: 13px;
    color: #005ECE;
    padding: 5px 10px;
    text-align: center;
}
.internIcon1
{
    width: 98px;
    position: absolute;
    z-index: 2;
    bottom: -40px;
    left: 50px;
}
.internBannerRightImg1 .launchYourImgBottom1
{
    width: 110px;
    height: 110px;
    bottom: -10px;
    right: 92px;
    top: auto;
    left: auto;
    z-index: 1;
}
.codingInternship
{
    position: absolute;
    width: auto;
    height: auto;
    bottom: 130px;
    right: 350px;
    top: auto;
    left: auto;
    z-index: 1;
}
.codingInternship .designBox2
{
    right: 10px;
    width: 186px;
}
.resourcesSectionIntern
{
    display: flex;
    width: 100%;
    flex-flow: wrap;
    align-items: stretch;
    position: relative;
    top: 0px;
    justify-content: space-between;
}
.resourcesInternBox {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 2px #00000033;
    border-radius: 15px;
    text-decoration: none;
    border: #EAFFFF solid 1px;
    position: relative;
    z-index: 2;
}
.positionRelative
{
    position: relative;
    z-index: 1;
}
.resourcesInternBox:hover
{
   
    box-shadow: 0px 3px 4px #00000033;
    cursor: pointer;
    border: #EAFFFF solid 1px;
}
.resourcesInternBoxIcon
{
    background: #F0F6FF;
    border-radius: 12px;
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resourcesInternBoxIconColor1
{
    background: #FFEDED;
}
.resourcesInternBoxIconColor2
{
    background: #E3FFEF;
}
.resourcesInternBoxIconColor3
{
    background: #F8ECFF;
}
.resourcesInternBox p{
    font-size: 16px;
    color: #494F57;
    font-family: Inter;
    font-weight: 500;
    margin: 30px 0 0 0;
    line-height: normal;
}
.resourcesInternBox h3{
    font-size: 20px;
    color: #494F57;
    font-family: Inter Semi Bold;
    margin:7px 0 20px 0;
    line-height: normal;
}
.mb40
{
    margin-bottom: 40px;
}
.internicon4
{
    bottom: -50px;
    top: auto;
    width: 60px !important;
    right: -20px;
}
.top40
{
    position: relative;
    /* top: 80px; */
    padding-top: 100px;
    z-index: 1;
}
.internshipProcessBox1
{
    margin-top: 0;
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: #D0E1EF solid 1px;
    padding: 40px 30px 50px 30px;
    position: relative;
    margin-top: 10px;
}
.internshipProcessContent
{
    margin-left: 30px;
}
.whyMADLearnSection1 .internshipProcessBox1:nth-child(2n) .internshipProcessContent {
    margin-left: 0px;
    margin-right: 30px;
}
.internshipProcessContent p{
    font-size: 16px;
    color: #494F57;
    font-family: Inter;
    margin: 20px 0 0 0;
    line-height: normal;
}
.mL0
{
    margin-left: 0;
}
.imageRight
{
    margin-left: auto;
}
.internshipProcessContent h3{
    font-size: 20px;
    color: #494F57;
    font-family: Inter Semi Bold;
    margin:0px 0 0px 0;
    line-height: normal;
}
.designThinkingIntern
{
    background: #005BC9;
    position: relative;
    padding:50px 0 ;
}
.relative
{
    position: relative;
}
.internshipGoals
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.internshipGoalsHeading
{
    margin: 0px;
    width: 45%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.internshipGoalsHeading h2{
    font-size: 45px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
}
.internshipGoalsHeading p{
    font-size: 16px;
    color: #ffffff;
    font-family: Inter;
    margin: 20px 0 0 0;
    line-height: 24px;
    font-weight: 300;
}
.internBorder
{
    background: #27C7FF;
    width: 130px;
    height: 6px;
    margin: 20px 0 30px 0;
}
.internshipGoalsRight
{
    margin-left: auto;
    position: absolute;
    right: 0;
    width: auto;
}
.internshipGoalsRight ul{
    margin: 0;
    padding: 0;
}
.internshipGoalsRight ul li{
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    font-family: Inter;
    background: #0063DA 0% 0% no-repeat padding-box;
border: 1px solid #00489F;
border-radius: 44px 0px 0px 44px;
padding: 16px 20px;
width: 650px;
margin-top: 14px;
}
.internshipGoalsRight ul li:nth-child(1)
{
    margin-top:0px ;
}
/* .internshipGoalsRight ul li:hover
{
    background: #ffffff;
    color: #0063DA;
} */
.internshipGoalsRight ul li img{
    margin-right: 30px;
}


.internshipStructureBox
{
    width: 50%;
    display: flex;
    align-items:flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 60px;
    border-right: #e8f1f7 solid 1px;
    border-bottom: #e8f1f7 solid 1px;
}

.internshipStructureBox p{
    color: #2C3644;
    font-family: Inter;
    font-size: 18px;
    margin: 30px 0 0 0;
    text-align: left;
    line-height: 24px;
    padding-right:12% ;
}
.internshipStructureBox:nth-child(2), .internshipStructureBox:nth-child(4)
{
    border-right: 0px;
}
.internshipStructureBox:nth-child(3), .internshipStructureBox:nth-child(4)
{
    border-bottom: 0px;
}
.internshipStructureBox img{
   width: 60px;
}
.internsTeam
{
    margin-top: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    align-items: stretch;
}
.internsTeamBox
{
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}
.internsTeamBox h2{
    font-size: 85px;
    color: #2C3644;
    font-family: Inter Semi Bold;
    margin:0px 0 0px 0;
    line-height: normal;
}
.internsTeamBox p{
    font-size: 40px;
    color: #2C3644;
    font-family: Inter;
    margin: 20px 0 0 0;
    line-height: 24px;
    font-weight: 500;
}
.internsTeamBox img{
    width: 100%;
    border-radius: 10px;
}
.homeHeadingSection.mb40
{
    margin-bottom:40px;
    margin-top: 50px;
}
.InternshipHeading
{
    margin-bottom:0px
}
  /* End Intern Page CSS */
/* End JD */
@media screen and (max-width: 750px) {
    #columns {
        column-gap: 0px;
    }
    #columns figure {
        width: 100%;
    }
}



#myModalLabel2{  font-size: 17px;
    line-height: 25px;}
    
    
    
    /*=====Case Studies Css====*/
    #MAD_learn_case_studies{
    text-align: center;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    }
    
    #MAD_learn_case_studies h2{
    margin-bottom: 20px;
    }
    

    #MAD_learn_case_studies p{
    padding: 0px 150px;
    text-align: center;
    margin: 0;
    margin-top: 0;
    width: 100%;
    margin-bottom: 50px;
    }



    .case_studies_download_heading{
        width: 100%;
        height: 50px;
        float: left;
        line-height: 50px;
        margin: 0;
        font-size: 15px;
        color: #183d6a;
        background: #fff!important;
        border-radius: 0px 0px 8px 8px;
        -webkit-border-radius: 0px 0px 8px 8px;
        -moz-border-radius: 0px 0px 8px 8px;
        -o-border-radius: 0px 0px 8px 8px;
        cursor: pointer;
        font-family: Inter Semi Bold !important;
        letter-spacing: 0.3px;
        box-shadow: 0 0 10px rgb(2 2 2 / 28%);
        -webkit-box-shadow: 0 0 10px rgb(2 2 2 / 28%);
        -moz-box-shadow: 0 0 10px rgb(2 2 2 / 28%);
        -o-box-shadow: 0 0 10px rgb(2 2 2 / 28%);
    }
    
    
    #ucps{background: #4c721d;}
    #dsbn{background: #732a83;}
    #springs{background: #b07e51;}
    
    .mad_case_studies_box{
    width:100%;
    height: 200px;
    margin: 0 0px;
    padding:0;
    background: #fbfbfb;
    float: left;
    border-radius:8px 8px 0px 0px;
    -webkit-border-radius:8px 8px 0px 0px;
    -moz-border-radius:8px 8px 0px 0px;
    -o-border-radius:8px 8px 0px 0px;
    outline:none !important;
    }
    
    .case_studies1{    
    background: url(../images/ucps_case_studies.png) no-repeat;
    background-size:cover;
    background-position: center center;
  
    }
    
    .case_studies2{
    background: url(../images/dsbn_case_studies.png) no-repeat;
     background-size:cover;
    background-position: center center;
   
    }
    
    .case_studies3{
    background: url(../images/springs_case_studies.png) no-repeat;
     background-size:cover;
    background-position: center center;
  
    }
    
      .case_studies4{
    background: url(../images/palmbeachcounty.jpg) no-repeat;
     background-size:cover;
    background-position: center center;
  
    }
    
    
    
       .slick-arrow{
    top: 100px;
    width: 40px;
    height: 40px;
    text-indent: -1000em;
    border: none;
    opacity: 0.5;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    cursor:pointer;
    }
    
    .slick-prev{    
    float: left;
    position: absolute;
    left: 0;
    background:url(../images/back.svg) no-repeat;
    background-size: 25px;
    background-position: center;
   
    }
    .slick-next{
        
    float: right;
    position: absolute;
    right: 0;
    background:url(../images/next-btn.svg) no-repeat;
    background-size: 25px;
    background-position: center;
   
    }
    
    #MAD_learn_case_studies .slick-list{width: 90%;
    margin: 0 auto;}
    
        /*=====End Case Studies Css===*/


        /*=== New Css===*/
        .mad_tab_section{    float: left;
            width: 100%;
            margin: 30px 0;    min-height: auto;}
        .mad_tab_section .nav-tabs{
            border:none;
            text-align: center;
        } 

        .mad_tab_section .nav-tabs>li {
           float:none;
            margin-bottom: -1px;
            display: inline-block;
            margin: 0 35px;}

            .mad_tab_section .nav-tabs>li a img{
                width: 80px;
               transition: all 0.2s;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -o-transition: all 0.2s;
            }


            .tabAnimation:hover img{
                transform: translateY(-10px);
                -webkit-transform: translateY(-10px);
                -moz-transform: translateY(-10px);
                -o-transform: translateY(10px);
                transition: all 0.2s;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -o-transition: all 0.2s;
            }

            .mad_tab_section .nav-tabs>li a p {
                text-align: center;
                width: 100%;
               
                color: #2c3644;
                font-size: 15px;
                margin: 0;
                padding: 0;
                font-family: Inter;
                font-weight: 600;
            }

           

            .mad_tab_section .nav-tabs>li.active>a{border: none; background: none;}

            .mad_tab_section .nav-tabs>li.active>a p{
                color:#1895ff;
            }


            .mad_tab_section .nav-tabs>li>a{
    margin-right: 0px; 
    line-height: auto;
    border: none; 
     border-radius:  0;
     position: relative; 

            }

            .mad_tab_section .nav-tabs>li>a:hover{
                background: none;
            }
            
            .mad_tab_section .nav-tabs>li>a:hover p{color:#1895ff;}

            .mad_tools_tab img{width: 100%;}

            .mad_tab_section .nav-tabs>li>a::before{
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 8px solid #23b7e5;
                bottom: -10px;
                left: 0;
                right: 0;
                margin: 0 auto;
                display: block;
                opacity: 0;
              }

              .mad_tab_section .nav-tabs>li.active>a::before{
                opacity: 1;}

                #MAD_learn_training-support .paracontent{
                    padding: 0 80px;
                }





.mad_traning_tab_layout_one{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}



.mad_traning_tab_layout_one .mad_training_tweet_box {
    width: 350px;
    height: 400px;
    background: #fcffd1;
    margin: 0 6px;
    padding: 40px 25px;
    float: left;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: solid 1px #dfe2aa;
    
}


.mad_traning_tab_layout_one .mad_training_tweet_box p {
    color:#3c3b3b;
    margin-top: 5px;
    /* margin-bottom: 0; */
    position: relative;
    /*font-style: italic;*/
    margin-bottom: 60px;
    /* font-size: 15px; */
    width: 100%;
}


.mad_traning_tab_layout_one .mad_training_tweet_box span{
    float: left;
    width: 100%;
    margin-top: 25px;
    font-size: 15px;
}
.mad_traning_tab_layout_one .mad_training_tweet_box span b{color: #555656;}
.mad_traning_tab_layout_one .mad_training_tweet_box span p{
    font-size: 12px;
    margin: 0;
   
}

.mad_traning_tab_layout_one .mad_training_tweet_box h4 {
    font-weight: 800;
    font-size: 22px;
    font-family: Inter Semi Bold;
    line-height: 23px;
    margin: 0;
    color: #fff;
    position: relative;
}

.mad_traning_tab_layout_one .mad_training_tweet_box p::after {
    /*content: '“';
    position: absolute;
    width: 20px;
    height: 16px;
    background: url(../images/mad-tool-quoate.png) no-repeat;
    background-size: 20px auto;
    left: 0;
    top: -20px;*/

    content: '“';
    position: absolute;
    width: 20px;
    height: 16px;
    left: 0;
    top: -15px;
    font-size: 45px;
    color: #a0ac54;
}


.mad_traning_tab_layout_one .mad_training_tweet_box span p::after{display: none;}

.mad_traning_tab_layout_one .mad_training_session_box {
    width: 350px;
    height: 400px;
    background: #effffa url(../images/live_tweet.jpg) no-repeat;
    background-size: cover;
    margin: 0 6px;
    padding: 40px 25px;
    float: left;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
        border: solid 1px #d8dade;
    
}

.pd_tweet{
    background: url(../images/pd_tweet.jpg) no-repeat !important;
    background-size: cover !important;
}
.pd_success{
    background: url(../images/pd_pic3.jpg) no-repeat !important;
    background-size: cover !important;
}

.pd_samll1{
    background: url(../images/pd_pic1.jpg) no-repeat !important;
    background-size: cover !important;
}

.pd_samll2{
    background: url(../images/pd_pic2.jpg) no-repeat !important;
    background-size: cover !important;
}








.mad_traning_tab_layout_one .mad_training_session_box h5, .mad_training_resource_call_box h5{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 25px;
    width: 100%;
    font-family: Inter;
    font-size: 15px;
    float: left;
    left: 0;
    right: 0;
    font-weight: normal;
}


.mad_traning_tab_layout_one .mad_training_resource_call_box{
    width: 350px;
    height: 400px;
    /* background: #ccc; */
    margin: 0 6px;
    padding:0;
    float: left;
    position: relative;
}

.mad_taining_resource_sect{
    float: left;
    width: 350px;
    height: 195px;
    position: relative;
    background: url(../images/live_pic1.jpg) no-repeat;
    background-size: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin-bottom: 10px;
}

.mad_training_call_email_box{
    float: left;
    width: 350px;
    height: 195px;
    position: relative;
    background: url(../images/live_pic2.jpg) no-repeat;
    background-size: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.anytime_tweet_box{
    width: 85%;
    height: auto;
    background: #cfffef;
    padding: 30px 40px;
    text-align: left;
    display: inline-block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
}

.anytime_tweet_box p{
    position: relative;
    margin-top: 20px;
}

.anytime_tweet_box p::after {
    content: '“';
    position: absolute;
    width: 20px;
    height: 16px;
    left: 0;
    top: -15px;
    font-size: 50px;
    color: #33af86;

}

.anytime_tweet_box span{
    float: right;
    width: 350px;
}

.anytime_tweet_box span b{
    float: left;
    width: 100%;
}

.anytime_tint_box{
   
    display: inline-block;
    width: 302px;
    height: 170px;
    position: relative;
    background: url(../images/success-hour.jpg) no-repeat;
    background-size: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 12px 5px;
    overflow: hidden;
}

.anytime_two{ background: url(../images/curriculum-resources-and-video-tutorials.jpg) no-repeat;
    background-size: cover;}
.anytime_three{ background: url(../images/email-and-call-support.jpg) no-repeat;
    background-size: cover;}
    

.anytime_tint_box h5{
     width: 100%;
    height: 100%;
    background-color: rgb(27 118 228 / 66%);
    margin: 0;
    color: #fff;
    padding: 60px 30px;
    /* font-family: Inter; */
    font-size: 20px;
    line-height: 25px;
    /* position: absolute; */
    /* top: 0; */
    float: left;
}

.anytime_tint_box h5:hover{text-decoration: underline;}

#MAD_learn_winning_Award_Section p{
    padding: 0 80px
}



.MAD-winning_Award {
    padding: 40px;
}

.MAD-winning_Award img {
    width: auto;
    height: 230px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.center_img{height: 200px !important;
    margin-top: 30px !important;}

.MAD-winning_Award p {
    font-size: 14px;
    line-height: 18px;
    padding: 0 !important;
}


.MAD-winning_Award h4{
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 0;
}

.MAD-winning_Award:hover.MAD-winning_Award h4{color:#23b7e5;}


#MAD_learn_tool .white_btn {
    position: relative;
    z-index: 100;
    margin-top: 15px;
    background: #29c24e !important;
    color: #fff !important;
    margin-bottom: 60px;
}



#MAD_curriculum_courses{
    text-align: center;
    padding-bottom: 70px;
    min-height: 400px;
    margin-bottom: 90px;
}


#MAD_curriculum_courses h3{
    margin-bottom: 0;
}

#MAD_curriculum_courses p{
    padding: 10px 150px;
}


.MAD_courses_fullWrap{
    margin-top: 50px;
    padding: 0 65px;
}

.MAD_courses_fullWrap .MAD_course_left{
    text-align: left;
    padding: 60px 0 0 0;
}


.MAD_courses_fullWrap .MAD_course_left h4{
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: Inter;
    font-weight: 600;
}


.MAD_courses_fullWrap .MAD_course_left p{
    padding: 0  !important;
}

.MAD_courses_fullWrap .MAD_course_left a{
    color: #25b0e0;
}


.MAD_courses_fullWrap .MAD_course_right{
    text-align: left;
    padding-top:0;
}

.MAD_courses_fullWrap .MAD_course_right img{
    width: 90%;
    float: right;
}

.MAD_left_Icon{
    float: left !important;
}



#MAD_standards_alignedWrap {
    text-align: center;
    padding-bottom: 70px;
    min-height: 400px;
}


#MAD_standards_alignedWrap h3{
    margin-bottom: 0;
}

#MAD_standards_alignedWrap p{
    padding: 10px 150px;
}



#MAD_standards_alignedWrap .MAD_best_customer_review_wrap {

    padding: 50px;
    box-shadow: -3px 10px 20px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow:-3px 10px 20px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -3px 10px 20px rgba(0, 0, 0, 0.17);
    -o-box-shadow: -3px 10px 20px rgba(0, 0, 0, 0.17);
     margin-top: 50px; 
     margin-bottom: 100px;
     height: auto;

}

.MAD_standards_alignedLogos{
    padding: 0;
    margin: 20px 0;
}

.MAD_standards_alignedLogos img{
    width: auto;
    height: 60px;
    margin-bottom: 10px;
}

.MAD_standards_alignedLogos p{
    padding: 0 !important;
    margin: 0;
    text-align: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.MAD_standards_alignedLogos p::after{
    display: none;
}



#MAD_standards_alignedWrap .white_btn {
    position: relative;
    z-index: 100;
    margin-top: 45px;
    background: #29c24e !important;
    color: #fff !important;
}
        /*==End new  Css===*/



/*====New Team Design Css==*/
.new_team_img_section{
    float: left;
    width: 250px;
    height: 300px;
    text-align: center;
    margin-right: 35px;
    position:relative;
}

.team_pic_section{
    display: inline-block;
    width: 170px;
    margin-top: 45px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 15px 20px -15px rgb(17 17 17 / 65%);
    -webkit-box-shadow: 0px 15px 20px -15px rgb(17 17 17 / 65%);
    -moz-box-shadow: 0px 15px 20px -15px rgb(17 17 17 / 65%);
    -o-box-shadow: 0px 15px 20px -15px rgb(17 17 17 / 65%);
    /*filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;*/
    
}



.team_pic_section_not_added:hover{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: initial;
    -moz-animation-iteration-count: initial;
    -o-animation-iteration-count: initial;
    animation-iteration-count: initial;
    -webkit-transition: all 2.5s;
    -moz-transition: all 2.5s;
    -o-transition: all 2.5s;
  
}
.team_pic_section img{
    width: 100%;
}

.team_text{
    float: left;
    margin-top: 65px;
    width: 45%;
}
.team_text p{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 35px;
}
.team_text p::after{
    content: '';
    position:absolute;
    width: 35px;
    height: 4px;
    background: #41c8fd;
    bottom: -15px;
    left: 0;
    border-radius: 6px;
}

.team_text p strong{
    float: left;
    width: 100%;
}
.team_text p span{
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}
.team_text h6{
    float: left;
    width: 100%;
    margin: 0;
    font-size: 13px;
    /* font-weight: 100; */
    font-family: Inter;
    line-height: 18px;
}
.team_social_connection{
    float: left;
    width: 100%;
    margin-top: 25px;
}
.team_social_connection a{    width: 22px;
    height: 22px;
    float: left;
    background: #3fc6fd;
    margin: 0 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 11px;}

    .mad_new_team{
        margin-bottom: 50px;
    }
    
     .our_team{
        float:left;
        -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
        
    }

    .alefiya_new_bg{
        /*background: url(../images/alefiya_bg.svg) no-repeat;
        background-size: 250px;
        background-position: center center;*/
    }
    
    .new_team_img_section::before{
    content: '';
    position: absolute;
    left: 0;
    right:0;
    width: 250px;
    height: 300px;
    margin:0 auto;
       z-index: -1;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    }
    
    .alefiya_new_bg::before{  
    background: url(../images/alefiya_bg.svg) no-repeat;
    background-size: 250px;
    background-position: center center;
 
        
    }
    
    .our_team:hover .new_team_img_section::before{
    -webkit-animation: fly 2.5s ease-in-out;
    -moz-animation: fly 2.5s ease-in-out;
    -o-animation: fly 2.5s ease-in-out;
    animation: fly 2.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    }
    
    .gregg_new_bg::before{
        background: url(../images/gregg_bg.svg) no-repeat;
        background-size: 250px;
        background-position: center center;
    }
    
    
    .loke_new_bg::before{
        background: url(../images/loke_bg.svg) no-repeat;
        background-size: 250px;
        background-position: center center;
    }
    
    .doreen_new_bg::before{
        background: url(../images/doreen_bg.svg) no-repeat;
        background-size: 250px;
        background-position: center center;
    }
    
    .kavita_new_bg::before{
        background: url(../images/kavita_bg.svg) no-repeat;
        background-size: 250px;
        background-position: center center;
    }
    
    .rani_new_bg::before{
        background: url(../images/rani_bg.svg) no-repeat;
        background-size: 250px;
        background-position: center center;
    }
    
    .ashu_new_bg::before{
        background: url(../images/ashu_bg.svg) no-repeat;
        background-size: 250px;
        background-position: center center;
    }
    
    
    .gregg .team_social_connection a{background: #ffbb85; }
    .gregg p::after{background: #ffbb85 !important; }
    
    .loke .team_social_connection a{background: #6fff79;}
    .loke p::after{background: #6eff79 !important;}
    
    
    .doreen .team_social_connection a{background: #a06bff;}
    .doreen p::after{background: #a06bff !important;}
    
    
    .kavita .team_social_connection a{background: #ff7b7d;}
    .kavita p::after{background: #ff7b7d !important;}
    
    
    .rani .team_social_connection a{background: #eee648;}
    .rani p::after{background: #eee648!important;}
    
    
    .ashu .team_social_connection a{background: #30ffe9;}
    .ashu p::after{background: #30ffe9 !important;}


    .top_gallery{
        width: 100%;
        height: auto;
        min-height: 44vh;
        float: left;
        background: url(../images/top_gallery1.png) no-repeat;
        background-size: 100%;
        background-position: bottom center;
    }

    .bottom_gallery{
        width:100%;
        height: auto;
        min-height: 44vh;
        float: left;
        background: url(../images/bottom_gallery1.png) no-repeat;
        background-size: 100%;
        background-position: top center;
    }

    .new_team_img_section h3{
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-top: 110px;
    font-family: Inter;
    margin-bottom: 14px;
    }

    .new_team_img_section a{    color: #fff;
        font-size: 17px;
        font-weight: 400;
        text-decoration: underline;}
        .tablateMTop130
        {
            margin-top: 0px;
        }
        .designThinkingSection .card .card-header {
            display: none;
        }
        .designThinkingSection .card .collapse {
            display: block;
        }
    /*====End New team css====*/
    @media screen and (min-width: 1900px) and (max-width: 2500px)  {
        .headerBG:before
        {
            width: 120%;
            height: 100%;
            top: -15%;
        }
        /*.designThinkingContentSection*/
        /*{*/
        /*    max-width: 1560px;*/
        /*}*/
    }
    @media screen and (min-width: 1400px) and (max-width: 1600px)  {
        .madStoreBG {
            width: 90%;
            position: relative;
            right: 0px;
            top: 0;
            z-index: 1;
        }
        .madStoreAppSectionBG {
            position: absolute;
            left: 50%;
            top: 0;
            z-index: 1;
            transform: translate(-36%, 0%);
        }
        .trainingbgimg1 {
            vertical-align: middle;
            background-size: 150%;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }
        .onSiteBoxSection .onSiteBox2:nth-child(1) {
            background-size: 140%;
            background-position: 20% 27%;
        }
        .trainingbgimg2 {
            background-size: 140%;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }
        .trainingbgimg3
        {
            background-size: 140%;
        }
    }
    @media screen and (min-width: 1400px) and (max-width: 1700px)  {
        .lessonPlansSection, .alignmentSection
        {
            height: 520px;
        }
        .curriculumTabSectionSection__images:before {
            content: '';
            display: block;
            width: 100%;
            padding-top: 56.493151%;
        }
        .alignmentSection .alignmentSectionIcon1
        {
            top: -128px;
        }
        .alignmentSection .alignmentSectionIcon2
        {
            top: -40px;
        }
        .alignmentSection .icon3 {
            bottom: -40px;
            top: auto;
            width: 93px !important;
            left: -140px;
        }
        .alignmentSection .icon4 {
            bottom: -112px;
            top: auto;
        }
        .lessonPlansSection .icon3
        {
            bottom: -10px;
            top: auto !important;
        }
        .resourcesSection .icon4 {
            top: auto;
            width: 84px !important;
            height: 103px !important;
            bottom: -160px;
        }
        .lessonPlansSection .alignmentSectionIcon1 {
            top:-44px;
        }
        .alignmentRightSection .alignmentBox
        {
            width: 156px;
            height: 156px;
        }
        .mtop0
        {
            margin-top: 0px;
        }
        .tablateMTop130 {
            margin-top: 50px;
        }
    }

    @media only screen and (min-width: 1366px) and (max-width:1500px) 
    {
        .boyImg {
            position: absolute;
            right: 14%;
            bottom: 18px;
            z-index: 3;
            width: 280px;
        }
        .playBannerBtn
        {
            right: 26%;
        }
        .designThinkingSection .card .card-header
        {
            display: none;
        }
        .designThinkingSection .card .collapse {
            display: block;
        }
      
        .onSiteAndVirtualSection
        {
            margin-top: 50px;
        }
        .width70p
        {
             width: 80%;
        }
      
    }
    @media only screen and (min-width: 1024px) and (max-width:1400px) 
    {
        .bannerLeftSection h1
        {
            font-size: 40px;
        }
        .homeHeadingSection h2
        {
            font-size: 40px;
        }
        .whyMADLearnBox
        {
            padding: 30px 20px;
        }
        .whyMADLearnBox h2
        {
            font-size: 25px;
        }
        .whyMADLearnBox p
        {
            font-size: 14px;
            line-height: 22px;
        }
        .homeHeadingSection h1
        {
            font-size: 65px;
        }
        .designThinkingLeft h1
        {
            font-size: 100px;
        }
        .designThinkingLeft p
        {
            font-size: 20px;
        }
        .testimonialsMessage {
            font-size: 20px;
            line-height: 30px;
        }
        .testimonials h2
        {
            font-size: 16px;
            margin: 25px 0 0px 0;
        }
        .testimonials p {
            font-size: 13px;
            margin: 3px 0 0 0;
            line-height: 24px;
        }
        .resourcesSectionImg img {
            height: 210px;
            width: auto;
        }
        .Trainingheading h1 {
            text-align: left;
            font-size: 60px;
        }
        .whyMADLearnBox img {
            height: 120px;
        }
        .homeHeadingSection p {
            font-size: 16px;
            margin: 15px 0 0 0;
            text-align: center;
            line-height: 24px;
        }
        .awardSection .awardBox a h2
        {
            font-size: 16px;
        }
        .launchYourContent h2
        {
            font-size: 36px;
        }
        .tryBtn a
        {
            font-size: 15px;
        }
        .madStoreAppSectionBG {
            position: absolute;
            left: 50%;
            top: 0;
            z-index: 1;
            transform: translate(-50%, 0%);
        }
        .madStoreBG
        {
            width: 100%;
        }
        /* .testimonials_elementNew
        {
            width: 150px;
            height: auto;
        } */
        .designThinking2 {
            position: absolute;
            right: 20px;
            bottom: 50px;
            width: 80px;
        }
        .designThinking1
        {
            left: 80px;
            bottom: 50px;
        }
        .MAD_elementNew
        {
            width: 60px;
        }
        .MAD_element2New
        {
            width: 80px;
        }
        .alignmentRightSection .alignmentBox {
            width: 130px;
            height: 130px;
        }
        .alignmentRightSection .alignmentSectionIcon1
        {
            top: -118px;
        }
        .icon4 {
            bottom: -140px;
        }
        .resourcesSection .icon4
        {
            width: 64px !important;
            height: 103px !important;
            bottom: -133px;
            right: -120px;
        }
        .collapsible-item__inner-content p
        {
            font-size: 14px;
        }
        .collapsible-item__title
        {
            font-size: 16px;
        }
        .onSiteBox1
        {
            position: relative;
        }
        .onSiteBox1 img {
            width: auto;
            height: 220px;
            position: absolute;
            top: 0;
            left: 0;
        }
        .onSiteBox2 img {
            width: auto;
            height: 170px;
            position: absolute;
            top: 0px;
            left: -20px;
        }
        #MAD_learn_testimonials1
        {
            margin-top: 50px;
        }
        #MAD_learn_testimonials1 .testleftImg {
            width: 82px;
        }
        #MAD_learn_winning_Award_Section1 .MAD_elementNew {
            width: 40px;
        }
        #MAD_learn_testimonials1 .testimonials_elementNew
        {
            width: 130px;
        }
        .TopSpace1 {
            padding: 40px 0 20px 0;
        }
        .TopSpace {
            padding: 30px 0;
        }
        .homeHeadingSection {
            margin: 0px 0;
        }
        #why_MAD_learn1 .homeHeadingSection p
        {
            margin: 15px 0 50px 0;
        }
        .curriculumTopImg
        {
            top: -128px;
        }
        #MAD_learn_curriculum1 p
        {
            margin: 15px 0 50px 0;
        }
        .onSiteAndVirtualContentSection p
        {
            text-align: right;
        }
        .TrainingIcon
        {
            top: 0;
        }
        .madStoreicon
        {
            right: 0px;
        }
        .lessonPlansSection .icon3
        {
            display: none;
        }
        .collapsible-item__image [data-index="1"] .icon3
        {
            display: none;
        }
        #MAD_learn_winning_Award_Section1 .homeHeadingSection p
        {
            margin: 15px 0 50px 0;
        }
        .homeBannerBg
        {
            width: 680px;
            top: -70px;
            background-size: 75%;
            right: -32%;
        }
        .girlImg {
            position: absolute;
            left: 50px;
            top: 115px;
            z-index: 3;
            width: 260px;
        }
        .boyImg {
            position: absolute;
            right: 170px;
            bottom: 94px;
            z-index: 3;
            width: 260px;
        }
        .playBannerBtn {
            top: 116px;
            right: 240px;
            width: 140px;
            height: 100px;
        }
        .playIcon {
            width: 25px;
            cursor: pointer;
        }
        .phoneBg {
            position: absolute;
            left: 90px;
            top: 0;
            transform: translate(-50%, -50%);
            z-index: 2;
            width: 390px;
        }
        .tablateMTop50
        {
            margin-top: 50px;
        }
        .tablateMTop130
        {
            margin-top: 130px;
        }

       
        .curriculumTabSection1.TopSpace1 .curriculumTabSectionSection__content .collapsible-item__inner-content p
        {
            margin: 0px 0 15px 0 !important;
        }
        .tablateMTop130 {
            margin-top: 0px;
        }
        .width70p
        {
             width: 80%;
        }
          .trainingbgimg1 {
    background-size: 125%;
}
.trainingbgimg3 
{
    background-size: 125%;
}
    }
    @media only screen and (min-width: 1000px) and (max-width:1200px) 
    {
        .bannerRightSection
        {
            display: block;
            height: auto;
            width: 100%;
        }
        .homeBannerSection {
            position: relative;
            margin-top: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }
        .homeBannerBg
        {
            width: 350px;
            height: 340px;
            top: 0;
            background-size: 100%;
            right: inherit;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-left: 0px;
        }
        .phoneBg {
            position: absolute;
            left: auto;
            top: 0;
            transform: translate(-50%, -50%);
            z-index: 2;            
            width: 80%;
        }
        .girlImg {
            left: 30px;
            top: 80px;
            z-index: 3;
            width: 170px;
        }
        .boyImg {
            position: absolute;
            right: 19px;
            z-index: 3;
            width: 168px;
            bottom: 0;
        }
        .playBannerBtn{
            right: 40px;
            top: 72px;
            width: 120px;
            height: 94px;
        }
        .playIcon {
            width: 24px;
            cursor: pointer;
        }
        .bannerLeftSection h1 {
            margin: 0px;
            font-size: 30px;
            line-height: normal;
            text-align: left;
            width: 100%;
        }
        .bannerLeftSection {
            margin: 0px;
            width: 100%;
        }
        .mainBannerSection {
            padding-top: 120px;
        }

       .curriculumTabSectionSection .collapsible-item.active .collapsible-item__content
        {
            max-height: initial !important;
        }
        .trainingbgimg1 {
            vertical-align: middle;
            background-size: 150%;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            border-radius: 10px;
        }
        .onSiteBoxSection .onSiteBox2:nth-child(1) {
            background-size: 140%;
            background-position: 20% 27%;
            border-radius: 10px;
        }
        .trainingbgimg2 {
            background-size: 140%;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            border-radius: 10px;
        }
        .trainingbgimg3
        {
            border-radius: 10px;
            background-size: 140%;
        }

        .mADstoreSectionNew .onSiteAndVirtualImgSection
        {
            display: none;
        }
        .mADstoreSectionNew .onSiteAndVirtualContentSection
        {
            width: 80%;
            position: relative;
            margin-left: auto;
            margin: 30px auto;
        }
        .mADstoreSectionNew .mADstoreSection {
            align-items: center;
            justify-content: center;
        }
        .mADstoreSectionNew  .homeHeadingSection h2
        {
            text-align: center !important;
        }
        .mADstoreSectionNew  .homeHeadingSection p
        {
            text-align: center !important;
        }
        .testimonialIcon.mTop70
        {
            margin-top: 0px;
        }
        #MAD_learn_testimonials1
        {
            padding-top: 0px;
        }
        .leftBanner::after
        {
          left: -380px;
        }
        .rightBanner::after
        {
          right: -380px;
        }
        .internBannerImg1 img.internimg1 {
          width: 130px;
          position: absolute;
          z-index: 2;
          left: 60px;
          top: 165px;
      }
      .internBannerImg1 .designBox1
      {
          left: 110px;
  bottom:10px;
      }
      .internBannerRightImg1 img.internimg1
      {
          right: 70px;
          top: 60px;
      }
      .designBox2{
          right:70px;
      }
      .internBannerRightImg1 .launchYourImgBottom1 {
          width: 100px;
          height: 100px;
          bottom: -40px;
          right: 30px;
      }
      .codingInternship {
          bottom: 110px;
          right: 160px;
      }
      .banenrContent
      {
          width: 50%;
          margin: auto;
          flex: none;
          display: block;
      }
      .banenrContent h2
      {
          font-size: 41px;
          margin: 72px 0 0 0;
      }
      .contentArea
      {
          max-height: initial;
          padding-bottom: 50px;
          border-radius: 36px;
      }
      .resourcesInternBox
      {
          width: 48%;
          margin-top: 30px;
      }
      .homeHeadingSection.mb40
      {
          margin-bottom:20px;
          margin-top: 50px;
      }
      .internshipProcessBox1 img {
          width: 100%;
      }
      .internshipProcessBox1
      {
          padding: 30px;
      }
      .internshipProcessContent
      {
          margin-left: 30px;
      }
      .whyMADLearnSection1 .internshipProcessBox1:nth-child(2n) .internshipProcessContent
      {
          margin-left: 0px;
          margin-right: 30px;
      }
      .internshipProcessContent p
      {
          font-size: 14px;
      }
      .top40 {
          position: relative;
          top: 0;
      }
      .MAD_elementNewIntern1, .MAD_elementNewIntern1right
      {
          display: none;
      }
      .internshipGoalsHeading
      {
          width: 100%;
          flex-direction: column;
          text-align: center;
          min-height: auto;
      }
      .internshipGoals
      {
          flex-flow: wrap;
      }
      .internshipGoalsHeading h2
      {
          font-size: 26px;
      text-align: center !important;
      }
      .internshipGoalsRight
      {
          position: relative; 
          margin-left: 0px;
      }
      .internBorder {
          background: #27C7FF;
          width: 130px;
          height: 4px;
          margin: 10px auto 10px auto;
      }
      .internshipGoalsHeading p
      {
          font-size: 14px;
          margin: 20px 0 20px 0;
          line-height: 20px;
      }
      .internshipGoalsRight ul
      {
          display: flex;
          flex-flow: wrap;
          width: 100%;
          align-items: stretch;
          justify-content: space-between;
      }
      .internshipGoalsRight ul li
      {
          list-style: none;
          display: flex;
          align-items: center;
          font-size: 14px;
          color: #ffffff;
          font-family: Inter;
          background: #0063DA 0% 0% no-repeat padding-box;
          border: 1px solid #00489F;
          border-radius: 6px;
          padding: 16px 20px;
          width: 48%;
          flex-flow: column;
          margin: 20px 0 0 0;
          font-weight: 300;
          text-align: center;
      }
      .internshipGoalsRight ul li img
      {
          margin: 0 0 15px 0;
      }
      .internshipGoalsRight ul li:nth-child(1)
      {
          margin-top: 20px;
      }
      .alignmentInternIcon1{
          display: none;
      }
      .internsTeamBox h2
      {
          font-size: 50px;
      }
      .internsTeamBox p
      {
          font-size: 25px;
          margin: 0px 0 0 0;
      }
      .StudentWorkExamplesSection
      {
          min-height: auto;
      }
      .internSliderLeftSectino h2{
          font-size: 30px;
          margin: 0px;
          font-weight: 700;
          line-height: 40px;
      }
      .internSliderLeftSectino p
      {
          font-size: 14px;
          margin: 70px 0 0 0;
      }
      .internSliderBOX{
          height: 320px;
      }
      .internSlider {
          width: 60%;
          margin-left: auto;
          height: 420px;
      }
      .internSliderLeftSectino {
          margin: 130px 0 0 0;
      }
      .studentworkicon
      {
          display: none;
      }
      .studentworklefticon
      {
          top: -40px;
      }
      .internshipStructureBox
      {
          padding: 30px;
      }
      .internshipStructureBox p{
          font-size: 16px;
          padding: 0px;
      }
    }
    @media screen and (max-width: 999px) {
        .collapsible-item__mobile-image {
          display: block;
        }
      
        .curriculumTabSectionSection__images {
          display: none;
        }
      
        .curriculumTabSectionSection__content {
          margin: 0;
          width: 100%;
          position: relative;
        }
      
        .curriculumTabSectionSection {
          display: block;
        }
        .designThinkingSection .nav-tabs
        {
            display: none;
        }
        .designThinkingSection .tab-content>.tab-pane
        {
            display: block;
        }
        .whyMADLearnBox
        {
            width: 50%;
            padding: 40px 20px;
        }
        .whyMADLearnSection1 .whyMADLearnBox:nth-child(2n)
        {
            border-right: 0px;
            border-bottom: #e8f1f7 solid 1px;
        }
        .whyMADLearnSection1 .whyMADLearnBox:nth-child(3n)
        {
            border-right: #e8f1f7 solid 1px;
        }
        .whyMADLearnSection1 .whyMADLearnBox:nth-child(6)
        {
            border-right: 0px;
            border-bottom: #e8f1f7 solid 0px;
        }
        .whyMADLearnBox img {
            height: 120px;
        }
        .whyMADLearnBox h2
        {
            font-size: 24px;
        }
        .whyMADLearnBox p
        {
            font-size: 14px;
        }
       
        .designThinkingContentSection
        {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            flex-direction: column;
        }
        .designThinkingLeft {
            position: relative;
            margin-left: 0;
            width: 100%;
            max-width: 100%;
            padding: 60px 20px 20px 20px;
            text-align: center;
        }
        .designThinkingLeft h1
        {
            font-size: 70px;
            text-align: center;
            width: 100%;
        }
        .designThinkingLeft p
        {
            font-size: 16px;
        }
        .designThinkingRight {
            margin-left: 0px;
            width: 100%;
        }
        .designThinkingSection #pane-idea .card-body
        {
            background: #FFB485;
            padding: 20px 20px 20px 20px
        }
        .designThinkingSection #pane-idea {
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }
        .designThinkingSection #pane-plan{
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }  
        .designThinkingSection #pane-design {
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }
        .designThinkingSection #pane-build {
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }
        .designThinkingSection #pane-test {
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }
        .designThinkingSection #pane-launch {
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }
        .rightImgHeader
        {
            border-radius: 10px 10px 0px 0px;
        }
        .designThinkingSection #pane-idea .card-header
        {
            /* background: rgb(255, 157, 96, 0.2);
            color: rgb(255, 157, 96, 1); */
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 16px;
            padding:0px;
            margin:0 20px;
            border-radius: 50px;
        }
        .designThinkingSection .card-header h5
        {
            margin: 0px;
            line-height: normal;
            font-size: 16px;
            text-align: center;
        }
        /* .designThinkingSection #pane-idea.active .card-header{
            background: rgb(255, 157, 96, 1);
            color: #ffffff;
        } */
        .designThinkingSection #pane-idea .card-header a[aria-expanded="false"]{
            background: rgb(255, 157, 96, 0.2);
            color: rgb(255, 157, 96, 1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
        }

        .designThinkingSection #pane-plan .card-body {
            background: rgb(254,114,128,1);
            padding: 20px 20px 20px 20px;
        }
        .designThinkingSection #pane-design .card-body {
            background: rgb(90,175,147,1);
            padding: 20px 20px 20px 20px;
        }
        .designThinkingSection #pane-build .card-body {
            background: rgb(71,175,239,1);
            padding: 20px 20px 20px 20px;
        }
        .designThinkingSection #pane-test .card-body {
            background: rgb(215,127,138,1);
            padding: 20px 20px 20px 20px;
        }
        .designThinkingSection #pane-launch .card-body {
            background: rgb(161,88,206,1);
            padding: 20px 20px 20px 20px;
        }

        .designThinkingSection #pane-plan .card-header
        {
            background: rgb(255, 157, 96, 0.2);
            color: rgb(255, 157, 96, 1);
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 16px;
            padding:15px 20px;
            margin:10px 20px 0 20px;
            border-radius: 50px;
        }
        .designThinkingSection #pane-design .card-header
        {
            background: rgb(255, 157, 96, 0.2);
            color: rgb(255, 157, 96, 1);
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 16px;
            padding:15px 20px;
            margin:10px 20px 0 20px;
            border-radius: 50px;
        }
        .designThinkingSection #pane-build .card-header
        {
            background: rgb(255, 157, 96, 0.2);
            color: rgb(255, 157, 96, 1);
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 16px;
            padding:15px 20px;
            margin:10px 20px 0 20px;
            border-radius: 50px;
        }
        .designThinkingSection #pane-test .card-header
        {
            background: rgb(255, 157, 96, 0.2);
            color: rgb(255, 157, 96, 1);
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 16px;
            padding:15px 20px;
            margin:10px 20px 0 20px;
            border-radius: 50px;
        }
        .designThinkingSection #pane-launch .card-header
        {
            background: rgb(255, 157, 96, 0.2);
            color: rgb(255, 157, 96, 1);
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 16px;
            padding:15px 20px;
            margin:10px 20px 0 20px;
            border-radius: 50px;
        }

        .curriculumTabSectionSection .collapsible-item.active .collapsible-item__content
        {
            max-height: initial !important;
        }
        .trainingbgimg1 {
            vertical-align: middle;
            background-size: 150%;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            border-radius: 10px;
        }
        .onSiteBoxSection .onSiteBox2:nth-child(1) {
            background-size: 140%;
            background-position: 20% 27%;
            border-radius: 10px;
        }
        .trainingbgimg2 {
            background-size: 140%;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            border-radius: 10px;
        }
        .trainingbgimg3
        {
            border-radius: 10px;
            background-size: 140%;
        }

        .onSiteAndVirtualImg.madStoreImgRight
        {
            display: none;
        }
        .testimonialIcon.mTop70
        {
            margin-top: 0px;
        }
        #MAD_learn_testimonials1
        {
            padding-top: 0px;
        }
      }

      @media only screen and (min-width: 768px) and (max-width:999px) 
      {
        .bannerRightSection
        {
            display: block;
            height: auto;
            width: 100%;
        }
        .homeBannerSection {
            position: relative;
            margin-top: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }
        .homeBannerBg
        {
            width: 350px;
            height: 340px;
            top: 0;
            background-size: 100%;
            right: inherit;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-left: 0px;
        }
        .phoneBg {
            position: absolute;
            left: auto;
            top: 0;
            transform: translate(-50%, -50%);
            z-index: 2;            
            width: 80%;
        }
        .girlImg {
            left: 30px;
            top: 80px;
            z-index: 3;
            width: 170px;
        }
        .boyImg {
            position: absolute;
            right: 19px;
            z-index: 3;
            width: 168px;
            bottom: 0;
        }
        .playBannerBtn{
            right: 40px;
            top: 72px;
            width: 120px;
            height: 94px;
        }
        .playIcon {
            width: 24px;
            cursor: pointer;
        }
        .bannerLeftSection h1 {
            margin: 0px;
            font-size: 30px;
            line-height: normal;
            text-align: left;
            width: 100%;
        }
        .bannerLeftSection {
            margin: 0px;
            width: 100%;
        }
        .mainBannerSection {
            padding-top: 90px;
        }
        #MAD-home .icon_menu {
            background: #183d6a;
        }
        #MAD-home .icon_menu:before, #MAD-home .icon_menu:after {
            background: #183d6a !important;
        }
        #MAD-home span.icon_menu.cross_btn {
            background: #2b88f2 !important;
        }
        .homeHeadingSection h1 {
            font-size: 50px;
        }
        .homeHeadingSection h2 {
            font-size: 30px;
        }
        .homeHeadingSection h1 span {
            font-size: 18px;
        }
        .TopSpace1 {
            padding: 50px 0 0px 0;
        }
        .homeHeadingSection
        {
            margin: 0px 0 50px 0;
        }
        .homeHeadingSection p
        {
            font-size: 16px;
            text-align: center !important;
            width: 80%;
        }
        .designThinking1
        {
            left: 30px;
        }
        .designThinking2 {
            position: absolute;
            right: 10px;
            bottom: auto;
            width: 80px;
        }
        .designThinkingSection .card-header h5 a
        {
            display: block
        }
        .TopSpace {
            padding: 50px 0 !important;
        }
        .testimonialIcon {
            width: 68px;
            height: 68px;
        }
        .testimonialIcon span {
            font-family: Gotham Rounded bold;
            font-size: 50px;
            color: #ffffff;
            line-height: normal;
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
            top: 16px;
            font-weight: bold;
        }
        .testimonialsMessage {
            font-family: Inter;
            font-size: 18px;
            margin: 10px 0 0 0;
            line-height: 24px;
            width: 100%;
        }
        #MAD_learn_testimonials1 .testimonials_elementNew {
            left: -16.749878px;
            width: 90px;
        }
        #MAD_learn_curriculum1 .homeHeadingSection
        {
            margin-bottom: 0px;
        }
        .tablateMTop130 {
            margin-top: 20px;
        }
        .onSiteBox1
        {
            position: relative;
        }
        .onSiteBox1 img {
            width: auto;
            position: absolute;
            top: 0;
            left: 0;
            height: 230px;
        }
        .onSiteBox2 img {
            width: auto;
            height: 180px;
            position: absolute;
            top: 0;
            left: 0;
        }
        .onSiteTraningBg
       {
        width: 100%;
       }
       .onSiteAndVirtualImgSection {
        width: 100%;
        position: relative;
        max-width: 500px;
    }
    .onSiteAndVirtualSection {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .Trainingheading
    {
        align-items: center;
        justify-content: center;
    }
    .Trainingheading h2 {
        text-align: center !important;
        width: 100% !important;
        max-width: 600px !important;
    }
    .Trainingheading p
    {
        text-align: center;
    }
    .onSiteAndVirtualContentSection
        {
            width: 100%;
        }
        .mADstoreSectionNew
        {
            flex-direction: column;
        }
        .madStoreAppSectionBG img {
            width: 240px;
        }
        .madStoreBG {
            width: 100%;
            position: relative;
            right: 0px;
            top: 0;
            z-index: 1;
            max-width: 500px;
        }
        .madIcon1, .madIcon4
        {
            top: 90px;
        }
        .madIcon2, .madIcon5
        {
            top: 175px;
        }
        .madIcon3, .madIcon6
        {
            top: 290px;
        }
        .madStoreAppSectionBG {
            position: absolute;
            left: 50%;
            top: 0;
            z-index: 1;
            transform: translate(-50%, 0%);
        }
        #MAD_learn_testimonials1 .testimonials_elementNew {
            left: -16.749878px;
            width: 60px;
        }
        .testRightImg {
            width: 77px;
            height: auto;
            bottom: -80px;
            right: 0;
            top: inherit;
        }
        img.MAD_elementNew {
            width: 50px;
            top: 0;
        }
        .awardSection .awardBox a
        {
            flex-direction: column;
        }
        .awardSection .awardBox a h2
        {
            font-size: 18px;
            text-align: center;
            max-width: 90%;
    margin: auto;
        }
        .awardSection .awardBox a p{
            text-align: center;
        }
        .launchYourContent h2
        {
            font-size: 32px;
        }
        .launchYourLeftImg {
            display: none;
        }
        .launchYourRightImg {
            width: 55px;
            height: auto;
            top: -60px;
            right: -20px;
            left: auto;
        }
        .launchYourImgBottom1 {
            width: 115px;
            height: 176px;
            bottom: -80px;
            left: -58px;
            top: auto;
        }
        .launchYourImgBottom {
            width: 45px;
            height: 75px;
            bottom: -60px;
            right: 0;
            top: auto;
        }

        .onSiteAndVirtualImg
        {
            width: 356px;
            height: 350px;
            top: 0;
            right: inherit;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-left: 0px;
            background: url(../images/onsitetraningbg.svg) no-repeat;
            background-size: 100%;
            margin: auto;
        }
        .onSiteTraningBg
        {
            display: none;
        }
        .onSiteTraningBgimg
        {
            display: block;
        }
        .onSiteAndVirtual
        {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            z-index: 5;
            top: 50%;
            transform: translate(-0%, -50%);
        }
        .onSiteBoxSection .onSiteBox1:nth-child(1) {
            height: 160px;
            background-size: 120%;
            background-position: 10% 37%;
        }
        .onSiteBoxSection .onSiteBox1:nth-child(2) {
            margin-top: 25px;
            width: 100%;
            height: 130px;
        }
        .onSiteBox1 img
        {
            height: 170px;
        }
        .onSiteBoxSection .onSiteBox2:nth-child(1) {
            width: 80%;
            height: 120px;
        }
        .onSiteBox2 img {
            width: auto;
            height: 130px;
            position: absolute;
            top: 0;
            left: 0;
        }
        .onSiteBoxSection .onSiteBox2:nth-child(2) {
            margin-top: 25px;
            width: 80%;
            height: 110px;
        }
        .madStoreAppSectionBG img {
            width: 240px;
        }
        .mTop70
        {
            margin-top: 50px;
        } 
        .designThinkingSection .card .card-header {
            display:block;
        }  
    
        .designThinkingSection .card .collapse{
            display:none;
        }
        .designThinkingSection .card-body
        {
            margin-top: 10px;
        }
        .rightImgHeader div ul li
        {
            width: 10px;
            height: 10px;
        }
        .rightImgHeader p
        {
            font-size: 12px;
        }
        .rightImgHeader div ul li:nth-child(2)
        {
            width: 10px;
            height: 10px;
        }
        .rightImgHeader
        {
            height: 40px;
        }
        #MAD_learn_testimonials1 .testimonials_elementNew
        {
            display: none;
        }


        
        .designThinkingSection #pane-idea .card-header a[aria-expanded="false"]{
            background: rgb(255, 157, 96, 0.2);
            color: rgb(255, 157, 96, 1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-idea .card-header a[aria-expanded="true"]{
            background: rgb(255, 157, 96, 1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

        .designThinkingSection #pane-plan .card-header a[aria-expanded="false"]{
            background: rgb(217,82,92,0.2);
            color: rgb(217,82,92,1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-plan .card-header a[aria-expanded="true"]{
            background: rgb(217,82,92,1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

        .designThinkingSection #pane-design .card-header a[aria-expanded="false"]{
            background: rgb(26, 176, 124,0.2);
            color: rgb(26, 176, 124,1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-design .card-header a[aria-expanded="true"]{
            background: rgb(26, 176, 124,1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

        .designThinkingSection #pane-build .card-header a[aria-expanded="false"]{
            background: rgb(71,175,239,0.2);
            color:rgb(71,175,239,1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-build .card-header a[aria-expanded="true"]{
            background:rgb(71,175,239,1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

        .designThinkingSection #pane-test .card-header a[aria-expanded="false"]{
            background: rgb(239, 79, 177,0.2);
            color:rgb(215, 127, 138, 1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-test .card-header a[aria-expanded="true"]{
            background:rgb(215, 127, 138, 1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-launch .card-header a[aria-expanded="false"]{
            background: rgb(161,88,206,0.2);
            color: rgb(161,88,206,1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-launch .card-header a[aria-expanded="true"]{
            background:rgb(161,88,206,1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

        .designThinkingSection #pane-plan .card-header
        {
            padding: 0px;
        }

        .designThinkingSection #pane-design .card-header
        {
            padding: 0px;
        }
        .designThinkingSection #pane-build .card-header
        {
            padding: 0px;
        }

        .designThinkingSection #pane-test .card-header
        {
            padding: 0px;
        }
        .designThinkingSection #pane-launch .card-header
        {
            padding: 0px;
        }
        .width80
        {
            width: 1000%;
        }
        .popup-content
        {
            width: 80%;
        }
        .popup-content .youtube-video {
            height: 240px !important;
            width: 100%;
        }
       
        .popup-content .youtube-video1
        {
            height: 380px !important;
        }
        .popup-content span {
            color: #ffffff !important;
            font-size: 26px;
            position: absolute;
            top: -10px;
            right: -10px;
            background: #2C3644;
            padding: 10px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: normal;
            height: 40px;
            width: 40px;
            float: none;
            cursor: pointer;
        }
        .onSiteAndVirtualImg.madStoreImgRight
        {
            display: none;
        }
        .testimonialIcon.mTop70
        {
            margin-top: 0px;
        }
        #MAD_learn_testimonials1
        {
            padding-top: 0px;
        }
         .maxwidth70p
          {
               max-width: 100%;
          }
          .leftBanner::after
          {
            left: -380px;
          }
          .rightBanner::after
          {
            right: -380px;
          }
          .internBannerImg1 img.internimg1 {
            width: 130px;
            position: absolute;
            z-index: 2;
            left: 60px;
            top: 165px;
        }
        .internBannerImg1 .designBox1
        {
            left: 110px;
    bottom:10px;
        }
        .internBannerRightImg1 img.internimg1
        {
            right: 30px;
            top: 60px;
        }
        .designBox2{
            right:30px;
        }
        .internBannerRightImg1 .launchYourImgBottom1 {
            width: 100px;
            height: 100px;
            bottom: -40px;
            right: 30px;
        }
        .codingInternship {
            bottom: 110px;
            right: 160px;
        }
        .banenrContent
        {
            width: 50%;
            margin: auto;
            flex: none;
            display: block;
        }
        .banenrContent h2
        {
            font-size: 41px;
            margin: 72px 0 0 0;
        }
        .contentArea
        {
            max-height: initial;
            padding-bottom: 50px;
            border-radius: 36px;
        }
        .resourcesInternBox
        {
            width: 48%;
            margin-top: 30px;
        }
        .homeHeadingSection.mb40
        {
            margin-bottom:20px;
        }
        .internshipProcessBox1 img {
            width: 100%;
        }
        .internshipProcessBox1
        {
            padding: 30px;
        }
        .internshipProcessContent
        {
            margin-left: 30px;
        }
        .whyMADLearnSection1 .internshipProcessBox1:nth-child(2n) .internshipProcessContent
        {
            margin-left: 0px;
            margin-right: 30px;
        }
        .internshipProcessContent p
        {
            font-size: 14px;
        }
        .top40 {
            position: relative;
            top: 0;
            padding-top: 20px;
        }
        .MAD_elementNewIntern1, .MAD_elementNewIntern1right
        {
            display: none;
        }
        .internshipGoalsHeading
        {
            width: 100%;
            flex-direction: column;
            text-align: center;
            min-height: auto;
        }
        .internshipGoals
        {
            flex-flow: wrap;
        }
        .internshipGoalsHeading h2
        {
            font-size: 26px;
        text-align: center !important;
        }
        .internshipGoalsRight
        {
            position: relative; 
            margin-left: 0px;
        }
        .internBorder {
            background: #27C7FF;
            width: 130px;
            height: 4px;
            margin: 10px auto 10px auto;
        }
        .internshipGoalsHeading p
        {
            font-size: 14px;
            margin: 20px 0 20px 0;
            line-height: 20px;
        }
        .internshipGoalsRight ul
        {
            display: flex;
            flex-flow: wrap;
            width: 100%;
            align-items: stretch;
            justify-content: space-between;
        }
        .internshipGoalsRight ul li
        {
            list-style: none;
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #ffffff;
            font-family: Inter;
            background: #0063DA 0% 0% no-repeat padding-box;
            border: 1px solid #00489F;
            border-radius: 6px;
            padding: 16px 20px;
            width: 48%;
            flex-flow: column;
            margin: 20px 0 0 0;
            font-weight: 300;
            text-align: center;
        }
        .internshipGoalsRight ul li img
        {
            margin: 0 0 15px 0;
        }
        .internshipGoalsRight ul li:nth-child(1)
        {
            margin-top: 20px;
        }
        .alignmentInternIcon1{
            display: none;
        }
        .internsTeamBox h2
        {
            font-size: 50px;
        }
        .internsTeamBox p
        {
            font-size: 25px;
            margin: 0px 0 0 0;
        }
        .StudentWorkExamplesSection
        {
            min-height: auto;
        }
        .internSliderLeftSectino h2{
            font-size: 30px;
            margin: 0px;
            font-weight: 700;
            line-height: 40px;
        }
        .internSliderLeftSectino p
        {
            font-size: 14px;
            margin: 70px 0 0 0;
        }
        .internSliderBOX{
            height: 320px;
        }
        .internSlider {
            width: 60%;
            margin-left: auto;
            height: 420px;
        }
        .internSliderLeftSectino {
            margin: 130px 0 0 0;
        }
        .studentworkicon
        {
            display: none;
        }
        .studentworklefticon
        {
            top: -40px;
        }
        .internshipStructureBox
        {
            padding: 30px;
        }
        .internshipStructureBox p{
            font-size: 16px;
            padding: 0px;
        }
      }
      @media screen and (max-width:767px){
                .width80
        {
            width: 100%;
        }
        .designThinkingSection .nav-tabs
        {
            display: none;
        }
        .designThinkingSection .tab-content>.tab-pane
        {
            display: block;
        }
        .whyMADLearnBox
        {
            width: 100%;
            padding: 20px 10px;
        }
        
        .whyMADLearnSection1 .whyMADLearnBox:nth-child(2n)
        {
            border-right: 0px;
            border-bottom: #e8f1f7 solid 1px;
        }
        .whyMADLearnSection1 .whyMADLearnBox:nth-child(3n)
        {
            border-right: #e8f1f7 solid 1px;
        }
        .whyMADLearnSection1 .whyMADLearnBox:nth-child(6)
        {
            border-right: 0px;
            border-bottom: #e8f1f7 solid 0px;
            border-top: #e8f1f7 solid 1px;
        }
        .whyMADLearnSection1 .whyMADLearnBox
        {
            border-right: 0px !important;
        }
        .whyMADLearnBox img {
            height: 110px;
        }
        .whyMADLearnBox h2
        {
            font-size: 18px;
            margin: 15px 0 8px 0;
        }
        .whyMADLearnBox p
        {
            font-size: 14px;
        }
        .homeHeadingSection h2
        {
            font-size: 26px;
            text-align: center !important;
        }
        .homeHeadingSection h1
        {
            font-size: 40px;
        }
        .homeHeadingSection h1 span
        {
            font-size: 18px;
            width: 100%;
            text-align: center;
            position: relative;
            left: 0;
            top: 0;
            transform: translate(0%, 0%);
            display: block;
            margin-bottom: 10px;
        }
        .designThinking1
        {
            left: 10px;
            width: 10px;
        }
        .displyFlex {
            display: initial !important;
            width: 100% !important;
            max-width: 100%;
        }
        .designThinking2
        {
            right: 20px;
            top: 0;
            bottom: auto;
        }
        .onSiteAndVirtualSection
        {
            flex-direction: column-reverse;
        }
        .Trainingheading
        {
            align-items: center;
        }
        .Trainingheading h2
        {
            text-align: center;
        }
        .Trainingheading p
        {
            text-align: center;
            width: 100%;
        }
        .onSiteAndVirtualImgSection
        {
            width: 100%;
        }
        .onSiteAndVirtualContentSection
        {
            width: 100%;
        }
        .testimonialsMessage {
            font-family: Inter;
            font-size: 16px;
            margin: 10px 0 0 0;
            line-height: 24px;
            width: 100%;
        }
        .testRightImg {
            width: 77px;
            height: auto;
            bottom: -80px;
            right: 0;
            top: inherit;
        }
        .testleftImg {
            width: 72px;
            height: auto;
            top: 0;
        }
        .testimonialIcon {
            width: 68px;
            height: 68px;
        }
        .testimonialIcon span {
            font-family: Gotham Rounded bold;
            font-size: 50px;
            color: #ffffff;
            line-height: normal;
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
            top: 16px;
            font-weight: bold;
        }
        .homeHeadingSection h2
        {
            width: 100%;
        }
        .awardsAnimationImg {
            width: 42px;
            height: auto;
            left: 0;
            top: 0;
        }
        .awardSection .awardBox
        {
            width: 100%;
            padding-right: 0;
            margin-top: 20px;
        }
        .awardSection .awardBox a {
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            flex-direction: column;
        }
        .awardSection .awardBox a h2
        {
            text-align: center;
            width: 100%;
            max-width: 100%;
            font-size: 18px;
        }
        .awardSection .awardBox a p
        {
            text-align: center;
            font-size: 14px;
        }
        .launchYourContent h2
        {
            font-size: 28px;
        }
        .tryBtn a
        {
            font-size: 14px;
        }
        .launchYourContent .tryBtn.learnMore {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .launchYourImgBottom {
            width: 45px;
            height: 75px;
            bottom: -60px;
            right: 0;
            top: auto;
        }
        .launchYourImgBottom1 {
            width: 115px;
            height: 176px;
            bottom: -80px;
            left: -58px;
            top: auto;
        }
        .launchYourLeftImg
        {
         display: none;
        }
        .launchYourRightImg {
            width: 55px;
            height: auto;
            top: -60px;
            right: -20px;
            left: auto;
        }
        .awardBg {
            position: relative;
            height: 200px;
        }
        .awardSection .awardBox:nth-child(2) .awardImg1 {
            height: 220px;
            bottom: 10px;
        }
        .awardImg1
        {
            height: 150px;
            bottom: 40px;
        }
        .awardSection .awardBox:nth-child(3) .awardImg1 {
            height: 200px;
        }
        .homeHeadingSection p
        {
            font-size: 16px;
            margin: 15px 0 0 0;
            width: 100%;
        }
        .TopSpace1
        {
            padding: 0px 0 20px 0;
        }
        #MAD_learn_testimonials1 .testimonials_elementNew {
            left: -16.749878px;
            width: 60px;
        }
        .displyFlex1
        {
            width: 100% !important;
        }
        .Trainingheading
        {
            margin-top: 0px;
        }
        .TrainingIcon {
            width: 40px;
            height: 53px;
            left: 0;
            right: auto;
            top: 0;
        }
        img.designThinking2 {
            width: 60px;
            right: 0;
            top: -50px;
            bottom: auto;
        }
        img.MAD_element2New {
            width: 60px;
        }
        img.MAD_elementNew {
            width: 50px;
            top: 0;
        }
        .bannerLeftSection {
            margin: 0px;
            width: 100%;
        }
        .homeTopBannerSection
        {
            display: flex;
            align-content: center;
            justify-content: center;
            width: 100% !important;
            flex-direction: column;
            flex-direction: column-reverse;
        }
        .bannerLeftSection h1
        {
            margin: 0px;
            font-size: 30px;
            line-height: normal;
            text-align: center;
            width: 100%;
        }
        .bannerLeftSection p
        {
            font-size: 14px;
            line-height: 22px;
            margin: 10px 0 0 0;
            text-align: center;
        }
        .homeTopBannerSection .tryBtn
        {
            text-align: center;
        }
        .mainBannerSection {
            padding-top: 100px;
        }
        .headerBG:before {
            content: "";
            position: absolute;
            z-index: -1;
            width: 400%;
            height: 100%;
            top: -10%;
            background-image: url(../images/homebg.svg);
            background-repeat: no-repeat;
            background-size: cover;
            left: 0px;
        }
        .bannerRightSection
        {
            display: block;
            height: auto;
            width: 100%;
        }
        .homeBannerSection {
            position: relative;
            margin-top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin-bottom: 30px;
        }
        .homeBannerBg
        {
            width: 350px;
            height: 340px;
            top: 0;
            background-size: 100%;
            right: inherit;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-left: 0px;
        }
        .phoneBg {
            position: absolute;
            left: auto;
            top: 0;
            transform: translate(-50%, -50%);
            z-index: 2;            
            width: 80%;
        }
        .girlImg {
            left: 30px;
            top: 80px;
            z-index: 3;
            width: 170px;
        }
        .boyImg {
            position: absolute;
            right: 19px;
            z-index: 3;
            width: 168px;
            bottom: 0;
        }
        .playBannerBtn{
            right: 40px;
            top: 72px;
            width: 120px;
            height: 94px;
        }
        .playIcon {
            width: 24px;
            cursor: pointer;
        }
        .designThinkingContentSection
        {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            flex-direction: column;
        }
        .designThinkingLeft {
            position: relative;
            margin-left: 0;
            width: 100%;
            max-width: 100%;
            padding: 60px 20px 20px 20px;
            text-align: center;
        }
        .designThinkingLeft h1
        {
            font-size: 70px;
            text-align: center;
            width: 100%;
        }
        .designThinkingLeft p
        {
            font-size: 16px;
        }
        .designThinkingRight {
            margin-left: 0px;
            width: 100%;
        }
        .designThinkingSection #pane-idea .card-body
        {
            background: #FFB485;
            padding: 20px 20px 20px 20px
        }
        .designThinkingSection #pane-idea {
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }
        .designThinkingSection #pane-plan{
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }  
        .designThinkingSection #pane-design {
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }
        .designThinkingSection #pane-build {
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }
        .designThinkingSection #pane-test {
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }
        .designThinkingSection #pane-launch {
            background: transparent;
            /* border: 1px solid #FFB485; */
            border-radius: 0;
            opacity: 1;
            min-height: auto;
            padding-top: 0;
        }
        .rightImgHeader
        {
            border-radius: 10px 10px 0px 0px;
        }
        /* .designThinkingSection #pane-idea .card-header
        {
            background: rgb(255, 157, 96, 0.2);
            color: rgb(255, 157, 96, 1);
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 16px;
            padding:15px 20px;
            margin:0 20px;
            border-radius: 50px;
        } */
        .designThinkingSection .card-header h5
        {
            margin: 0px;
            line-height: normal;
            font-size: 16px;
            text-align: center;
        }
       
        .designThinkingSection #pane-idea .card-header a[aria-expanded="false"]{
            background: rgb(255, 157, 96, 0.2);
            color: rgb(255, 157, 96, 1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-idea .card-header a[aria-expanded="true"]{
            background: rgb(255, 157, 96, 1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

        .designThinkingSection #pane-plan .card-header a[aria-expanded="false"]{
            background: rgb(217,82,92,0.2);
            color: rgb(217,82,92,1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-plan .card-header a[aria-expanded="true"]{
            background: rgb(217,82,92,1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

        .designThinkingSection #pane-design .card-header a[aria-expanded="false"]{
            background: rgb(26, 176, 124,0.2);
            color: rgb(26, 176, 124,1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-design .card-header a[aria-expanded="true"]{
            background: rgb(26, 176, 124,1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

        .designThinkingSection #pane-build .card-header a[aria-expanded="false"]{
            background: rgb(71,175,239,0.2);
            color:rgb(71,175,239,1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-build .card-header a[aria-expanded="true"]{
            background:rgb(71,175,239,1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

        .designThinkingSection #pane-test .card-header a[aria-expanded="false"]{
            background: rgb(239, 79, 177,0.2);
            color:rgb(215, 127, 138, 1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-test .card-header a[aria-expanded="true"]{
            background:rgb(215, 127, 138, 1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-launch .card-header a[aria-expanded="false"]{
            background: rgb(161,88,206,0.2);
            color: rgb(161,88,206,1);
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }
        .designThinkingSection #pane-launch .card-header a[aria-expanded="true"]{
            background:rgb(161,88,206,1);
            color:#ffffff;
            padding: 15px 20px;
            border-radius: 50px;
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
        }

        .designThinkingSection #pane-plan .card-header
        {
            padding: 0px;
        }

        .designThinkingSection #pane-design .card-header
        {
            padding: 0px;
        }
        .designThinkingSection #pane-build .card-header
        {
            padding: 0px;
        }

        .designThinkingSection #pane-test .card-header
        {
            padding: 0px;
        }
        .designThinkingSection #pane-launch .card-header
        {
            padding: 0px;
        }

        .designThinkingSection #pane-plan .card-body {
            background: rgb(254,114,128,1);
            padding: 20px 20px 20px 20px;
        }
        .designThinkingSection #pane-design .card-body {
            background: rgb(90,175,147,1);
            padding: 20px 20px 20px 20px;
        }
        .designThinkingSection #pane-build .card-body {
            background: rgb(71,175,239,1);
            padding: 20px 20px 20px 20px;
        }
        .designThinkingSection #pane-test .card-body {
            background: rgb(215,127,138,1);
            padding: 20px 20px 20px 20px;
        }
        .designThinkingSection #pane-launch .card-body {
            background: rgb(161,88,206,1);
            padding: 20px 20px 20px 20px;
        }

        #MAD-home .icon_menu:before, #MAD-home .icon_menu:after
        {
            background: #183d6a !important;
        }
        #MAD-home .icon_menu
        {
            background: #183d6a ;
        }
        #MAD-home .sticky .icon_menu
        {
            background: #183d6a !important;
        }
        #MAD-home span.icon_menu.cross_btn
        {
            background: #2b88f2 !important;
        }
        .onSiteBox1
        {
            position: relative;
        }
        .onSiteBox1 img {
            width: auto;
            position: absolute;
            top: 0;
            left: 0;
            height: 230px;
        }
        .onSiteBox2 img {
            width: auto;
            height: 180px;
            position: absolute;
            top: 0;
            left: 0;
        }
        .onSiteAndVirtualContentSection
        {
            width: 100%;
        }
        .mADstoreSectionNew
        {
            flex-direction: column;
        }
        .madStoreAppSectionBG img {
            width: 200px;
        }
        .madStoreBG {
            width: 100%;
            position: relative;
            right: 0px;
            top: 0;
            z-index: 1;
            max-width: 500px;
        }
        .madIcon1, .madIcon4
        {
            top: 110px;
            width: 60px !important;
        }
        .madIcon2, .madIcon5
        {
            top: 188px;
            width: 90px !important;
        }
        .madIcon3, .madIcon6
        {
            top: 290px;
            width: 50px !important;
        }
        .madIcon5
        {
            right: -76px;
        }
        .madIcon4
        {
            right: -50px;
        }
        .madIcon1
        {
            left: -50px;
        }
        .madIcon2
        {
            left: -75px;
        }
        .madIcon3
        {
            left: -37px;
        }
        .madStoreAppSectionBG {
            position: absolute;
            left: 50%;
            top: 0;
            z-index: 1;
            transform: translate(-50%, 0%);
        }
        .madStoreImgRight {
            display: flex;
            position: relative;
            align-content: flex-end;
            justify-content: center;
            height: 430px;
        }
        .tablateMTop130 {
            margin-top: 0px;
        }
        .onSiteAndVirtualImg
        {
            width: 300px;
            height: 350px;
            top: 0;
            right: inherit;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-left: 0px;
            background: url(../images/onsitetraningbg.svg) no-repeat;
            background-size: 100%;
            margin: auto;
        }
        .onSiteTraningBg
        {
            display: none;
        }
        .onSiteTraningBgimg
        {
            display: block;
        }
        .onSiteAndVirtual
        {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            z-index: 5;
            top: 50%;
            transform: translate(-0%, -50%);
        }
        .onSiteBoxSection .onSiteBox1:nth-child(1) {
            height: 160px;
        }
        .onSiteBoxSection .onSiteBox1:nth-child(2) {
            margin-top: 15px;
            width: 100%;
            height: 130px;
            background-size: 140%;
        }
        .onSiteBox1 img
        {
            height: 170px;
        }
        .onSiteBoxSection .onSiteBox2:nth-child(1) {
            width: 80%;
            height: 120px;
        }
        .onSiteBox2 img {
            width: auto;
            height: 130px;
            position: absolute;
            top: 0;
            left: 0;
        }
        .onSiteBoxSection .onSiteBox2:nth-child(2) {
            margin-top: 15px;
            width: 80%;
            height: 110px;
            background-size: 130%;
        }
        .madStoreicon
        {
            display: none;
        }
        .mTop70
        {
            margin-top: 70px;
        }
        .designThinkingSection .card .card-header {
            display:block;
        }  
    
        .designThinkingSection .card .collapse{
            display:none;
        }
        .designThinkingSection .card-body
        {
            margin-top: 10px;
        }
        .rightImgHeader div ul li
        {
            width: 10px;
            height: 10px;
        }
        .rightImgHeader p
        {
            font-size: 12px;
        }
        .rightImgHeader div ul li:nth-child(2)
        {
            width: 10px;
            height: 10px;
        }
        .rightImgHeader div ul li:nth-child(3)
        {
            width: 10px;
            height: 10px;
        }
        .rightImgHeader
        {
            height: 40px;
        }
        #MAD_learn_testimonials1 .testimonials_elementNew
        {
            display: none;
        }
        .bannerLeftSection
        {
            text-align: center;
        }
        .bannerLeftSection h1
        {
            display: inline;
        }
        .popup-content
        {
            width: 90%;
        }
        .popup-content .youtube-video
        {
            height: 260px !important;
        }
        .popup-content .youtube-video1
        {
            height: 260px !important;
        }
        .popup-content span {
            color: #ffffff !important;
            font-size: 26px;
            position: absolute;
            top: -10px;
            right: -10px;
            background: #2C3644;
            padding: 10px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: normal;
            height: 40px;
            width: 40px;
            float: none;
            cursor: pointer;
        }

        .trainingbgimg1 {
            vertical-align: middle;
            background-size: 150%;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            border-radius: 10px;
        }
        .onSiteBoxSection .onSiteBox2:nth-child(1) {
            background-size: 140%;
            background-position: 20% 27%;
            border-radius: 10px;
        }
        .trainingbgimg2 {
            background-size: 140%;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            border-radius: 10px;
        }
        .trainingbgimg3
        {
            border-radius: 10px;
        }
        .collapsible-item__inner-content p {
            font-size: 14px;
            line-height: 20px;
        }
        .homeHeadingSection b
        {
            display: none;
        }
        .onSiteAndVirtualImg.madStoreImgRight
        {
            display: none;
        }
        .testimonialIcon.mTop70
        {
            margin-top: 0px;
        }
        #MAD_learn_testimonials1
        {
            padding-top: 0px;
        }
        .designThinkingSection .tab-content
        {
            margin-bottom: 30px;
        }
        .mADstoreSection p
        {
            text-align: center !important;
        }
          .maxwidth70p
          {
               max-width: 100%;
          }

          .internshipStructureBox
          {
            width: 100%;
            border-right: 0px;
            padding: 20px 10px;
            text-align: center;
            align-items: center;
          }
          .internshipStructureBox:nth-child(3), .internshipStructureBox:nth-child(4)
          {
            border-bottom: #e8f1f7 solid 1px;
          }
          .contentArea
          {
            max-width: none;
          }
          .resourcesInternBox
          {
            width: 100%;
            margin: 0 0 20px 0;
          }
          /* .resourcesInternBoxIcon img
          {
            max-width: 80%;
          }
          .resourcesInternBoxIconColor1 img
          {
            max-width: 50%;
          } */
          .rightBanner::after
          {
            left: -26px;
            right: auto;
            height: 330px;
            top: -90px;
          }
          .leftBanner::after
          {
            right: -26px;
            left: auto;
            height: 330px;
            top: -90px;
          }
          .internBannerRightImg1, .internBannerImg1
          {
            display: none;
          }
          .banenrContent
          {
            min-height: 250px;
          }
          .banenrContent h2
          {
            font-size: 32px;
            z-index: 22;
          }
          .contentArea 
          {
            border-radius: 26px;
            max-height: initial;
            padding: 0px;
          }
          .contentArea .MAD_intern
          {
            top: -28px;
          }
          .internPageContent p, .resourcesInternBox p
          {
            font-size: 14px;
          }
          .resourcesInternBox h3
          {
            font-size: 18px;
          }
          .homeHeadingSection.mb40 {
            margin-bottom: 20px;
            margin-top: 30px;
        }
        .mad_wrapper.top40
        {
            top: 0;
            padding-top: 0;
        }
        .MAD_elementNewIntern 
        {
            left: 5%;
        }
        .internshipProcessBox1
        {
            flex-flow: wrap;
            padding: 30px 0px 30px 0px;
        }
        .internshipProcessBox1 img {
            width: 100%;
            margin-bottom: 15px;
        }
        .internshipProcessContent
        {
            text-align: center;
        }
        .internshipProcessBox1 .MAD_elementNewIntern1
        {
            display: none;
        }
        .whyMADLearnSection1 .internshipProcessBox1:nth-child(2n)
        {
            flex-direction: column-reverse;  
        }
        .internshipProcessContent p, .internshipStructureBox p{
            font-size: 14px;
            margin: 10px 0 0 0;
            line-height: 20px;
        }
        .internshipStructureBox p
        {
            text-align: center;
            padding-right: 0px;
        }
        .internshipGoalsHeading
        {
            width: 100%;
            flex-direction: column;
            text-align: center;
            min-height: auto;
        }
        .internshipGoals
        {
            flex-flow: wrap;
        }
        .internshipGoalsHeading h2
        {
            font-size: 26px;
        text-align: center !important;
        }
        .internshipGoalsRight
        {
            position: relative; 
            margin-left: 0px;
        }
        .internBorder {
            background: #27C7FF;
            width: 130px;
            height: 4px;
            margin: 10px auto 10px auto;
        }
        .internshipGoalsHeading p
        {
            font-size: 14px;
            margin: 20px 0 20px 0;
            line-height: 20px;
        }
        .internshipGoalsRight ul
        {
            display: flex;
            flex-flow: wrap;
            width: 100%;
            align-items: stretch;
            justify-content: space-between;
        }
        .internshipGoalsRight ul li
        {
            list-style: none;
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #ffffff;
            font-family: Inter;
            background: #0063DA 0% 0% no-repeat padding-box;
            border: 1px solid #00489F;
            border-radius: 6px;
            padding: 16px 20px;
            width: 48%;
            flex-flow: column;
            margin: 20px 0 0 0;
            font-weight: 300;
            text-align: center;
        }
        .internshipGoalsRight ul li img
        {
            margin: 0 0 15px 0;
        }
        .internshipGoalsRight ul li:nth-child(1)
        {
            margin-top: 20px;
        }
    .alignmentInternIcon1, .studentworkicon
        {
            display: none;
        }
        .internsTeam
        {
            flex-flow: wrap;
        }
        .internsTeam .internsTeamBox
        {
            padding: 5px;
            width: 50%;
        }
        .internsTeam .internsTeamBox:nth-child(5)
        {
            width: 100%;
        }
        .internsTeamBox h2
        {
            font-size: 40px;
            margin: 20px 0 0px 0;
        }
        .internsTeamBox p
        {
            font-size: 20px;
            margin: 0px 0 20px 0;
        }
        .MAD_element2NewIntern211
        {
            right: -40px;
            top: -80px;
        }
        .StudentWorkExamplesSection
        {
            min-height:auto;
            padding-bottom: 50px;
        }
        .internSliderBOX
        {
            height: 280px;
            margin-top: 30px;
    padding: 20px;
        }
        .internSliderBOX .carousel-indicators {
            bottom: -70px;
        }
        .StudentWorkExamples
        {
            flex-flow: wrap;
        }
        .internSliderLeftSectino
        {
            margin: 40px 0 0 0;
            width: 100%;
            position: relative;
            text-align: center;
        }
        .internSliderLeftSectino h2
        {
            font-size: 36px;
            margin-top: 0;
            margin-bottom: 10px;
        }
        .internSliderLeftSectino p
        {
            color: #494F57;
            font-family: Inter;
            font-size: 14px;
            margin: 0px;
            text-align: center;
            line-height: 24px;
        }
        .internSlider
        {
            width: 100%;
        }
        .studentworklefticon 
        {
            top: -20px;
        }
        .whyMADLearnSection1 .internshipProcessBox1:nth-child(2n) .internshipProcessContent
        {
            margin-right: 0px;
        }
        .MAD_elementNewIntern1right 
        {
            display: none;
        }
    }
