/*--------------------------------------------------------------
Mobile View
--------------------------------------------------------------*/
 @media (max-width: 767px) and (min-width: 300px)
 {
 
    footer .copyright-part 
	{
		font-size: 12px;
		margin-bottom: -11px;
    }

 }

/*--------------------------------------------------------------
Tab View
--------------------------------------------------------------*/
@media (max-width: 1150px) and (min-width: 750px){
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 33.333333%!important;
    max-width: 100% !important;
}

footer .copyright-part {
    font-size: 12px;
    padding: 15px 5px;
}
.form-group {
    margin-bottom: 33px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px!important;
    font-weight: bold;
}
[class*=" icofont-"], [class^=icofont-] {
    font-size: 40px!important;
}
.career-content-2 .heading-career span {
    font-weight: bold;
    background-image: linear-gradient(to top, #73a0a0 0%, #7fb3b3cc 80%, #5f8181e0 100%);
    padding: 9px;
    font-size: 14px!important;
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 100%;
    max-width: 100.333333%;
    width: 100%;
}
.offset-1 {
    margin-left: 0;
}
.container, .container-md, .container-sm {
    max-width: 751px!important;
}
.cont i{
    display: none;
}
.serviceBox {
    margin: 40px 4px 0px!important;
}
.desk-slider {
    display: block;
    height: auto!important;
}
#hero {
    height:auto!important;
}
.typing{
	flex: 0 0 50%!important;
}
.int-head{
	font-size: 29px!important;
}
.timeline-icon img{
	height: 32px!important;
}
	.serviceBox .title {
    
    background: linear-gradient(-140deg, #73a0a0 15%, #73a0a061 70%)!important;
	}
	.main-timeline .timeline-icon:before {
    content: "";
    background: linear-gradient(to top,#73a0a0a6,#73a0a0)!important;
	}
.tab-view{

    -ms-flex: 0 0 58.333333%;
    flex: 0 0 100%!important;
    max-width: 100%!important;

}

}

/*--------------------------------------------------------------
1366*768 desktop view
--------------------------------------------------------------*/

@media (max-width: 1400px) and (min-width: 900px)
{

    .white-popup-block 
	{
		background: #FFF;
		padding: 20px 30px;
		text-align: left;
		max-width: 585px!important;
		margin: 40px auto;
		position: relative;
	}
  
    .logo-center img
	{
		height: 100px!important;
    }
	
	footer .copyright-part 
	{
		padding-top: 2px!important;
		padding-bottom: 2px!important;
	}
	
	body
	{
		overflow-y:hidden;
	}
}