          .banner{
                background-color:#2C7DA0;
                color:white;
                padding-top:40px;
                padding-bottom:40px;
            }

      
            @media screen and (min-width: 1000px){
            
            
            .line-right {
            font-size:24px;
            color:white;
            position: relative;
            padding-right: 20px; /* Adjust as needed */
            }
            
            .line-right::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 66%; /* Length of the line */
            height: 2px; /* Thickness of the line */
            background-color: white; /* Color of the line */
            } 
            
            .line-right1 {
            font-size:24px;
            color:white;
            position: relative;
            padding-right: 20px; /* Adjust as needed */
            }
            
            .line-right1::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 79%; /* Length of the line */
            height: 2px; /* Thickness of the line */
            background-color: white; /* Color of the line */
            }
            
            .line-right2 {
            font-size:24px;
            color:black;
            position: relative;
            padding-right: 20px; /* Adjust as needed */
            }
            
            .line-right2::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 79%; /* Length of the line */
            height: 2px; /* Thickness of the line */
            background-color: black; /* Color of the line */
            }
            
            .line-right3 {
            font-size:24px;
            color:black;
            position: relative;
            padding-right: 20px; /* Adjust as needed */
            }
            
            .line-right3::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 61%; /* Length of the line */
            height: 2px; /* Thickness of the line */
            background-color: black; /* Color of the line */
            }
            
            
            .line-right4 {
            font-size:24px;
            color:black;
            position: relative;
            padding-right: 20px; /* Adjust as needed */
            }
            
            .line-right4::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 81%; /* Length of the line */
            height: 2px; /* Thickness of the line */
            background-color: black; /* Color of the line */
            }
            
            .line-right5{
            font-size:24px;
            color:white;
            position: relative;
            padding-right: 20px; /* Adjust as needed */
            }
            
            .line-right5::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 81%; /* Length of the line */
            height: 2px; /* Thickness of the line */
            background-color: white; /* Color of the line */
            }
            }
            
            @media screen and (min-width: 1000px) {
            .swiffy-slider {
            max-height:450px !important; 
            overflow:hidden;
            }
            }
            
            @media screen and (max-width: 760px) {
            .swiffy-slider {
            height: 450px !important;
            }
            }
            
            @media screen and (max-width:760px){
            
            
            .collegeslider{
            height:200px !important;
            }
          
            
            
            
            
            .left-text{
            text-align:left;
            }
            .right-line:after {
            content:"";
            display: inline-block;
            height: 0.5em;
            vertical-align: bottom;
            width: 50%;
            margin-left: 3%;
            border-top: 1px solid white;
            }
            }
            
            /*.divs{*/
            /*    height:45vh;*/
            /*    }*/
            
            @media screen and (min-width:1000px){
            
            .swiffy-slider{
                max-height:600px;
                overflow:hidden;
            }
            
            .slider-image{
                margin-top:-13%;
                /*height:100%;*/
            }
            
            .divs{
                height:725px;
                }
            }
            
            @media screen and (max-width:760px){
                .swiffy-slider{
                height:300px;
            }
            
            .slider-image{
                /*height:100%;*/
                }
            }
            
            .links{
                padding-top:11.5px;
                padding-bottom:11.5px;
                margin-top:2px;
                border:none; 
                text-decoration:none;
                color:#004e98;
                font-weight:500;
            }
            
            .links:hover{
               box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
            }
            
            .news:hover{
                /*color:#660708 !important;*/
                transform: translateX(8px);
                transition:1s;
                border-left: 2px solid #660708 !important;
                box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
            }
            
            .news:hover a{
                color:#660708 !important;
            }
            
            .result:hover{
                /*color:#7b2cbf !important;*/
                transform: translateX(8px);
                transition:1s;
                border-left: 2px solid #7b2cbf !important;
                box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
            }
            
            .result:hover a{
                color:#7b2cbf !important;
            }
            
            .paddings{
                padding-left:11px;
                padding-right:11px;
            }
            
            .viewall1{
                text-decoration:none;
                border:2px solid #660708;
                padding:5px;
                border-radius:50px;
                color:#660708;
                font-size:14px;
            }
            
            .viewall2{
                text-decoration:none;
                border:2px solid #7b2cbf;
                padding:5px;
                border-radius:50px;
                color:#7b2cbf;
                font-size:14px;
            }
            
            .viewall3{
                text-decoration:none;
                border:2px solid #004e98;
                padding:5px;
                border-radius:50px;
                color:#004e98;
                font-size:14px;
            }
            
            .viewall1:hover{
                background:#660708;
                color:white;
            }
            
            .viewall2:hover{
                background:#7b2cbf;
                color:white;
            }
            
            .viewall3:hover{
                background:#004e98;
                color:white;
            }
            
            .viewall{
                text-decoration:none;
                color:#2C7DA0;
            }
            .viewall:hover{
                
                color:#2C7DA0;
            }
            
            .viewall9{
                text-decoration:none;
                color:white;
            }
            .viewall9:hover{
                
                color:white;
            }
            
            .bg-blue-200 {
                /*--tw-bg-opacity: 1;*/
                background-color: red;
            }

            /*.row{*/
            /*    margin:0;*/
            /*}*/
            