.icon-size svg {
    width: 23px;
}
.icon-size {
    width: 47px;
    height: 47px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 100px;
}
.icon-size svg path {
    fill: #fff;
}
.custom-carousel .carousel-controls .control-buttons button svg.icon path {
    stroke: #fff;
}
.custom-carousel .carousel-controls .control-buttons svg.icon {
    width: 18px;
}
.custom-carousel .title-button h2.carousel-main-title {
    color: #fff;
    font-weight: bold;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    margin: 0px;
	text-align:left;
}

.custom-carousel .control-buttons button.carousel-button-prev[aria-disabled="true"]{
	opacity:0.6;
	cursor:not-allowed;
}
.custom-carousel .control-buttons button.carousel-button-next[aria-disabled="true"]{
	opacity:0.6;
	cursor:not-allowed;
}
.custom-carousel .swiper-slide .carousel-text h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 22px;
    padding-top: 60px;
}
.custom-carousel .carousel-image{
    border-radius: 10px;
    aspect-ratio: 3/2;
    overflow: hidden;
}
.custom-carousel .carousel-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.carousel-controls{
    padding-block: 60px;
    display: flex;
    justify-content: space-between;
}
.custom-carousel .carousel-progressbar{
    min-width: 250px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    color: #fff;
}
.custom-carousel .carousel-pagination{
    flex: 1;    
    position: relative;
}
.custom-carousel .carousel-controls .carousel-pagination.swiper-pagination-progressbar{
    height: 2px;
    background: rgb(0,0,0,0.4);
}

.custom-carousel .control-buttons{
    display: flex;
    column-gap: 10px;    
}
.custom-carousel .control-buttons button{
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 50%;
border-width:1px;
	border-style:solid;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.custom-carousel .cec-bottom-btn {
	justify-content: center;
	display: flex;
}
.custom-carousel .cec-bottom-btn a.cec-btn {
    font-size: 18px;
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 10px;
	transition:0.3s;
}
.custom-carousel .cec-bottom-btn a.cec-btn:hover {
    background: #fff;
}
/* conatct form css start  desktop view */
.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;
	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(#8c6400, #000) padding-box,
        linear-gradient(to bottom, #8c6400, 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;
}

/* conatct form css end  desktop view */

/* slider vatical css start */
.cec-carousel h2.cec-main-title {
    color: #fff;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    margin: 0px;
    padding-bottom: 64px;
	text-align:left;
}
.cec-custom-slider-item {
    padding: 13px;
    background: #282828;
    border-radius: 10px;
	display:flex;
	gap:90px;
	align-items:center;
}
.cec-custom-slider-item .image img {
    width: 100%;
    border-radius: 10px;
    height: 420px;
    object-fit: cover;
}
.cec-custom-slider-item .image {
    width: 50%;
    display: flex;
}
.cec-custom-slider-item .swiper {
    width: 50%;
}
.cec-custom-slider-item .carousel-text {
    padding-left: 80px;
} 
.cec-custom-slider-item h1 {
    margin: 0px;
    font-size: 80px;
    font-weight: bold;
    color: #8c6400;
}
.cec-custom-slider-item h3 {
    margin: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    padding-top: 9px;
}
.cec-custom-slider-item p {
    font-weight: 500;
    margin: 0px;
    font-size: 18px;
    color: #fff;
    margin-top: 13px;
}
.cec-custom-slider-item .swiper-pagination {
    left: 20px;
    height: 10px;
    top: 20%;
    bottom: unset;
    right:unset;
    transform: translate3d(0px, -20%, 0px);
}
.cec-custom-slider-item .swiper-pagination-bullet-active{
	border-radius:0px;
	width:2px;
	height:50px;
	opacity:1 !important;
}
.cec-custom-slider-item .swiper-pagination-bullet{
	border-radius:0px;
	width:2px;
	height:50px;
	background:#8c6400;
	opacity:0.3;
}
.cec-custom-slider-item .swiper-wrapper .swiper-slide {
    margin-bottom: 0px ! IMPORTANT;
    overflow: hidden;
    display: grid;
    align-items: center;
}

.cec-carousel .cec-bottom-btn {
    display: flex
;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 0px;
}
.cec-carousel .cec-bottom-btn a.cec-btn {
    font-size: 18px;
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 10px;
	transition:0.3s;
}
 
.cec-carousel .swiper.swiper-container{
    cursor: grab;
}
.custom-carousel .control-buttons button:hover {
    background: #8c6400;
}
 
.form-content-box-button {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* slider vatical css end */

/* elemonter page css */

.price-button a {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.price-2 {
    transform: scale(1.1);
    z-index: 99999 !important;
}
.ha-cs-switch-wrapper button.ha-cs-button {
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.custom-carousel .swiper-slide .carousel-text h3{
		padding-top:30px;
	}
	
	.custom-carousel .carousel-controls {
    display: flow-root;
	 padding: 30px 0px;
}
.custom-carousel .control-buttons {
    justify-content: center;
    padding-top: 20px;
}

	.price-2 {
    transform: unset !important;
    z-index: 99999 !important;
}
.custom-carousel .carousel-progressbar {
    min-width: 170px;
}
	.cec-custom-slider-item .swiper-pagination {
    left: 4px;
}

.cec-carousel h2.cec-main-title {
    padding-bottom: 30px;
}
.cec-custom-slider-item .swiper-wrapper .swiper-slide {
    margin-bottom: 20px ! IMPORTANT;
	height:320px !important;
}
.cec-custom-slider-item h3 {
    font-size: 20px;
}
.cec-custom-slider-item p {
    font-size: 16px;
}
	.cec-custom-slider-item {
    display: flex
;
    gap: 20px;
    flex-direction: column-reverse;
}
.cec-custom-slider-item .image img {
    height: 250px;
}
.cec-custom-slider-item h1 {
   
    font-size: 40px;
    font-weight: bold;
 
}
.cec-custom-slider-item .carousel-text {
    padding-left: 25px;
}
    .cec-custom-slider-item .swiper {
        width: 100%;
        height: 325px !important;
    }
.cec-custom-slider-item .image {
    width: 100%;
    display: flex;
}
.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-carousel .swiper-slide .carousel-text h3{
		padding-top:35px;
	}
	.cec-custom-slider-item .swiper {
    width: 50%;
    height: 324px;
}
.cec-custom-slider-item .image {
    width: 40%;
    display: flex
;
}
.cec-custom-slider-item {
    gap: 20px;
}
.cec-custom-slider-item .swiper {
    width: 60%;
    height: 324px;
}
	.cec-custom-slider-item .image img {
    height: 324px;
}
.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;
}
}