@font-face {
    font-family: 'DIN_Bold';
    src: url('../fonts/DIN_Bold.eot');
    src: url('../fonts/DIN_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DIN_Bold.woff') format('woff'),
    url('../fonts/DIN_Bold.ttf') format('truetype'),
    url('../fonts/DIN_Bold.svg#DIN_Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*FIX FONT FOR GOOGLE CHROME ON WINDOWS*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'DIN_Bold';
        src: url('../fonts/DIN_Bold.svg#DIN_Bold') format('svg');
        font-weight: normal;
        font-style: normal;}
}

@font-face {
    font-family:'DIN_Medium';
    src: url('../fonts/DINPro-Medium_gdi.eot');
    src: url('../fonts/DINPro-Medium_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Medium_gdi.woff') format('woff'),
        url('../fonts/DINPro-Medium_gdi.ttf') format('truetype'),
        url('../fonts/DINPro-Medium_gdi.svg#DIN_Medium') format('svg');
    font-style: normal;
    font-stretch: normal;

}

/*FIX FONT FOR GOOGLE CHROME ON WINDOWS*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'DIN_Medium';
        src: url('../fonts/DINPro-Medium_gdi.svg#DIN_Medium') format('svg');
        font-weight: normal;
        font-style: normal;}
}

@font-face {
    font-family:'DIN_Black';
    src: url('../fonts/DINPro-Black_gdi.eot');
    src: url('../fonts/DINPro-Black_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Black_gdi.woff') format('woff'),
        url('../fonts/DINPro-Black_gdi.ttf') format('truetype'),
        url('../fonts/DINPro-Black_gdi.svg#DIN_Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}
/*FIX FONT FOR GOOGLE CHROME ON WINDOWS*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'DIN_Black';
        src: url('../fonts/DINPro-Black_gdi.svg#DIN_Black') format('svg');
        font-weight: normal;
        font-style: normal;}
}


@font-face {
    font-family: 'DIN';
    src: url('../fonts/DINOffc.eot');
    src: url('../fonts/DINOffc.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINOffc.woff') format('woff'),
    url('../fonts/DINOffc.ttf') format('truetype'),
    url('../fonts/DINOffc.svg#DINOffc') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*FIX FONT FOR GOOGLE CHROME ON WINDOWS*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'DIN';
        src: url('../fonts/DINOffc.svg#DINOffc') format('svg');
        font-weight: normal;
        font-style: normal;}
}

html, body {
    height: 100%;
}
body {
    background: #EBEBEB;
    font-family:  DIN, sans-serif;
    font-size: 14px;
    overflow-x: hidden;

}
h1, h2, h3, h4, h5, h6 {
    font-family: DIN_Bold, sans-serif;
}

.nopadding {
    padding: 0px !important;
}
.pad-r0 {
    padding-right: 0;
}
.pad-l0 {
    padding-left: 0;
}
.nomargin {
    margin: 0;
}
.mar-t0 {
    margin-top: 0;	margin-bottom: 20px;
}
.bottom10 {
    height: 10px;
}
.justify-text {
    text-align: justify;
}
.clear-back {
    background: #FFF;
}
.no-back {
    background: none;
}
.shad {
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.center{
    float: none;
    margin: auto;
}
.bordered {
    border: 1px solid #BEBEBE;
}
.lgrey {
    color: #666 !important;
}
.llgrey {
    color: #999;
}
.color-es {
    color: #25669C;
}
.f-normal {
    font-weight: normal;
}
.color-es2 {
    color: #f58028;
}
.pointer {
    cursor: pointer;
}
.es-border, .es-sec-border, .es-thi-border {
    width: 30px;
    border: 2px solid #f58028;
    margin-top: 5px;
}
.es-sec-border {
    margin-top: 16px;
}
.es-thi-border {
    width: 50px;
}
#body-content {
    margin-top: 140px;
}
.es-navbar {
    height: 82px;
    z-index: 999;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.no-back .navbar-collapse .navbar-right li a {
    color: #FFF;
}
.no-back {
    border-bottom: none;
}
.navbar-brand img {
    max-width: 245px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.nav > li > a {
    padding: 0;
}
.es-navbar .navbar-collapse ul li {
    font-family: DIN_Medium, sans-serif;
    padding: 30px 28px 10px 0;
    letter-spacing: .5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.es-navbar .navbar-collapse ul li a:hover {
    color: #f58028 !important;
}
.navbar-toggle {
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.col-navigation {
    text-align: center;
    font-size: 12px;
}
.col-navigation a {
    text-decoration: none;
}
.col-main, .opt-section {
    padding: 25px 30px 30px 30px;
}
.col-builder-outer {
    padding: 7px;
}
.col-builder {
    border-radius: 3px;
    margin: 8px;
    padding: 25px 30px 30px 30px;
}
.col-builder .col-main:hover{
    border-radius: 3px;
    background: #ffe4a6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.opt-section {
    margin-top: 20px !important;
    margin-bottom: 50px;
}
.col-main .col-logo {
    position: relative;
    height: 121px;
    margin-bottom: 0px !important;
}
.col-main .col-logo img {
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.body-back {
    background-image: url("../images/background.jpg");
    background-size:cover;
    background-color: #667787;
}
.home-main {
    text-align: center;
    max-width: 960px;
}
.home-main #tagline {
    font-family: DIN_Medium;
    margin: 40px 0 5px 0;
    display: inline-block;
    font-size: 28px;
    background: #f58028;
    color: #FFF;
    padding: 5px 15px 5px 15px;
    background-color: rgba(245,128,40,1);
}
.home-main .tag-desc {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 70px;
}
.home-main .service {
    padding: 7px;
    transition: all 0.5s;
}
.home-main .service .service-inner {
    overflow: hidden;
}
.home-main .service img {
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
}
.grow img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
/*.grow img:hover {
  width: 102%;
}*/
.home-main .service .service-details {
    text-align: right;
    margin-bottom: 10px;
}

