/*iphone 5 media query*/
@media screen and (max-width: 700px) and (min-width: 200px) {
	.home-header-bg-img {
		 height: 936px;
	}
	#headerNavbar .media-query-padding{
		padding: 0px !important;
	}
	#headerNavbar .nav-item{
		padding-left: 0px !important;
	}	

	.navbar-dark .navbar-toggler {
    	color: rgb(255 255 255);
    	border-color: rgb(255 255 255);
	}

	#headerNavbar .helpline-no{
		margin-left: 0px !important;
		margin-top: 100px; 
	}

	#Hero .header-headding {
    	font-size: 30px;
	}
	#Hero .headding{
		padding-top:0px !important;
	}
	#Hero .header-button{
		width: 100%;
		margin-left: 0px !important;
    	margin-bottom: 10px;
	}

	#Hero .motivational-button, .current-affairs-button {
		width: 100%;
		margin-left: 0px !important;
		margin-bottom: 10px;
	} 
	#Hero .box-div-btn {
		font-size: 10px;
	}

	#footerSection .footer-heading{
		margin-bottom: 11px !important;
		padding-top: 20px;
	}
	#contactUs .map-box{
		padding-top: 25px;
	}
	#contactUs .contact-min-div{
		padding: 10px !important;
	}
	#attemptTest .res-pad{
		padding: 20px 15px 0px 1px !important;
	}
	.moblie-nav{
		z-index: 999;
    	background-color: #35b3e6;
    	box-shadow: rgb(188 136 136 / 69%) 0px 2px 8px 0px;
    	position: fixed;
    	width: 100%;
	}
	.moblie-nav ul{
		padding-bottom: 20px;
	}

	#headerNavbar .logo {
    	width: 70px;
    	border-radius: 6px;
	}

	.section-title h2{
		font-size: 25px;
	}

	.section-title1 h2{
		font-size: 25px;
	}
	
	#testSeries .moblie-row{
		padding-left: 1rem!important;
	}

	#studentReview .owl-theme  .owl-prev{
		/*color: black;
    	font-size: 45px !important;
    	position: absolute;
    	top: 12rem;
    	left: 0rem;*/
    	display: none;
	}

	#studentReview .owl-theme .owl-next{
    	/*position: absolute;
    	font-size: 45px !important;
    	color: black;
    	top: 7rem;
   	 	right: 0px;*/
   	 	display: none;
	}

	#studentReview .owl-theme .owl-nav [class*=owl-]:hover {
    	background: #86979100;
    	color: #000;
    	text-decoration: none;
    	outline: none;
	}

	#studentReview .owl-prev .owl-next{
		display: block;
	}
	#studentReview .owl-theme .owl-nav [class*=owl-]:hover{
		display: none;
	}
	#studentReview .owl-dots{
		display: black;
	}

	#headerNavbar .navbar-dark ul li{
		margin-right: 0px;
	}
	/*#headerNavbar .logout-button{
		margin-top: 20px !important;
   		margin-left: 0px !important;
	}*/

	.buy-button{
		display: flex;
    	justify-content: start;
	}
	#comboPackage .combo-package-pre-btn{
    	width: 32%;
	}

	.padd-left{
		padding-left: 0px;
	}

	.circular_image {
	    width: 110px;
	    height: 110px;
	    position: relative;
	    left: -11px;
	}

	#profileDetails .pro-cir-img-div{
		display: block;
    	margin-left: auto;
   	 	margin-right: auto;
    	margin-top: 35px !important;
	}
	#profileDetails  .mob-center{
		text-align: center;
	}

	#profileDetails  .mob-m-top{
		margin-top: 10px !important;
	}

    #profileDetails .proflie-edit-icon{
	    position: absolute;
	   left: 14rem;
       top: 145px;
	}

	#footerSection .contact-us-remove-mobile-device{
		display: none !important;
	}

	#Notifications .modal.right .modal-dialog{
        width: auto !important; 
    }

    #testExamSchedule .text1, .text2 {
        font-size: 14px !important;
    }
    #testExamSchedule .grid-row{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #headerNavbar .profile-dropdown{
          left: 54%;
          top: 3.5%;
          position: fixed;
    }
    #headerNavbar .notifications-bell-icon{
          top: 5%;
          right: 22%;
          position: fixed;
          font-size: 22px !important;
    }

    #headerNavbar .badge-danger {
        right: -2px;
        top: -7px;
        font-size: 10px;
        padding: 4px 6px;
    }
    
    #headerNavbar .navbar-dark .navbar-nav .nav-link {
        font-size: 16px !important;
    }
    
    #headerNavbar .login-menu{
        list-style-type: none;
       
    }
    
    #headerNavbar .helpline-no{
        font-size: 11px;
    }
    
    #testExamSchedule .label-div { 
        width: 100% !important;
        border-radius: 0px 0px 10px 10px !important;
    }

	.heading h1{
		font-size: 18px;
	}
}

