<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,600&amp;display=swap');
html, body {height: 100%; margin: 0;}
body{overflow-x:hidden;font-family: 'Roboto', sans-serif; font-size:14px; background-color:#fff; background-color:#f8f8f8; }

* {
  scrollbar-width: thin;
  scrollbar-color: #999 #ccc;
}
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #ccc;
}
*::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 20px;
  border: 3px solid #ccc;
}
.bg-1{    position: absolute; top: -60px;  z-index: -1;   left: -155px;}
.bg-2{    position: absolute; top: -60px;  z-index: -1;  right: -100px;    transform: rotateY(180deg);  }
.bg-3{    position: absolute; bottom:0px;  z-index: -1;   right: -110px;  transform: rotateX(180deg);  }
.inrbg-1{    position: absolute; top: -10px;  z-index: -1;   left: -135px;}
.inrbg-2{    position: absolute; top: -20px;  z-index: -1;   right: -160px; }
.inrbg-3{    position: absolute; bottom:50px;  z-index: -1;   right: -150px; }
.bg-white{background-color:white; }
.navbar-nav .nav-item .nav-link {color:rgba(000,000,000,0.8);}
.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item.active .nav-link:hover{color:#1481bb}
.bg-main{background-color:#328cd8; border-radius:8px; box-shadow:0px 0px 6px #3287cf; border:1px #5faceb solid;}
.navbar-brand img{max-height: 75px;}
.wrapper {min-height: 100%; margin-bottom: -50px;}
.sticky-footer,.push {height: 50px;}
.sticky-footer{background-color:#222; color: white; padding-top: 10px;    box-shadow: 0px -15px 20px #c4c4c4; }
.h1main{color:#303ea4; font-size:24px!important;}
.h2sub{color:#469de7; font-size:18px!important;}
.card{box-shadow:2px 2px 12px #e3e3e3;}
.card-header{background: rgb(249,249,249);
background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(239,239,239,1) 100%);
background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 );
}
.titlearea{ position: relative;}
.hometilearea{text-align: center; cursor: pointer}
.hometilearea p, a.hometilearea p{max-width:276px; margin: auto; color: #000}
 a.hometilearea:hover {text-decoration: none;}
  a.hometilearea:focus{outline: 0px; border:0px;}
.tile-img{width:276px; height:163px;position: relative; margin:auto;}
.tile-title{position: absolute; bottom: 0px; background-color:rgba(000,000,000,0.7); color:white; width:100%; left: 0px}
a .tile-title{color: white;}
.page-title{font-size:22px; margin-top: 20px; margin-bottom: 0px}
.videowdhm, .videowdhm.vjs-paused + .video-static-content{width:855px; height:500px;}
.videowd{width:1140px; height:500px;}
.clg-list-actns .deletable{height: 32px; border: 1px #6c757d solid; font-size: 14px; border-radius: 5px 0px 0px 5px;}
.clg-list-actns #btnSearch{height: 32px;}
.clg-list-actns .deleteicon span{top:7px;}
.clg-list-actns #btnSearch.btn{line-height: .5rem}
.tileverticalscroll{max-height: 500px; overflow-y: auto; overflow-x: hidden;}
.tileverticalscroll .hometilearea{margin-bottom: 5px; display: block;}
.video-static-content{display: none;}
.vjs-paused + .video-static-content{display: block;position:absolute;top:0px;left:0px;width: 1140px; height: 500px; pointer-events: none;  }
.vjs-paused + .video-static-content:hover{cursor: pointer;}
.vjs-has-started:hover{cursor: pointer;}
.vjs-has-started + .video-static-content{display: none;}

.video-static-content .video-play-btn, .video-static-content .video-thumb{position: absolute;}
.video-static-content .video-play-btn{left:50%; margin-left: -28px; top:42%; z-index: 3;}
.video-static-content .video-thumb{width:100%; z-index: 2; left: 0px; top: 0px;     object-fit: cover; height:100%;}


nav.advmenu {
  position: relative;
  display: flex;
  align-items: center; 
 }


nav.advmenu button {
  align-self: stretch;
  transition: all .4s ease-out;
  padding: 0 1rem 0 1.5rem;
  outline: 0;
  border: 0;
  font-size: 0.9rem;
  font-weight: bold; cursor: pointer; background: none;
  
}
nav.advmenu button.hidden {
  transition: none; 
  width: 0;
  padding: 0;
  overflow: hidden;
}
nav.advmenu button::after {
  content: attr(count);
 /* display: inline-flex; */ display: none;
  width: 25px; 
  height: 25px;
  align-items: center;
  justify-content: center;
  background: #9f9f9f;
  color: #f2f2f2;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 1rem;
  margin-right: calc(-1rem + -8px);
}
nav.advmenu ul.links {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  overflow: hidden; list-style: none; margin-bottom: 0px;
}
nav.advmenu ul.links li {
  flex: none;
}

nav.advmenu ul.links li a {
  color: #848484!important;
}
nav.advmenu ul.links li.active a{color: #1a1e34!important}
nav.advmenu ul.hidden-links {
  position: absolute;
  background: #fff;
  right: 0;
  top: 100%; z-index: 999; padding: 0px; list-style: none;
}
nav.advmenu ul.hidden-links.hidden {
  display: none;
}
nav.advmenu ul.hidden-links li {
  padding: 0.3rem; border-bottom: 1px #ccc solid;
}
.navborder{border-bottom: 1px #eaeaee solid;}

ul.hidden-links li.nav-item a.nav-link{color:rgba(000,000,000,0.7);}
ul.hidden-links li.nav-item a.nav-link:hover{color:rgba(000,000,000,1);}

.social-icons .fa-2x{font-size:20px; padding-top: 6px;}
.social-icons .list-group-item{padding: 10px; background-color: transparent;}
.in-color{color:#2867B2}
.fb-color{color:#4267B2;}
.tw-color{color:#1DA1F2;}
.collegelistitem{width: 100%; display: inline-flex; border:1px #cbcbcb solid; background-color: #f9f9f9; padding: 15px}
.collegelistitem:hover{background-color: #f5f5f5; cursor: pointer;}
.collegelistimg{width:100px; align-self: center!important; min-height: 60px;  background-color: white; box-shadow:0px 1px 3px #ccc; text-align: center}
.collegelistimg img{max-width: 90%}
.collegetitletag{ width: calc( 100% - 220px ); }
.collegetitletag h1{font-size: 18px; color: black}
.collegetitletag .tagitem{display: inline-block; margin-right:5px; margin-bottom: 5px; padding:3px 10px; background-color:#ebe8e8; border-radius:15px; font-size:12px;}
.viewclgdetailsbtn{width: 100px;}
.filtercontent{height: 95vh; overflow:auto;}
.filtercontent h1{font-size: 18px;}
.filtercontent small{min-width:20px;}
.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-10px}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#036fa5;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{display:inline-block;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal.slider-rtl .slider-tick,.slider.slider-horizontal.slider-rtl .slider-handle{margin-left:initial;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-top:-10px}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#036fa5;margin-left:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-tick.triangle,.slider.slider-vertical.slider-rtl .slider-handle.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}.slider.slider-disabled .slider-handle{background-color:#cfcfcf;background-image:-moz-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));background-image:-webkit-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:-o-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:linear-gradient(to bottom, #DFDFDF, #BEBEBE);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE',GradientType=0)}.slider.slider-disabled .slider-track{background-color:#e7e7e7;background-image:-moz-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));background-image:-webkit-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:-o-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:linear-gradient(to bottom, #E5E5E5, #E9E9E9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9',GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .bs-tooltip-top .tooltip-inner,.slider .bs-tooltip-bottom .tooltip-inner{position:relative;left:-50%}.slider.bs-tooltip-left .tooltip-inner,.slider.bs-tooltip-right .tooltip-inner{position:relative;top:-100%}.slider .tooltip{pointer-events:none}.slider .tooltip.bs-tooltip-top .arrow,.slider .tooltip.bs-tooltip-bottom .arrow{left:-.4rem}.slider .tooltip.bs-tooltip-top{margin-top:-44px}.slider .tooltip.bs-tooltip-bottom{margin-top:2px}.slider .tooltip.bs-tooltip-left,.slider .tooltip.bs-tooltip-right{margin-top:-14px}.slider .tooltip.bs-tooltip-left .arrow,.slider .tooltip.bs-tooltip-right .arrow{top:8px}.slider .hide{display:none}.slider-track{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#F9F9F9));background-image:-webkit-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-o-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:linear-gradient(to bottom, #f5f5f5, #F9F9F9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#F9F9F9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;cursor:pointer}.slider-selection{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #F9F9F9, #f5f5f5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#f5f5f5));background-image:-webkit-linear-gradient(top, #F9F9F9, #f5f5f5);background-image:-o-linear-gradient(top, #F9F9F9, #f5f5f5);background-image:linear-gradient(to bottom, #F9F9F9, #f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#f5f5f5',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute}.slider-selection.tick-slider-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top, #52c5ff, #3abcfd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));background-image:-webkit-linear-gradient(top, #52c5ff, #3abcfd);background-image:-o-linear-gradient(top, #52c5ff, #3abcfd);background-image:linear-gradient(to bottom, #52c5ff, #3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0)}.slider-track-low,.slider-track-high{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;background:transparent}.slider-handle{background-color:#0478b2;background-image:-moz-linear-gradient(top, #0480BE, #036fa5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0480BE), to(#036fa5));background-image:-webkit-linear-gradient(top, #0480BE, #036fa5);background-image:-o-linear-gradient(top, #0480BE, #036fa5);background-image:linear-gradient(to bottom, #0480BE, #036fa5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0480BE', endColorstr='#036fa5',GradientType=0);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);position:absolute;top:0;width:20px;height:20px;background-color:#0480BE;border:0px solid transparent}.slider-handle:hover{cursor:pointer}.slider-handle.round{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.slider-handle.triangle{background:transparent none}.slider-handle.custom{background:transparent none}.slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#F9F9F9));background-image:-webkit-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:-o-linear-gradient(top, #f5f5f5, #F9F9F9);background-image:linear-gradient(to bottom, #f5f5f5, #F9F9F9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#F9F9F9',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;cursor:pointer;width:20px;height:20px;filter:none;opacity:0.8;border:0px solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.triangle{background:transparent none}.slider-tick.custom{background:transparent none}.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick.in-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top, #52c5ff, #3abcfd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));background-image:-webkit-linear-gradient(top, #52c5ff, #3abcfd);background-image:-o-linear-gradient(top, #52c5ff, #3abcfd);background-image:linear-gradient(to bottom, #52c5ff, #3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);opacity:1}
.dashboardcode-bsmultiselect .dropdown-menu{max-height: 227px; overflow: auto; column-count:unset!important;}
.custom-checkbox .custom-control-label{font-size:12px;}
.viewmore-colg{    background-color: rgb(45, 51, 85); text-align: center; color: #fff; width: 100%; padding: 7px;
    cursor: pointer;  font-size: 12px;    transition:all .8s}
.viewmore-colg:hover{background-color: rgb(19, 132, 189); color: white;}
.map-wrap{height: 500px; width: 100%}
.map-search{ height:498px; overflow-y:auto; overflow-x: hidden;}
.map-search .collegelistitem{padding: 8px 12px;}
.map-search .collegelistimg{display: none;}
.map-search .collegetitletag{ width: calc( 100% - 33px ); }
.map-search .collegetitletag h1{font-size: 16px; color: black}
.map-search .collegetitletag .tagitem{display: inline-block; margin-right:5px; margin-bottom: 5px; border:1px #ccc solid; padding:2px 8px; background-color: #f5f5f5; border-radius:6px; font-size:11px;}
.map-search .viewclgdetailsbtn{width: 33px;}
.preloader{display:none; position: fixed; left:0px; width: 100%; height: 100vh;top:0px; background-color: rgba(14, 8, 33, 0.8); z-index:9999;}
.preloader i{position: absolute;left:50%; margin-left: -15px; top:45%; color: white;}
.deleteicon { position: relative; width: calc( 100% - 43px );       }
.deleteicon span { position: absolute;  display: block;   top: 9px; right: 0px;width: 16px; height: 16px; color: #ccc; cursor: pointer; font-family: "Font Awesome 5 Free"; font-weight: 600; }
.deleteicon span:before{ content: "\f00d";}
.deleteicon input { padding-right: 16px; box-sizing: border-box;}     
.listarea-container{display: none;}
#map_view{display: none;}
.map-search .forlist{display: none;}
.listarea-container .formap{display: none;}
.dashboardcode-bsmultiselect .badge{padding: 1px 6px!important; margin-right: 5px; border-radius: 7px; border: 1px #ccc solid;}
.dashboardcode-bsmultiselect .badge .close{color: #c83030; opacity: 1; margin-left: 4px;  padding-top: 0px; vertical-align: middle;}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high{top:-8px;}
.imgwrap1{display: inline-block;height: 100%; vertical-align: middle;}
.imgwrap2{display: table-cell;vertical-align: middle; height:60px;  width: 100px;}
.careerslist .card-img-top{width:100px; height:100px;margin:0px auto; border-radius: 50%; border:1px #ccc solid;}
.careerslist .card-title{font-size: 18px;}
.careerslist .collegelistimg{width: 70px; min-height: 50px;}
.careerslist .imgwrap2{width: 70px;min-height: 50px;}
.careerslist .collegelistitem{padding:7px;}
.btn-primary{ border-radius: 18px!important; padding-right: 12px!important; padding-left: 12px!important; background-color:#2c3255; border-color:#2c3255;}
.btn-outline-primary{border-color:#2c3255; color:#2c3255}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active{background-color:#d6df22; border-color:#d6df22;}

.filter-close{position: fixed;  
    margin-left: -43px;
    z-index: 99999999;
    top: 10px;
    font-size: 34px;
    background-color: white;
    border-radius: 50%;
    padding: 0px;
    line-height: 0px; cursor: pointer;}
.clg-details-ico-mail{background-color: #333; border-radius:50%; width: 30px; height: 30px; color: white!important; display: block;}
.clg-details-ico-fb{background-color: #4267B2; border-radius:50%; width: 30px; height: 30px; color: white!important; display: block;}
.clg-details-ico-tw{background-color: #1DA1F2; border-radius:50%; width: 30px; height: 30px; color: white!important; display: block;}
.clg-details-ico-in{background-color: #2867B2; border-radius:50%; width: 30px; height: 30px; color: white!important; display: block;}
.clg-details-ico-insta{background-color: #dd2a7b; border-radius:50%; width: 30px; height: 30px; color: white!important; display: block;}
.detailpage-ico a i{display: block; text-align: center; padding-top: 8px;}
.detailpage-ico a:hover i{color:white; text-decoration: none!important;}
.detailpage-ico a:hover {opacity: .8;  text-decoration: none!important;}
.detailpage-ico .list-group-item{padding:10px 6px;}
.detailpage-ico .btn-visit{color: white!important;}
.contentarea .ql-editor div {width: calc( 33% - 20px ); display: inline-block; margin: 10px;padding:4px!important; box-sizing: border-box; transition: all .5s; border:1px #bbb solid!important;}
.contentarea .ql-editor div:hover{background-color: #2d3355!important; color: white!important;}
.contentarea .ql-editor div a{display: block; }
.contentarea .ql-editor div a:hover div{color: white!important;}
.contentarea .ql-editor div a div{border:0px!important; width:auto; margin:0px; margin-left: 10px; margin-right: 10px; box-shadow: none;}

#filterBtn{background-color:#5f6793; color:white; border-color:#5f6793;}
#map_view, #list_view{background-color: #d6df22;color:white;border-color:#d6df22;}
.container.position-relative{min-height:500px;}
.filtercontent .btn-outline-secondary{border:0px;}


@media only screen and (min-width:560px) {
.card-columns {
    -webkit-column-count:2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;}
}

@media only screen and (min-width:768px) {
.card-columns {
    -webkit-column-count:3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;}
}
@media only screen and (min-width:992px) {
.card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;}
}



@media only screen and (max-width:1199px) {
#menu{display:none; padding:10px}
.videowdhm, .videowdhm.vjs-paused + .video-static-content{width:720px;}
.videowd, .vjs-paused + .video-static-content{width:960px;}
.container.position-relative{min-height:300px;}
  .filtercontent{height:100vh; padding-bottom: 50px!important;}
}

@media only screen and (max-width:991px) {
#menu{display:none; padding:10px}
.videowdhm, .videowdhm.vjs-paused + .video-static-content{width:540px;  height:400px;}
.videowd, .vjs-paused + .video-static-content{width:740px;  height:400px;}
.tileverticalscroll{height: 400px;}
.contentarea .ql-editor div {width: calc( 50% - 20px );}
.contentarea .ql-editor div a div{ width:auto;}
.bg-3, .inrbg-3{display:none;}
.tile-img{width:100%;}
.tile-img img{max-width:initial!important; max-height:100%;}
}

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

   .videowdhm.vjs-paused + .video-static-content{width: calc( 100% - 30px );  height:300px;}
  .vjs-paused + .video-static-content{left:15px;}
 .vjs-paused + .video-static-content{width:calc( 100% - 30px );  height:300px;}
   .videowdhm, .videowd{width:100%; height:300px;}
  .tileverticalscroll{height: auto;}
  .contentarea .ql-editor div {width: calc( 100% - 20px );}
  .tileverticalscroll .hometilearea{ padding-bottom: 10px; display: inline-block; width: 48%}
 .tile-img{width:100%; height:122px;position: relative; margin:auto;}
 .tile-img img{max-width:100%!important;}
.container.position-relative{min-height:initial;}
.col-md-9.p-0.position-relative, .container.position-relative &gt; .row .col-md-12.p-0{padding-left:15px!important; padding-right:15px!important; margin-bottom:15px;}
.container.position-relative &gt; .row .col-md-12.d-flex{display:block!important;}
.map-search{margin-top:10px;}
.collegetitletag { width: calc( 100% - 155px );}
.viewclgdetailsbtn .btn-sm{font-size:11px;}
.viewclgdetailsbtn {width:85px;}
.collegetitletag h1{font-size:15px;}
.input-group.ml-auto.w-25{width:100%!important;}
.collegelistimg, .imgwrap2{width:70px;}
.collegetitletag .tagitem{font-size:11px;}
.collegelistitem{padding:8px;}
.collegelistimg.mr-3{margin-right:.6rem!important}
.page-title{font-size:20px;}
.navbar-brand{max-width:60%;}
.navbar-brand img{max-width:100%;}
.viewmore-colg:hover, .viewmore-colg:focus, .viewmore-colg:active{background-color: rgb(45, 51, 85);}
  .filtercontent{height:100vh; padding-bottom:80px!important;}
}

@media only screen and (max-width:560px){
  
  .bg-1,.bg-2, .bg-3, .inrbg-1, .inrbg-2, .inrbg-3{display:none;  }
  #list_view, #map_view{line-height:1.9; font-size:12px;}
  .filter-close{right:20px; top:16px; margin-left:0px;}

}</pre></body></html>