 /* new dropdown */
 .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }

@media screen and (max-width: 952px) {
    .for1 .row .col-sm-4 .qpara {
margin-left: 10px;
    }
    .for1 .row .col-sm-4 .b{
        margin-left: 10px;

    }
    .for1 .row  .copy{
        text-align: center;
    }
    iframe{
        margin-top: 70px;
    }
    }


    .heading3{
        font-size: 40px;
        margin-top: 100px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        font-family: Verdana;
        line-height: 3.0rem;
        color: #4787cf;
        font-weight: normal;
    
    }
    @media (max-width: 576px) {
        .heading3 {
            font-size: 30px; /* Further reduce the font size */
            margin-top: 50px; /* Further reduce the top margin */
            margin-left: 10px;
            margin-right: 10px;
            
        }
    }





/* img {
    max-width: 100%;
    display: block;
  } */

  @media
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5){
  
    html,
    body{
      width:100%;
      overflow-x:hidden;
  }
  
  }


  .num{
    color: #fff !important;
    font-size: 18px;
    font-weight:550;
    margin:6px;
    border-radius: 10px;
    width: 120px;
}
body{
	width:100%;
      overflow-x:hidden;
}
#Nav{
            margin-left:auto;
			font-size: 18px;
			font-weight:bold;
            color: white;
			
}
.navbar .nav-item .nav-link{ 
	color: white; 
}
.navbar .nav-item:hover .nav-link{ 
	color: white; 
    /* border: 2px solid  ;  border-radius: 20px  */
}
.navbar .navbar-toggler{
    color: aliceblue;
    background-color: white;
    margin-right: 35px;
}
.heading2{
    margin-top: 75px;
  

    text-align: center;
    font-family: sans-serif Arial;
    line-height: 3.0rem;
	color: #4787cf;
	font-weight: normal;
    
}
.bg{
    background-color:whitesmoke;
}
.qpara{

    text-align: justify;
    font-family: sans-serif Arial;
	color: white;
	font-weight: normal;
    font-size: 20px;
    margin-left: 100px;
    margin-top: 15px;
    margin-right: 100px;
  
}
.b{
    color: #b7bcc7;
    

    margin-left: 100px;
    margin-right: 100px;
    margin-top: 17px;
    font-size: 17px;
    font-weight:500;
    text-decoration: none;
    /* text-align: justify; */
}
.online{
    color:#b7bcc7;
    font-size: 24px; 
}
.copy{
    text-align: center;
    margin-top: -10px;
    font-size: 17px;
    margin-bottom: 8px;
    color: #b7bcc7;
    

}
.c{
    
    color: #AFBCBC;
    text-decoration: none;
}
.ft{
    background-color: #3b5998;

}
.for1{
    background-color: #3b5998;
  }

 /* whats app */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  }
  
  .my-float{
	margin-top:16px;
  }
  .social{
  margin-left: 12px;
  }
  .form{
    margin-top: 70px;
  }