/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/**/
.wpcf7-form-control {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}
.wpcf7 span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 0;
    flex: 0 1 48%;
}
.wpcf7-list-item label *, .wpcf7-list-item label *::before, .wpcf7-list-item label *::after {
	box-sizing: content-box !important;
}

.wpcf7-list-item label input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.wpcf7-list-item label span {
    line-height: 1.4;
    font-size: 1.1rem;
    font-family: Montserrat;
    font-weight: 500;
}

.wpcf7-list-item label {
    display: table;
    position: relative;
    cursor: pointer;
    margin-bottom: 1rem;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 15px 15px 15px 52px;
}

.wpcf7-list-item label input[type="checkbox"] ~ .b-input {
    position: absolute;
    top: 14px;
    left: 14px;
    height: 1.5rem;
    width: 1.5rem;
    background: rgba(241, 245, 248, 1);
    transition: background 250ms;
    border: 1px solid rgba(184, 194, 204, 1);
    border-radius: 0.402rem;
}

.wpcf7-list-item label input[type="radio"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.5rem;
	width: 1.5rem;
	background: rgba(241, 245, 248, 1);
	transition: background 250ms;
	border: 1px solid rgba(184, 194, 204, 1);
	border-radius: 2.0rem;
}

.wpcf7-list-item label input[type="checkbox"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: 0.63rem;
	top: 0.38rem;
	width: 0.18rem;
	height: 0.41rem;
	border: solid rgba(255, 255, 255, 1);
	border-width: 0 2px 2px 0;
	transition: background 250ms;
	transform: rotate(45deg);
}

.wpcf7-list-item label input[type="radio"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: 0.48rem;
	top: 0.46rem;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 2.0rem;
	background: rgba(255, 255, 255, 1);
	transition: background 250ms;
}

.wpcf7-list-item label input:disabled ~ .b-input::after {
	border-color: rgba(135, 149, 161, 1);
}

.wpcf7-list-item label input:checked ~ .b-input::after {
	display: block;
}

.wpcf7-list-item label:hover input ~ .b-input,
.wpcf7-list-item label input:focus ~ .b-input {
	background: rgb(231, 238, 243);
}

.wpcf7-list-item label input:focus ~ .b-input {
	box-shadow: 0 0 0 2px rgba(207, 22, 30, 0.36);
}

.wpcf7-list-item label input:checked ~ .b-input {
	background: rgba(207, 22, 30, 1);
	border-color: rgba(207, 22, 30, 1);
}

.wpcf7-list-item label input[type="checkbox"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.wpcf7-list-item label input[type="radio"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.wpcf7-list-item label input[type="radio"]:disabled ~ .b-input::after {
	background: rgba(135, 149, 161, 1);
}

.wpcf7-list-item label input:checked:focus ~ .b-input, .wpcf7-list-item label:hover input:not([disabled]):checked ~ .b-input {
	background: rgba(207, 22, 30, 1);
	border-color: rgba(207, 22, 30, 1);
}

.wpcf7-list-item label .b-input::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	margin-left: -0.85rem;
	margin-top: -0.85rem;
	background: rgba(207, 22, 30, 1);
	border-radius: 2rem;
	opacity: 0.6;
	z-index: 99999;
	transform: scale(0);
}

@keyframes b-ripple {
	0% {
		transform: scale(0);
	}

	20% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

@keyframes b-ripple-duplicate {
	0% {
		transform: scale(0);
	}

	30% {
		transform: scale(1);
	}

	60% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

.wpcf7-list-item label input + .b-input::before {
	animation: b-ripple 250ms ease-out;
}

.wpcf7-list-item label input:checked + .b-input::before {
	animation-name: b-ripple-duplicate;
}

.wpcf7-list-item label .b-input::before {
	visibility: hidden;
}

.wpcf7-list-item label input:focus + .b-input::before {
	visibility: visible;
}

.wpcf7-list-item label:first-child .b-input::before {
	visibility: hidden;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
@-webkit-keyframes btn-animate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    25% {
        -webkit-transform: rotate(10deg) scale(1.1);
        transform: rotate(10deg) scale(1.1)
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    70% {
        -webkit-transform: rotate(-10deg) scale(1.1);
        transform: rotate(-10deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}
@keyframes btn-animate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    25% {
        -webkit-transform: rotate(10deg) scale(1.1);
        transform: rotate(10deg) scale(1.1)
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    70% {
        -webkit-transform: rotate(-10deg) scale(1.1);
        transform: rotate(-10deg) scale(1.1)
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}
@media (min-width: 1920px) {
	body {
		--responsive:1px
	}
}

@media (min-width: 415px) and (max-width:1919px) {
	body {
		--responsive:calc((100vw - 415px)/1505)
	}
}

@media (max-width: 414px) {
	body {
		--responsive:0px
	}
}
body {
	--space-s: calc(25px + 45*var(--responsive));
}
@media (min-width: 1920px) {
	.order {
		--form__space_x:120px;
		--form__space_y: 150px
	}
}

@media (min-width: 1200px) and (max-width:1919px) {
	.order {
		--form__space_x:calc(60px + (0vw - 0px)/720);
		--form__space_y: calc(80px + (0vw - 0px)/720)
	}
}

@media (min-width: 640px) and (max-width:1199px) {
	.order {
		--form__space_x:calc(20px + (4000vw - 25600px)/560);
		--form__space_y: calc(40px + (4000vw - 25600px)/560)
	}
}

@media (max-width: 640px) {
	.order {
		--form__space_x:20px;
		--form__space_y: 40px
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.page03__section-home{
	margin-top: 25px;
}

.page03__section-home .partner__container{
	max-width: 1060px;
}

.page03__section-home .partner__row{
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 70px;
}

.page03__section-home .left{
	border-radius: 20px;
}

.page03__section-home .right img{
	display: block;
	width: 100%;

}

.page03__section-home .left h3{
	font-family: "1plus1_Medium", sans-serif;
font-size: 30px;
}
.page03__section-home .left .content p{
font-size: 17px;
}

.page03__section-home .left .content a{
	padding: 12px 30px;
border: 2px solid #000;
max-width: 230px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
}

@media screen and (max-width: 1180px){
	.page03__section-home .partner__row{
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
}

@media screen and (max-width: 950px){
	.page03__section-home .partner__row{
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media screen and (max-width: 550px){
	.page03__section-home .partner__row{
		grid-template-columns: 1fr;
		gap: 0px;
	}
	.page03__section-home .left h3{
	font-family: "1plus1_Medium", sans-serif;
font-size: 22px;
}
.page03__section-home .left .content p{
	font-family: "1plus1_Regular", sans-serif;
font-size: 13px;
}
	.page03__section-home .left .content a{
		margin-top: 30px;
	}
	.page03__section-home .left{
		padding: 35px 0px;
		order: 2;
	}
}