/* .select2-container .select2-choice{
    background-color: rgb(241, 249, 254);
    width: 100%;
    height: 60px;
    border-radius: 50px;
    border: solid 2px transparent;
    transition: 0.3s all linear;
    padding-left: 40px;
    font-size: 17px;
    color: #000 !important;
    font-weight: 500;
    line-height: 55px;
    } */
    .text_input input[type=text], .select_field select, .message_field textarea, .text_input input[type=tel]{
 height: 60px;
    }
    input::placeholder {
    color: #00000033 !important;
    /* opacity: 1; */
}
.text_input input[type=text], .select_field select, .message_field textarea, .text_input input[type=tel], .text_input input[type=number] {
    background-color: rgb(241, 249, 254);
    width: 100%;
    height: 60px;
    border-radius: 50px;
    border: solid 2px transparent;
    transition: 0.3s all linear;
    padding-left: 40px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.text-content{
    margin-top:0px;
}
.text-content .main-heading{
    font-size: 26px;
}
.steps {
    margin-top: -80px;
}
.text-content .main-text{
    font-size:15px;
}
.main-txt h2{
    margin-top: 50px !important;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    text-decoration: none;
    display: flex;
    position: relative;
}
.main-txt h2:after{
	content: url(https://cdn.prod.website-files.com/647068d3c7b3fbdedc13dd4f/64706b9885072710b1b299e4_underline_element.svg);
    position: absolute;
    z-index: 1;
    bottom: -15px;
}
.MultiFile-remove {
    padding: 5px;
    margin-right: 10px;
}
.btn-remove {
    background-color: #fd6347 !important;
    font-family: font2 !important;
    font-size: 14px !important;
    color: #fff;
}

.btn-remove:hover {
    background-color: white !important;
    color: #fd6347 !important;
    border: 1px solid #fd6347 !important;
    font-family: font2 !important;
    font-size: 14px !important;
}
@media(max-width:1758px){
.steps {
    margin-top: 20px;
}
.logo{
	justify-content: center;
	text-align: center;
}
}
@media(max-width:992px){
	.focused label{
		left:10px;
	}
}
/* .text_input input[type=text],.text_input input[type=number], .select_field select, .message_field textarea, .text_input input[type=tel],.select2-container .select2-choice, .text_input textarea {
    border-color: rgb(0, 148, 161);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.05);
    color: rgba(108, 108, 108, 0.38);
    outline: none;
} */
.focused label{
    z-index:99;
}
.col-md-4, .seconds, .col-md-6, .col-md-5{
    margin-top: 20px;
    margin-bottom: 5px;
}

.text_input label{
font-size: 16px;
    /* color: #006295; */
    color: #000000c9;
    font-weight: 700;
}
/* .text_input input[type=text], .text_input input[type=number], .select_field select, .message_field textarea, .text_input input[type=tel], .select2-container .select2-choice, .text_input textarea{
	border-color: rgb(0 104 162);
    border-color:rgb(147 54 0 / 63%);
} */
.required{
	color:red;
}
.pin-move100
{
    animation: pinmove100 1s linear forwards;
}
@keyframes pinmove100
{
    from
    {
        left: calc(80% - 15px);
    }
    to
    {
        left: calc(100% - 15px);
    }
}
.count-bar100
{
    animation: countBar100 1s linear forwards;
}
@keyframes countBar100
{
    from
    {
        width: 80%;
    }
    to
    {
        width: 100%;
    }
}


.service-area input[type=radio]{
	height: 28px !important;
}
.service-area label{
	margin-left:2px;
	margin-bottom:0px;
}
.service-area label{
	line-height:60px;
}

/* .steps{
	height:900px;
} */
@media(max-width:700px){
	.steps{
	height:unset;
}
.service-area .col-md-6{
	width:50%;
}
.service-area .col-md-3{
width:25%;
}
}
.animation_img_1{
    text-align: end;
    margin-top:-67px;
    margin-right:8%;
}
.animation_img_1 img{
    animation: airTree 4s ease-in infinite;
                                    }
    
    @keyframes airTree{
    0%, 100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%, 75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
    
                                    }
.animation_img_2{
    top: 222px;
    offset-path: path("M20,20 C20,100 200,0 200,100");
    animation: move 6000ms infinite alternate ease-in-out;
    position: absolute;
}
@keyframes move{
    0% {
        offset-distance: 0%;
    }
    100% {
        offset-distance: 90%;
    }
}
.animation_side_1 img{
    width: 15%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
    position: absolute;
    right: -22%;
    top: 65%;
}
@keyframes tilt-shaking{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(20deg);
    }
}
.animation_step_2{
    position: absolute;
    left: 12%;
    bottom: -1%;
    z-index: 1;
}
.animation_step_2 img{
    animation: softLeftRight 4s infinite ease-in-out;

}
@keyframes softLeftRight {
    0%, 100% {
        transform: translateX(0); 
    }
    50% {
        transform: translateX(20px);
    }
}
.animation_step_3{
    position: absolute;
    right: 5%;
    bottom: 0%;
    z-index: 1;
    animation: MoveUpDown 25s linear infinite;

}
@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0%;
    }
    50% {
        bottom: 100%;
    }
}

