::-webkit-input-placeholder{
    opacity:1;
    color:rgba(0,0,0,0.4)
}
:-moz-placeholder{
    opacity:1;
    color:rgba(0,0,0,0.4)
}
::-moz-placeholder{
    opacity:1;
    color:rgba(0,0,0,0.4)
}
:-ms-input-placeholder{
    opacity:1;
    color:rgba(0,0,0,0.4)
}
::-moz-selection{
    color:#fff;
    text-shadow:none;
    background-color:#000
}
::selection{
    color:#fff;
    text-shadow:none;
    background-color:#000
}
:focus{
    outline:0 none !important
}
*,*::before,*::after{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{
    display:block
}
audio,canvas,video{
    display:inline-block
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden]{
    display:none
}
html,body{
    height:100%;
    min-height:100%
}
html{
    font-size:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
html,button,input,select,textarea{
    font-family:"Roboto",sans-serif;
    font-size:16px
}
body{
    margin:0;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%
}
img{
    border:0 none;
    max-width:100%;
    vertical-align:top;
    -moz-user-select:none;
    user-select:none
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    font-weight:normal;
    line-height:1.2
}
a{
    text-decoration:none;
    -webkit-transition:all linear 0.3s;
    -moz-transition:all linear 0.3s;
    -ms-transition:all linear 0.3s;
    -o-transition:all linear 0.3s;
    transition:all linear 0.3s;
    cursor:pointer;
    /* color:#ff5353 */
    color:#000;
}
a:hover,a:focus{
    /* color:#dd4c76; */
    text-decoration:none
}
a *{
    -webkit-transition:all linear 0.3s;
    -moz-transition:all linear 0.3s;
    -ms-transition:all linear 0.3s;
    -o-transition:all linear 0.3s;
    transition:all linear 0.3s
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:700
}
blockquote{
    margin:1em 40px
}
dfn{
    font-style:italic
}
mark{
    background:#ff0;
    color:#000
}
pre{
    margin:1em 0
}
p{
    margin:0 0 25px
}
p:last-child,p:last-of-type{
    margin-bottom:0
}
code,kbd,pre,samp{
    font-family:monospace,serif;
    _font-family:'courier new',monospace;
    font-size:1em
}
pre{
    white-space:pre;
    white-space:pre-wrap;
    word-wrap:break-word
}
q{
    quotes:none
}
q:before,q:after{
    content:'';
    content:none
}
small{
    font-size:75%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-0.5em
}
sub{
    bottom:-0.25em
}
dl,menu{
    margin:0;
    padding:0
}
dd{
    margin:0 0 0 40px
}
nav ul,nav ol{
    list-style:none
}
iframe{
    border:0;
    -ms-interpolation-mode:bicubic;
    max-width:100%
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:0
}
form{
    margin:0
}
fieldset{
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:.35em .625em .75em
}
legend{
    border:0;
    padding:0;
    white-space:normal
}
button,input,select,textarea{
    font-size:100%;
    margin:0;
    vertical-align:baseline
}
button,input{
    line-height:normal;
    -webkit-transition:all linear 0.3s;
    -moz-transition:all linear 0.3s;
    -ms-transition:all linear 0.3s;
    -o-transition:all linear 0.3s;
    transition:all linear 0.3s
}

button,input[type="button"],input[type="reset"],input[type="submit"]{
    border:0 none;
    cursor:pointer
}
button[disabled],input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0
}
input[type="checkbox"],input[type="radio"]{
    box-sizing:border-box;
    padding:0;
    *height:13px;
    *width:13px;
    margin-right:3px;
    margin-top: 8px;
    display: inline-block;
    vertical-align:top;
}
input[type="search"]{
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none
}
input[type="text"],input[type="email"],input[type="tel"],input[type="password"],textarea{
    border:1px solid #b1b3b3;
    padding:0 10px;
    height:34px;
    line-height:1.2;
    margin:0;
    width:100%;
    resize:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0
}
input[type="text"].input-error,input[type="email"].input-error,input[type="tel"].input-error,input[type="password"].input-error,textarea.input-error{
    border-color:#d00
}
textarea{
    height:100px;
    overflow:auto;
    vertical-align:top
}
select{
    width:100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    border:1px solid #cccccc;
    padding:0 11px;
    display:block;
    font-size:14px;
    height:40px;
    color:rgba(0,0,0,0.4);
    background: #fff url(../chosen-dd.html) no-repeat center right;
}
select option{
    padding:5px;
    font-weight:400;
    color:#000
}
table{
    border-collapse:collapse;
    border-spacing:0
}
address{
    font-style:normal;
    font-size:14px
}
hr{
    border:0 none;
    border-top:1px solid rgba(0,0,0,.15);
    margin:40px 0;
    display:block;
    width:100%
}
ul,ol{
    margin:20px 0;
    padding-left:15px;
    line-height: 1.6;
}
ul ul,ol ol{
    margin:10px 0
}
ul ul {
    list-style:circle outside
}
ol ol{
    list-style:lower-roman outside
}
ul:first-of-type,ul:first-child,ol:first-of-type,ol:first-child{
    margin-top:0
}
*+ul:first-of-type,*+ul:first-child,*+ol:first-of-type,*+ol:first-child{
    margin-top:10px
}
.clearfix::after,.wrapper::after,.panel-container::after,.section-promotion .pr-banners::after,.footer-container::after,.col-about-us ul::after,.contact-block::after,.form-row::after,.call-block::after,.blog-row::after,.blogs-listing .blog-box::after,.testimonials-listing ul li::after,.testimonial-bottom::after,.learning-program .material .offer-section::after,.learning-program .benefits-material::after,.article-list .list-category article.middle .content::after,.article-list .list-category article .content-affairs::after,.article-list .list-category article.team .team-row::after{
    content:"";
    display:table;
    clear:both
}
.text-right{
    text-align:right
}
.text-center{
    text-align:center
}
.text-left{
    text-align:left
}
.wrapper{
    max-width:1170px;
    width:100%;
    margin:0 auto
}
.light{
    font-weight:300
}
.regular,.list-title .list-toggle .value,.article-list .list-category section.sidebar ul li a,.article-list .list-category article.middle .content p,.article-list .list-category article .content-affairs p,.article-list .list-category article ol li .slide .content p,.article-list .list-category article .article-detail p,.article-list .list-category article p,select{
    font-weight:400
}
.medium,.article-list .list-category article.middle h1,.article-list .list-category article.middle .content p a.pdf-button,.article-list .list-category article.mcq-questions #accordion ul li strong,.article-list .list-category aside .blog-category .subheading{
    font-weight:500
}
.bold,.article-list .list-category article .mcq-detail .subheading,.article-list .list-category article .box-slide .subheading,.article-list .list-category aside .category .subheading,.article-list .list-category aside .archive .subheading,.article-list .list-category aside .updates .subheading,.fixbtn .content .subheading,.pagination ul li a{
    font-weight:700
}
.extrabold{
    font-weight:900
}
.bg-black{
    background-color:#000
}
.bg-white{
    background-color:#fff
}
.bg-yellow{
    background-color:#fba113
}
.bg-blue{
    background-color:#14c3e5
}
.bg-green{
    background-color:#27b999
}
.bg-red{
    background-color:#f47c7c
}
.bg-pink{
    background-color:#ff668f
}
.bg-purple{
    background-color:#8f72ff
}
.bg-darkred{
    background-color:#ff5353
}
.label{
    display:inline-block;
    font-size:11px;
    font-weight:700;
    line-height:1;
    padding:5px 8px;
    color:#fff;
    text-transform:uppercase
}
.ripple{
    overflow:hidden;
    position:relative
}
.ripple-effect{
    position:absolute;
    border-radius:50%;
    width:50px;
    height:50px;
    background-color:#fff;
    animation:ripple-animation 2s;
    -o-animation:ripple-animation 2s;
    -ms-animation:ripple-animation 2s;
    -moz-animation:ripple-animation 2s;
    -webkit-animation:ripple-animation 2s
}
@-webkit-keyframes ripple-animation{
    from{
        transform:scale(1);
        opacity:.4;
        filter:alpha(opacity=40)
    }
    to{
        transform:scale(100);
        opacity:0;
        filter:alpha(opacity=0)
    }
}
@-moz-keyframes ripple-animation{
    from{
        transform:scale(1);
        opacity:.4;
        filter:alpha(opacity=40)
    }
    to{
        transform:scale(100);
        opacity:0;
        filter:alpha(opacity=0)
    }
}
@-ms-keyframes ripple-animation{
    from{
        transform:scale(1);
        opacity:.4;
        filter:alpha(opacity=40)
    }
    to{
        transform:scale(100);
        opacity:0;
        filter:alpha(opacity=0)
    }
}
@-o-keyframes ripple-animation{
    from{
        transform:scale(1);
        opacity:.4;
        filter:alpha(opacity=40)
    }
    to{
        transform:scale(100);
        opacity:0;
        filter:alpha(opacity=0)
    }
}
@keyframes ripple-animation{
    from{
        transform:scale(1);
        opacity:.4;
        filter:alpha(opacity=40)
    }
    to{
        transform:scale(100);
        opacity:0;
        filter:alpha(opacity=0)
    }
}
.btn{
    text-transform:uppercase;
    border:0 none;
    -webkit-appearance:none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    padding:17px 30px 17px;
    font-weight:700;
    font-size:16px;
    line-height:1;
    -webkit-transition:all linear 0.2s;
    -moz-transition:all linear 0.2s;
    -ms-transition:all linear 0.2s;
    -o-transition:all linear 0.2s;
    transition:all linear 0.2s;
    position:relative
}
.btn.bg-white{
    color:#000
}
.btn-blue{
    display:inline-block;
    font-size:16px;
    line-height:1;
    font-weight:500;
    color:#fff;
    text-align:center;
    background-color:#14c3e5;
    padding:13px 30px;
    -webkit-transition:all linear 0.2s;
    -moz-transition:all linear 0.2s;
    -ms-transition:all linear 0.2s;
    -o-transition:all linear 0.2s;
    transition:all linear 0.2s;
    position:relative
}
.btn-blue:hover{
    background-color:#ff5353;
    color:#fff
}
.btn-gradient{
    display:inline-block;
    font-size:14px;
    line-height:1;
    font-weight:700;
    color:#fff;
    padding:18px 30px 18px;
    -webkit-transition:all linear 0.2s;
    -moz-transition:all linear 0.2s;
    -ms-transition:all linear 0.2s;
    -o-transition:all linear 0.2s;
    transition:all linear 0.2s;
    text-transform:uppercase;
    letter-spacing:1px;
    position:relative
}
.btn-gradient:hover,.btn-gradient:focus{
    background:#14c3e5;
    background:-moz-linear-gradient(left, #14c3e5 0%, #27b999 100%);
    background:-webkit-gradient(linear, left left, left right, color-stop(0%, #14c3e5), color-stop(100%, #27b999));
    background:-webkit-linear-gradient(left, #14c3e5 0%, #27b999 100%);
    background:-o-linear-gradient(left, #14c3e5 0%, #27b999 100%);
    background:-ms-linear-gradient(left, #14c3e5 0%, #27b999 100%);
    background:linear-gradient(to right, #14c3e5 0%, #27b999 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    color:#fff
}
.btn-gradient.small{
    padding:15px 20px
}
.btn-gradient.reverse{
    background:#14c3e5;
    background:-moz-linear-gradient(left, #14c3e5 0%, #27b999 100%);
    background:-webkit-gradient(linear, left left, left right, color-stop(0%, #14c3e5), color-stop(100%, #27b999));
    background:-webkit-linear-gradient(left, #14c3e5 0%, #27b999 100%);
    background:-o-linear-gradient(left, #14c3e5 0%, #27b999 100%);
    background:-ms-linear-gradient(left, #14c3e5 0%, #27b999 100%);
    background:linear-gradient(to right, #14c3e5 0%, #27b999 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 )
}
.btn-gradient.reverse:hover{
    background:#ff5353;
    background:-moz-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
    background:-webkit-gradient(linear, left left, left right, color-stop(0%, #ff5353), color-stop(100%, #dd4c76));
    background:-webkit-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
    background:-o-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
    background:-ms-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
    background:linear-gradient(to right, #ff5353 0%, #dd4c76 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 )
}
body{
    font-weight:400;
    line-height:1.2;
    color:#222
}

.slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    position:relative;
    overflow:hidden;
    display:block;
    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;
    left:0;
    top:0;
    display:block
}
.slick-track:before,.slick-track:after{
    content:"";
    display:table
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide{
    float:left;
    height:100%;
    min-height:1px;
    display:none
}
[dir="rtl"] .slick-slide{
    float:right
}
.slick-slide img{
    display:block;
}
.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
}

/* +++++++++++++++++++++++ S T A R T   L A N D I N G   P A G E +++++++++++++++++++++++ */



.section-interview-programme {
    padding: 0 0 75px;
    background: url(../interview-programme-bg.html) no-repeat right top;
    background-size: 52% 100%;
    font-size: 0;
}
.section-interview-programme.uppcs {
    padding: 0 0 75px;
    background: url(../uppcs-interview-programme-bg.html) no-repeat right top;
    background-size: 52% 100%;
    font-size: 0;
}
.section-interview-programme.ras {
    padding: 0 0 75px;
    background: url(../ras-interview-programme-bg.html) no-repeat right top;
    background-size: 52% 100%;
    font-size: 0;
}
.section-interview-programme.bpsc {
    background: url(../bpsc1-interview-programme-bg.html) no-repeat right top;
}
.section-interview-programme::after,
.section-interview-programme header::after,
.section-about-programme::after,
.section-programme-details::after,
footer::after {
    content: "";
    display: table;
    clear: both;
}
.section-interview-programme .topbar {
    display: none;
}
.section-interview-programme header {
    padding: 12px 0 22px;
}
/* .section-interview-programme header a.logo {
    width: 70px;
    height: 70px;
    float: left;
    background: url(../img/drishti-logo.png) no-repeat left top;
    background-size: 100% auto;
    font-size: 0;
} */

.section-interview-programme header a.logo {
    width: 160px;
    height: 70px;
    float: left;
    background: url('../png/drishti_logo_new.png') no-repeat left top;
    background-size: 100% auto;
    font-size: 0;
}


.section-interview-programme header ul {
    float: right;
    margin-top: 24px;
    margin-bottom: 0;
}
.section-interview-programme header ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 34px;
    text-transform: uppercase;
}
.section-interview-programme header ul li a {
    color: #fff;
}
.section-interview-programme header ul li a:hover {
    color: #000;
}
.section-interview-programme header ul li a.phone {
    display: inline-block;
    vertical-align: top;
    padding-left: 36px;
    background: url(../icon-phone1.png.html) no-repeat left center;
    color: #fff;
}
.section-interview-programme header ul li a.phone:hover {
    color: #000;
}
.section-interview-programme header ul li a.site {
    display: inline-block;
    vertical-align: top;
    padding: 0 26px;
    background-color: #fff;
    border-radius: 44px;
    font-size: 14px;
    color: #ec1c24;
    font-weight: 700;
}
.section-interview-programme header ul li a.site:hover {
    background-color: #ec1c24;
    color: #fff;
}

.section-interview-programme .content {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding: 80px 30px 0 0;
}
.section-interview-programme .content h1 {
    margin-bottom: 15px;
    /* font-size: 75px; */
    font-size: 50px;
    color: #232323;
    font-weight: 700;
    line-height: 1;
}
.section-interview-programme .content p {
    margin-bottom: 25px;
    font-size: 22px;
    color: #9f9f9f;
    font-weight: 300;
    line-height: 1.4;
}
.section-interview-programme .content p .verdiv {
    width: 2px;
    height: 67px;
    display: inline-block;
    background-color: #10b9df;
    border-radius: 1px;
}
.section-interview-programme .content .button-panel a {
    width: auto;
    height: 70px;
    display: inline-block;
    vertical-align: top;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 15px 15px 15px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.05);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-left: 10px;
}
.section-interview-programme .content .button-panel a:hover {
    background-color: rgba(236,28,36,1);
    box-shadow: 15px 15px 15px rgba(236,28,36,.2);
    border: 1px solid rgba(236,28,36,.1);
}
.section-interview-programme .content .button-panel a.download-form {
    margin-right: 15px;
}
.section-interview-programme .content .button-panel a.download-form span {
    display: inline-block;
    padding-left: 32px;
    /* background: url(../img/icons/icon-pdf-red.png) no-repeat left center; */
    background: url(../icon-mouse-pointer.html) no-repeat left center;
    color: #303243;
    transition:all linear 0.3s;
    -moz-transition:all linear 0.3s;
    -webkit-transition:all linear 0.3s;
}
.section-interview-programme .content .button-panel a.download-form:hover span {
    /* background: url(../img/icons/icon-pdf-red-on.png) no-repeat left center; */
    background: url(../icon-mouse-pointer-on.html) no-repeat left center;
    color: #fff;
}
.section-interview-programme .content .button-panel a.book-online span {
    display: inline-block;
    padding-left: 30px;
    background: url(../icon-mouse-pointer.html) no-repeat left center;
    line-height: 30px;
    color: #303243;
    transition:all linear 0.3s;
    -moz-transition:all linear 0.3s;
    -webkit-transition:all linear 0.3s;
}
.section-interview-programme .content .button-panel a.book-online:hover span {
    background: url(../icon-mouse-pointer-on.html) no-repeat left center;
    color: #fff;
}
.section-interview-programme .programme-slider {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 20px 20px 25px rgba(0,0,0,.15);
    position: relative;
}
.section-interview-programme .programme-slider img {
    width: 100%;
}
.section-interview-programme .programme-slider .slick-dots {
    margin: 0 0 0;
    position: absolute;
    top: 78%;
    transform: translateY(-50%);
    right: -45px;
}
.section-interview-programme .programme-slider .slick-dots li {
    display: block;
    margin: 10px 0;
}
.section-interview-programme .programme-slider .slick-dots li button {
    width: 17px;
    height: 16px;
    display: block;
    background: url(../icon-slide-pager.html) no-repeat left top;
    opacity: .3;
}
.section-interview-programme .programme-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.section-about-programme {
    padding: 80px 0 160px;
    background-color: #fff;
    font-size: 0;
}
.section-about-programme h1 {
    text-align: center;
    font-size: 82px;
    color: #f0f0f0;
    font-weight: 700;
    line-height: 1;
}
.section-about-programme h2.mobile {
    display: none;
}
.section-about-programme .image {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 60px;
}
.section-about-programme .image img {
    width: 100%;
}
.section-about-programme .image a.book-online {
    position: absolute;
    bottom: -70px;
    right: 0;
    background-color: #fff;
    padding: 30px 60px 30px 30px;
    border-radius: 4px;
    box-shadow: 15px 15px 15px rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.05);
}
.section-about-programme .image a.book-online:hover {
    background-color: #fff;
}
.section-about-programme .image a.book-online strong {
    display: block;
    margin-bottom: 15px;
    padding-left: 62px;
    background: url(../icon-book-online.html) no-repeat left center;
    font-size: 28px;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
}
.section-about-programme .image a.book-online:hover strong {
    color: #000;
}
.section-about-programme .image a.book-online span {
    display: inline-block;
    padding-left: 62px;
    padding-right: 35px;
    background: url(../icon-blue-arrow.html) no-repeat right center;
    font-size: 14px;
    color: #4ebcc6;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.section-about-programme .image a.book-online:hover span {
    padding-right: 45px;
}
.section-about-programme .content {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
    margin-top: -40px;
}
.section-about-programme .content h2 {
    margin: 0 0 35px;
    font-size: 50px;
    color: #232323;
    font-weight: 500;
    line-height: 1;
}
.section-about-programme .content p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #424242;
    font-weight: 300;
    line-height: 1.6;
}
.section-about-programme .content p:last-child {
    margin-bottom: 0px;
}
.section-about-programme .content p a.download-btn {
    width: auto;
    display: inline-block;
    background: linear-gradient(to right, #27adb9, #27b999);
    border-radius: 4px;
    padding: 19px 25px;
}
.section-about-programme .content p a.download-btn:hover {
    background: linear-gradient(135deg, #ed4757 0%, #dd4c76 100%);
}
.section-about-programme .content p a.download-btn span {
    display: inline-block;
    background: url(../icon-pdf-white.html) no-repeat left center;
    padding: 0 0 0 42px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.section-programme-details {
    padding: 90px 0;
    background-color: #f6f6f6;
    font-size: 0;
}
.section-programme-details .content {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding-right: 60px;
}
.section-programme-details .content h2 {
    margin: 0 0 35px;
    font-size: 50px;
    color: #232323;
    font-weight: 500;
    line-height: 1;
}
.section-programme-details .content p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #424242;
    font-weight: 300;
    line-height: 1.6;
}
.section-programme-details .content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}
.section-programme-details .content ul li {
    display: block;
    position: relative;
    margin-top: 30px;
    padding-left: 24px;
    font-size: 18px;
    color: #424242;
    font-weight: 300;
    line-height: 1.6;
}
.section-programme-details .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ff2029;
}
.section-programme-details .image {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-top: 90px;
}
.section-programme-details .image img {
    width: 100%;
}

.section-interview-panel {
    padding: 90px 0;
    border-bottom: 1px solid #e9e9e9;
}
.section-interview-panel h2 {
    margin: 0 0 45px;
    font-size: 50px;
    color: #232323;
    font-weight: 500;
    line-height: 1;
}
.section-interview-panel .interview-slider .slick-slide {
    position: relative;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}
.section-interview-panel .interview-slider .slick-slide .member {
    position: relative;
}
.section-interview-panel .interview-slider .slick-slide .member .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.85);
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.section-interview-panel .interview-slider .slick-slide:hover .member .overlay {
    opacity: 1;
    visibility: visible;
}
.section-interview-panel .interview-slider .slick-slide .member .overlay .description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 15px 25px;
}
.section-interview-panel .interview-slider .slick-slide a {
    color: #232323;
}
.section-interview-panel .interview-slider .slick-slide a:hover {
    color: #dd4c76;
}
.section-interview-panel .interview-slider .slick-slide img {
    width: 100%;
    margin-bottom: 20px;
}
.section-interview-panel .interview-slider .slick-arrow {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-radius: 52px;
    font-size: 0;
}
.section-interview-panel .interview-slider .slick-arrow:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.4);
}
.section-interview-panel .interview-slider .slick-arrow.slick-prev {
    left: -50px;
    background: #fff url(../icon-arrow-left1.html) no-repeat center center;
}
.section-interview-panel .interview-slider .slick-arrow.slick-next {
    right: -50px;
    background: #fff url(../icon-arrow-right1.html) no-repeat center center;
}

.section-mock-interviews {
    padding: 90px 0;
    border-bottom: 1px solid #e9e9e9;
}
.section-mock-interviews h2 {
    margin: 0 0 15px;
    text-align: center;
    font-size: 50px;
    color: #232323;
    font-weight: 500;
    line-height: 1;
}
.section-mock-interviews p {
    margin-bottom: 45px;
    text-align: center;
    font-size: 18px;
    color: #424242;
    font-weight: 300;
    line-height: 1.6;
}
.section-mock-interviews .mock-slider .slick-slide {
    padding: 0 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}
.section-mock-interviews .mock-slider .slick-slide a {
    color: #232323;
}
.section-mock-interviews .mock-slider .slick-slide a:hover {
    color: #dd4c76;
}
.section-mock-interviews .mock-slider .slick-slide img {
    width: 100%;
    margin-bottom: 20px;
}
.section-mock-interviews .mock-slider .slick-arrow {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-radius: 52px;
    font-size: 0;
}
.section-mock-interviews .mock-slider .slick-arrow:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.4);
}
.section-mock-interviews .mock-slider .slick-arrow.slick-prev {
    left: -50px;
    background: #fff url(../icon-arrow-left1.html) no-repeat center center;
}
.section-mock-interviews .mock-slider .slick-arrow.slick-next {
    right: -50px;
    background: #fff url(../icon-arrow-right1.html) no-repeat center center;
}

.section-mock-interviews .mock-slider .slick-slide .box-block {
    display: block;
    background: #f3f3f3 url(../curve-img.html) no-repeat left top;
    border-radius: 15px;
    padding: 40px 25px;
    font-size: 0;
}
.section-mock-interviews .mock-slider .slick-slide .box-block .image {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.section-mock-interviews .mock-slider .slick-slide .box-block .image .icon {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}
.section-mock-interviews .mock-slider .slick-slide .box-block .image .icon img {
    width: 100%;
    height: auto;
}
.section-mock-interviews .mock-slider .slick-slide .box-block .image a.btn-play {
    position: absolute;;
    left: 0;
    right: 0;
    bottom: 0;
    height: 49px;
    background-color: #fd226a;
    box-shadow: 0px 15px 15px rgba(253,34,106,.15);
    border-radius: 49px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 49px;
}
.section-mock-interviews .mock-slider .slick-slide .box-block .image a.btn-play:hover {
    background-color: #14c3e5;
    box-shadow: 0px 15px 15px rgba(20,195,229,.15);
}
.section-mock-interviews .mock-slider .slick-slide .box-block .description {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}
.section-mock-interviews .mock-slider .slick-slide .box-block .description h5 {
    margin: 0 0 5px;
    text-align: left;
    font-size: 24px;
    color: #232323;
    font-weight: 500;
    line-height: 1;
}
.section-mock-interviews .mock-slider .slick-slide .box-block .description p {
    margin-bottom: 15px;
    text-align: left;
    font-size: 16px;
    color: #424242;
    font-weight: 300;
    line-height: 1.6;
}
.section-mock-interviews .mock-slider .slick-slide .box-block .description p:last-child {
    margin-bottom: 0px;
}
.section-mock-interviews .mock-slider .slick-slide .box-block .description p span {
    color: #8d76e3;
}

.bottom-form {
    padding: 60px 0;
    background-color: #863bae;
    position: relative;
    font-size: 0;
}
.bottom-form::before {
    content: "";
    z-index: 2;
    position: absolute;
    left: -5%;
    top: 0;
    bottom: 0;
    width: 58%;
    background-color: #14c3e5;
    -ms-transform: skew(-5deg, 0deg);
    -webkit-transform: skew(-5deg, 0deg);
    transform: skew(-5deg, 0deg);
}
.bottom-form .download-form,
.bottom-form .online-form {
    z-index: 3;
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.bottom-form h2 {
    margin-bottom: 25px;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}
.bottom-form a.btn-click {
    width: auto;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.bottom-form a.btn-click:hover {
    background-color: rgba(236,28,36,1);
}
.bottom-form a.btn-click:hover span {
    color: #fff;
}
.bottom-form a.btn-click span {
    display: inline-block;
    padding-left: 34px;
    color: #000;
    line-height: 30px;
}
.bottom-form a.btn-click.download span {
    background: url(../icon-pdf-red.html) no-repeat left center;
}
.bottom-form a.btn-click.download:hover span {
    background: url(../icon-pdf-red-on.html) no-repeat left center;
}
.bottom-form a.btn-click.online span {
    background: url(../icon-mouse-pointer.html) no-repeat left center;
}
.bottom-form a.btn-click.online:hover span {
    background: url(../icon-mouse-pointer-on.html) no-repeat left center;
}

footer {
    padding: 65px 0;
    background-color: #424242;
    text-align: left;
}
footer h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
}
footer p {
    margin: 0 0 15px;
    font-size: 15px;
    color: #e2e2e2;
    font-weight: 400;
    line-height: 1.4;
}
footer p:last-child {
    margin: 0 0 0px;
}
footer p.phone {
    font-size: 24px;
    color: #14c3e5;
    font-weight: 300;
    line-height: 1.4;
}
footer p a {
    color: #14c3e5;
}
footer .block-contactus {
    float: left;
}
footer .block-socialmedia {
    float: right;
}
footer .block-socialmedia ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}
footer .block-socialmedia ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
footer .block-socialmedia ul li:last-child {
    margin-right: 0px;
}
footer .block-socialmedia ul li a {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 0;
    border-radius: 40px;
    overflow: hidden;
}
footer .block-socialmedia ul li a.facebook {
    background-color: #3b5998;
}
footer .block-socialmedia ul li a.twitter {
    background-color: #27cff3;
}
footer .block-socialmedia ul li a.linkedin {
    background-color: #007ab6;
}
footer .block-socialmedia ul li a.gplus {
    background-color: #dc4a39;
}
footer .block-socialmedia ul li a.youtube {
    background-color: #d21212;
}
footer .block-socialmedia ul li a img {
    transform: scale(1.0,1.0);
}
footer .block-socialmedia ul li a:hover img {
    transform: scale(1.2,1.2);
}

body.noscroll {
    overflow-y: hidden;
}
.slotfrm {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    padding: 60px 120px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.slotfrm.open {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.slotfrm .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    display: block;
    background:
    rgba(0, 0, 0, 0.6);
    font-size: 0;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    cursor: pointer;
}
.slotfrm .close-btn span {
    position: absolute;
    display: block;
    margin: auto;
    width: 15px;
    height: 0;
    background-color:
    #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}
.slotfrm .close-btn span::before, .slotfrm .close-btn span::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    left: 0;
    right: 0;
}
.slotfrm .close-btn span::before {
    top: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.slotfrm .close-btn span::after {
    bottom: -1px;
    transform: rotate(-45deg);
}
.slotfrm button.close-btn:hover span {
    transform: rotate(180deg);
}
.slotfrm h1 {
    margin: 0 0 5px;
    font-size: 36px;
    color: #232323;
    font-weight: 700;
    line-height: 1;
}
.slotfrm h3 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #232323;
    font-weight: 500;
    line-height: 1;
}
.slotfrm p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #424242;
    font-weight: 300;
    line-height: 1.4;
}
.slotfrm small {
    font-size: 16px;
    color: #ff0000;
    font-weight: 400;
    line-height: 1.4;
}
.slotfrm .row {
    display: block;
    margin: 0 -10px 20px;
    font-size: 0;
}
.slotfrm .row .column {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.slotfrm .row .column.full {
    width: 100%;
}
.slotfrm label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1;
}
.slotfrm input[type="text"] {
    width: 100%;
    height: 44px;
    border: 1px solid #b1b3b3;
    border-radius: 2px;
    padding: 0 15px;
    font-size: 16px;
    color: #777;
    line-height: 44px;
}
.slotfrm select {
    width: 100%;
    height: 44px;
    border: 1px solid #b1b3b3;
    background: #fff url(../chosen-dd.html) no-repeat center right;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 16px;
    color: #777;
    line-height: 42px;
}
.slotfrm input[type="text"]#datepicker,
.slotfrm input[type="text"]#datepicker1,
.slotfrm input[type="text"]#datepicker2 {
    background: #fff;
}
.slotfrm .browse {
    width: 100%;
    overflow: hidden;
    border: 1px solid #b1b3b3;
}
.slotfrm input[type=file] {
    width: 100%;
    height: 44px;
    background: #fff /*url(../img/icons/icon-browse.png) no-repeat center right*/;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 16px;
    color: #777;
    line-height: 42px;
}
.error
{
    font-size: 14px;
    color:red;
    margin-top:4px;
    display: block;
}
.paynow_amount
{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}


.content .prg-header {
    display: inline-block;
    vertical-align: top;
    padding: 5px 50px;
    background-color: red;
    border-radius: 44px;
    font-size: 26px!important;
    color: #fff!important;
    font-weight: 700!important;
    margin-bottom:14px !important;
}

.section-mock-interviews .mock-slider .slick-slide .box-block.no-mockinterviews .image {
    padding-top: 76px!important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}
.slotfrm .radio {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-size: 16px;
    color: #777;
    line-height: 28px;
}
.slotfrm .radio > label {
    width: auto;
    display: inline-block;
    color: #999;
}
.slotfrm .radio:last-child {
    margin-right: 0px;
}
.slotfrm .custom-radio {
    cursor: pointer;
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #777;
    line-height: 28px;
}
.slotfrm .custom-radio > label {
    width: auto;
    display: inline-block;
    position: relative;
}
.slotfrm .custom-radio.disabled > label {
    color: #ccc;
}
.slotfrm .custom-radio.disabled > label::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: red;
}
.slotfrm input[type=submit] {
    width: auto;
    display: inline-block;
    background: linear-gradient(135deg, #ed4757 0%, #dd4c76 100%);
    border-radius: 4px;
    padding: 23px 35px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.slotfrm input[type=submit]:hover {
    background: linear-gradient(135deg, #36e5d0 0%, #36b5d0 100%);
}

.error_message
{
    display: block;
    padding: 20px 0 20px 20px;
    background-color: red;
    color: #fff;
    margin-bottom: 20px;
}


/* +++++++++++++++++ S T A R T   L A N D I N G    R E S P O N S I V E   P A G E +++++++++++++++++ */

@media all and (max-width: 1169px){
    .wrapper { max-width: 920px; }
    .section-interview-programme { background-size: 58% 100%; padding: 0 0 35px; }
    .section-interview-programme .programme-slider .slick-dots { right: -30px; }
    .section-interview-programme .content { padding: 30px 30px 0 0; }
    .section-interview-programme .content h1 { font-size: 52px; }
    .section-interview-programme .content p { font-size: 20px; }
    .section-interview-programme .content .button-panel a.download-form { margin-right: 0px; margin-bottom: 10px; }
    .section-interview-programme .content .button-panel a { width: auto; padding: 20px 20px; }
    .section-interview-programme header ul li { font-size: 16px; }

    .section-about-programme { padding: 60px 0 60px; }
    .section-about-programme .content { margin-top: -30px; }
    .section-about-programme h1 { font-size: 62px; }
    .section-about-programme .content h2 { margin: 0 0 25px; font-size: 42px; }

    .section-programme-details { padding: 60px 0; }
    .section-programme-details .content h2 { margin: 0 0 25px; font-size: 42px; }

    .section-interview-panel { padding: 60px 0; }
    .section-interview-panel h2 { margin: 0 0 25px; font-size: 42px; }

    .section-mock-interviews { padding: 60px 0; }
    .section-mock-interviews h2 { font-size: 42px; }
} /* end media*/


@media all and (max-width: 979px){
    .wrapper { max-width: 680px; }
    .section-interview-programme header { padding: 12px 0 12px; }
    .section-interview-programme,.section-interview-programme.ras,.section-interview-programme.uppcs,.section-interview-programme.bpsc { background-size: 100% 100%; }
    .section-interview-programme .content h1 { font-size: 42px; }
    .section-interview-programme .content p .verdiv { height: 35px; background-color: #fff; }
    .section-interview-programme .content p { margin-bottom: 15px; font-size: 20px; color: #fff; }
    .section-interview-programme .content .button-panel a { width: 100%; height: 60px; padding: 15px 20px; margin:10px; }

    .section-about-programme .image { margin-top: 20px; }
    .section-about-programme .image a.book-online { padding: 20px 20px 20px 20px; }
    .section-about-programme .image a.book-online strong { margin-bottom: 10px; font-size: 24px; padding-right: 10px; }
    .section-about-programme .content { margin-top: 15px; }
    .section-about-programme h1 { font-size: 48px; }
    .section-about-programme .content h2 { margin: 0 0 15px; font-size: 32px; }
    .section-about-programme .content p { margin-bottom: 15px; font-size: 16px; }

    .section-programme-details .content { width: 60%; padding-right: 30px; }
    .section-programme-details .content h2 { margin: 0 0 15px; font-size: 32px; }
    .section-programme-details .image { width: 40%; margin-top: 60px; }
    .section-programme-details .content ul li { margin-top: 20px; padding-left: 20px; font-size: 16px; }

    .section-interview-panel h2 { margin: 0 0 15px; font-size: 32px; }
    .section-interview-panel .interview-slider .slick-slide { font-size: 18px; }
    .section-interview-panel .interview-slider .slick-arrow.slick-prev { left: -10px; }
    .section-interview-panel .interview-slider .slick-arrow.slick-next { right: -10px; }

    .section-mock-interviews h2 { font-size: 32px; }
    .section-mock-interviews p { margin-bottom: 25px; }
    .section-mock-interviews .mock-slider .slick-slide .box-block { padding: 20px 15px; }
    .section-mock-interviews .mock-slider .slick-slide .box-block .image { width: 40%; }
    .section-mock-interviews .mock-slider .slick-slide .box-block .description { width: 60%; }
    .section-mock-interviews .mock-slider .slick-slide .box-block .description h5 { margin: 0 0 5px; font-size: 20px; }
    .section-mock-interviews .mock-slider .slick-slide .box-block .description p { margin-bottom: 10px; font-size: 16px; line-height: 1.5; }
    .section-mock-interviews .mock-slider .slick-arrow.slick-prev { left: -10px; }
    .section-mock-interviews .mock-slider .slick-arrow.slick-next { right: -10px; }

    .bottom-form { padding: 30px 0; }
    .bottom-form h2 { margin-bottom: 20px; font-size: 24px; }
    .bottom-form a.btn-click { padding: 12px 20px; font-size: 14px; }

    footer { padding: 30px 0; }
    footer .block-contactus { width: 60%; }
    footer p { margin: 0 0 5px; }
    footer p.phone { font-size: 20px; }

    .slotfrm { padding: 60px 60px; }
}/* end media */


@media all and (max-width: 767px){


    .section-interview-programme.ras {
        background: none;
        background-color: #FEDFD3;
    }

    .section-interview-programme {
        background: none;
        background-color: #a6dcef ;
    }

    .section-interview-programme.uppcs{
        background: none;
        background-color: #DEF3FD;
    }

    .section-interview-programme.bpsc{
        background: none;
        background-color: bisque;
    }



    .content .prg-header {
        padding: 5px 50px;
        border-radius: 44px;
        font-size: 18px!important;
    }

    .wrapper { max-width: 92%; }
    .section-interview-programme .topbar { display: block; padding: 12px 0 12px; background: linear-gradient(to right, #ed4757 0%, #dd4c76 100%);
            text-align: center; font-size: 15px; color: #fff; font-weight: 300; line-height: 1; }
    .section-interview-programme .topbar a { color: #fff; }
    .section-interview-programme .topbar a:hover { color: #000; }
    /* .section-interview-programme header a.logo { width: 52px; height: 52px; } */
    .section-interview-programme header a.logo { width: 115px; height: 52px; }
    .section-interview-programme header ul { margin-top: 6px; }
    .section-interview-programme header ul li { font-size: 0px; line-height: 38px; display: none; }
    .section-interview-programme header ul li a.phone { display: none; }
    .section-interview-programme .content { width: 100%; padding: 20px 0px 20px 0; }
    .section-interview-programme .content h1 { margin: 0 0 10px; font-size: 24px; }
    .section-interview-programme .content p { font-size: 16px; font-weight: 400; color: #000; }
    .section-interview-programme .content p .verdiv { width: 60px; height: 1px; display: block; }
    .section-interview-programme .programme-slider { width: 100%; }
    .section-interview-programme .programme-slider .slick-dots { top: auto; transform: translateY(0); bottom: 10px; right: 15px; }

    .section-about-programme { padding: 30px 0 30px; }
    .section-about-programme h1 { margin-bottom: 10px; font-size: 36px; }
    .section-about-programme h2.mobile { display: block; text-align: center; font-size: 24px; margin-top: -50px; }
    .section-about-programme .image { width: 100%; }
    .section-about-programme .content { width: 100%; padding-left: 0px; margin-top: 95px; }

    .section-about-programme .content h2 { display: none; font-size: 24px; }
    .section-about-programme .content p a.download-btn { padding: 15px 20px; }
    .section-about-programme .content p a.download-btn span { font-size: 13px; }

    .section-programme-details { padding: 30px 0; }
    .section-programme-details .content { width: 100%; padding-right: 0px; }
    .section-programme-details .content h2 { font-size: 24px; }
    .section-programme-details .content ul li { padding-left: 15px; }
    .section-programme-details .image { display: none; }

    .section-interview-panel { padding: 30px 0; }
    .section-interview-panel h2 { font-size: 24px; }
    .section-interview-panel .interview-slider .slick-arrow { width: 42px; height: 42px; }
    .section-interview-panel .interview-slider .slick-arrow.slick-prev { left: -5px; }
    .section-interview-panel .interview-slider .slick-arrow.slick-next { right: -5px; }

    .section-mock-interviews { padding: 30px 0; }
    .section-mock-interviews h2 { font-size: 24px; }
    .section-mock-interviews p { font-size: 16px; }
    .section-mock-interviews p br { display: none; }
    .section-mock-interviews .mock-slider .slick-slide .box-block .image { width: 70%; position: relative; left: 50%; transform: translateX(-50%); margin-bottom: 30px; }
    .section-mock-interviews .mock-slider .slick-slide .box-block .description { width: 100%; padding-left: 0; }
    .section-mock-interviews .mock-slider .slick-slide .box-block .description h5 { text-align: center; }
    .section-mock-interviews .mock-slider .slick-slide .box-block .description p { text-align: center; }
    .section-mock-interviews .mock-slider .slick-arrow { width: 42px; height: 42px; }
    .section-mock-interviews .mock-slider .slick-arrow.slick-prev { left: -5px; }
    .section-mock-interviews .mock-slider .slick-arrow.slick-next { right: -5px; }

    .bottom-form { padding: 0px 0; }
    .bottom-form h2 { margin-bottom: 15px; font-size: 20px; }
    .bottom-form .download-form, .bottom-form .online-form { width: 100%; padding: 30px 0; }
    .bottom-form::before { left: 0%; top: 0; bottom: auto; width: 100%; height: 50%;
        -ms-transform: skew(0deg, 0deg); -webkit-transform: skew(0deg, 0deg); transform: skew(0deg, 0deg); }
    footer .block-contactus { width: 100%; margin-bottom: 30px; }
    footer .block-socialmedia { float: left; }

    .slotfrm { padding: 60px 20px; }
    .slotfrm .close-btn { width: 36px; height: 36px; }
    .slotfrm h1 { font-size: 24px; font-weight: 500; }
    .slotfrm p { margin-bottom: 15px; font-size: 16px; }
    .slotfrm .row { margin: 0 0px 0px; }
    .slotfrm .row .column { width: 100%; margin-bottom: 15px; padding: 0 0px; }
    .slotfrm h3 { font-size: 18px; }
    .slotfrm hr { margin: 20px 0 30px; }
    .slotfrm .custom-radio { width: 100%; }
    .slotfrm label { margin-bottom: 5px; }
    .slotfrm input[type="submit"] { padding: 20px 25px; }

}/* end media */
