@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');*/
body{
font-family: "Roboto", sans-serif;
color: #333;
font-size: 15px;
line-height: 1.4;
}


h1,h2,h3,h4,h5,h6{
font-family: "Roboto", sans-serif;
color: #333;
line-height: 1.2;
    font-weight: 600;
}
img {
max-width: 100%;
vertical-align: top;
height: auto;
}
.orange {
    color: #ee6723;
}
a{
    color: #337ab7;
  -webkit-transition: ease-in-out 0.5s;
-moz-transition: ease-in-out 0.5s;
-o-transition: ease-in-out 0.5s;
transition: ease-in-out 0.5s;
outline:none;
}

a:hover,
a:focus{
    color: #ee6723;
}

.link-color a{
    color:#333;
}


.btn-new{
background-color:#04407d;
color:
#fff !important;
padding: 8px 6px;
border-radius: 3px;
font-size: 13px;
margin-top: 10px;
      -webkit-transition: ease-in-out 0.5s;
-moz-transition: ease-in-out 0.5s;
-o-transition: ease-in-out 0.5s;
transition: ease-in-out 0.5s;
}

.btn-new:hover{
    background-color:#333;
}

p{
    margin-bottom: 5px;
}

iframe{
    width: 100%;
}
ul{
  margin:0;
  padding: 0; 
}
ul li{
  list-style: none;
}
button:focus{
  outline: none;
}
.red-required {
color: #F00;
margin-left: 2px;

}

.grey-bg {
 background-color:#f9f5f0;

}
.ggg .btn {
    background-color: #de4037;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    line-height: 45px;
    opacity: inherit;
    margin-top: 20px;
}

.modal-header {
    background: #eaeaea;
}
h4.modal-title {
    text-align: center;
}
.form-box h4 {
    color: #515151;
    font-size: 21px;
    padding-bottom: 5px;
  
    margin-top: 0px;
    font-weight: 600;
}
.credential .modal-dialog {
width: 350px!important;
}


#testi1 .carousel-item {
background-color: rgba(255, 255, 255, 0.15);
text-align: center;
padding: 0px;

border-radius: 5px;
color: #fff;
min-height: inherit;
}
.pg-block{
    padding:35px 0;
}

i{
    margin-right:4px;
}

section{
    position: relative;
}

/* hearder-start*/


#header{
    position: fixed;
    top: 0;
    width:100%;
    z-index: 99;
    background-color: #fff;
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    
}

#header a.navbar-brand{
height: auto;
padding: 0;
}

#header a.navbar-brand img {
 max-height: 62px;
}

.banner-wrapper{
background-image: url("https://www.careerlauncher.com/cat-mba/mba-summit/images/banner-big.jpg");
color: #fff;
padding: 30px 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
clear: both;
    
}

