#fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.contact-btn {
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
}

.upper-footer-1 {
    background-color: #E9ECF1
}

.upper-footer-1 p {
    padding-bottom: 15px;
}

.upper-footer-1 div {
    padding-bottom: 40px
}

.fl78222 {
    display: flex;
    padding-bottom: 0 !important
}

.fl78222 div {
    padding-bottom: 0 !important
}

.upper-footer-1-icon {
    width: 60px;
    margin-right: 30px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.pricing-table {
    background: #fff;
    box-shadow: 0px 1px 10px -6px rgb(0 0 0 / 15%);
    padding: 2rem;
    border-radius: 4px;
    transition: .3s;
    width: 30%;
    margin: 0.5rem;
}

.purple .pricing-label {
    background: #cad2ff;
    color: #205AAC;
}

.pricing-table .pricing-label {
    border-radius: 2px;
    padding: .25rem .5rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.pricing-table h2 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 500;
}

.pricing-table h5 {
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 400;
}

.pricing-table .pricing-features {
    margin-top: 2rem;
}

.pricing-table .pricing-features .feature_1 {
    font-size: 14px;
    margin: 1.5rem 0;
    color: #B3B3B3;
}

.pricing-table .pricing-features .feature_1 span {
    display: inline-block;
    float: right;
    color: #3b3b3b;
    font-weight: 500;
}

.purple .price-tag {
    color: #205AAC;
}

.pricing-table .price-tag {
    margin-top: 2rem;
    text-align: center;
    font-weight: 500;
}

.pricing-table .price-tag .symbol {
    font-size: 24px;
}

.pricing-table .price-tag .amount {
    letter-spacing: -2px;
    font-size: 50px;
}

.pricing-table .price-tag .after {
    color: #3b3b3b;
    font-weight: 500;
}

.purple .price-button {
    background: #205AAC;
}

.pricing-table .price-button {
    display: block;
    color: #fff;
    margin-top: 2rem;
    padding: .75rem;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    transition: .3s;
}

.auth-holder-width {
    position: relative;
    width: 100%;
}

.auth-box {
    width: 80%;
    max-width: 550px;
    min-width: 365px;
}

.nav-height {
    height: 100vh !important;
}

.accordian-title {
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid black;
    display: flex;
    justify-content: space-between;
    transition: all 0.1s linear;
    /* max-width: 90%; */
}

.accordian-title span {
    transform-origin: center center;
    transition: all 0.1s linear;
    height: 24px;
}

.accordian-title.active span {
    transform: rotate(45deg);
    transform-origin: center center;
    transition: all 0.1s linear;
}

.accordian-title.active span svg {
    stroke: #f00;
}

.accordian-content {
    display: none;
    padding: 20px;
    background: #f1f1f1;
    max-width: 90%;
    border-bottom: 1px solid #35aa04;
}

.nav-height {
    height: 0 !important;
}

#navigation .navlink, #google_translate_element{
    margin-top: 15px !important;
}

p {

    font-size: 19px;

}

.tab-pane.w-pane:before, .box._1:before, .box._2:before, .box._3:before, #Hero:before{
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    content: '';
    background-color: #0000007a;
}

.img-hover-zoom img{
    height: 152px;
    width: 100%;
}

.ours{
    background-color: rgb(32, 90, 172);
    color: white;
    padding: 70px 0;
}

#Hero{
    position: relative;
}

@media (min-width: 768px) {
    .l-section.theme-black,
    .l-section.theme-blue,
    .l-section.theme-green,
    .l-section.theme-grey,
    .l-section.theme-teal {
        padding: 6rem 0;
    }
}
.l-section--sm-bottom-spacing,
.l-section.theme-black,
.l-section.theme-blue,
.l-section.theme-green,
.l-section.theme-grey,
.l-section.theme-teal {
    padding-bottom: 4.5rem;
}
.l-section--bottom-left-svg {
    position: relative;
    padding-bottom: 9rem !important;
}
@media (min-width: 768px) {
    .l-section {
        padding: 5.25rem 0;
        width: 100%;
    }
}
.l-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.l-section {
    padding: 3rem 0;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    z-index: 1;
}
.l-section.theme-black:before {
    background-color: #000;
}
.l-section.theme-black:before,
.l-section.theme-blue:before,
.l-section.theme-green:before,
.l-section.theme-grey:before,
.l-section.theme-teal:before {
    left: auto;
    right: unset;
}
.l-section.theme-black:before,
.l-section.theme-blue:before,
.l-section.theme-green:before,
.l-section.theme-grey:before,
.l-section.theme-teal:before {
    position: absolute;
    content: "";
    background-color: #f0f0f0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    font-size: 0;
    right: auto;
}
.l-section .l-section-background {
    left: auto;
    right: unset;
}
.l-section .l-section-background {
    position: absolute;
    content: "";
    background-size: cover;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    right: auto;
}
.l-section.theme-black *,
.l-section.theme-blue *,
.l-section.theme-green *,
.l-section.theme-teal * {
    color: #fff;
}
@media (min-width: 768px) {
    .l-section--bottom-left-svg:after {
        -webkit-transform: none;
        transform: none;
    }
}
.l-section--bottom-left-svg:after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: unset;
    position: absolute;
    background-image: url("../../img/corner-stripes-bottom.svg");
    background-position: 0 100%;
    background-repeat: no-repeat;
    z-index: -5;
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.c-media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55%;
    margin: 0 auto 3rem;
}

