            body{
            margin:0;
            height:100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            width:100%;
           }

           .image-container {
                position: relative;
            }

            .clickable-area {
                position: absolute;
                top: 1%;;
                left: 92.3%; 
                width: 3%; 
                height: 50px; 
                background-color: transparent; 
            }

            a{
                text-decoration:none;
                border-style:none;
            }
            .pre-sub-h{
                left:300px;
                border-style:none;
            }
            
            .images {
                max-width: 100%;
                height: auto;
                display: block;
                margin: 0 auto;
            }
        
            .img-fluid {
                width: 100%;
                height: auto;
            }

            
            .medium-image {
                width: 90%; 
            }

            .center-image {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100%;
                border-style: none;
            }

			hr{
				height:3px;
				border-width:0;
				color:#0A3161;
				background-color:#0A3161;
			}

            .box {
                position: relative;
                width: 187px;
                height: 185px;
                background-color: #0A3161;
                margin: 0px;
                /* box-shadow: -5px 5px 5px rgba(191, 10, 48, 1); */
                box-shadow: -5px 5px 5px rgba(245, 199, 26, 1);
                color: white;
                text-align:center;
                border-radius: 100px;
                overflow: hidden;
            }
            .ele{
                position: relative;
                padding-top: 65px;
                text-transform: uppercase;
            }
            .box a{
                color: white;
                text-decoration: none;
                font-weight: bold;
                font-size: 25px;
            }
            .edge{
                background-color:rgb(191,10,48);
                color: white;
                font-size:15px;
                position: absolute;
                bottom: 0px;
                left: 0;
                right: 0;
                width: 100%;
                text-align: center;
                text-transform:capitalize;
                
            }
            .top{
                background-color:rgb(191,10,48);
                color: white;
                font-size: 15px;
                position: absolute;
                top:0px;
                right:0;
                left:0;
                width:100%;
                text-align: center;
                text-transform: uppercase;
            }

            @media screen and (max-width: 767px) {
                .box {
                    width: 90%; 
                    display: block;
                    margin-left: auto;
                    margin-right: 15px;
                    margin-bottom:20px;
					padding:10px;
                    height:310px;
                }
                .ele{
                    position: relative;
                    padding-top: 100px;
                    text-transform: uppercase;
                }
                .box a{
                    color: white;
                    text-decoration: none;
                    font-weight: bold;
                    font-size: 35px;
                }
                .ml-n5 {
                    left: 0px;
                }
                .col {
                    width: 100%; 
                    margin-bottom: 10px; 
                }
                .first-col{
                    width:90%;
                }

            }
			
			/* heading section*/
			.heading-box {
                position: relative;
                width: 1000px;
                height: 80px;
                background-color: #0A3161;
                margin: 0;
                box-shadow: -5px 5px 5px rgba(191, 10, 48, 1);
                color: white;
                text-align:center;
                border-radius: 100px;
            }
			.heading-ele{
                position: relative;
                padding-top: 0px;
                text-transform: uppercase;
				font-size: 50px;
				font-weight: bold;
            }
			.sub-heading{
				position: relative;
                width: 260px;
                height: 200px;
                background-color: #0A3161;
                margin: 0px;
                box-shadow: -5px 5px 5px rgba(191, 10, 48, 1);
                color: white;
                text-align:center;
                border-radius: 100px;
                font-size:23px;
				font-weight: bold;
				padding-top: 50px;
                /* line-height: 1.2; */
			}
            .qa{
                font-size: 18px;
                padding-top: 30px;
            }
            .sent{
                padding-top: 30px;
                font-size: 21px;
            }
            .pre_sub{
                width: 975px;
                padding: 10px;
            }
            .row {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .col {
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 20px; /* Add margin instead of <br> tag */
            }

            @media screen and (max-width: 767px) {
                .heading-box {
                    position: relative;
                    width: auto;
                    height: 80px;
                    background-color: #0A3161;
                    margin: 0 auto;
                    box-shadow: -5px 5px 5px rgba(191, 10, 48, 1);
                    color: white;
                    text-align:center;
                    border-radius: 100px;
                    font-size: 25px;
                }
                .pre_sub{
                    width: 300px;
                    margin-top: -25px;
                }
			
                
            }
            .week{
                width: 100px;
                height: 30px;
                border-radius: 100px;
                background-color: black;
                color: white;
                text-align: center;
                padding-top: 5px;
                margin: 0px 0px 5px 10px;
                /* float: left; */
            }

            .mainpage{
                margin-top: 90px;
                background-color:#dcdcdc;
                height: 100%;
            }
            .sub_main{
                font-size:45px;
                font-weight: bold;
                text-align: center;
                line-height:1.2;
            }
            .inner-rectangle {
                background-color: #ffffff;
                padding: 20px;
                margin: 20px auto; 
                width: 70%; 
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                font-size: 25px;
                position: relative; 
            }
            .inner-rectangle .inner-content{
                font-size: 20px;
                text-align: justify;
            }
            .button {
                background-color: #0A3161;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 5px;
                font-size: 20px;
                font-weight:bold;
                cursor: pointer;
                border-radius: 100px;
            } 
            .full-width-rectangle {
                background-color: #0A3161; 
                padding: 20px;
                width: 100%;
                height:auto;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
                /* text-align: center; */
                color: white;
                font-size: 20px;
                text-align: justify;
            }
            .small-square {
                width: 50px; 
                height: 50px; 
                background-color: #ffffff; 
                color: #0A3161; 
                font-size: 24px; 
                line-height: 50px; 
                border-radius: 5px; 
                display: inline-block; 
                margin-right: 10px; 
                float: left;
                text-align: center;
                position: relative;
            }
            .square-content{
                margin-left: 120px;
               text-align: justify;
            }
            .circle {
                width: 50px; 
                height: 50px;
                background-color: #0A3161;
                border-radius: 50%;
                position: absolute;
                top: -25px;
                left: -25px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
                border: 2px solid white;
            }
            .circle1 {
                left: -25px; 
            }
            .circle2 {
                left: 2.2%; 
                transform: translateX(-50%); 
            }
            .circle3 {
                left: 2%; 
            }
            .right-circle{
                width: 280px; 
                height: 280px; 
                background-color: #ffffff; 
                border-radius: 50%; 
                position: absolute; 
                top: 30%;
                right: -75px; 
                transform: translateY(-50%); 
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
            }
            .right-circle img {
                max-width: 100%; /* Adjust the size of the image */
                border-radius: 50%; /* Make the image circular */
            }

            @media  only screen and (min-width: 992px){
                .row > .col > b >i{
                    display: none;
                }
            }
