/* Small devices (mobile, 576px and below) */
@media (max-width: 576px) {
	dl, ol, ul {
    padding: 0 0 0 20px}

	.padding-bottom-30 {
    padding-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 15px;
}
.padding-right60 {
    padding-right: 15px;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    border: none;
    outline: none;
    background: #E60B57;
    border-radius: 2px;
    padding: 7px 8px;
}
.navbar {
	padding: 11px 15px !important
}
.navbar-nav.pull-right{
	float: none;
	text-align: center;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.6rem 0.7rem !important;
    font-size: .9rem;
}

    #body-wrap{
    	top: 120px;
    }
    .body-wrap-in{
    	padding: 15px 0;
    }

    
    .title h2{
    	font-size: 1.5rem
    }
        .title h3{
    	font-size: 1.3rem
    }
    .h5, h5{
    	font-size: 1.5rem
    }
    #job_purpose{
    	text-align: justify;
    }
   #sticky-sidebar{
    	display: none;
    }
    .main-links > li{
    	display: block;
    }
    #footer{
    	text-align: center;
    }
    footer .btn{
    	float:  none;
    }
    .modal-custom{
    	width: auto;
    }
    .modal-body {
    padding: 1.5rem 1rem 0;
}
    .modal-footer{
    padding: 0.5rem 3rem;
    margin: 1.5rem -1rem 0;
    }
    .apllication-sent:before{
        background: none;
        display: none;
    }
    #get-the-app{
        width: 100%;
    }
    #get-the-app .country-code-form-group {
        width: 60px;
    }
    .telephone-number{
        width: 80%
    
    }
    #get-the-app-telephone{
        margin-right: 0;
    }
    #get-the-app-btn{
        width: 100%;
    }

.selectbutton {
        width: 300px;
}
.loading-bottom {
    padding: 0px;
}
.preloader_full-screen {
    height: 10vh;
  }
.logoutresponsive {
    margin-left:0px;
}

}

/* Small devices (tablets, 992px and down) */
@media (max-width: 992px) {
	.body-wrap-in {
    padding: 20px;
}
.navbar-toggler:not(:disabled):not(.disabled) {
	display: block;
    cursor: pointer;
    border: none;
    outline: none;
    background: #E60B57;
    border-radius: 2px;
    padding: 7px 8px;
}

 .navbar-expand-md .navbar-collapse{
	display: none !important;
}
 .collapse:not(.show){
 	display: none !important;
 }
.navbar-expand-md .navbar-collapse.show{
	background-color: #E60B57;
	display: block !important;
	flex: none;
	position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    bottom: auto;
    opacity: 0.90;
}
.navbar-nav.pull-right {
    float: none;
    text-align: center;
    display: block;
}
.nav-item{
	display: block;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 0.7rem !important;
    color: #FFFFFF;
    font-size: 0.8rem;
}
#wrapper {
    top: 58px;
    }
    .social-group a {
    font-size: 1.1rem;
    line-height: 26px;
    height: 26px;
    width: 26px;
}
#job_purpose{
	padding-left: 0;
	padding-right: 0;
	text-align: initial;
}
.download-app{
	text-align: center;
}
.download-app span{
	width: 48%;
	display: inline-block;
}
#sticky-sidebar{
    display: none;
}

.logoutresponsive {
    margin-left:0px;
}
}