/*Galaxy Fold Media Query*/
@media(max-width: 320px){ 
   #headerNavbar .profile-dropdown{
          left: 37%;
          top: 4.5%;
          position: fixed;
    }
    #headerNavbar .notifications-bell-icon{
          top: 6%;
          right: 30%;
          position: fixed;
          font-size: 22px !important;
    }
}

/*iphone 6/7/8 iphone x media query*/
/*@media screen and (max-width: 380px) and (min-width: 331px) {
 
}*/

/*iphone 6/7/8 plus  media query*/
/*@media screen and (max-width: 700px) and (min-width: 381px) {

}*/

/*ipad  media query*/
/*@media screen and (max-width: 1024px) and (min-width: 768px) {

	#attemptTest .res-pad{
		padding: 20px 15px 0px 1px !important;
	}

}*/

/*ipad  media query portrait*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  	.navbar-dark ul li {
    	margin-right: 15px !important;
	}

	#headerNavbar .navbar-dark .navbar-nav .nav-link {
    	font-size: 8px;
	}
	#headerNavbar .helpline-no{
		font-size: 6px;
		position: relative;
    	top: 3px;
	}
	/*#headerNavbar .logout-button{
		font-size: 10px;
    	margin: 0px !important;
    	margin-left: 12px !important;
	}*/

	#headerNavbar .logo {
    	width: 65px;
    	border-radius: 6px;
	}
	#Hero .motivational-button, .current-affairs-button{
		font-size: 18px;
		width: 30%;
	}
	#Hero .header-button {
		width: 35%;
	}
	#Hero .header-headding{
		font-size: 40px;
	}

	#Hero .box-headding {
    	font-size: 21px !important;
	}

	#comboPackage .btn-group{
		float: left !important;
	}
	.padd-left{
		padding-left: 0px;
	}

	#testCategory .card-text {
    	font-size: 20px;
   		text-align: center;
	}

	#Hero .box-div-img {
		width: 70%;
	}
	#testSeries .btn-group{
		float: left !important;
	}

	#footerSection .footer-heading {
    	color: #009DDC;
    	margin-bottom: 10px;
    	margin-top: 13px;
	}

	#testCategory .category-circular-image{
    	width: 130px;
    	height: 130px;
    }
    #testCategory .category-circular-image img{
	   width: 100%;
	   height: 100%;
	   object-fit: cover;
	}

	#footerSection .contact-us-remove-mobile-device{
		display: none !important;
	}

	#Notifications .modal.right .modal-dialog{
        width: auto !important; 
    }

    #headerNavbar .badge-danger {
        right: 14px;
        top: 14px;
        font-size: 7px;
        padding: 4px 6px;
    }
    
    #headerNavbar .login-menu{
        list-style-type: none;
        position: relative !important;
    }
}