.slider {
    height: 400px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.slider__nav {
    width: 12px;
    height: 12px;
    margin: 3rem 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
}

.slider__nav:checked:nth-of-type(1)~.slider__inner {
    left: 0%;
}

.slider__nav:checked:nth-of-type(2)~.slider__inner {
    left: -100%;
}

.slider__nav:checked:nth-of-type(3)~.slider__inner {
    left: -200%;
}

.slider__nav:checked:nth-of-type(4)~.slider__inner {
    left: -300%;
}

.slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;

}

.slider__contents {
    height: 100%;
    padding: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__image {
    font-size: 2.7rem;
    color: #FFf;
}

.slider__caption {
    font-weight: 500;
    margin: 2rem 0 1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    color: #fff;
}

.slider__txt {
    color: #fff;
    margin-bottom: 3rem;
    max-width: 900px;
}

@-webkit-keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }

    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes  check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }

    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

#google_translate_element
{
    color: white !important;
    position: relative;
    padding: 0px;
    margin-top: 0px;

}
#google_translate_element a
{
    display: none;

}

div.goog-te-gadget
{
    color :transparent;
    border: 0px solid blue;
    overflow: hidden;
    height :35px;
    position: relative;
    margin: 0px;

}
.goog-te-combo
{
    background: #002c60;;
    /*margin-top: -50px;*/
    position: relative;
    height :30px;
    top: 0px;
    color: white;
    padding: 5px;
    font-weight: bolder;
    font-size: x-small;
    border-radius: 5px;
    border: 1px solid white;

}

.navbar, .footer-section {
    background-color: #00387a;;
}

.footer-section  a{
    color: #fff;
}

.footer-section .footer-form{
    padding-bottom: 30px;
}

.menu-setion{
    background: #002c60;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.notice-section{
    background: #002c60;
}

.navlink:hover{
    background: #002c60;
}

.pricing-title, .circle-red, .button{
    background-color: #00387a !important;
}

.text-red{
    color: #00387a !important;
}

.navlink.w--current{
    color: #f26522;
}

.sbmt {
    border: none;
    padding: 10px 50px;
    background: #205aac;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 10px;
}
/*
.sbmt {
    width: 100%;
    height: 42px;
    min-width: 163px;
    padding-top: 6px;
    padding-bottom: 0;
    background-color: #205aac;
    font-family: Roboto,sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .7px;
    text-transform: uppercase;
}

*/

.inheader {
    background: #205aac;
    font-size: 15px;
    font-weight: 900;
    padding: 15px;
    color: white;
}

tr td {
//    background: #f0f0f0;
    font-size: 15px;
    font-weight: 900;
    padding: 15px;
    /* color: white; */
}
h3 {
//    background: #333;
    text-align: center;
//    color: white;
    padding: 10px;
}

.counter-box-style2 h3::after, .counter-box-style2 h4::after {

    content: '';
}
.menutxt {
    background-color: #F7F7F7;
    padding: 0;
}

.title {
    color: white;
}
input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
//    min-height: 50px;
    color: black;
}
table {
    width: 100%;
}
select {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
//    text-indent: 29px;

    font-size: 20px;
}

input[type="text"] {
    display: inline-block;
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #c4cbd7;
    background-position: 40px 0;
    background-size: 1px;
    background-repeat: repeat-y;
    line-height: 16px;

//    background: rgb(245, 255, 248);
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: unset;
    height: unset;
}

.account td {
    border-bottom: 1px solid #d6d6d6;
}


.form.deposit_confirm td {
    border-bottom: 1px solid;
}

.form.deposit_confirm th {
    font-size: 16px;
    border-bottom: 1px solid;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.payment-notes {
//  background-color: lightgrey;
    padding: 20px;
    color:#052d57;
}

@media screen and (min-width: 601px) {
    .payment-notes {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .payment-notes {
        font-size: 13px;
    }
}
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}
.topnav #myLinks {
    display: none;
}
.topnav a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}
.topnav a.icon {
    background: black;
    display: block;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.activem {
    background-color: #205aac;
    color: white;
}
@media only screen and (max-width: 767px) {
    h3 {
        margin-top: 22px;
    }
}

@media only screen and (min-width: 1024px) {
    #myLinks {
        display: block!important;
    }
    .icon {
        display: none!important;
    }
}
.form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: revert;
    padding: 33px 16px 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: transparent;
}
.inner-hero-text {
    margin-bottom: 10px;
}