.animation_step_4{
    position: absolute;
    top: 34%;
    right: 4%;
}
.animation_step_4 img{
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}
@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(20deg);
    }
}

.animation_img_7{
    position: absolute;
    top: -7%;
    right: -32%;
}
.animation_img_7 img {
    width: 100%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}
@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(20deg);
    }
}
.image_ani{
    position: absolute;
    top: 49px;
    right: -20%;
    left: unset;
}
.image_ani img{
    width:auto;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

.ani_2{
    position: absolute;
    right: -54%;
    bottom: 67%;
    z-index: 1;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}
.ani_2 img{
    width:50%;
}
.bus_image{
    position: absolute;
    bottom: 2%;
    right: -5%;
    z-index: 1;
}
.bus_image img {
    width: 30%;
    animation: tilt-shaking 1s ease-in-out 1s infinite alternate;
}

#dna-cloud1 {
    user-select: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 10%;
    left: 25%;
    animation: dnacloud1 30s infinite;
    animation-direction: alternate;
}

@keyframes dnacloud1{
    0% {
        left: 0%;
        top: 10%;
    }
    100% {
        left: 93%;
        top: 15%;
    }
}
#dna-cloud2 {
    user-select: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 25%;
    left: -20%;
    animation: dnacloud2 30s infinite;
    animation-direction: alternate;
}
@keyframes dnacloud2{
100% {
    left: -10%;
    top: 25%;
}
0% {
    left: 94%;
    top: 30%;
}
}
#dna-cloud3 {
    user-select: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: -40%;
    animation: dnacloud3 30s infinite;
    animation-direction: alternate;
}
@keyframes dnacloud3{
    100% {
        left: 0%;
        top: 40%;
    }
    0% {
        left: 94%;
        top: 45%;
    }
    }
    #dna-cloud4 {
        user-select: none;
        width: 100px;
        height: 100px;
        position: absolute;
        top: 60%;
        left: 25%;
        animation: dnacloud4 30s infinite;
        animation-direction: alternate;
    }
    @keyframes dnacloud4{
        0% {
            left: 0%;
            top: 60%;
        }
        
        100% {
            left: 94%;
            top: 65%;
        }
    }
    #dna-cloud5 {
        user-select: none;
        width: 100px;
        height: 100px;
        position: absolute;
        top: 75%;
        left: -20%;
        animation: dnacloud5 30s infinite;
        animation-direction: alternate;
    }
    @keyframes dnacloud5{
        100% {
            left: -10%;
            top: 75%;
        }
        
        0% {
            left: 94%;
            top: 80%;
        }
    }
    #dna-cloud6 {
        user-select: none;
        width: 100px;
        height: 100px;
        position: absolute;
        top: 85%;
        left: -40%;
        animation: dnacloud6 30s infinite;
        animation-direction: alternate;
    }
    @keyframes dnacloud6{
        100% {
            left: 0%;
            top: 85%;
        }
        0% {
            left: 94%;
            top: 90%;
        }
    }
    .star-group.stars-1 {
        top: 2%;
        bottom: auto;
        left: 70px;
        position: absolute;
    }
    .star-group .star:nth-child(1) {
        animation-delay: 0s !important;
        right: 1rem;
        top: 2rem;
    }
    .star-group .star:nth-child(2) {
        animation-delay: 2s !important;
        right: 0;
        top: 0;
    }
    .star-group .star:nth-child(3) {
        animation-delay: 3s !important;
        right: -1.5rem;
        top: 1.5rem;
    }
    .star-group .star {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 40px;
        height: 50px;
        -webkit-animation: stars 5s infinite cubic-bezier(.65, .49, .21, .98);
        -moz-animation: stars 5s infinite cubic-bezier(.65, .49, .21, .98);
        animation: stars 5s infinite cubic-bezier(.65, .49, .21, .98);
    }
    @keyframes stars {
        0%, 100% {
            -moz-transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            -webkit-transform: scal e(0);
            transform: scale(0);
        }
        
        50% {
            -moz-transform: scale(0.7);
            -o-transform: scale(0.7);
            -ms-transform: scale(0.7);
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
        }
    }
    .star-group.stars-2 {
        top: 50%;
    bottom: auto;
    right: 23px;
    position: absolute;
    }
     .star-group.stars-3 {
        top: auto;
        bottom: 75px;
        left: 70px;
        position: absolute;
    }
.shape_1{
    position: absolute;
    top: -10px;
    left: 50px;
    animation: rotated2 20s infinite linear;
}

@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.shape_2{
    position: absolute;
    top: 3%;
    right: 0%;
    animation: float-bob-y 5s linear infinite;
}


@keyframes float-bob-y {
    0% {
        transform: translateY(200px);
    }
    100% {
        transform: translateY(0);
    }
}
.shape_3{
    position: absolute;
    bottom: 42%;
    left: 17px;
    animation: rotate2 4s linear infinite;
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.main{
    background: #0B2038;
}

@media(max-width:567px){
    .shape_1{
        left:0px;
    }
}


