.box{
padding:10px;
margin:10px;
 border-style: solid;
border-width: 1px;
text-align:center;
background:#da241b;
color:#fff;
height:330px;
}
.box:hover{border:15px;}
.certibox{height:400px;
 border-style: solid;
border-width: 1px;margin:10px;}
.white{color:#fff;
margin-top:10px;}
.abthr{width:200px;
}

.captcha{margin-top:5px;}
.form-control {
   
    height: 44px;
    border-radius: 0px; 
}
.edwn{margin-top:5px;}
.abttext{font-size:12px;}
@media only screen and (min-width: 700px) {
.mega-menu{
    width: 100%;
    width: 783px;
}
}
@media only screen and (max-width: 700px) {
.mega-menu{
    
    width: 500px;
	padding:0px;
	background:red;
	line-height:0
}
}
.modal a:hover{color:red;}

.float {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 100px;
    right: 15px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.my-float {
    color: #fff;
    margin: 0 auto;
    line-height: 2;
}
.number{
    color: white;
}
.number:hover{
color: #ffffff;
}
.number-con{
    color: #999999;
}












/* .navbar {
   
    border: none;
}

.navbar-nav > li > a {
    color: #0f1934 !important;
    font-weight: bold;

}

.navbar-nav > li:hover > a {
    background: #555;
}

.dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

.mega-menu {
    padding: 20px;
    background: #f9f9f9;
}

.mega-menu h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
}

.mega-menu ul {
    padding: 0;
    list-style: none;
}

.mega-menu ul li {
    padding: 5px 0;
}

.mega-menu ul li a {
    color: #333;
    text-decoration: none;
    font-weight: bolder;
}

.mega-menu ul li a:hover {
    color: #007bff;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
} */
.points{
    list-style-type: disc;
}
.mega-menu {
    width: 600PX;
    background-color: #f8f9fa;
    border: none;
 position: absolute;
left: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mega-menu .dropdown-header {
    font-weight: bold;
    color: #343a40;
    margin-bottom: 10px;

}

.mega-menu .dropdown-item {
    padding: 6px 15px;
    color: #020202;
    font-weight:500;
   
}

/* Media Query for Large Screens (Desktops) */
@media only screen and (min-width: 1200px) {
    .mega-menu {
        width: 800px;
    }
}

/* Media Query for Medium Screens (Tablets) */
@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .mega-menu {
        width: 600px;
        padding: 10px;
    }
}

/* Media Query for Small Screens (Mobile Devices) */
@media only screen and (max-width: 767px) {
    .mega-menu {
        position: static;
        width: 100%;
        padding: 10px;
        background-color: #f8f9fa;
        box-shadow: none;
    }

    .mega-menu .dropdown-header {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .mega-menu .dropdown-item {
        padding: 10px;
        font-size: 14px;
    }
}

.social-container {
      position: fixed;
      right: 0;
      top: 60%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      z-index: 1000;
    }

    .vertical-text {
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      font-size: 15px;
      letter-spacing: 5px;
      padding: 10px 5px;
      background: #000000;
      color: white;
      cursor: pointer;
    }

    .icons {
      display: none;
      flex-direction: column;
      background: #ffffff;
      padding: 10px;
      list-style-type: none;
    }

    .icons a {
      color: rgb(0, 0, 0);
      text-decoration: none;
      margin: 10px 0;
      font-size: 20px;
      transition: transform 0.3s ease;
    }

    .icons a:hover {
      transform: scale(1.2);
    }

    .social-container:hover .icons {
      display: flex;
    }