.home-main .premium-service .service-details {
    text-align: right;
    margin-bottom: 10px;
    padding: 30px;
}

.home-main .premium-service .service-details .extra {
    margin-top: 5px;
    line-height: 1.3;
}
.menu-drp .dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px;
    background: #FFF;
    z-index: 999;
    padding: 10px 15px 15px 20px !important;
    margin-left: -20px;
}
.menu-drp .dropdown-content .carett {
    position: absolute;
    top: -7px;
    color: #FFF;
    left: 20px;
}
.menu-drp .dropdown-content a{
    line-height: 2;
    clear: both;
    color: #777 !important;
}
.menu-drp:hover .dropdown-content {
    display: block;
}
.service-details .title {
    font-size: 16px;
    display: inline-block;
    font-family: DIN_Bold, sans-serif;
}
.service-details .extra {
   line-height: 1.3;
}
.service .service-inner {
    height: 220px;
}
.premium-service .service-inner {
    background-size:cover;
}
.premium-service .service-inner .service-details .title {
    font-size: 28px;
    color: #24669c;
    line-height: 1.1;
    font-family: DIN_Bold, sans-serif;

}
.pre-ser-go {
    padding: 2px;
    border-radius: 50%;
    color: #666;
}
.pre-ser-go:hover {
    padding: 10px;
    border-radius: 50%;
    color: #FFF;
    background-color: #24669c;
}
.subscribe {
    color: #FFF;
    margin: 70px 0;
}
.subscribe .title {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-family: DIN_Bold;
    font-size: 16px;
}
.subscribe .user-email, .subscribe .user-email-clear {
    padding: 0 3px;
}
.subscribe .user-email input {
    text-align: left;
    background: rgba(100,100,100,.5);
    color: #FFF;
    border-radius: 0;
}
.subscribe .user-email-clear input {
    text-align: left;
}
#page-title {
    font-size: 28px;
    color: #FFF;
    font-family: DIN_Medium;
   /* max-width: 350px;*/
}
.page-subtitle {
    margin-top: 10px;
    margin-bottom: 25px;
}
.page-text-subtitle {
    font-size: 14px;
    margin-bottom: 25px;
    color: #FFF;
}
.search-inp input, .search-inp-wh input {
    padding-right: 54px;
    background: none;
    color: #fff; background: rgba(0,0,0, 0.6);
}
.search-inp span, .search-inp-wh span {
    position: absolute;
    padding: 9px 9px;
    color: #FFF;
    right: 16px;
    top: 1px;
    cursor: pointer;
    transition: all 0.5s;
}
.search-inp-wh input {
    color: #333;
    background: #fff;
}
.search-inp-wh span {
    color: #666;
}
.search-inp-wh input:focus {
    border: 1px solid #f58028;
    box-shadow: none;
}