.banner-wrapper:before{
background: linear-gradient(to right, #2d97a8, #001a98);
opacity: 0.9;
position: absolute;
height: 100%;
width: 100%;
right: 0;
bottom: 0;
left: 0;
top: 0;
content: "";
}

.yellowclr{
    color: #feee00;
}

.banner-wrapper .container{
    position:relative;
}

.banner-wrapper h1{
color: #fff;
font-size:42px;
font-weight: bold;
margin-top: 0;
    
}

.banner-wrapper h2.page-title{
color:#fff;
font-weight: bold;
font-size:18px;
line-height: 28px;
margin:30px 0;
position: relative;
padding: 0 32px;
}

.banner-wrapper h2.page-title:before,
.banner-wrapper h2.page-title:after{
position: absolute;
content: "";
width: 22px;
height: 22px;
background-size: 22px;
background-repeat: no-repeat;
margin: 0 10px;
    
}

.banner-wrapper h2.page-title:before{
background-image: url(https://clsite-file1.s3.amazonaws.com/106960_normal-quate-icon-left.png);
left: -15px;
}

.banner-wrapper h2.page-title:after{
    background-image: url(https://clsite-file1.s3.amazonaws.com/106960_normal-quate-icon-right.png);
    bottom: -10px;
}
    


.banner-wrapper h2 i{
font-size: 22px;
color:#fff;
    display: none;
}


.banner-info .btn{
    font-size:20px;
}

.banner-info .btn:hover,
.banner-info .btn:focus{
background-color: #17826e;
} 

.gettext{
margin: 0 0 15px 0;
font-size: 20px;
line-height: 28px;
color: #fff;
}

.gettext span.big-text{
    color: #feee00;
}


.winner-goal{
        position: relative;
    clear: both;
}

.winner-goal ul{
padding-left: 20px;
display: flex;
flex-wrap: wrap;
}

.winner-goal li{
position: relative;
margin-bottom: 20px;
font-size: 16px;
background-color: #2565a3;
width: 45%;
float: left;
padding-left: 30px;
min-height: 40px;
display: flex;
justify-content: left;
align-items: center;
color: #fff;
border-radius: 3px;
margin-right: 29px;
}

.winner-goal li span{
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 50%;
text-align: center;
line-height: 40px;
display: inline-block;
position: absolute;
left: -20px;
top: 2px;
}

.winner-goal li img{
display: inline-block;
max-height: 25px;
vertical-align: middle;
}

.choose-goal{
    position: relative;
    clear: both;
}

.choose-goal ul{

}

.choose-goal ul li{
display: inline-block;
}

.choose-goal ul li a{
color: #fff;
padding: 7px 30px;
border: 1px #fff solid;
border-radius: 30px;
display: inline-block;
margin: 5px 0;
text-decoration: none;
}

.choose-goal ul li a:hover,
.choose-goal ul li a:focus{
    border-color: #feee00;
}

.choose-goal ul li a i{
    margin-right: 4px;
}


.right-con-hed{
background: #fff;
padding: 20px;
position: relative;
margin-top:10px;
}

.right-con-hed h3{
color: #333;
font-size: 17px;
padding-bottom: 5px;
text-align: center;
margin-top: 0px;
font-weight: 600;
}

.right-con-hed input#submit{
background-color: #ff692e;
color: #fff;
border-radius: 30px;
display: inline-block;
width: auto;
padding: 7px 20px;
border: none;
font-size: 18px;
}


.right-con-hed .form-control {
    border-radius: 0;
    box-shadow: initial;
    height: 45px;
    color: #6b7c8a;
    padding-left: 45px;
    background-repeat: no-repeat;
    border: 1px solid #eceaee;
    background-position: 20px center;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.right-con-hed img {
    position: absolute;
    color: #44355b;
    line-height: 64px;
    left: 26px;
    width: 21px;
    text-align: center;
    top: 50%;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}


.btn-orange{
background-color: #f15922;
border-radius: 3px;
color: #fff;
padding: 10px 20px;
}


.form-group select {
-moz-appearance: none;
-webkit-appearance: none;
background-image: url("/cat-mba/mba-summit/images/dropdown.png");
background-position: 96% center !important;
}


/* hearder-close*/

/* content wrapper start */

h2.block-title {
    position: relative;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
    clear: both;
    margin-top:0;

}
h2.block-title::before {
    background-color: #feee00;
    position: absolute;
    bottom: -7px;
    content: "";
    width: 80px;
    height: 2px;

}






.slick-dots{
    display: none!important;
}

.slick-slide > div{
  padding: 0 10px;
}


.slick-prev, 
.slick-next{
z-index: 9;
width: 42px;
height: 25px;
line-height: 25px;
position: absolute;
border-radius: 0px;
border: none;
font-size: 0px;
background-color: transparent;
top: -40px;
cursor: pointer;
padding: 0;
}

.slick-prev{
right: 26px;
}
.slick-next{
    right: 0;
}

.slick-prev:before, 
.slick-next:before {
font-family: FontAwesome;
color: #333;
opacity: 1;
background-color: #feee00;
width: 25px;
height: 25px;
line-height: 25px;
display: inline-block;
text-align: center;
border-radius: 50%;
font-size: 12px;
}

.slick-prev::before {
    content: "\f053";
}

.slick-next::before {
    content: "\f054";
}

.help-block{
background-color:#eeeded;
padding: 10px;
margin-top: 20px;
margin-bottom: 0;
}


#testi{
background-image: url("https://clsite-file1.s3.amazonaws.com/106960_normal-testi.jpg");
background-size: cover;
background-position: center;
    padding: 35px 0;
    position: relative;
}


#testi:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:
rgba(0, 0, 0, 0.6);
content: "";

}

#testi h2{
    color: #fff;
}

