@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #f5f5f5;
}

a {
    text-decoration: underline;
    color: #0373ba;
}

header {
    background: #0373ba;
    color: #fff;
}

h1 {
    font-weight: 900;
}

h2 {
    font-weight: 900;
}

strong {
    font-weight: 500;
}

.top15 {
    top: 1.5rem;
}

p {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1.3em;
}

.bgwhite {
    background: #fff;
}

.txtblue {
    color: #0373ba;
    font-style: italic;
    font-size: 26px;
}

.product ul li {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.6;
}

.product span a {
    text-decoration: underline;
    color: #d1100e;
}

.product span a:hover {
    text-decoration: underline;
    color: #e90c08;
}

.intro {
    border-left: 7px solid #757575;
    background-color: #F6F6F6;
    padding: 10px 0 10px 10px;
    color: #7A7A7A;
    font-style: italic;
}


.button {
    display: block;
    min-width: 100px;
    padding: 22px 33px;
    font-size: 28px;
    line-height: 26px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    background-color: #00C249;
    border-style: solid;
    border-width: 0px 1px 2px 0px;
    border-color: #028332;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 35%);
    transition: all 0.25s;
}

.button span {
    display: block;
    font-size: 20px;
    color: inherit;
    text-decoration: inherit;
}

.button:hover {
    color: #fff;
    background-color: #07893A;
}


.greenblock {
    display: block;
    min-width: 100px;
    padding: 28px 33px;
    font-size: 24px;
    line-height: 26px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    background-color: #00C249;
    border-style: solid;
    border-width: 1px;
    border-color: #028332;
    border-radius: 2px 2px 2px 2px;
    position: relative;
}

.big-icon img {
    width: 20px;
}

.fa-star, .fa-star-half-alt {
    color: #ffc85a;
    font-size: 18px;
}

.review {
    background-color: #F0F8FF;
}

.reviewBoxHead {
    background-color: #0373ba;
    color: #fff;
}

.reviewBox {
    border: 3px solid #0373ba;
}

.reviewBox p {
    font-size: 17px;
    font-weight: 400;
}






footer p {
    list-style: initial;
    font-size: 12px;
}

footer a, footer a:hover {
    color: inherit;
    font-weight: 300;
    font-size: 12px;
}

footer a:before {
    content: '\00B7';
    padding: 0 5px;
}

/* 
.fa-facebook-square {
    color: #3b5998;
}

.fa-twitter-square {
    color: #1DA1F2;
}

.fa-pinterest-square {
    color: #BD081C;
}

.fa-envelope-square {
    color: #f26522;
} */


.footer-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 10px;
    background-color: #333;
    color: #fff;
}

.displayblock {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
}

.fontsizebutton {
    padding: 10px;
    font-size: 22px;
}

.accordion-button:focus {
    box-shadow: none;
}


.accordion-button {
    font-weight: 500;
}

.notifyjs-corner {
    margin: 5px;
    background: white;
    bottom: 0;
    left: 20px;
    top: auto !important;
    right: auto !important;
    padding: 0;
    text-align: left;
    width: auto;
    z-index: 98!important;
    font-family: Raleway,sans-serif;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    border: 1px solid #d7d7d7;
}



.adv ul {
    margin: 0;
    padding: 0;

    font-size: 19px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 1.3em;
}

.adv ul li {
    list-style-type: none;
}

.adv .fa-check-square {
    color: #00C249;
    font-size: 22px;
    padding-right: 10px;
}




#form1, #form2, #form3, #form4, #form5, #form6, #form7, #form8, #formf {
    display: none;
}

#formf {
    padding: 30px 0;
}

#formf h2 {
    color: #999!important;
    text-align: center;
}

#formf .fa-check {
    color: #00C249;
    display: block;
    text-align: center;
    font-size: 40px;
    margin: 10px 0;
}

#formf p {
    text-align: center;
    line-height: 1.2;
    color: #999;
}

.signup-box {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #0373ba;
}

.signup-box-headling {
    width: 100%;
    height: auto;
    padding: 5px 20px;
    position: relative;
    text-align: center;
}

.signup-box-body {
    width: 100%;
    padding: 20px;
    background: #fff;
    padding-top: 40px;
    color: white;
    padding-bottom: 40px;
}

.selectorama {
    background: #00C249;
    padding: 20px 0;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    margin: 10px 2% 0 0;
    text-align: center;
    /* max-width: 49%; */
    line-height: 1;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 900;
}

.noright {
    margin-right: 0;
}

.selectorama:hover {
    color: #fff;
}

h1.titleozor {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    text-align: center;
}

.wbutton, .signup-button, .btn-signup, .feature:hover .icon, .table-dark, .table-wrapper:hover, .table-title, .pricing-row, .social-icons .fa:hover, .box-header::after, .social-icons .fa:hover, .table-wrapper.table-dark {
    background-color: #00C249;
    transition: all 0.4s ease-in-out;
    outline: none;
}

.wbutton:hover, .signup-button:hover, .btn-signup:hover {
    background: #00C249;
    transition: all 0.4s ease-in-out;
    color: #fff;
    cursor: pointer;
}

.wbutton {
    color: #fff!important;
}

.signup-box-headling {
    background-color: #0373ba;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.signup-button {
    height: 46px;
    font-size: 18px;
    border: none;
    width: 100%;
    color: #fff;
    margin: 10px 0 0;
}

.signup-box-headling h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.arrow-down, .feature .icon, .feature:hover .icon, .video-frame, .subscribe .form-control, .subscribe .form-control:focus {
    border-color: #00C249 !important;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-top: 20px solid;
    bottom: -18px;
    left: 48.5%;
    position: absolute;
}

.signup-box .form-control {
    border: none;
    height: 43px;
    margin-bottom: 10px;
    color: #999;
}

.signup-box .form-control:focus {
    box-shadow: 0 0 0 2px #e9edf3;
}

.signup-box .form-control {
    border: none;
    height: 43px;
    margin-bottom: 1rem;
    color: #6C757D;
    -webkit-appearance: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
}

@media screen and (max-width: 480px) {
    .footer-bar {
        display: none;
    }
}

#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: 0.8;
	top:0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#loader svg {
	width: 100px;
}

.signup-box .form-control.error {
    color: red;
    border-bottom: 1px solid red;
}