.table-es>tbody>tr>td {
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
}
.table-es thead tr {
    background: #D3E8E9;
    vertical-align: top;
    border-top: 1px solid #B9D9D8;
    color: #333;
    font-family: DIN_Bold, sans-serif;
    font-size: 15px;
}
.table-es > thead > tr > th {
    padding-bottom: 8px;
    vertical-align: top;
    padding-top: 15px;
    padding-left: 20px;
    border-bottom: none;
}
.table-es tr .deadline {
    font-family: DIN_Medium;
}
.search-inp span:hover {
    background: #f58028;
}
.search-inp-wh span:hover {
    background: #f58028;
    color: #FFF;
}
.col-main .scroll-to-top {
    padding-right: 15px;
    margin-bottom: 20px;
}
.scroll-to-top .top-scroll {
    cursor: pointer;
}
.scroll-to-top .desc {
    margin: 10px 10px 0 0;
}
.affliated-to {
    font-size: 15px;
    margin-bottom: 5px;
}
.col-navigation, .col-main, .col-options, .opt-section {
    max-width: 960px;
}
.col-location {
    font-family: DIN;
}
.atrate {
    font-family: helvetica;
}
.col-share {
    padding-top: 3px;
}
.col-share .share {
    font-size: 12px;
}
.col-share img{
    width: 18px;
    height: 18px;
}
.opt-section .opt-sub {
    padding: 0 30px 0 0;
}
.col-options {
    margin-top: -1px;
}
.col-options ul {
    margin-left: 0;
}
.col-options ul li {
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    color: #828282;
}
.col-options ul .active li {
    padding: 20px 0 0 0;
    background: #FFF;
    color: #000;
}
.sub-section {
    margin-bottom: 30px;
}
.sub-section .heading {
    color: #f58028;
    margin-top: 0;
    margin-bottom: 15px;
}
.sub-section .heading  .title-icon {
    margin-right: 5px;
}
.sub-section .title-icon {
    padding: 2px;
    font-size: 14px;
    border: 2px solid #f58028;
    vertical-align: top;
}
.sub-section .title {
    display: inline-block;
    width: 80%;
    vertical-align: bottom;
}
.sub-section ul li {
    margin: 5px 0 0 0;
    padding-top: 0;
    clear: both;
    border-bottom: 1px solid #EBEBEB;
}
.sub-section ul .over {
    color: #B23334;
}
.heading .title {
    font-weight: bold;
}
.col-apply {
    text-align: center;
    margin-bottom: 50px;
}
#footer {
    background: #070e14;
    padding: 50px 0;
    color: #FFF;		background-image: url("../images/footer-pattern.png");
}
.footer-inner {
    max-width: 960px;
}
.footer-brand .footer-contact {
    display: inline;
}
#footer .consulting {
    text-align: right;
}
#footer #policy {
    margin-top: 30px;
    text-align: center;
}
#footer #policy span {
    margin: 0 8px;
    display: inline-block;
}

.sub-section .ques-no, .sub-section .ques-title {
    color: #333;
    display: inline-block;
    font-size: 15px;
}
.sub-section .ques-no {
    padding: 6px 10px 4px 10px;
    border: 2px solid #333;
    vertical-align: top;
}
.sub-section .ques-title {
    margin-left: 5px;
    vertical-align: middle;
    width: 83%;
}
.sub-section .ques-ans {
    margin-top: 15px;
    display: none;
	margin-left:10%;
	margin-right:9%;
	color:#37afb1 !important;
	font-size:15px !important;
}
.toggle-ans {
    cursor: pointer;
    padding: 5px 5px 5px 7px;
    border-radius: 50%;
    border: 2px solid #333;
}
.select-es {
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 150px;
    outline: none;
    overflow: hidden;
    background-image: url(../images/DROPDOWN.png);
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
	margin: 0!important;
}
.select-es option:hover {
    background: red !important;
    padding: 15px !important;
}
.btn {
    border-radius: 0;
}
.btn-xs-es {
    color: #999;
    background: #FFF;
    padding: 2px 5px 0px 5px;
    border: 1px solid #999;
    transition: all 0.5s;
    margin-left: 8px;
}
.btn-xs-es:hover {
    color: #FFF;
    background: #f58028;
    border-color: #f58028;
}
.btn-plain-es,.btn-home-plain-es {
    background-color: #f58028;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    font-weight: bold;
}

