/* Large Devices, Wide Screens */
@media only screen and (max-width: 1219px) { /* Layout width - 1 */
  img {
    max-width: 100%;
    height: auto;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	.page-wrapper .dispatch-section,
	body {
		background: #F5F5F5;
	}
	.page-wrapper .dispatch-section {
		display: block !important;		
	}
	.page-wrapper .dispatch-right {
		display: block !important;
		position: static;
	}
	.dispatch-left {
		width: 100%;
		height: auto;
		padding: 30px 0px 0px 0px;
	}
	.dispatch-right {
		width: 100%;
	}
	.mobile-header {
		display: block;
	}
	.dispatch-content {
		display: none;
	}
	.dispatch-left {
		background: transparent;
	}
	.dispatch-right-box {
		background: #fff;
	}
	.dispatch-img img {
		max-width: 160px;
	}
	.dispatch-right-top a {
		display: none;
	}
	.dispatch-right {
		padding: 0px 30px 12px;
	}
	.dispatch-right-top h6 {
    color: #3F92FE;
    font-size: 16px;
    margin-top: 12px;
	}
	.dispatch-right-box {
		margin: 30px 0px;
		width: 100%;
		padding: 15px;
		box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.1);
	}
	.dispatch-right-inner form label {
		font-size: 12px;
	}
	.file-upload .file-select .file-select-button {
		width: 50%;
		padding-left: 40px;
	}
	.file-upload .file-select .file-select-name {
		width: 40%;
		font-size: 12px;
	}
	.file-upload .file-select .file-select-button::before {
		left: 6px;
	}
	.dispatch-right-inner {
		width: 100%;
	}
	.dispatch-right-inner form input[type="submit"] {
		width: 100%;
		max-width: 100%;
		font-size: 14px;
	}
	.upload-box {
		margin-bottom: 30px;
	}
	.copyright-text {
    position: static;
    color: #3F92FE;
    font-size: 10px;
    margin-top: 35px;
	}
	.success-popup {
		width: auto;
		right: 10px;
		left: 10px;
		top: 68px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 380px) {
	.dispatch-right {
		padding: 0px 15px 12px;
	}
	.only-for-mobile .dispatch-right {
		padding: 18px 15px 15px;
	}
	.file-upload .file-select .file-select-button {
		width: 115px;
	}
	.file-upload .file-select .file-select-name {
		width: calc(100% - 140px);
		padding-left: 15px;
	}
	.success-msg {
		font-size: 19px;
		padding-left: 45px;
	}
	.success-msg::before {
		width: 30px;
		height: 30px;
	} 
}

@media (max-width: 767px) {
	.h-100.h-sm-auto {
		height: auto !important;
	}
	.dp-right, .dp-left {
		height: auto;
		position: relative;
		background-color: transparent;
	}
	.phone-link, .email-link {
		min-width: auto;
		padding: 7px 15px;
	}
	.email-link:before {
		left: 7px;
	}
	.dp-right .btn-primary{
		width:100% !important;
	}
	div#confirmModal {
		position: fixed;
		top: 0;
		z-index: 9;
		width: 100%;
	  }
	  div#confirmModal .modal-dialog {
		margin-top: 15%;
	  }
	  .success-popup {
		position: fixed;
		top: 587px;
		right: 10px;
		z-index: 9;
		left: auto;
		width: 340px;
	}
	.file-box .before-up{
		background-color: transparent;
	}
	.sd-bg{
		height: calc(100vh);
		background-color: #F5F5F5;
	}
	.file-box input[type="file"] {
		margin-right: 0;
        width: calc(100% - 40px);
	}
	.file-box .close-icon{
		top: auto;
        bottom: 8px;
	}
}