/*ipad  media query landscape*/
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	.navbar-dark ul li {
    	margin-right: 15px !important;
	}
 	#headerNavbar .navbar-dark .navbar-nav .nav-link {
    	font-size: 12px;
	}
	#headerNavbar .helpline-no{
		font-size: 11px;
		position: relative;
    	top: -4px;
	}
	/*#headerNavbar .logout-button{
		font-size: 12px;
    	margin: 0px !important;
    	margin-left: 15px !important;
	}*/

	#headerNavbar .logo {
    	width: 65px;
    	border-radius: 6px;
	}

	#Hero .motivational-button, .current-affairs-button{
		font-size: 18px;
		width: 20%;
	}
	#Hero .header-headding{
		font-size: 40px;
	}
	#homeCurrentAffairs .current-affairs-para{
		font-size: 20px;
	}
	#homeCurrentAffairs .current-affairs-img{
		width: 100% !important;
	}

	#Hero .box-headding {
    	font-size: 18px !important;
	}

	#comboPackage .price-txt{
   		font-size: 18px;
	}
	#testCategory .card-text {
   		font-size: 14px;
	}
	.circular_image {
    	width: 110px;
    	height: 110px;
	}

	#testCategory .category-circular-image{
    	width: 130px;
    	height: 130px;
    }
    #testCategory .category-circular-image img{
	   width: 100%;
	   height: 100%;
	   object-fit: cover;
	}

	#headerNavbar .badge-danger {
        right: 15px;
        top: 18px;
        font-size: 9px;
        padding: 3px;
    }
}
/*iPad Pro and 125% and 150% zoom media query*/
@media screen and (max-width: 1366px) and (min-width: 1024px)  {
    #attemptTest .res-pad{
        padding: 30px 30px 13px 20px !important
    }

    .navbar-dark ul li {
        margin-right: 16px !important;
    }
     #headerNavbar .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
    }
    #headerNavbar .helpline-no{
        font-size: 10px;
        position: relative;
        top: 0px;
    }
    /*#headerNavbar .logout-button{
	 	font-size: 12px;
    	position: relative;
    	top: 10%;
	}	*/
	#headerNavbar .logo {
    	width: 80px;
    	border-radius: 8px;
	}
    #Hero .motivational-button, .current-affairs-button{
        font-size: 18px;
        width: 20%;
    }
    .circular_image {
    	width: 110px;
    	height: 110px;
	}

	#headerNavbar .badge-danger {
        right: 13px;
        top: 34px;
        font-size: 10px;
        padding: 4px 6px;
    }
}


/*THIS MEDIA QUERY USE OF 175% ZOOM SCREEN*/		
@media screen and (min-width: 699px) and (max-width: 991px) {
	#headerNavbar .navbar-dark .navbar-nav .nav-link {
		font-size: 12px !important;
	}
	.navbar-dark ul li {
		margin-right: 10px !important;
	}

	#headerNavbar .logo {
		width: 70px;
		border-radius: 6px;
	}
/*
	#headerNavbar .logout-button{
	 	font-size: 9px;
    	position: relative;
    	top: 0%;
	}	*/

	#headerNavbar .helpline-no{
		font-size: 9px;
		position: relative;
		/*top: -6px;*/
	}

	#Hero .motivational-button, .current-affairs-button {
    	width: 27%;
    	font-size: 16px;
	}
	#Hero .header-button {
    	width: 35%;
	}
}

/*THIS MEDIA QUERY USE OF 200% ZOOM SCREEN*/
@media screen and ( max-width: 800px ) {
	/*#headerNavbar .navbar-dark .navbar-nav .nav-link {
		font-size: 11px !important;
	}*/

	/*#headerNavbar .helpline-no{
		font-size: 8px;
		position: relative;
		top: -6px;
	}*/

	/*#headerNavbar .logout-button{
	 	font-size: 9px;
    	position: relative;
    	top: 0%;
	}	*/

	.navbar-dark ul li {
		margin-right: 10px !important;
	}

	#headerNavbar .logo {
		width: 70px;
		border-radius: 6px;
	}

	#headerNavbar .media-query-padding{
		padding: 0px !important;
	}
}


