﻿

.Form-Background {
    position: sticky;
    top: 10px;
    background: white;
    padding: 0px 25px;
    box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
}
.Text-Main {
    font-size: 17px;
    color: #333;
    letter-spacing: 0;
    text-align: left;
    font-weight: 400;
    width: 100%;
    margin-bottom: 15px;
}
.Text-Main1{
    font-weight: 600;
    color: black;
}
.span1 {
    border: 1px solid var(--blue);
    display: inline-flex;
    border-radius: 2px;
}
.span2 {
    font-size: 12px;
    color: var(--blue);
    text-align: center;
    line-height: 20px;
    width: 100%;
    cursor:pointer;
}
.form-control-1 {
    height: calc(.90em + .70rem + 6px);
    font-size: 13px;
    border-radius: .3rem;
    width:100%;
}
.span3 {
    background: var(--blue);
    fill: #fff;
    font-size: 20px;
    vertical-align: middle;
    border-left: 1px solid var(--blue);
    float: right;
    position: relative;
    top: 0;
    width: 20px;
    height: 20px;
}
.span4 {
    padding: 0;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.span5 {
    border: 1px solid #63c156;
    display: inline-flex;
    border-radius: 2px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    width: 100%;
}
.span6 {
    border-right: 1px solid #63c156;
    float: left;
    top: 0;
    background: #fff;
    font-size: 20px;
    color: #63c156;
    vertical-align: middle;
    fill: #63c156;
    width: 20px;
    height: 20px;
}
.span7 {
    background: #fff;
    border-radius: 0;
    padding: 1px 8px;
    font-size: 12px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    margin: auto;
}
.span8 {
    border-right: 1px solid #63c156;
    border-left: 1px solid #63c156;
    position: relative;
    float: left;
    top: 0;
    background: #fff;
    font-size: 20px;
    color: #63c156;
    vertical-align: middle;
    fill: #63c156;
    width: 20px;
    height: 20px;
}
.span9 {
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    text-align: left;
    font-weight: 400;
    width: 100%;
    margin-bottom: 15px;
}
.span10 {
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    text-align: left;
    font-weight: 400;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 16px;
}
.span11 {
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    text-align: right;
    font-weight: 400;
    width: 100%;
    margin-bottom: 15px;
    padding-left: -16px;
}

.counter_h3 {
    margin-bottom: 0.1rem !important;
}

.counter_p {
    line-height: 0.7rem !important;
}
.activClass li.active a
{
    color: var(--blue) !important;
}
@media only screen and (min-width:600px){
	.fixedtop {
		top: 81px !important;
	}
}
@media only screen and (max-width:600px){
	.fixedtop {
		top: 81px !important;
	}
}
.fixedtop{
    top: 98px;
    right: 0px;
    left: 0;
    z-index: 98;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    transition: ease-in all .3s;
}
.fixed {
    top: 0px;
    right: 0px;
    left: 0;
    z-index: 100;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    transition: ease-in all .3s;
}