.line {
    width: 100%;
    max-width: revert;
    background-color: revert;
}

#google_translate_element
{
    color: white !important;
    position: relative;
    padding: 0px;
    margin-top: 0px;

}
#google_translate_element a
{
    display: none;

}

div.goog-te-gadget
{
    color :transparent;
    border: 0px solid blue;
    overflow: hidden;
    height :35px;
    position: relative;
    margin: 0px;

}
.goog-te-combo
{
    background: black;
    margin-top: -50px;
    position: relative;
    height :30px;
    top: 0px;
    color: white;
    padding: 5px;
    font-weight: bolder;
    font-size: x-small;
    border-radius: 5px;
    border: 1px solid white;

}

textarea{
    width: 100%;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #c4cbd7;
    background-position: 40px 0;
    background-size: 1px;
    background-repeat: repeat-y;
    line-height: 16px;
}

.sbmt {
    border: none;
    padding: 10px 50px;
    background: #205aac;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 10px;
}
/*
.sbmt {
    width: 100%;
    height: 42px;
    min-width: 163px;
    padding-top: 6px;
    padding-bottom: 0;
    background-color: #205aac;
    font-family: Roboto,sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .7px;
    text-transform: uppercase;
}

*/




.inheader {
    background: #205aac;
    font-size: 15px;
    font-weight: 900;
    padding: 15px;
    color: white;
}

tr td {
//    background: #f0f0f0;
    font-size: 15px;
    font-weight: 900;
    padding: 15px;
    /* color: white; */
}


h3 {
//    background: #333;
    text-align: center;
//    color: white;
    padding: 10px;
}

.counter-box-style2 h3::after, .counter-box-style2 h4::after {

    content: '';
}


.menutxt {
    background-color: #F7F7F7;
    padding: 0;
}

.title {
    color: white;
}


input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
//    min-height: 50px;
    color: black;
}


table {
    width: 100%;
}
select {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
//    text-indent: 29px;

    font-size: 20px;
}

input[type="text"] {
    display: inline-block;
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #c4cbd7;
    background-position: 40px 0;
    background-size: 1px;
    background-repeat: repeat-y;
    line-height: 16px;

//    background: rgb(245, 255, 248);
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: unset;
    height: unset;
}



.account td {
    border-bottom: 1px solid #d6d6d6;
}


.form.deposit_confirm td {
    border-bottom: 1px solid;
}

.form.deposit_confirm th {
    font-size: 16px;
    border-bottom: 1px solid;
}



ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}





.payment-notes {
//  background-color: lightgrey;
    padding: 20px;
    color:#052d57;
}

@media screen and (min-width: 601px) {
    .payment-notes {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .payment-notes {
        font-size: 13px;
    }
}






.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}



.topnav #myLinks {
    display: none;
}


.topnav a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}


.topnav a.icon {
    background: black;
    display: block;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}


.topnav a:hover {
    background-color: #ddd;
    color: black;
}


.activem {
    background-color: #205aac;
    color: white;
}




@media only screen and (max-width: 767px) {
    h3 {
        margin-top: 22px;
    }
}

@media only screen and (min-width: 1024px) {
    #myLinks {
        display: block!important;
    }
    .icon {
        display: none!important;
    }
}
.form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: revert;
    padding: 33px 16px 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: transparent;
}
.inner-hero-text {
    margin-bottom: 10px;
}


.line {
    width: 100%;
    max-width: revert;
    background-color: revert;
}

.navlink.red{
    background-color: #f26522 !important;
}
.contact-btn, .button.w-button{
    background-color: #f26522 !important;
}
.contact-btn, .button.w-button, .sbmt{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 12px;
    padding: 13px 33px 13px 33px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
    -webkit-background-clip: no-clip;
    -moz-background-clip: no-clip;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
    min-height: 45px;
    min-width: 135px;
}

.sbmt:hover, .sbmt:focus{
    background-color: #f26522 !important;
}

.fl78222 .title{
    color: #00387a;
}

.contact-btn:hover, .contact-btn:focus, .contact-btn:hover, .button.w-button:hover, .contact-btn:focus, .button.w-button:focus, .navlink.red:hover, .navlink.red:focus {
    background: #00387a !important;
    color: #fff;
}

.upper-footer .title, .upper-footer  p{
    color: #00387a;
}

tr, td{
    font-weight: 700 !important;
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #00387a;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #002c60;;
}

.styled-table tbody tr.active-row {
    font-weight: normal;
    color: #002c60;
}