.btn-home-plain-es:hover {
    background-color: #333;
    color: #fff;
}

.btn-plain-es:hover {
    background-color: #333;
    color: #fff;
}
.btn-track {
    border-radius: 3px;
    border: 1px solid #999;
    color: #999;
    font-size: 11px;
    padding: 4px 8px 1px 8px;
    background: none;
    margin-right: 8px;

}

.btn-track:hover {
    border: 1px solid #000;
    color: #000;
}


.btn-es {
    background-color: #f58028;
    color: #FFFFFF;
    border: 2px solid #f58028;
    text-align: center;
    transition: all 0.5s;
    font-weight: bold;
}
.btn-es:hover {
    background: none;
    color: #f58028;
    border: 2px solid #f58028;
}
.btn-inverse-es {
    background: none;
    color: #f58028;
    border: 2px solid #f58028;
    text-align: center;
    transition: all 0.5s;
    font-weight: bold;
}
.btn-inverse-es:hover {
    background: #f58028;
    color: #FFF;
}
.trans-es span:after {
    content: ' »';
    position: relative;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.5s;
}
.trans-es:hover span:after {
  opacity: 1;
  right: -10px;
}
.alumni {
    line-height: 1.3;
    margin-bottom: 30px;
}
.alumni hr {
    margin: 0 20px 15px 0;
}
.alumni .alumni-pic img {
    width: 100px;
    height: 100px;
    vertical-align: middle;
}
.alumni .alumni-details {
    width: 60%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.alumni .alumni-details .name {
    font-size: 16px;
    display: block;
}
.alumni .alumni-details .occupation, .alumni .alumni-details .education {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
.diary-list li {
    cursor: pointer;
    text-align: left !important;
    padding: 5px 0 2px 0 !important;
    margin-top: 0 !important;
    font-size: 13px;
    border-bottom: 1px solid #EBEBEB;
}
.diary-list .active {
    color: #333;
    font-weight: bold;
}
.diary-list li:hover {
    color: #333;
}
.diary-content h4 {
    margin-top: 7px;
}
.es-plans .btn {
    margin-top: 10px;
}

.es-plans h5{
    font-size: 16px;
}

.es-plans h4{
    font-family: DIN_Medium;
}

.es-plans .tax {
    font-size: 13px;
    display: block;
}
.ser-ques {
    margin-bottom: 50px;
}
.step-num {
    padding: 5px 14px;
    border-radius: 50%;
    color: #FFF;
    background: #828282;
    margin-right: 5px;
}
#bill-info, #payment-mode {
    height: 350px;
    border-right: 1px solid #BEBEBE;
}
#bill-info, #payment-mode, #order-details {
    border-top: 3px solid #BEBEBE;
}
.col-bill .active {
    border-top: 3px solid #f58028 !important;
}
#bill-info input {
    margin-bottom: 10px;
}
input[disabled] {
    cursor: default !important;
}
.foc-es-b {
    outline: none !important;
}
.foc-es-b:focus {
    border: 1px solid #f58028;
    box-shadow: none;
}
.foc-es:focus {
    border: 1px solid #f58028;
    box-shadow: none;
    background:rgba(0,0,0, 0.6);
}
.subscribe .foc-es:focus {
    border: 1px solid #f58028;
    box-shadow: none;
    background:#fff;
    color: #333;
}
.pay-mode span {
    margin-left: 15px;
}
#order-details .items {
    margin: 10px 0;
    padding: 10px 0;
    line-height: 2;
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
}
.amt-es {
    font-family: DIN_Bold, sans-serif;
    font-size: 15px;
    clear: both;
}
.disabled {
    opacity: 0.4;
}
#payment-mode #process-order, #order-details #pay-now {
    margin-top: 10px;
    clear: both;
}
.school-outer {
    padding: 0 7px;
    margin-bottom: 15px;
}
.school {
    padding: 20px;
    border-radius: 3px;
}