.carousel-item{
background-color:
rgba(255, 255, 255, 0.15);
text-align: center;
padding: 15px;
min-height:320px;
border-radius: 5px;
color:#fff;
}

.carousel-item .img-box img{
height: 80px;
width: 80px;
border-radius: 50%;
display: inline-block;
margin-bottom: 15px;
background-color: #fff;
padding: 3px;
}


.carousel-item .overview {
text-transform: capitalize;
color:#abeadb;
font-size: 14px;
font-weight: 400;
    font-style: italic;
}

.carousel-item .overview strong {
color: #feee00;
    font-weight: 500;
}


.test-user{
    font-size:20px;
    font-weight: 600;
    color: #feee00;
}

p.testimonial{
margin:15px 0;
}

.navbar .navbar-brand > img {
    max-height: 44px!important;

}

.carousel-item .img-box i{
font-size: 20px;
background-color:#fff;
color:#ee6723;
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 40px;
margin: 10px 0;
border: 5px #ddd solid;
}


.program-content {
text-align: center;
background-color: #fff;
padding:30px 18px;
box-shadow:0 0 11px 0px rgba(196, 184, 184, 0.2);
 -webkit-transition: ease-in-out 0.5s;
-moz-transition: ease-in-out 0.5s;
-o-transition: ease-in-out 0.5s;
transition: ease-in-out 0.5s;
}


.program-content .program-img{
width: 90px;
height: 90px;
margin: 0 auto;
background-color: #ffef0a99;
border-radius: 50%;
line-height: 100px;
}

.program-content .program-img img{
max-height: 55px;
vertical-align: middle;
}

.program-content .program-dt{
    position: relative;
}

.yellow-bg{
    background-color: #ffef0a99;
}

.yellow-bg .program-img{
    background-color: #fff!important;
}


.startlearningblock{
    padding:70px 0;
}

.startlearningblock .row{
display: flex;
grid-column: span 24;
-moz-box-pack: justify;
justify-content: space-between;
-moz-box-align: center;
align-items: center;

}

.learningcontent{
    padding-right:50px;

}

.learningcontent h3{
font-size: 20px;
margin-bottom: 15px;
}

.learningcontent .buttons a{
background-color: #ff692e;
border-radius: 3px;
color: #fff;
padding: 10px 30px;
font-size: 16px;
font-weight: 600;
}

.multiboxwrap{
    height: 586px;
-moz-box-align: center;
align-items: center;
display: flex;
}


.multiboxleft{
}

.multiboxitem{
margin-bottom: 24px;
border-radius: 8px;
box-shadow: 0px 16px 32px 0px rgba(222, 231, 238, 0.4);
width: 265px;
height: 180px;
background-size: 140px !important;
background-position: right bottom !important;
}

.multiboxitem1{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-Courses.png") no-repeat scroll 0% 0%;
}

.multiboxitem2{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-Educators.png") no-repeat scroll 0% 0%;
}
.multiboxitem3{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-LIVE-Classes.png") no-repeat scroll 0% 0%;
}
.multiboxitem4{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-Video-Lessons.png") no-repeat scroll 0% 0%;
}
.multiboxitem5{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-Questions-Online.png") no-repeat scroll 0% 0%;
}
.multiboxitem6{
background: rgb(255, 255, 255) 
url("https://clsite-file1.s3.amazonaws.com/106960_cl-edge-Past-Year-Papers.png") no-repeat scroll 0% 0%;
}
.startcontent{
    padding-left: 24px;
padding-top: 24px;
display: flex;
flex-direction: column;
}

.tag-text{
    font-size: 20px;
line-height: 150%;
color: rgb(60, 72, 82);
margin-bottom: 8px;
}

.tagvalue{
display: flex;
}

.tagcount{
font-size: 40px;
font-weight: bold;
color: rgb(60, 72, 82);
line-height: 120%;
}
.tagplus{
font-size: 40px;
font-weight: bold;
color:rgb(247, 159, 45);
line-height: 120%;
}


.multiboxright{
padding-left: 24px;
}



