.podcast-box .podcast-banner-img img {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.contact-page {
    overflow-x: hidden;
}

.contact-page .section-title {
	display:none;
}

.contact-page-section {
	position: relative;
}

.contact-page-section .img-bg {
	position: absolute;
    top: 260px;
	width: 100%;
	height: 100%;
}

.contact-form-section {
	overflow: hidden;
	position: relative;
}

.form-left {
	position: relative;
	background-image: url("/wp-content/themes/smartkarrot/vi/images/contact-us/bg-form.png");
	background-size: cover;
	background-position: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.form-left .link-sec a {
	text-decoration: none;
	line-height: initial;
}

.form-left .link-sec a span {
	position:relative;
}

.form-left .link-sec a span::before {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.form-left .link-sec a span:hover::before {
	left: 0;
    right: auto;
    width: 100%;
}

.form-left .link-sec .link-img {
	width: 25px;
	object-fit: scale-down;
	object-position: bottom;
	height: 25px;
	margin-right: 13px;
}

.form-left .social-link {
    position: relative;
    z-index: 9;
}

.form-left .social-link h5 {
	font-weight: 300;
}

.form-left .img-chat-right {
	width: 230px;
	position: absolute;
	bottom: -7px;
	right: -7px;
}

.contact-form {
	background-color: #fafafa;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.contact-form .wpcf7 form {
    padding: 40px 40px 0px 40px;
}

.contact-form .pricing_popup_wrap {
	margin-bottom: 7px!important;
}

.contact-form .form-control {
    border: 1px solid #e7e7e7;
	height:48px;
}

.contact-form .form-control::placeholder {
	color: #777777;
	opacity: 1;
	font-size:16px;
}

.contact-form .form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #777777;
	font-size:16px;
}

.contact-form .form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #777777;
	font-size:16px;
}

.contact-form label.error {
    position: unset!important;
    justify-content: start!important;
    width: 100%!important;
    margin: 0px!important;
}

.contact-form label.error:before {
	padding: 7.5px;
}

.contact-form .what_do_want_wrap {
	margin-bottom:0px;
}

.contact-form .what_do_want_wrap p {
	margin-bottom:0px;
}

.contact-form .headline-txt {
	color:#656565;
}

.contact-form textarea {
	min-height: 120px!important;
}

.contact-form .button-primary {
    background: #7327CC!important;
	height: 48px;
}

.contact-form .button-primary:hover {
    background: #000044!important;
    color: #fff;
}

.contact-form .button-primary:focus {
	background: #24247F!important;
}

.contact-form .button-primary:active {
	background: #24247F!important;
}

.contact-form .inputted{
	cursor: pointer;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 10px auto 0px!important;
    background-size: contain!important;
	z-index: 1;
}

.contact-form .what_do_want_wrap .inputted{
	display:none!important;
}

.contact-form .wpcf7-spinner {
    display: block!important;
    margin: 10px auto 0px!important;
}

.contact-form .wpcf7-form-control-wrap {
    clear: both;
}

.contact-form input:not([type=submit]):focus, .contact-form select:focus, .contact-form textarea:focus {
	background:transparent;
	border-color: #914DE0;
}

.contact-form .form-control.error {
	border-color:#CF3B3B;
}

.contact-form .form-control.valid {
	border-color:#8CDF96;
}

.contact-form .form-control.valid:placeholder-shown {
	border-color:#cccccc;
}

.contact-form .flag-container {
	width:100%;
}

.contact-form .intl-tel-input .country-list {
    right: 0;
    left: 0;
    overflow-x: hidden;
}

.contact-form .intl-tel-input .country-list::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.contact-form .intl-tel-input .country-list::-webkit-scrollbar-track {
  background: #F1F1F1; 
}
 
/* Handle */
.contact-form .intl-tel-input .country-list::-webkit-scrollbar-thumb {
  background: #A5A5A5;
}

.section-growing {
	position: relative;
	margin-top: 145px;
	padding-top: 145px;
	padding-bottom: 70px;
}

/* .section-growing .bg-div {
	position: absolute;
    top: 0;
    background-image: url(/wp-content/themes/smartkarrot/vi/images/contact-us/bg-ellipse.png);
    background-position: top center;
    background-size: 110%;
    width: 100%;
    height: 1000px;
    left: 0;
    right: 0;
    margin: auto;
} */

.section-growing .bg-div {
    position: absolute;
	top: 0;
    right: 0;
    left: 0;
}

.section-growing .img-bg-two {
	width:100%;
}

.section-growing .floating-img {
	position: absolute;
	top: -86px;
	width: 290px;
	left: 0;
	right: 0;
	margin: auto;
}

.section-growing .location-row {
	margin-top: 55px;
}

.each-location h6 {
	font-size: 12px;
}

.contact-page footer {
    position: relative;
}

@media (max-width: 1199px) {
	.section-growing .bg-div {
		bottom:0;
	}
	.section-growing .img-bg-two {
		height: 100%;
	}
	.contact-form .form-control {
		height:48px;
		font-size:16px;
	}
	.contact-form .button-primary {
		height:48px;
	}
	.contact-form textarea {
		min-height:76px!important;
	}
	
	.contact-form .form-control::placeholder {
		font-size:16px;
	}

	.contact-form .form-control:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		font-size:16px;
	}

	.contact-form .form-control::-ms-input-placeholder {
		/* Microsoft Edge */
		font-size:16px;
	}
	
	.contact-page .resources-insights-section, .contact-page .newsletter-section {
        display: none;
    }
	
}

@media (max-width:991px) {
    .form-left {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
    }
    .contact-form {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 0px;
    }
    .section-growing {
        padding-bottom: 50px;
    }
}

@media (min-width:768px) and (max-width:991px){
	.contact-page-section .img-bg {
/* 		top: unset;
		bottom: -120px; */
		bottom: 0;
    object-fit: contain;
	}
	
	.contact-form-section {
		padding-left: 36px;
    	padding-right: 36px;
	}
}

@media (max-width:767px) {
	.contact-page-section .img-bg {
		top: unset;
		bottom: 0;
		height: 40%;
		object-fit: cover;
		object-position: bottom;
	}
}

@media (max-width:575px) {
    .section-growing .img-bg-two {
		width:auto;
		    max-width: 150%;
    margin-left: -25%;
    }
	.section-growing {
		padding-top:100px;
	}
	.section-growing .floating-img {
		 top: -57px;
    	width: 190px;
	}
    .form-left .img-chat-right {
		width: 150px;
        bottom: -3px;
        right: -3px;
    }
	.each-location h5{
		font-size: 16px;
	}
}

