@media  screen and (max-width: 1366px) {
	.videofooter{
		margin-left: -4px;
	}
	.imgforresolution{
		padding-top: 40px;
	}
	.videofooter1{
		margin-left: -10px;
	}
	.pathsala2{
		background-color: white;
		padding: 0px 30px;
		width: 349px;
		height: 135px;
		border-radius: 8px;
		box-shadow: 2px 3px 8px #bcaeae;
	}
	.pathsala2 a{
		float: left;
		margin-left: -30px;
		text-decoration: none;
		color: #000000;
	}
	.pathsala2 img{
		width: 160px;
		border-radius: 8px 0px 2px 8px;
	}
	.pathsala2 a span{
		margin-left: 55px;
		font-size: 22px;
	}
}
@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {
		font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@media (max-width: 768px) {
	.logo { max-width:400px; display: block; margin: auto; }
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
    .srch-input { margin-right: 50px;}
 
}
@media screen and (min-width: 768px){
  .modal-dialog {
	  width:500px;
	  padding-top: 90px;
  }          
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
   
  }
  #navbar {
    text-align: center;
  }
} 

@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
 .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }
    .dropdown-menu>li>a {
      color: #ffffff;
    }
    .dropdown-menu>li>a:hover {
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #ffffff;
        background-color: transparent;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #005577;
    }
	.carousel-inner img{
		height:auto!important
	}
	#notification-section .row{
		flex-direction:column
	}
	.action-contr{margin-top: 10px;margin-left: 10px;}
} 
@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}
@media screen and (max-width: 650px) {
		.toprow{flex-direction:column}
	.notice-event-tender label {
	font-size: 13px;
	}
	.notice-event-tender label:before {
	margin: 0;
	font-size: 18px;
	}
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
@media screen and (max-width: 400px) {
	.notice-event-tender label {
	padding: 15px;
	}
}