.socialshareicon {
position: fixed;
left: 0;
top: 50%;
z-index: 9999;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.socialshareicon > a {
clear: both;
display: block;
}
.socialshareicon .fa {
clear: none;
float: left;
width: 28px;
line-height: 28px;
text-align: center;
-webkit-transition: ease-in-out 0.3s;
-moz-transition: ease-in-out 0.3s;
-o-transition: ease-in-out 0.3s;
transition: ease-in-out 0.3s;
color: white;
}
.socialshareicon .fa-facebook {
background: #3B5998;

}
.socialshareicon .fa-twitter {
background: #55ACEE;
}
.socialshareicon .fa-google-plus {
background: #dd4b39;
display: none!important;
}
.socialshareicon .fa-linkedin {
background: #007bb5;
}
.socialshareicon .fa-reddit-alien {
background: #ff4200;
display: none!important;
}
.socialshareicon .fa-tumblr {
background: #395976;
display: none!important;
}
.socialshareicon .fa-pinterest-p {
background: #cb2027;
display: none!important;
}
.socialshareicon .fa-whatsapp {
background: #199c0e;

}


.faculty-box{
text-align: center;
padding: 30px 20px;
position: relative;
background: #fff;
box-shadow: 0 0 11px 0px rgba(196, 184, 184, 0.2);
margin-bottom: 10px;
margin-top:20px;
text-align: center;
}

.faculty-box img {
width: 100px;
}

.faculty-box h3{
    margin-top: 30px;
font-size: 14px;
}

.faculty-box h4 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.faculty-box a{
background-color: #ff692e;
border-radius: 3px;
color: #fff;
padding: 10px 30px;
font-size: 16px;
font-weight: 600;
text-decoration: none;
margin-top: 15px;
display: inline-block;
}



/* Feedback Section */


    .ratingfldine {
        background-color: #fcead2;
        padding: 15px 25px;
    }
    .ratingfldine2 {
        background-color: #e2dbeb;
    }
    .ratingfldine{
        float: left;
        width: 100%;
        position: relative;
    }
    .ratingfldine:before, .ratingfldine:after{
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width:300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    .ratingfldine:after{
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }
    .ratingfldine h2{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .fleboxes{
    
    }
    .fleboxes .effectshadow{
        background-color: #f6f7f9;
        margin-bottom: 15px;
        padding: 10px 15px;
        position: relative;
    }   
    .fleboxes .effectshadow:before, .fleboxes .effectshadow:after{
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width:300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    .fleboxes .effectshadow:after{
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }
    
    .fleboxes .effectshadow:last-child{
        margin-bottom:0;
    }
    .fleboxes .leftbox{
        padding-left: 0;
    }
    .fleboxes .rightbox {
    
    }
    .fleboxes .rightbox img{
    
    }
    .rightbox .ratbxfld{
    
    }
    .leftbox  h3{
font-weight: 400;
font-size: 16px;
letter-spacing: 0.7px;
margin-bottom: 9px;
color: #333;
margin-top: 0;
    }
    .leftbox  h3 strong{
    
    }   
    .starrting{
    
    }
    .starrting i{
font-size: 16px;
color: #ff692e;
margin-right: 3px;
    }
    .rightbox  .ratbxfld {
        background-color: #ff692e;
        color: #fff;
        text-align: center;
    }
    .rightbox  .ratbxfld h3{
margin: 0;
font-size: 14px;
color: #fff;
    }



.journey-tabs{
    padding-top: 50px;
}

.journey-tabs .nav-tabs{
    margin-bottom: 0;
}

.journey-tabs .nav-tabs li{
margin-bottom: 0;
width: 50%;
text-align: center;
padding: 0;
}

.journey-tabs .nav-tabs li a{
background-color: #e6e6e6;
color: #333;
border: none !important;
font-weight: 500;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
padding: 5px 8px !important;
font-size: 12px;
line-height: 16px !important;
border-radius: 0px;
margin-right: 1px;
}

.journey-tabs .nav-tabs li:last-child a{
    margin-right: 0;
}

.journey-tabs .nav-tabs li.active > a,
.journey-tabs .nav-tabs li > a:hover{
background-color: #05857e;
color: #fff;
}

.journey-tabs .nav-tabs li.active > a:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #05857e;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tab-content {
background-color: #fff;
margin-bottom: 20px;
float: left;
width: 100%;

}

.tab-content .tab-pane{
padding: 0;
}


.feedbacktabs{
    float: left;width: 100%;
    padding-top: 0;
} 

.feedbacktabs #feednbackContent{
    margin-bottom: 0;
}

.feedback-item{
clear: both;
text-align: center;
padding: 10px;
float: left;
width: 100%;
}

.feedback-item .feedbackinner{
float: left;
width: 100%;
}

.feedback-item .feedbackinner > div{
float: left;
width: 100%;
}

.feedback-item  .feedbacktop{
background-color: #fff;
padding-bottom: 5px;
}

.feedback-item  .feedbacktop p{
margin-bottom: 0;
}

.feedback-item  .feedbacktop h3{
font-size: 18px;
margin-bottom: 5px;
}

.feedback-item  .feedbacktop .starrting i{
color: #ff692e;
font-size: 18px;
}

.feedback-item .feedbackbottom{
 display: flex;
}

.feedback-item .feedbackbottom p{
    margin-bottom: 0;
}

.feedback-item .feedbackbottom .rating-box{
float: left;
width: 33.33%;
padding: 5px 3px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.feedback-item .feedbackbottom .rating-box span{
display: block;
font-weight: 600;
}

.feedback-item .feedbackbottom .rating-box p{
line-height: 19px;
}

.feedback-item .feedbackbottom .rating-box1{
background-color: #fcead2;
}
.feedback-item .feedbackbottom .rating-box2{
    background-color: #fff5dd;
}
.feedback-item .feedbackbottom .rating-box3{
    background-color: #fcead2;
}

.feedbacktabs.journey-tabs .nav-tabs li a{
font-size: 15px;
line-height: 26px;
} 

.feedbacktabs.journey-tabs .nav-tabs li a img{
max-width: 26px;
display: inline-block;
margin-right: 6px;
}


/* content wrapper close */

/*Thank You page css start*/


.thanlkyou{
    background-color:#604684;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}
.thanlkyou img{
    
}
.thanlkyou h2{
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
/*    letter-spacing: 2px;*/
    font-size: 32px;
}
.thanlkyou p{
    color: #fff;
   /* letter-spacing: 1px;*/
    font-size: 18px;
}
.thanlkyou p span{
    position: relative;
}
.thanlkyou p span strong{
        position: relative;
    z-index: 2;
}
.thanlkyou p span:after {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #fbd1c2;
    content: '';
    z-index: 1;
    opacity: .3;
}
.contfldthh {
    margin-top: -46px;
}
.boxesiner {
    padding: 15px;
    border: 1px solid rgba(171, 171, 171, .4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
    margin-bottom: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
}

/*Thank You page css close*/


/* responsive */

@media only screen and (max-width: 767px) {
    .banner-wrapper h1{
        font-size:30px;
    }
    h2.block-title{
        font-size:22px;
    }
.h3, h3 {
 font-size: 18px;
}   
    

.banner-wrapper h2.page-title {
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0;
    position: relative;
    padding: 0 30px;
}

.choose-goal{
    text-align: center;
}

.program-content{
    margin-bottom:15px;
}

.startlearningblock {
    padding: 35px 0;
}

.startlearningblock .row {
    display: inherit;
}


.learningcontent {
padding-right: 0;
margin-bottom: 30px;
}

.multiboxwrap{
    height: auto;
}

.multiboxleft{
    width: 50%;
}
.multiboxright {
    padding-left: 15px;
    width: 50%;
}

.multiboxitem{
width: 100%;
height: 100px;
margin-bottom: 15px;
background-size: 75px !important;
}

.startcontent {
    padding-left: 15px;
}

.tagcount {
    font-size: 18px;
}

.tagplus {
    font-size: 18px;
}
.tag-text {
font-size: 14px;
line-height: 16px;

}

.winner-goal ul {
    padding-left: 0;
}

.winner-goal li{
width: 48%;
margin-right: 5px;
padding: 25px 5px 5px 5px;
text-align: center;
font-size: 12px;
justify-content: center;
}


.winner-goal li span {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -12px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.winner-goal li img {
    max-height: 20px;
}

.faculty-box p{
    min-height: inherit;
}

    
}


@media only screen and (max-width: 480px) {
    .banner-wrapper h1{
        font-size:24px;
    }
    
        h2.block-title{
        font-size:20px;
    }
    
.choose-goal ul li a{
padding: 7px 16px;
margin: 5px 0;
font-size: 13px;
}   
    
}
