* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
    .appointment-section.style-two {
    padding-bottom: 110px;
    }
    .appointment-section {
    position: relative;
    padding-top: 100px;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
.appointment-section .image-column .inner-column {
    position: relative;
    text-align: center;
    padding-left: 60px;
}
body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
element.style {
    background-image: url(images/background/4.jpg);
}
.appointment-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.sec-title.centered {
    text-align: center !important;
}
.sec-title {
    position: relative;
    margin-bottom: 55px;
}
.sec-title.light .title, .sec-title.light h2 {
    color: #ffffff;
    font-weight:800;
}
.appointment-section .image-layer:before {
    
    background-color: rgba(0, 96, 255, 0.90);
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
.appointment-section .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(249, 138, 90, 0.90);
}
.appointment-section .inner-container {
    position: relative;
    z-index: 1;
    padding: 65px 0px;
}
.appointment-section .inner-container:before{
	position:absolute;
	content:'';
	left:250px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}
body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.appointment-section .image-column {
    position: relative;
}
.appointment-section .image-column .inner-column {
    position: relative;
    text-align: center;
    padding-left: 60px;
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.appointment-section .image-column .inner-column .image {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.appointment-section .image-column .inner-column {
    position: relative;
    text-align: center;
    padding-left: 60px;
}
.appointment-section .image-column .inner-column .image img {
    width: 100%;
    display: block;
}
img {
    vertical-align: middle;
    border-style: none;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.appointment-section .form-column {
    position: relative;
}
.appointment-section .form-column .inner-column {
    position: relative;
    padding-right: 45px;
    padding-top: 0px;
    padding-left: 20px;
}
.appointment-section .form-column h4 {
    position: relative;
    color: #141d38;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 30px;
    font-size: 30px;
}
.appointment-form {
    position: relative;
    z-index: 1;
}
.appointment-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.appointment-section .inner-container:before {
    position: absolute;
    content: '';
    left: 250px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
*, ::after, ::before {
    box-sizing: border-box;
}
h4 {
    font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
}
form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}
.appointment-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.form-group {
    margin-bottom: 1rem;
}
.ui-selectmenu-button.ui-button, .appointment-form .form-group input[type="text"], .appointment-form .form-group input[type="email"], .appointment-form .form-group input[type="tel"], .appointment-form .form-group input[type="url"], .appointment-form .form-group textarea, .appointment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    padding: 14px 22px;
    border-radius: 4px;
    z-index: 1;
    height: 60px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.appointment-form .form-group .icon,{
    color: #f98a5a;
}
.appointment-form .form-group .icon {
    position: absolute;
    right: 15px;
    top: 5px;
    height: 50px;
    width: 50px;
    z-index: 1;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #f98a5a;
}
.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.appointment-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.appointment-form button {
    margin-top: 15px;
}
.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 50px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #f98a5a;
    font-family: 'Montserrat', sans-serif;
}
.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}
.appointment-form .form-group textarea {
    height: 150px;
    resize: none;
    border-radius: 4px;
}
.appointment-form .form-group input[type="text"]{
        position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    padding: 14px 22px;
    border-radius: 4px;
    z-index: 1;
    height: 60px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (max-width: 768px){
	.appointment-section .inner-container:before {
		    left: 0px;
		    top: 90px;
	}
	.appointment-section .image-column .inner-column {
     position: relative; 
    padding-left: 0px;
    }
.appointment-section .form-column h4 {
    padding-top:50px;
    }
    .appointment-section .inner-container {
    position: relative;
    z-index: 1;
    padding: 0px 0px;
}
.appointment-section.style-two {
    padding-bottom: 30px;
}
.appointment-section .image-column {
    position: relative;
    margin-top: 90px;
}
}
.pbmit-service-image {
    max-width: 100%;
    height: auto;
}


.image-container {
    
    overflow: hidden;
    width: 100%;
    height: 650px;
}

.image-container img {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: slideIn 2s forwards;
}

@keyframes slideIn {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}