
/* conatct form css start  desktop view */
.custom-contact-info .icon-size {
    width: 47px;
    height: 47px ;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 100px;
	padding:12px;
}
.custom-form {
    width: 100%;
}
.custom-form .form-content {
    margin: 0px auto;
    justify-content: center;
    display: flex
;
}
.custom-form .form-content-box {
    text-align: center;
    max-width: 800px;
    display: grid;
    row-gap: 24px;
}
.custom-form .form-content-box h4 {
    margin: 0px;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}
.custom-form .form-content-box p {
    margin: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
	line-height: 1.55;
}
.custom-form .form-content-box a {
    color: #fff;
    background: #8c6400;
    width: fit-content;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 10px;
	transition: 0.3s;
}



.custom-form .form-description {
    display: flex;
}
.custom-form .form-description {
    padding-top: 150px;
}
.custom-form .form-layout {
    background: #fff;
    padding: 36px;
    border-radius: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	width:500px;
}
.custom-form ul.custom-contact-list li span {
    color: #fff;
}
.custom-form .form-layout form.wpcf7-form p{
	margin: 0px;
}
.custom-form .form-layout form.wpcf7-form p label {
    color: #000;
}
.custom-form .form-description .form-contact-Info {
    flex: 1;
	position:relative;
}
.custom-form .form-layout form.wpcf7-form p label {
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
	display:block;
    font-weight: bold;
	padding-top:10px;
}
.custom-form .form-layout form.wpcf7-form p input {
    border-left: 0px;
    border-top: 0px;
	width:100%;
	max-width:100%;
	min-width:100%;
    border-right: 0px;
    border-bottom: 1px;
    border-color: #e0e0e0;
	border-radius:0px;
	min-height:30px;
    border-bottom-style: solid;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
.custom-form .form-layout form.wpcf7-form p {
    margin: 0px;
    padding-bottom: 8px;
}
.custom-form .form-layout form.wpcf7-form p input:focus {
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-color: #0000;
    border-bottom-style: solid;

}
.custom-form .form-layout form.wpcf7-form p input:focus-visible {
    border: none;                
    border-bottom: 1px solid #000;
    outline: none;              
}
.custom-form .form-layout form.wpcf7-form p label textarea.wpcf7-form-control.wpcf7-textarea {
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px;
    border-color: #e0e0e0;
    border-bottom-style: solid;
    position: relative;
    top: 5px;
    height: 125px;
	width:100%;
	max-width:100%;
	min-width:100%;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	border-radius:0px;
}

.custom-form .form-layout form.wpcf7-form p label textarea.wpcf7-form-control.wpcf7-textarea:focus-visible {
    border: none;                
    border-bottom: 1px solid #000;
    outline: none;              
}

.custom-form .form-layout form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit {
    width: auto;
	min-width: unset;
   background-color: var(--e-global-color-accent);
    padding: 12px 35px 14px;
    border: none;
    margin: 20px 0 0;
	border-radius:12px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}
.custom-form .form-layout form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit::before{
    width: 10px;
    height: 3px;
    background: #000;
    content: "";
    position: absolute;
    z-index: 999;
    display: block;
}
.custom-form .form-contact-Info {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.custom-form .form-contact-Info ul.custom-contact-list li.custom-contact-item {
    display: flex
;
    align-items: center;
    padding-bottom: 70px;
}
.custom-form .form-contact-Info ul.custom-contact-list li.custom-contact-item:last-child{
    padding-bottom: 0px;
}
.custom-form .form-contact-Info ul.custom-contact-list li.custom-contact-item .icon-text-list {
    display: grid
;
    padding-left: 35px;
}
.custom-form .form-contact-Info ul.custom-contact-list li.custom-contact-item > span {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 7px;
    background: linear-gradient(#1414147d, #00000030) padding-box, linear-gradient(to bottom, #d3d3d3, transparent) border-box;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    z-index: 9;
} 
.custom-form .form-contact-Info ul.custom-contact-list li.custom-contact-item > span::before {
    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
} 
.custom-form .form-contact-Info ul.custom-contact-list li.custom-contact-item .icon-text-list span.custom-contact-label {
    font-size: 16px;
    font-weight: bold;
   margin-bottom:8px;
}
.custom-form .form-contact-Info ul.custom-contact-list li.custom-contact-item .icon-text-list span.custom-contact-value {
    font-size: 16px;
    font-weight: normal;
}
.custom-form ul.custom-contact-list::before {
    width: 2px;
    height: 450px;
    background: #808080;
    content: "";
    position: absolute;
    top: -50px;
    left: 70px;
} 
.custom-form ul.custom-contact-list {
    position: relative;
}

.custom-form .wpcf7-response-output {
    font-size: 16px;
    margin-top: 0px !important;
}
.custom-form .form-layout h5 {
    margin: 0px 0px;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    font-weight: bold;
    padding-bottom: 11px;
}

.custom-form span.wpcf7-spinner{
	display:none;
}
.custom-contact-info .form-content-box {
    padding-bottom: 100px;
}

/* conatct form css end  desktop view */


@media only screen and (max-width: 767px) {
.custom-contact-info .form-content-box {
    padding-bottom: 40px;
}
	.custom-form .form-content-box{
		row-gap: 11px;
	}
.custom-carousel .control-buttons {
    justify-content: center;
    padding-top: 20px;
}

	.price-2 {
    transform: unset !important;
    z-index: 99999 !important;
}
.custom-form .form-description {
    padding-top: 50px;
	display:grid;
}
.custom-form .form-description .form-layout {
    width: 100%;
}
.custom-form .form-description .form-contact-Info {
    padding-top: 70px;
	justify-content: flex-start;
}
.custom-form ul.custom-contact-list {
    padding-left: 10px;
    padding-right: 10px;
}
.custom-form ul.custom-contact-list::before {
    top: -55px;
    left: 41px;
}
.custom-form .form-content-box h4{
	font-size:35px;
}
.custom-form .form-content-box p {
    font-size: 16px;
}
.custom-form .form-contact-Info ul.custom-contact-list li.custom-contact-item .icon-text-list {
    padding-left: 10px;
}
.custom-form .form-contact-Info ul.custom-contact-list li.custom-contact-item .icon-text-list span.custom-contact-value {
    font-size: 15px;
    font-weight: normal;
}
}

/* ipad and small desktops */

@media only screen and (min-width:768px) and (max-width: 1024px) {
.custom-contact-info .form-content-box {
    padding-bottom: 60px;
}
	.custom-carousel .swiper-slide .carousel-text h3{
		padding-top:35px;
	}
.custom-form .form-description {
	display:flex;
	padding-top:50px;
}
.custom-form .form-description .form-layout {
    width: 50%;
}
.custom-form ul.custom-contact-list {
    padding-left: 10px;
    padding-right: 10px;
}
.custom-form ul.custom-contact-list::before {
    top: -55px;
    left: 41px;
}
.custom-form .custom-form .form-content-box h4{
	font-size:35px;
}
.custom-form .form-content-box p {
    font-size: 16px;
}
.custom-form .form-content-box a{
	transition:0.3s;
}


.custom-form .form-contact-Info ul.custom-contact-list li.custom-contact-item .icon-text-list {
    padding-left: 10px;
}
.custom-form .form-contact-Info ul.custom-contact-list li.custom-contact-item .icon-text-list span.custom-contact-value {
    font-size: 15px;
    font-weight: normal;
}
.custom-form .form-content-box {
    max-width: 500px;
}
.custom-form span.wpcf7-spinner{
	display:none;
}

}
/* Laptops and small desktops */
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
 .custom-form .form-description {
    padding-top: 70px;
}
.custom-contact-info .form-content-box {
    padding-bottom: 80px;
}
}