.school-outer img {
    border: 1px solid #d8d8d8;
    }


.school .detail .univ {
    margin: 5px 0 0 0;
}
.school .detail hr {
    margin: 6px 0 1px 0;
}
.school .detail .dldate {
    font-family: DIN_Medium;
    font-size: 13px;
    margin-bottom: 14px;
}
.pagi {
    text-align: center;
    margin: 20px 0 30px 0;
}
.pagi li a {
    border-radius: 50%;
    text-decoration: none;
    padding: 10px 13px;
    font-weight: bold;
}
.pagi .active a {
    background: #337ab7;
    color: #FFF;
}
.pagi .previous, .pagi .next {
    margin-top: -6px;
}
.pagi .previous a, .pagi .next a {
    padding: 0;
}
.pagi .previous img, .pagi .next img {
    width: 34px;
    height: 34px;
    background: #333;
}
.pagi .active a:hover {
    background: #666;
}
.ea-see-also img {
    margin: 0 10px 10px 0;
    width: 110px;
    height: 59px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(0deg);
}
.contact-opt {
    margin-top: 40px;
    margin-bottom: 100px;
    font-size: 16px;
    font-weight: bold;
}
.contact-opt .icon {
    font-size: 20px;
    background: #666;
    color: #FFF;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
}



.file-input-es::-webkit-file-upload-button {
    visibility: hidden;
}
.file-input-es::-webkit-file {
    color: red;
}
.file-input-es::before {
    content: 'Upload Resume';
    display: inline-block;
    background: #FFF;
    color: #999;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 1px 25px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 10pt;
    vertical-align: top;
    margin-left: -5px;
    margin-top: -1px;
}
.file-input-es:hover::before {
    border-color: #666;
    color: #333;
}
.file-input-es:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.es-address {
    font-family: DIN_Medium;
    margin-top: 50px;
    margin-bottom: 50px;
}
.col-logos {
    max-height: 450px;
    overflow: auto;
    direction:rtl;
}
.col-logos::-webkit-scrollbar, .
::-webkit-scrollbar {width:0px!important}
.col-logos::-webkit-scrollbar-thumb, .col-questions::-webkit-scrollbar-thumb {background-color:rgba(0,0,0,.2)}
.col-logos::-webkit-scrollbar-track, .col-questions::-webkit-scrollbar-track {background:rgba(255,255,255,.08)}

.col-logos img{
    opacity: 0.6;
    margin-bottom: 20px;
    width: 90px;
    max-width: 80%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.col-logos .active {
    opacity: 1;
    width: 110px;
    max-width: 100%;
    box-shadow: 0px 20px 40px rgba(0,0,0,.3);
}
.col-questions {
    max-height: 450px;
    overflow: auto;
}
.col-questions .questions {
    opacity: 0.6;
    width: 95%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.col-questions div.active {
    opacity: 1;
    width: 100%;
    box-shadow: 0px 20px 40px rgba(0,0,0,.15);
}
#school-form .modal-header, #thankyou .modal-header {
    background: #25669C;
    color: #FFF;
}
#school-form .modal-content, #thankyou .modal-content {
    border-radius: 0;
}

