*, body{margin:0;padding:0;}
body{font-family:'Lato', sans-serif;}
li{list-style-type:none;}
a{text-decoration:none}
img, input, select, textarea{outline:none;}
.head-title{color:#ff7e00;font-weight:500;font-size:28px;}
.second-title{    font-weight: 700;
    font-size: 27px;    color: #ff7e00;}
.white-bg{background-color:#fff !important;}
.green-btn{border-radius: 3px;
    font-weight: 600;
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #b5780a 100%);
    background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#b5780a 100%);
    background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#b5780a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#b5780a',GradientType=0 );
    text-shadow: 1px 1px 1px #000;
    width: 100%;
    color: #ffff;
    height: 33px;
    border: none;
    max-width: 150px;
    line-height: 29px;}



/*header css*/
header{padding:0;box-shadow:2px 2px 3px #455a64;position:relative;z-index:10;}
.logo-sec{padding:20px 0;}
.top-right-menu{float:right;}
.top-right-menu ul{margin:0;}
.top-right-menu li{display:inline-block;position:relative; }
.top-right-menu li a {
    font-size: 18px;
}
.top-right-menu li a{color:#707070;font-weight:600;display:block;margin:0 22px;}
.top-right-menu  li.top-menu > a{padding:22px 0;}
.top-right-menu li a:hover{color:#09c;}
.top-right-menu li a.blue-btn{color:#fff;font-weight:400;margin-right:0;}
.blue-btn{background:#09c;color:#fff;font-weight:400;border-radius:3px;padding:3px 30px;box-shadow:0px 3px 3px -1px #ccc;border:none;}
.blue-btn:hover{background:#ff7e00;}
.white-btn{background:#fff;color:#09c;font-weight:400;border-radius:3px;padding:3px 30px;box-shadow:0px 3px 3px -1px #ccc;display: inline-block;}
.scolership-poinnts .blue-btn {
    width: 130px;
    height: 35px;
}
/*breadcumbs css*/
.bread-cumbs{background:#29426a;padding: 6px;border-bottom:1px solid #29426a;box-shadow:3px 3px 3px 0px #d0d0d0;}
.bread-cumbs a{color:#fff;font-size:13px;padding-right:25px;position:relative;}
.bread-cumbs a:after{width:1px;height:13px;background:#fff;content:'';position:absolute;right:11px;top:3px;}
.bread-cumbs span{font-size:13px;color:#b1b1b1;}

/*banner-sec css*/
.banner-sec{position:relative;}
.banner-sec img{width:100%;}
.banner-sec .container{position:absolute;top:30%;left:0;right:0;text-align:left;}
.banner-sec h2{color:#fff;font-size:42px;margin-bottom:0;}
.banner-sec h1{font-size:62px;color:#fff;font-weight:700;margin-bottom:30px;} 
.banner-sec .slick-prev{left:20px;z-index:1;}
.banner-sec .slick-next{right:20px;z-index:1;}
.banner-sec .slick-prev:before, .banner-sec .slick-next:before{color:#fff;}
.banner-sec .slick-slide{margin:0;}
.banner-sec .slick-dots{bottom:10px;}
.banner-sec .slick-dots li{margin:0 1px;opacity:1;text-align:center;}
.banner-sec .slick-dots li button{border:1px solid #09c;border-radius:50%;width:9px;height:9px;}
.banner-sec .slick-dots li.slick-active button{background:#09c;width:12px;height:12px;}

#mySidenav a {
    display: block;
    position: fixed;
    right: -121px;
    transition: .3s;
    width: 170px;
    text-decoration: none;
    font-size: 22px;
    color: white;
    border-radius: 20px 0 0 20px;
    border: 1px solid white;
    z-index: 2;
}
#mySidenav a i{color:#fff;}
#about {
    top: 240px;
    background-color: #34af23;
    padding: 1px 0 0 18px;
    height: 35px;
}
#about .fa-whatsapp {
    font-size: 20px;
}
.space1 {
    padding-right: 3px;
    margin-left: 19px;
}
.space2 {
    padding-right: 0;
        margin-left: 15px;
}
#contact {
    top: 281px;
    background-color: #09c;
    padding: 2px 0 0 1px;
    height: 35px;
}
#mySidenav #enquery {
    width: 204px;
    right: -157px;
    padding-right: 24px;
    margin-top: 4px;
}
#mySidenav a:hover {
    right: 0;
}
#mySidenav #enquery:hover{
    right: 0;
}
.banner-sec.slick-dotted.slick-slider{margin-bottom:0;}
/*content-sec css*/
.scholarship-for{
    padding:20px 0;
    background:#f7f7f7;
    display: none;
}
.content-sec{padding:50px 0 20px;background:#f3fafc;} 
/*.content-sec h2{color:#ff7e00;font-weight:500;font-size:40px;} */      
/*.content-sec h3{color:#707070;font-size:29px;margin-bottom:30px;}*/ 
.scholarship-form{text-align:center;
/*    background: #fff7f1;
*/    padding:25px 0 10px;
    /*border: 1px solid #f3f3f3;*/}
.scholarship-form .form-field{float:none;display:inline-block;padding:0 5px;}  
.scholarship-form .blue-btn{width:100%;height:37px; }
.content-sec p{margin-bottom:30px;color:#000; } 
.content-sec h2.second-title{margin-bottom:0;}
.scholarship-for article a{ margin: 9px 4.5px;
    padding: 0 29px;
    background: #09c;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    width: auto;
    height: 45px;
    border: 0;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
    border-bottom: 2px solid #ff7e00;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #6db3f2;
    background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
}
.scholarship-for article a:hover{/*background:#ff7e00;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+50,ff7c00+51,ff7f04+100;Orange+Gloss */
background: #ffb76b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
}
.scholarship-for h2.second-title{margin-bottom:15px;}

.college-details .blue-btn{border-radius:18px;font-weight:600;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px 1px #000;}
.college-details .blue-btn:hover{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+50,ff7c00+51,ff7f04+100;Orange+Gloss */
background: #ffb76b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
color:#fff;text-decoration:none;}
.list-cover-top{    padding-left: 81px;
    padding-top: 5px;    margin-bottom: 40px;}
.content-sec .list-cover-top h2{color: #09c;
    font-size: 24px;
    font-weight: 600;    margin-bottom: 15px;}  
 .imgg-c0ver:last-child .list-cover-top{margin-bottom:0;}   
.content-sec .list-cover-top p{color:#000;} 
.content-sec .list-cover-top li{position:relative;padding-left:10px;margin-bottom:10px;}
.content-sec .list-cover-top li:after{position:absolute;content:'';width:3px;height:3px;border-radius:50%;background:#000;left:0;top:12px;margin:auto;}     

/*scholar sec  css*/
.scholarships-sec{background:#09c url(../images/scholar-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    padding:20px 0;
    /*height:380px;*/
}
.inner-scholar-sec h2{    color: #fff;
    font-size: 34px;
    letter-spacing: 1px;}
.inner-scholar-sec p.subtitle{    color: rgba(255,255,255,0.7);
    font-size: 27px;
    margin-bottom: 35px;}
.scholar-box .inner-sch-list img {
    width: 25%;
}    
.scholar-box{    max-width: 733px;
    margin:0 auto;}    
.inner-sch-list h2{font-weight: 700;
    color: #fff;
    font-size: 44px;
    margin-top: 14px;} 
.inner-sch-list h5{color:#fff;font-size:18px;}   
.scholar-box a{color: #fff;
    font-size: 17px;
    margin-top: 32px;
    display: inline-block;}  
/*.inner-article-box img{width:100%;height:100%;border-top-left-radius:8px;border-top-right-radius:8px; }*/
.art-box-con h4{color: #707070;
    font-weight: 600;
    font-size: 14px;
    padding-top: 0px;
    margin-bottom: 2px;
}  
.art-box-con{background: #fff;
    box-shadow:1px 2px 19px 0px #75a8d4;
    /*border-bottom-left-radius:8px;*/
    border-radius:12px; 
    padding-bottom: 10px;
    /*height: 240px;*/
    
}
.art-box-con .text {
    padding: 3px 15px 10px;
}
.art-box-con h2{color: #000;
    font-size: 15px;
    font-weight: 700;}
.art-box-con p{color: #707070;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 12px;} 
.top-scholars{padding: 20px 0 10px;
    background: #f3fafc;} 
.top-scholars .head-title{margin-bottom:30px; }    
/*.top-scholars .container{max-width:855px;} */
.apply-for-scholarship{padding:55px 0 70px;/*background:url(../images/scholarship-bg.jpg);    */background-color:#f3fafc;
    background-size: cover;background-blend-mode: multiply;}
.apply-for-scholarship form{float: left;
    width: 100%;
    background: #fff;
    padding: 34px 0px;
    border: 1px solid #09c;
    border-radius: 10px;
    /* box-shadow: 4px 5px 8px 2px #dcdcdc; */}
.apply-for-scholarship .form-field{display:inline-block;float:none;vertical-align:bottom;padding:0 5px;}
.apply-for-scholarship textarea.form-control {height:38px;resize:none;}
.apply-for-scholarship .blue-btn{height:37px;}
.apply-for-scholarship .second-title{margin-bottom:20px;/*color:#fff;*/}

/*.college-list{*/
/*    padding:35px 0 2px;*/
/*}*/

/*new-collage-list*/


.bg-white {
    background-color: #fff;
}
.filter-listing-container {
    border-radius: 4.4px;
    padding: 6px 12px 0px;
    box-shadow: 0 0 4px 0 rgb(207 207 207 / 50%);
    border: 2px solid #17a2b8 !important;
}
.filter-listing-container .filters-wrapper .total_exams {
    color: #b4b4b4;
}
.font-weight-normal {
    font-weight: 400;
}
.text-uppercase {
    text-transform: uppercase;
}
.d-inline-block {
    display: inline-block;
}
.text-sm {
    font-size: 14px;
}
.filter-listing-container .filters-wrapper .total_exams b {
    color: #323c4f;
}
.font-weight-semi {
    font-weight: 600;
}
.text-primary {
    color: #ff7900 !important;
}
.text-decoration-none {
    text-decoration: none;
}
.float-right {
    float: right;
}
.filter-listing-container .filters-wrapper h4 {
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
    color: #323c4f;
    margin: 0 -12px;
}
.bg-gray {
    background-color: #f4f4f4;
}
.text-md {
    font-size: 14px;
}
.filters-wrapper:nth-of-type(2) h4:before {
    background: #b991ff;
}
.filter-listing-container .filters-wrapper h4:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.filter-listing-container .filters-wrapper h4 .filter_toggle span:nth-child(2) {
    top: 2px;
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
    right: -5px;
}
.filter-listing-container .filters-wrapper h4 .filter_toggle span.bar {
    width: 1px;
    height: 6px;
    background: #4d586c;
    display: block;
    position: absolute;
    right: 3px;
}
.filter-listing-container .filters-wrapper h4 .filter_toggle span:nth-child(1) {
    top: 2px;
    transform: rotate(-140deg);
    left: 2px;
}
.filter-listing-container .filters-wrapper h4 .filter_toggle span.bar {
    width: 1px;
    height: 6px;
    background: #4d586c;
    display: block;
    position: absolute;
    right: 0;
}
.filter-listing-container .filters-wrapper .collapse.in {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.position-relative {
    position: relative;
}
.filter-scroll.jsx-2622561253 {
    max-height: 155px;
    overflow: auto;
}
.w-100 {
    width: 100%;
}
.selected-bubbles.jsx-2622561253 {
    font-size: 12px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    color: #9d9d9d;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fff;
    padding: 4px 14px 4px 20px;
    margin: 10px 9px 0 0;
    border-radius: 20px;
    border: 1px solid #ff7900;
    position: relative;
    -webkit-transition: 0s ease all;
    transition: 0s ease all;
    display: inline-block;
    white-space: nowrap;
    max-width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.selected-bubbles.jsx-2622561253::before {
    position: absolute;
    width: 8px;
    background-color: #ff7900;
    border-radius: 8px;
    left: 7px;
    top: 8px;
    content: "";
    height: 8px;
}
.selected-bubbles.jsx-2622561253 .bar.jsx-2622561253::before {
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
    content: "";
    width: 1px;
    height: 8px;
    top: 9px;
    right: 8px;
    background: #9d9d9d;
    position: absolute;
}
.selected-bubbles.jsx-2622561253 .bar.jsx-2622561253::after {
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
    content: "";
    width: 1px;
    height: 8px;
    top: 9px;
    right: 8px;
    background: #9d9d9d;
    position: absolute;
}
.search_wrap.jsx-3107713825 {
    border: 1px solid #eee;
    width: 100%;
    margin: 6px 0px 2px;
}
.icon svg {
    display: block;
    height: 100%;
    width: 100%;
}
.search_wrap.jsx-3107713825 .icon-search.jsx-3107713825 {
    margin-left: 8px;
    width: 12px !important;
    height: 12px !important;
}
.icon {
    display: inline-block;
    line-height: initial;
    height: 15px;
    width: 15px;
}

.search_wrap.jsx-3107713825 .search-box.jsx-3107713825 {
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
    color: #a5a2a2;
    box-shadow: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 90%;
}
.border-0 {
    border: 0;
}
.filter-scroll.jsx-3107713825 {
    max-height: 155px;
    overflow: auto;
}
ul.listing_filter.jsx-3107713825 li.jsx-3107713825 {
    color: #aaaaaa;
    display: block;
    position: relative;
    margin-bottom: 3px !important;
    margin-top: -5px !important;
}
.checkbox.jsx-3107713825 input[type="checkbox"].jsx-3107713825 {
    display: none;
}
.checkbox.jsx-3107713825 input[type="checkbox"].jsx-3107713825:checked~label.jsx-3107713825 {
    color: #ff7900;
}
ul.listing_filter.jsx-3107713825 li.jsx-3107713825 label.jsx-3107713825 {
    display: block;
    position: relative;
    font-weight: 600;
    padding: 0 0 0 20px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-size: 14px;
    line-height: 2.2;
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
    color: #7b7b7b;
    -webkit-transition: 0s ease all;
    transition: 0s ease all;
    text-transform: uppercase;
}
.checkbox.jsx-3107713825 label.jsx-3107713825:before, .link-checkbox.jsx-3107713825 label.jsx-3107713825:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 8px;
    border: 1px solid #999;
}
ul.listing_filter.jsx-3107713825 li.jsx-3107713825 label.jsx-3107713825 a.jsx-3107713825 {
    color: #7b7b7b;
}
.checkbox.jsx-3107713825 input[type="checkbox"].jsx-3107713825:checked~label.jsx-3107713825 a.jsx-3107713825 {
    color: #4FB8DD;
}
.checkbox.jsx-3107713825 input[type="checkbox"].jsx-3107713825:checked+label.jsx-3107713825:before {
    content: '✓';
    font-size: 18px;
    color: #4FB8DD;
    text-align: center;
    line-height: 9px;
    border-color: #4FB8DD;
    font-weight: 600;
    border: none;
}

.address strong {
    font-size: 18px;
}

/*right side*/

.top-filter-container.jsx-3793620543 {
    max-height: 45px;
    overflow: hidden;
}
.top_filter.jsx-2401910178 {
    border-radius: 2.7px;
    border: 1px solid #edeff0;
    box-shadow: 0 0 5px 0 rgb(207 207 207 / 50%);
}
.top_filter.jsx-2401910178 .course_filter.jsx-2401910178 span.filter_heading.jsx-2401910178 {
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
    color: #323c4f;
    margin: 0 15px 0 0;
    border-right: 1px solid #dbd7d7;
}
.top_filter.jsx-2401910178 .course_filter.jsx-2401910178 .course_filter_list_item.jsx-2401910178 a.course-selected.jsx-2401910178 {
    background: #4FB8DD;
    color: #fff;
}
.top_filter.jsx-2401910178 .course_filter.jsx-2401910178 .course_filter_list_item.jsx-2401910178 a.jsx-2401910178:hover.jsx-2401910178::before {
    background: #fff !important;
}
.top_filter.jsx-2401910178 .course_filter.jsx-2401910178 .course_filter_list_item.jsx-2401910178 a.jsx-2401910178 {
    color: #9d9d9d;
    border-radius: 100px;
    padding: 6px 10px 6px 20px;
}
.top_filter.jsx-2401910178 .course_filter.jsx-2401910178 .course_filter_list_item.jsx-2401910178 a.jsx-2401910178:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4FB8DD;
    left: 8px;
    top: 11px;
}
.course_filter_list_item.jsx-2401910178 a.course-selected.jsx-2401910178:before {
    background: #fff !important;
}
.top_filter.jsx-2401910178 .course_filter.jsx-2401910178 .course_filter_list_item.jsx-2401910178 a.jsx-2401910178:hover {
    background: #4FB8DD;
    color: #fff;
    cursor: pointer;
}
.listing-block.jsx-765939686 {
    box-shadow: 1px 2px 19px 0px #75a8d4;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 {
    height: 130px;
    padding: 10px;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 .snippet-banner {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    max-width: 100%;
}
img.jsx-1136940655 {
    height: 130px;
    width: 305px;
    max-height: 130px;
    max-width: 305px;
    overflow: hidden;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 .img-overlay.jsx-765939686 {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 .data-icon.jsx-765939686 {
    margin-right: 10px;
    -webkit-text-decoration: none;
    text-decoration: none;
    z-index: 1;
    line-height: 1;
}
.text-white {
    color: #fff;
}
.font-weight-bold, h1.font-weight-bold, h2.font-weight-bold, h3.font-weight-bold, h4.font-weight-bold, h5.font-weight-bold, h6.font-weight-bold, .h1.font-weight-bold, .h2.font-weight-bold, .h3.font-weight-bold, .h4.font-weight-bold, .h5.font-weight-bold, .h6.font-weight-bold {
    font-weight: 700;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 .data-icon.jsx-765939686 .text-svg.jsx-765939686 {
    float: left;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 .clg-reivew-ico.jsx-765939686 {
    margin-right: 5px;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 .data-icon.jsx-765939686 {
    margin-right: 10px;
    -webkit-text-decoration: none;
    text-decoration: none;
    z-index: 1;
    line-height: 1;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 .clg-reivew-ico.jsx-765939686 .icon.jsx-765939686 {
    margin: 0;
    height: 25px;
    width: 25px;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 .rating-container.jsx-765939686 {
    margin-right: 0px !important;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 .data-icon.jsx-765939686 .sup-cript.jsx-765939686 {
    font-size: 8px;
}
.text-right {
    text-align: right;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 .clg-name-address.jsx-765939686 {
    position: absolute;
    z-index: 1;
    max-width: 220px;
    line-height: 0;
    bottom: 2px;
    left: 70px;
}
.listing-block.jsx-765939686 .top-block.jsx-765939686 .clg-name-address.jsx-765939686 h3.jsx-765939686 {
    line-height: 1;
}
.listing-block.jsx-765939686 .bottom-block.jsx-765939686 {
    padding: 0 10px;
    float: left;
    z-index: 2;
    border-bottom: 1px solid #dbdbdb;
}
.listing-block.jsx-765939686 .bottom-block.jsx-765939686 .clg-logo.jsx-765939686 {
    width: 50px;
    height: 50px;
    padding: 5px;
    box-shadow: 0 0 5px #cccaca;
    margin-top: -31px;
    margin-right: 10px;
}
img.jsx-2384918447 {
    height: 40px;
    width: 40px;
    max-height: 40px;
    max-width: 40px;
    overflow: hidden;
}
.listing-block.jsx-765939686 .bottom-block.jsx-765939686 .location-badge.jsx-765939686 {
    font-size: 14px;
    margin-top: 5px;
}
.listing-block.jsx-765939686 .bottom-block.jsx-765939686 .location-badge.jsx-765939686 .svg-sm.jsx-765939686 {
    fill: #a0a0a0;
    width: 8px;
    height: 8px;
}
.college-list a:hover {
    text-decoration: none;
}
.listing-block.jsx-765939686 .bottom-block.jsx-765939686 .clg-fee-review.jsx-765939686 {
    margin: 10px 0;
}
.listing-block.jsx-765939686 .bottom-block.jsx-765939686 .clg-fee-review.jsx-765939686 li.jsx-765939686 {
    padding: 0 0 0 10px;
    width: 106px;
    height: 50px;
    border-left: 2px solid #edeff0;
}
.listing-block.jsx-765939686 .bottom-block.jsx-765939686 .clg-fee-review.jsx-765939686 li.jsx-765939686:first-child {
    border-left: none;
    padding-left: 0;
    width: 140px;
}
.listing-block.jsx-765939686 .bottom-block.jsx-765939686 .clg-fee-review.jsx-765939686 .lr-value.jsx-765939686 {
    color: #9b9b9b;
    font-size: 15px;
    line-clamp: 2;
}
.listing-block.jsx-765939686 .bottom-block.jsx-765939686 .clg-fee-review.jsx-765939686 li.jsx-765939686:nth-child(2) {
    width: 106px;
}
.listing-block.jsx-765939686 .bottom-block.jsx-765939686 .clg-fee-review.jsx-765939686 .lr-stream.jsx-765939686 {
    color: #9b9b9b;
    font-size: 8px;
}
.listing-block.jsx-765939686 .bottom-block.jsx-765939686 .clg-fee-review.jsx-765939686 li.jsx-765939686:last-child {
    padding-right: 0;
    width: 140px;
}
.listing-block.jsx-765939686 .media-rank.jsx-765939686 {
    clear: both;
}
.listing-block.jsx-765939686 .media-rank.jsx-765939686 .rank-container.jsx-765939686 {
    display: inline-block;
    min-width: 49%;
    max-width: 49%;
    padding: 5px 0;
}
.listing-block.jsx-765939686 .media-rank.jsx-765939686 .rank-span.jsx-765939686 {
    color: #aaa;
    font-size: 11px;
    display: inline-block;
}
.listing-block.jsx-765939686 .media-rank.jsx-765939686 .rank-name.jsx-765939686 {
    font-weight: 700;
}
.listing-block.jsx-765939686 .media-rank.jsx-765939686 .rank-span.jsx-765939686 {
    color: #aaa;
    font-size: 11px;
    display: inline-block;
}
.listing-block.jsx-765939686 .media-rank.jsx-765939686 .img-holder.jsx-765939686 .icon.jsx-765939686 {
    width: 62px;
    height: 15px;
}
.listing-block.jsx-765939686 .media-rank.jsx-765939686 .img-holder.jsx-765939686 {
    display: block;
}
.listing-block.jsx-765939686 .clg-links.jsx-765939686 {
    background: #f7f7f7;
    height: 40px;
    clear: both;
    /*margin-top: 30px;*/
    padding-top: 5px !important;
}
.listing-block.jsx-765939686 .clg-links.jsx-765939686 a.jsx-765939686 {
    padding: 4px;
    color: #999;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
}
.listing-block.jsx-765939686 .clg-links.jsx-765939686 a.jsx-765939686:first-child {
    padding-left: 0;
}
.listing-block.jsx-765939686 .clg-links.jsx-765939686 a.jsx-765939686:last-child {
    padding-right: 0;
}
.align-items-center {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.listing-block.jsx-765939686 .clg-apply.jsx-765939686 {
    width: 50%;
    height: 35px;
    padding: 6px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #17a2b8;
    background: #17a2b8;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.listing-block.jsx-765939686 .clg-apply.jsx-765939686 .icon.jsx-765939686 {
    width: 11px;
    height: 11px;
}
.icon-white svg {
    fill: #fff;
}
.listing-block.jsx-765939686 .clg-brochure.jsx-765939686 {
    width: 50%;
    height: 35px;
    padding: 6px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #ff7900;
    justify-content: center;
    align-items: center;
}
.listing-block.jsx-765939686 .clg-brochure.jsx-765939686 .icon.jsx-765939686 {
    width: 11px;
    height: 11px;
}


.jsx-3025402055 ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.jsx-3025402055 ::-webkit-scrollbar-track {
  background-color: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
.jsx-3025402055 ::-webkit-scrollbar-thumb {
  background: #c6c6c6; 
  border-radius: 10px;
}




/*end*/


/*end*/



.college-list img{max-width:100%;border-top-left-radius:12px;border-top-right-radius:12px;}
.img-box-sec{display:block;position:relative;}
.img-box-sec .main-img{
    /*bottom: 0;*/
    /*left: 0;*/
    /*margin: auto;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;    */
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    margin-bottom: 25px;
}
.college-details .img-box-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.art-box-con .img-box-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}
.img-box-sec .main-img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 12px 12px 0px 0px;
}
.img-box-sec .trans-img{
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;}
.college-details{text-align: center;
    padding: 25px 18px;
    width: 100%;
    float: left;
    border: 1px solid #1b82ed;
    box-shadow:1px 2px 15px 8px #deedf7;
    margin-bottom:40px;
    /*border-bottom-left-radius:12px;*/
    border-radius:12px;
    /*height: 420px;*/
    /*max-height: 380px;*/
}
.college-details .text {
    height: 115px;
}
.art-box-con .text {
    height: 190px;
}
.form-group .select-pure__select span {
    font-size: 15px;
}
.college-details a:hover{text-decoration:none;}    
.college-details h2{color: #ff7e00;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 0;    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
 .college-details p{    color: #000;
    font-weight: 700;
    font-size: 17px;}
 .college-details h3{    color: #ff7e00;
    font-size: 21px;
    border: 1px dashed;
    padding: 6px 0;
    background: #fff7ee;    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}   
.college-details .blue-btn{    display: inline-block;
    margin-top: 14px;padding: 6px 43px}    
/*testimonials css*/
.testimonials-sec{background: #fff7f1;padding:60px 0;}
 .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
          transform: scale(0.9);
    }
    
    .slick-active {
      opacity: .5;
          
    }

    .slick-current {
      opacity: 1;
      transform: scale(1.1);
    }
.testimo-con{    border: 1px solid #3d474f;
    padding: 20px;
    text-align: center;
    border-radius: 8px;}    
.testimonials-sec .slick-list{padding-top:50px !important;padding-bottom:50px !important;}
.testimo-con p{font-size: 18px;position:relative;color:#3d474f;    padding-bottom: 13px;}    
.testimo-con p:before{content: '';
    position: absolute;
    width: 33px;
    height: 1px;
    bottom: 0;
    background: #3d474f;
    left: 0;
    right: 0;
    margin: auto;}
.testimo-con h4{font-weight: 700;
    font-size: 18px;
    margin-top: 21px;
    margin-bottom: 0;} 
.ft-menu h3{color: #ff7e00;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ff7e00;
    padding-bottom: 10px;}    

/*login page css*/
.login-sec{
    background:url(../images/login-bg.jpg);
   background-size: cover;
    width: 100%;
    padding: 30px 0px;
    background-position: center;
    background-repeat: no-repeat;
} 
.login-form{width: 500px;
    background: rgba(0,188,218,0.6);
    margin: auto;
    padding: 30px 30px 21px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    margin-top:20px;
    box-shadow: 4px 8px 7px -4px #c5c5c5;}
.login-form form{position:relative;z-index:2;}    
.login-form:after{content: '';
    position: absolute;
    width: 86%;
    height: 100%;
    background: #29426a;
    right: -180px;
    top: -74px;
    transform: rotate(
45deg
);}    
.login-form .form-field{margin-bottom:10px;}
.login-form .form-field label, #contact .form-field label{    color: #191919;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 4px;
    text-shadow: 1px 0px 3px #fff;
    text-transform: uppercase;
    letter-spacing: 1px;}
.login-form .form-field input{width:100%;padding:0 15px;height:36px;font-size:13px;border:1px solid #ccc;
    margin-bottom: 15px;
} 
.top-scholars a {
    text-decoration: none;
}
.all-login a.facebook, .all-login a.google-plus, .login-sec .login-form .login {
    width: 140px !important;
    max-width: 100%;
}
.login-form .login, .green-btn{border-radius: 3px;
    font-weight: 600;
    /*background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #b5780a 100%);
    background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#b5780a 100%);
    background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#b5780a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#b5780a',GradientType=0 );*/
    /*background: #ffb76b;
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
    background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );*/
    background: #2e3d5c;
    text-shadow: 1px 1px 1px #000;
    width: 100%;
    color: #ffff;
    height: 33px;
    border: none;
    max-width: 150px;
    line-height: 29px;}  
.forgate-pass{color: #fff;
    float: right;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    text-decoration: underline;
    margin-top: 10px;}        
.button-action{margin-top:18px;}

/*ragister*/
.ragister-sec{padding:20px 0 50px; }
.ragister-img img{max-width:100%;}
.ragister-form{  background: #09c;
    padding: 28px 20px 34px 53px;
      border-right: 2px solid #ff7e00;
    border-radius: 70px;
    border-left: 2px solid #ff7e00;
    box-shadow: -2px 4px 10px -1px #cccbcb;}

.ragister-form .form-field label{    color: #191919;
    font-size: 13px;
    font-weight: 700;
    margin: 16px 0 5px;
    /*text-shadow: 1px 0px 3px #fff;*/
    text-transform: uppercase;
    letter-spacing: 1px;}    
.button-action a{color: #fff;
    margin-left: 15px;}
.scholar-box .counter{font-weight: 700;
    color: #fff;
    font-size: 35px;
    margin-top: 14px;}  
.slick-slide .scho-column{width:100%;flex: 0 0 100%;
    max-width: 100%;}   
.inner-scholarship .slick-current{transform:scale(1);}    
.inner-scholarship .slick-active{opacity:1;}
.inner-scholarship .slick-slide{transform:scale(1);margin:0;}
.inner-scholarship .slick-list{padding-bottom:30px;}

/*schoolarship page css*/
.scholarships-page .second-title{margin-bottom:50px;}
.scholarships-page .second-title span{margin-right:25px;}
.list-column{padding:0 8px;}
.scholarships-page{padding:50px 0 40px;background:#f0fbfd;position:relative;}
.list-con{padding:0 10px;
    height: 130px;
}
.about-col{
    /*border-bottom: 2px solid #09c;*/
    /*padding: 18px 0 5px;*/
    /*margin-bottom: 20px;*/
    
}
.about-col p{font-size:15px;font-weight:700;}
.features p{font-size:15px;font-weight:400;}
.features h4{color:#ff7e00;font-size:13px;text-transform:uppercase;font-weight:600;margin-bottom:4px;}
.col-list{background:#fff;float:left;width:100%;
/*padding-bottom:20px;*/
border-top-left-radius: 10px;
    overflow: hidden;border-top-right-radius:10px;margin-bottom:20px;border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 19px 0px #75a8d4;
    margin-bottom: 30px;}
.col-action .blue-btn{display:block;width:100%;text-align:center;padding:7px 30px;}
.col-action .blue-btn:hover{color:#fff;text-decoration:none;}
.showoptions{padding: 20px 0 0px;
    float: left;
    width: 100%;}
.showoptions a{color:#fff;
    /*border: 1px solid #ff7e00;*/
    display: block;
    text-align: center;
    padding: 6px 10px;
    border-radius: 5px;width:calc(50% - 10px);float:left;font-weight:600;font-size:15px;margin:0 5px;}
.showoptions a:hover{background:#ff7e00;color:#fff;text-decoration:none;}   
.showoptions a:first-child{
    background: #6db3f2;
    background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
} 
.showoptions a:first-child:hover{
    background: #ffb76b;
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
    background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );

}
.showoptions a:last-child{
   background: #ffb76b;
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
    background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
} 
.showoptions a:last-child:hover{
    background: #6db3f2;
    background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
}

/*live scholarship*/


.col-list .img-box-sec {
    position: relative;
    height: 130px;
    padding: 10px;
}
.col-list .img-box-sec img {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 130px;
    height: 130px;
    max-width: 100%;
    overflow: hidden;
}

.col-list .img-box-sec .img-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.col-list .about-col {
    position: absolute;
    z-index: 1;
    max-width: 100%;
    line-height: 0;
    bottom: 2px;
    left: 15px;
    right: 15px;
}

.col-list .about-col p {
    margin-bottom: 8px;
}

.list-con .features {
    margin-top: 10px;
}

.col-action .check-btn, .col-action .view-btn {
    width: 49%;
    height: 35px;
    padding: 6px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #17a2b8;
    background: #17a2b8;
    color: #fff;
    justify-content: center;
    align-items: center;
}



/*end*/



/*.nav-sidebar .nav-link>p>.right {*/
/*    top: 15px !important;*/
/*}*/

/*inner page css*/
.inner-page{background:#f7f7f7;padding:40px 0;}
.inner-page h1{font-size:30px;color:#ff7e00;text-shadow:-2px 2px 1px #cecece;}
.inner-page h2{font-size: 19px;
    font-weight: 700;
    margin: 34px 0 7px;}
.innerpage-sec{padding:10px 30px 30px;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0px 4px 12px 4px #f3f3f3;}

.contact-page{background:url(../images/login-bg.jpg) top center;background-size:cover;width:100%;} 

#contact-sec{background: rgba(0,188,218,0.6);
    margin: auto;
    border-radius: 7px;
    position: relative;
    padding:30px 30px 21px; 
    overflow: hidden;
    box-shadow: 4px 8px 7px -4px #c5c5c5;}
#enquery {
    top: 320px;
    background-color: #074764;
    padding-right: 30px;
    width: 204px;
    right: -143px;
    padding-right: 24px;
}    
.contact-page{padding:50px 0;} 
.contact-page .inner-right{background:transparent;min-height:auto;}
.contact-page .form-field{margin-bottom:10px;}
.address{float:left;width:100%;margin-bottom:40px;}
.contact-page .inner-left img{max-width:100%;margin-bottom:35px;}
#contact .form-field{margin-bottom:18px;}
.inner-left{float:left;width:100%;margin-top:40px;}
.inner-left span{vertical-align:middle;margin-right:16px;float:left;}
.inner-left span i{font-size:30px;color:#ff7e00;}
.social-section{margin-top:0px;}
.social-section a i{color:#fff;}
.social-section a{width: 30px;
    height: 30px;
    
    display: inline-block;
    color: #000;
    line-height: 30px;
    border-radius: 50%;margin:0 5px;}
.social-section a.fb-icon{background:#1773ea;}
.social-section a.twitter-icon{background:#1c9cea;}
.social-section a.insta-icon{background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1});
}    
.enquiry-page{padding:50px 0;}
#enquiry {
    background: #09c;
    padding: 28px 20px 34px 28px;
    border-right: 2px solid #ff7e00;
    border-radius: 70px;
    border-left: 2px solid #ff7e00;
    box-shadow: -2px 4px 10px -1px #cccbcb;
}
#enquiry .form-field label {
    color: #191919;
    font-size: 13px;
    font-weight: 700;
    margin: 16px 0 5px;
    text-shadow: 1px 0px 3px #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.inner-left-enquiry img{max-width:100%;border-radius:12px;}

/*about footer*/
.about-footer{padding:30px 0 0;}
.abtfooter{border-right:1px solid #ccc }

/**/
.inner-loan-col h2{font-size:23px;    margin-bottom: 25px; }
.loansoption{padding:30px 0 20px;}
.inner-loan-col p{font-size:15px;margin-top:13px;}
.inner-loan-col img{max-width:80px;}


/*exclusive css*/
.loan-exlusive, .partner-loan{padding:30px 0 20px;margin-top: 80px;}
.loan-exlusive > h2, .partner-loan h2{font-size:28px;}
.loan-exlusive .inner-loan-col h2{
    font-size: 21px;
    margin-bottom: 7px;
    margin-top: 27px;
    
}
.loan-exlusive .inner-loan-col p{font-weight:700;margin-top:0;}
.loan-exlusive > h2{margin-bottom:30px;}
.partner-loan{background:#f3fafc;}
.benifits-option li{font-size:18px;margin-bottom:12px;}
.benifits-option li strong{color:#09c;}
.partner-loan > h2{margin-bottom:35px;}
.benifits-img img{max-width:100%}

/*chat support*/
.chat-support{width: 270px;
    max-height:400px; 
    position: fixed;
    bottom: 0;
    right:20px;
    background: #fff;
    z-index: 2;box-shadow:-2px 2px 5px 0px #d8d8d8;}
.chat-support h2{top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    height: 28px;
    color: #c9e9f4;
    background: #0099cc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    }
.chat-form{    padding: 13px 18px 24px;} 
.chat-form > p{font-size: 14px;
    line-height: 18px;}
form#support .field{margin-bottom:20px;}   
form#support .field label{font-size:14px;font-weight:600;}
form#support .field input, form#support .field textarea{font-size:13px;}        
form#support .action button{width:100%;}
.before-open i{font-size:15px;margin-right:10px;}
.before-open span.chaticon{position:absolute;left:16px;}
.after-open span.closeicon{position: absolute;
    right: 16px;
    font-size: 21px;
    top: -1px;}
.before-open, .after-open{cursor:pointer;}

/*list-page css*/
.college-list.list-page{padding-top:20px;}
.list-page .second-title{margin-bottom:30px;}

.blog-page.inner-page ul, .blog-page.inner-page ol {
    padding-left: 10px;
}
.blog-page.inner-page ul li, .inner-page ol li {
    position: relative;
    padding-left: 16px;
}
.blog-page.inner-page ul li:after, .blog-page.inner-page ol li:after {
    content: '';
    position: absolute;
    background: #29426a;
    width: 6px;
    height: 6px;
    left: 2px;
    top: 8px;
    border-radius: 50%;
}
.blog-page.inner-page ul li a, .blog-page.inner-page ol li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.blog-page.inner-page .blog-left-sec ul li:after, .blog-page.inner-page .blog-left-sec ol li:after{display:none;}
.blog-page.inner-page h2{color: #29426a;}
.blog-page.inner-page a{color:#ff7e00;font-size:13px;}
.blog-left-sec{padding:0;background-color: #ecebff;}
.category-list .widget-title{background: #ff7e00;
    color: #fff;
    font-size: 16px;
    padding: 4px 16px 7px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px #949494;}
.blog-page.inner-page .blog-left-sec ul , .inner-page .blog-left-sec ol {padding:0;margin-bottom:30px;}
.blog-page.inner-page .blog-left-sec ul li, .inner-page .blog-left-sec ol li{    padding: 7px 17px;
    border-bottom: 1px solid #adadad;-moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;}  
.blog-page.inner-page .blog-left-sec ul li a, .inner-page .blog-left-sec ol li a{text-decoration:none;-moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;}   
.blog-page.inner-page .blog-left-sec ul li a:hover, .inner-page .blog-left-sec ol li a:hover{color:#ff7e00;padding-left:10px;} 
.inner-page.blog-page img{max-width:100%;}
.inner-page.blog-page h1{text-shadow:none;font-weight:700;font-size:29px;}
.blog-page .innerpage-sec.blogmain{padding: 30px 42px 30px;}
.posted-details li{list-style-type:none;display:inline-block;}
.blog-page.inner-page .posted-details ul{padding:0;}
.blog-page.inner-page .posted-details ul li{padding-left:0;margin-right:17px;}
.blog-page.inner-page .posted-details ul li a{font-weight:600;}
.blog-page.inner-page .posted-details ul li a span{margin-right:3px;}
.blog-page.inner-page .posted-details ul li:after{display:none;}
.blog-page.inner-page p{font-size: 15px;
    line-height: 27px;}
.blog-list-sec{float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px}    
.blog-page.inner-page .whatsup a{color: #5DA51F;    font-size: 23px;}    
.whatsup{    margin-left: auto;
    text-align: right;
    color: #5DA51F;    font-size: 23px;}    
.blog-page.inner-page a.readmore{background: #ff7e00;
    color: #fff;
    padding: 8px 20px;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: 600;}
.art-box-con .green-btn{display:block;text-align:center;margin: 0px auto;font-size: 15px;}    
.art-box-con .green-btn:hover {
    background:linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);    
}
/*footer css*/
.footer-top{color: #fff;
    text-align: center;
    padding: 25px 0;
    background: url(../images/kids-student.jpg);
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0.9);}  
.footer-top .ft-menu.first{margin-bottom:18px;} 
.footer-top a{color:#fff;display:block;padding:3px 0px;font-size:14px;text-decoration:underline;}
.footer-top a:hover{color: #ff7e00;}      
.footer-bottom{text-align:center;background:#202938;padding:10px 0;color:#fff;} 
.footer-bottom a{color:#fff;} 
.footer-bottom a:hover{color: #ff7e00;}  
.footer-bottom p{margin-bottom:0;color:#fff;margin-top:0;}  
/*.college-listft{background-color: #fff;*/
/*    text-align: center;*/
/*    padding: 15px 0;*/
/*    color: #000;*/
/*    max-width: 1140px;*/
/*    margin: auto;*/
/*    background: #f7f7f7;*/
/*    border: 1px solid #ccc;}*/
.college-listft a{color:#000;}
.college-listft a:hover{color:#ff7e00;}
.footer-logo{padding:10px 0 30px;}
.abtfooter h3 span{font-size:18px;}
.reply-box button{margin-top:10px;}
/*article list page css*/
.artile-box{padding:40px 0 0px;}
.article-details-sec{padding:0 0 60px;}
.article-details-sec > img{margin-bottom:30px;}
.artile-box .head-title{margin-bottom:60px;}
.header-article h2{color: #ff7e00;
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid #ff7e00;
    padding-bottom: 7px;
    margin-bottom:7px;}
.details-date ul li{list-style-type:none;display:inline-block;margin-right:13px;}    
.details-date ul li a{color:#09c;font-size:14px;font-weight:600;}   
.article-content h2 {
    color: #29426a;    font-size: 19px;
    font-weight: 700;
    margin: 34px 0 7px;
}
.article-content h3{color: #29426a;    font-size: 17px;
    font-weight: 700;
    margin: 30px 0 7px;}
.inner-right {
    padding: 0;
    background-color: #ecebff;
} 
.blog-rt-title {
    background: var(--color-blue);
    color: #fff;
    font-size: 16px;
    padding: 4px 16px 7px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px #949494;
}

.inner-right ul li{
    padding: 7px 17px;
    border-bottom: 1px solid #adadad;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.inner-right ul li a{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.inner-right ul li a:hover{
    color: #ff7e00;
    padding-left: 10px;
}
.scho-column{margin-bottom:10px;}

/*profile-page*/
.submit-btn .orange-btn {
    background: #ff7e00;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    width: 200px;
    line-height: 20px;
    font-size: 15px;
    text-transform: uppercase;
    background: #ffb76b;
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
    background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
}


/*scholership details page css*/

.scholaership-details h2{font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;}
.scholarships-page.scholaership-details{padding-top:0;}
.banner-sec-details{margin-bottom:25px;text-align:center;}
.banner-sec-details img{max-width:100%;}
.scholaership-details p{font-size:15px;}
.scholaership-details ul{padding-left:20px;}
.scholaership-details ul li{font-size:15px;list-style: circle;}
.scholaership-details h3{font-size: 18px;
    font-weight: 700;
    color: #0099cc;margin-top:30px;}
.scolership-poinnts{background: #fff;
    padding: 0px 40px 30px;
    float: left;margin-top:5px;}  
.scoler-top{margin-bottom:40px;}

.authpopup_overLay__3--dT, .changePasswordPopup_overLay__3nvXx {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    display: flex;
    justify-content: center;
    align-items: center;
    display:none
}
.authpopup_overLay__3--dT {
    z-index: 9;
}

.loginWithPopup_loginWithPopup__3Nyl3 {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    width: 330px;
    height: 260px;
    padding: 15px 0;
    position: relative;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 50%);
    margin:70px auto;
}
.loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_icoTimes__rxqCd {
    position: absolute;
    right: 13px;
    top: 13.5px;
    width: 22px;
    height: 22px;
    opacity: 1;
    transition: all .5s ease;
    cursor: pointer;
}
.loginWithPopup_loginWithPopup__3Nyl3 h1 {
    font-size: 16px;
    color: #707070;
    border-bottom: 2px solid #f8f8f8;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
    padding: 0 0 15px;
}
.loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_btnCtrlWrapper__c2T9s {
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}
.loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_btnCtrlWrapper__c2T9s .loginWithPopup_btn__1rHzq {
    padding: 11px 0;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #e0e0e2;
    flex: 0 0 47%;
    max-width: 47%;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    margin:0 4px 15px;
}
.loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_footerLinks__4oHsg {
    margin-top: 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #454545;
    text-align: center;
}
.loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_footerLinks__4oHsg a {
    text-decoration: none;
    color: #4e4e91;
    font-weight: 600;
    transition: all .5s ease;
    margin-left: 3.5px;
}
.loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_icoTimes__rxqCd:after {
    transform: rotate(
-45deg
);
}
.loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_icoTimes__rxqCd:before {
    transform: rotate(
45deg
);
}
.loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_icoTimes__rxqCd:after, .loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_icoTimes__rxqCd:before {
    position: absolute;
    left: 11px;
    content: " ";
    height: 22px;
    width: 1px;
    background-color: #545454;
    top: 0;
}
.loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_icoTimes__rxqCd:after, .loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_icoTimes__rxqCd:before {
    position: absolute;
    left: 11px;
    content: " ";
    height: 22px;
    width: 1px;
    background-color: #545454;
    top: 0;
}
.loginWithPopup_loginWithPopup__3Nyl3 .loginWithPopup_btnCtrlWrapper__c2T9s .loginWithPopup_btn__1rHzq i{margin-right:10px;}
.comment-details{    background: #e6f9ff;
    padding: 20px 20px;margin:20px 0 13px;}
.comment-details .name{    font-weight: 700;
    font-size: 18px;} 
.comment-details .msg{background: #ffecd9;
    color: #000;
    padding: 10px;
    margin-top: 9px;
    border-radius: 10px;
    box-shadow: 1px 3px 11px -9px #000;
    font-size: 15px;
    line-height: 26px;}    
.comment-date a{color: #000;
    text-align: right;
    display: block;
    font-size: 14px;}    
.article-content h3.comment-title{font-size:23px;}    
.top-right-menu li > ul.submenu{position: absolute;
    background: #fff;
    width: 230px;
    top: 140px;padding: 6px 0px;
    border-top: 2px solid #09c;-moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;    visibility: hidden;}

.top-right-menu li > ul.submenu li a{font-size:14px;padding:5px 0;text-decoration:none;color:#000;position:relative;}
ul.submenu li{display:block;position:static;}
.top-right-menu li > ul.submenu li .sub-submenu{position: absolute;
    left: 230px;
    top: -2px;
    display: none;
    background:#ececec;
    border-top: 2px solid #09c;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 210px;padding-bottom:12px;
    }

.top-right-menu li > ul.submenu li .sub-submenu li{display:block;-moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;}
.top-right-menu li > ul.submenu li .sub-submenu li a{color:#000;-moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;}

ul.submenu li.sublist > a:after {
   content: '';
    right: 18px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate( 
136deg
 );
    position: absolute;
    transition: all .3s ease-in-out 0s;
    top: 15px;
);
    position: absolute;
    transition: all .3s ease-in-out 0s;
}  
.social-option{text-align:right;}
.social-option a{font-size: 14px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    margin: 13px 11px 0;}
.mobile-menu{display:none;}    
.reply-box{display:none;margin-top:5px;}
.about-col p{    
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    color: #fff;
    line-height: 1;
}
/*leads_list    */

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 6px 6px !important;
}   

/*css added in 26-06-2021*/
.uptoscholarship{
    text-align: center;
    padding: 25px 18px;
    width: 100%;
}
.uptoscholarship h3 {
    color: #ff7e00;
    font-size:16px;
    border: 1px dashed;
    padding: 6px 0;
    background: #fff7ee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.college_name {
    display: block;
    height: 47px;
}
.college-title .image img{max-width:200px;}
.checked {
  color: orange;
}    
.star-rating-wrape{float:right;}
.profile-page{margin: 50px 0;
    background: #ddf3ff;
    padding: 16px 30px;border-radius: 15px;
    box-shadow: 4px 8px 7px -4px #c5c5c5}
    
@media (min-width:1200px){
.top-right-menu li > ul.submenu li:hover .sub-submenu{display:block;}
.top-right-menu li > ul.submenu li .sub-submenu li:hover a{color:#ff7e00;}  
.top-right-menu ul > li:hover > ul.submenu{display:block;top:65px;visibility:visible;} 
.top-right-menu ul > li > ul.submenu li:hover{background:#ececec;}
}

@media (max-width: 1024px) {
    .art-box-con .text {
        height: 155px;
    }
    .listing-block.jsx-765939686 .top-block.jsx-765939686 .clg-name-address.jsx-765939686 {
        max-width: 150px;
    }
    .text-md {
        font-size: 12px;
    }
    .listing-block.jsx-765939686 .bottom-block.jsx-765939686 .location-badge.jsx-765939686 {
        font-size: 11px;
    }
    .listing-block.jsx-765939686 .clg-links.jsx-765939686 a.jsx-765939686 {
        font-size: 12px;
        padding-right: 12px;
    }
    .listing-block.jsx-765939686 .clg-apply.jsx-765939686 {
        font-size: 12px;
    }
    .search_wrap.jsx-3107713825 .icon-search.jsx-3107713825 {
        margin-left: 6px;
    }
    .text-sm {
        font-size: 12px;
    }
    .listing-block.jsx-765939686 .clg-links.jsx-765939686 {
        overflow-x: scroll;
    }
    .listing_filter a.jsx-3107713825 {
        font-size: 12px;
    }
    .art-box-con .img-box-sec .main-img {
        margin-bottom: 10px;
    }
    .blue-btn {
        padding: 3px 20px;
    }
    
    
}


@media (max-width:991px){
    .top-right-menu li.top-menu > a{margin:0 8px;}   
    .college-details .text {
        height: 135px;
    }
    .apply-for-scholarship {
        padding: 0px 0 30px;
    }
    .inner-loan-col h2 {
        font-size: 20px; 
        margin-bottom: 10px;
    }
    
}

@media (max-width:767px ){
header{z-index:10;}    
.mobile-menu{display:block;position: absolute;
    right: 15px;
    top: 20px;} 
.mobile-menu i{font-size:26px;} 
.header-right-sec{width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: static;}
.login-form{width:85%;} 
.login-form #login .google-plus {
    margin-top: 10px;
}
.top-right-menu li{border-bottom: 1px solid #ccc}
.top-right-menu li a{    margin: 0 5px;
    font-size: 14px;}
.top-right-menu li.top-menu > a {
    padding: 11px 20px;color:#fff;
}    
.top-right-menu{margin-top:0;display:none;    position: absolute;
    background:#09c;
    left:0;
    right:0;z-index: 1000;}
.second-title{font-size:19px;}
.top-right-menu li > ul.submenu{position:static;width:100%;visibility: visible;display:none;}
.top-right-menu li > ul.submenu li a{padding: 12px 23px;}
.top-right-menu li > ul.submenu li .sub-submenu{position:static;width:100%;}
.top-right-menu li{display:block;}
.scholarship-form{padding:14px 0 10px;}
.scholarship-form .form-field{margin-bottom:15px;}
.content-sec {padding:20px 0 5px;}
.scholarship-for article a{padding:0 13px;font-size:13px;height:36px;margin:9px 2px;}
.inner-loan-col h2 {
    font-size: 17px;
    margin-bottom: 13px;
}
.inner-loan-col p br{display:none;}
.inner-loan-col p {
    font-size: 14px;
    margin-top: 11px;
    line-height: 18px;
}
#how-scholarship .form-field{margin-bottom:15px;float:left;}
.apply-for-scholarship form{padding:34px 10px 15px;}
.loan-exlusive > h2, .partner-loan h2 {
    font-size: 18px;
}
.loan-exlusive .inner-loan-col h2 {
    font-size: 19px;
    margin-bottom: 6px;
    margin-top: 9px;
}
.loan-exlusive .inner-loan-col {margin-bottom:35px;}
.inner-scholar-sec h2{font-size: 21px;}
.scholarships-sec{height:auto;background-image:none;}
.inner-scholar-sec p.subtitle{font-size: 16px;}
.inner-sch-list h2 {
    font-size: 44px;
    margin-top: 0px;
}
.article-content h3.comment-title {
    font-size: 17px;
}
.header-article h2{font-size:18px;    margin: 13px 0 7px;}
.scholar-box .counter{font-size:27px;}
.inner-sch-list{margin-bottom:35px;}
.inner-sch-list img{max-width:90px;}
.benifits-option{margin-top:50px;}
.college-list {
    padding: 35px 10px 2px;
    margin-top: 33px;
}
.inner-right{min-height:inherit;padding-bottom:30px;}
.head-title{font-size:25px;}
.scho-column {
    margin-bottom: 35px;
    padding: 0 30px;
}
.about-footer {
    padding: 30px 0 30px;
}
.college-listft{padding:15px 16px;}
.abtfooter h3{font-size:22px;}
.college-listft a{font-size:13px;}
.footer-bottom{padding-bottom:50px;}
.login-form .login, .green-btn{max-width:113px;font-size: 14px;}
.ragister-form{padding: 28px 20px 34px 20px;}
.loadmore-master h2{font-size: 24px;}
.article-content{margin-bottom:30px;}
}

@media (max-width: 575px) {
    .college-details .text, .art-box-con .text {
        height: auto;
    }
    .ragister-form #register .google-plus {
        margin-top: 10px;
    }
    .ragister-form .form-field {
        width: 100%;
        text-align: center;
    }
    #how-scholarship .form-field {
        padding: 0px 15px;
    }
    .apply-for-scholarship form {
        padding: 34px 10px 0px;
    }
    .benifits-option li {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .college-list {
        margin-top: 0px;
    }
    .loansoption {
        padding: 0px 0 20px;
    }
    .loan-exlusive {
        margin-top: 260px;
    }
    .loan-exlusive .inner-loan-col {
        margin-bottom: 20px;
    }
    
.innersearch{position:static !important;margin-bottom: 20px;width:100% !important;}    
}
/* added shr */
.article-content dl, .article-content ol, .article-content ul{
    padding-left: 20px;
}
.article-content li{
        list-style-type: inherit;
}
.article-content th, .article-content td{
        padding: 10px;
}