@media (max-width: 991px) {
    .es-navbar .navbar-collapse ul li {
        font-family: DIN_Bold, sans-serif;
        padding: 0px 10px 10px 0 !important;
    }
    #bill-info h3, #payment-mode h3, #order-details h3 {
        font-size: 17px;
    }
    .service .service-inner {
        height: 175px !important;
    }
     .no-back .navbar-collapse, .no-back .navbar-toggle .icon-bar {
        background: #FFF;
    }
    .es-border{
        margin-left: 0 !important;
    }
    .navbar-header{
        margin-bottom: 5px;
    }
}
@media (max-width: 768px) {
    .xs-no-padding {
        padding:0px !important;
    }
    .es-navbar .navbar-collapse ul li {
        padding: 8px 35px 8px 0px !important;
        text-align: right;
        font-size: 14px;
    }
    .navbar-header .navbar-toggle {
        margin: 15px 10px;
    }
    #footer .consulting {
        text-align: left;
        margin-top: 20px;
        padding-left: 0px !important;
    }
    #footer .consulting div {
        padding-left: 0;
    }
    .opt-section .opt-sub {
        padding: 0 !important;
    }
    #bs-megadropdown-tabs {
        border-bottom: 2px solid #EBEBEB;
    }
   
    .alumni hr {
        margin-right: 0 !important;
    }
   
    .service-details .title {
        font-size: 14px;
    }
    .premium-service .service-details .title {
        font-size: 18px !important;
    }
    .es-plans {
        padding: 0;
        margin-top: 15px;
    }
    .bod-b-ex {
        padding-bottom: 15px;
        border-bottom: 1px solid #EBEBEB;
    }
    #bill-info, #payment-mode {
        height: 325px !important;
        border-right: none !important;
    }
    .col-builder .col-main {
        border-bottom: 1px solid #EBEBEB;
    }
    #body-content {
        margin-top: 100px !important;
    }
    .es-border {
        float: right;
    }
    .col-questions .questions {
        padding: 15px;
        opacity: 1;
        width: 100%;
        box-shadow: none;
    }
    .menu-drp .dropdown-content {
        right: 35px;
        z-index: 999;
        left: auto;
    }
    .footer-inner{
        text-align: left;
    }
    .es-navbar .navbar-collapse ul li{
        text-align: left;
    }
    .es-border {
        float: left;
    }
    .service .service-inner {
        height: 220px !important;
    }
    .service .service-inner img {
        height: 110px !important;
        object-fit: cover;
        object-position: top;
    }
}

@media screen and (max-width:991px) {
    .no-back .navbar-collapse .navbar-right li a {
        color: #777;
    }
    /*.menu-drp .dropdown-content{
        padding: 10px !important;
        margin-left: -20px;
        position: unset;
        min-width: 100%;
        display: block !important;
    }*/
    .menu-drp .dropdown-content{
        padding: 10px !important;
        width: 200px;
        left: 21px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
        margin: 10px 6px;
        float: left !important;
        position: unset;
    }
    .navbar-nav{
        margin: 7.5px 10px;
        max-height: calc(100vh - 85px);
        overflow: auto;
        float: none;
        display: block;
        width: 100%;
    }
    .container-fluid > .navbar-collapse{
        margin-left: -15px;
    }
     .es-navbar .navbar-collapse ul li {
        clear: both;
        float: none;
        display: block;
        width: 100%;
    }
    .navbar-default > .navbar-header{
        padding-left: 0 !important;
    }
    .navbar-collapse.in .navbar-nav li a {
        color: #777 !important;
    }   
}
@media screen and (min-width:768px) and (max-width:1024px){
   /* .es-navbar .navbar-collapse ul li{
          padding: 20px 10px 10px 10px !important;
      }*/
    .service .service-inner {
         height: 230px !important;
    }
     #footer .consulting {
        text-align: right;
        margin-top: 0;
    }
     .navbar-nav li a{
      color: #fff;
    }
    .school-outer img{
        height: 70px;
        width: 70px;
        object-fit: cover;
        padding: 0 !important;
    }
    .col-main .col-logo{
        height: auto;
    }
    .col-main .col-logo img{
        position: unset;
    }
    .col-main .xs-no-padding{
        padding-left: 10px !important;
    }
}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .no-back .navbar-collapse .navbar-right li a {
        color: #777;
    }
}
/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .no-back .navbar-collapse .navbar-right li a {
        color: #777;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
       .menus-nav .navbar-nav li a{
          color: #fff !important;
       }
       .menu-drp .dropdown-content a {
            color: #333 !important;
        }
        .menu-drp:hover .dropdown-content a {
            color: #333 !important;
        }
       .sticky_header .navbar-nav li a{
          color: #777 !important;
       }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
    .menus-nav .navbar-nav li a{
          color: #fff !important;
       }
       .menu-drp .dropdown-content a {
          color: #333 !important;
        }
        .menu-drp:hover .dropdown-content a {
            color: #333 !important;
        }
       .sticky_header .navbar-nav li a{
          color: #777 !important;
       }
}
#payment_nav .navbar-nav > li > a{
    color: #777 !important;
}