@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800");
* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}

img {
    border: 0;
}

a img,
a:visited img {
    border: none;
}

:focus {
    outline: 0;
}

button {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.section-intro h1 {
    margin-bottom: 40px;
    margin-top: 15px;
}

.section-intro h1+p,
.section-intro h1+.body-p {
    margin-top: -20px;
}

.section-intro h2 {
    margin-bottom: 10px;
    margin-top: 0;
}

.section-intro h2+p,
.section-intro h2+.body-p {
    margin-top: -20px;
}

.section-intro h3 {
    margin-bottom: 40px;
    margin-top: 0;
}

.section-intro h3+p,
.section-intro h3+.body-p {
    margin-top: -20px;
}

.section-intro h4 {
    margin-bottom: 40px;
    margin-top: 0;
}

.section-intro h4+p,
.section-intro h4+.body-p {
    margin-top: -20px;
}

.section-intro h5 {
    margin-bottom: 40px;
    margin-top: 0;
}

.section-intro h5+p,
.section-intro h5+.body-p {
    margin-top: -20px;
}

.section-intro h6 {
    margin-bottom: 40px;
    margin-top: 0;
}

.section-intro h6+p,
.section-intro h6+.body-p {
    margin-top: -20px;
}

h1 {
    line-height: 1.2;
}

h2 {
    line-height: 1.2;
}

h3 {
    line-height: 1.2;
}

h4 {
    line-height: 1.2;
}

h5 {
    line-height: 1.2;
}

h6 {
    line-height: 1.2;
}

.header-xl {
    font-size: 70px;
    font-weight: 800;
    /* text-transform: uppercase; */
    line-height: 1;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .header-xl {
        font-size: 50px;
    }
}

.header-lg {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

.header-md {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
}

.header-sm {
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.header-xs {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.text-white {
    color: #fff;
}

.text-main {
    color: #009edb;
}

.body-p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.tb h1 {
    margin-bottom: 18px;
}

.tb h2 {
    margin-bottom: 18px;
}

.tb h3 {
    margin-bottom: 18px;
}

.tb h4 {
    margin-bottom: 18px;
}

.tb h5 {
    margin-bottom: 18px;
}

.tb h6 {
    margin-bottom: 18px;
}

.tb p {
    font-size: 14px;
    margin: 0;
}

.tb p+p {
    margin-top: 12px;
}

.text-md {
    font-size: 20px;
}

.tb-420 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.tb-600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.tb-narrow {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.tb-large-intro p {
    font-size: 14px;
    line-height: 1.4;
}

.tb-large-intro p:first-of-type {
    font-size: 24px;
}

.no-break {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .header-lg {
        font-size: 42px;
    }
}

.list-img-inline {
    list-style: none;
    padding: 10px 0;
    text-align: center;
}

.list-img-inline>li {
    display: inline-block;
    /* max-width: 160px; ----> for test 
  padding: 15px; */
    vertical-align: middle;
}

.list-rounded-links {
    list-style: none;
    margin-top: 20px;
}

.list-rounded-links>li {
    display: inline-block;
    text-align: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.list-rounded-links>li:hover,
.list-rounded-links>li:focus,
.list-rounded-links>li:hover:active {
    opacity: .8;
}

.list-rounded-links>li:hover .fa,
.list-rounded-links>li:focus .fa,
.list-rounded-links>li:hover:active .fa {
    opacity: 1;
}

.list-rounded-links>li>a {
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 50%;
    color: #fff;
}

.list-rounded-links>li .fa {
    color: #fff;
    line-height: 70px;
    font-size: 20px;
}

.list-rounded-links li+li {
    margin-left: 6px;
}

.list-ticked {
    list-style: disc;
}

.list-ticked>li {
    position: relative;
    /* padding: 5px; */
    /* padding-left: 28px; */
    margin-left: 48px;
    text-align: left;
    width: auto;
}

ul.list-ticked h4 {
    color: #008ed0 !important;
    text-align: left;
    margin-left: 28px;
}


/* .list-ticked>li:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 1.5px solid #e5e5e5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-ticked>li:after {
  content: '';
  width: 11px;
  height: 7px;
  border-bottom: 1.5px solid #e5e5e5;
  border-left: 1.5px solid #e5e5e5;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(-48deg) translateY(-50%);
  -moz-transform: rotate(-48deg) translateY(-50%);
  -ms-transform: rotate(-48deg) translateY(-50%);
  -o-transform: rotate(-48deg) translateY(-50%);
  transform: rotate(-48deg) translateY(-50%);
} */

.list-illustrated {
    list-style: none;
}

.list-illustrated .list-img {
    width: 60px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.list-illustrated .list-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
}

.list-illustrated>li+li {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .list-illustrated .list-item {
        font-size: 18px;
    }
}

a:hover,
a:focus,
a:hover:active {
    outline: none;
}

.btn {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover,
.btn:focus,
.btn:hover:active {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-rounded {
    border-radius: 6px;
    line-height: 28px;
    padding: 0 26px;
    font-size: 13px;
}

.btn-outlined-white {
    border: 1px solid #363636;
    color: #fff;
}

.btn-outlined-white:hover,
.btn-outlined-white:focus,
.btn-outlined-white:hover:active {
    color: #009edb;
    border-color: #009edb;
}

#lang-select {
    padding-right: 10px;
}

#lang-select span {
    margin-left: 8px;
    width: 6px;
    height: 6px;
    border: none;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#lang-select:hover,
#lang-select:focus,
#lang-select:hover:active {
    color: #009edb;
    border-color: #009edb;
}

#lang-select:hover span,
#lang-select:focus span,
#lang-select:hover:active span {
    border-color: #009edb;
}

.btn-filled-main {
    background: #009edb;
    color: #fff;
}

.btn-main,
.btn-main-2 {
    background: #009edb;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #009edb;
    padding: 16px 20px 14px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-main-2 {
    color: #009edb;
    background: #FFF;
}

.btn-main-3 {
    background: #009edb;
    color: #fff;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:hover:active {
    background: transparent;
    color: #009edb;
}

.btn-main-2:hover,
.btn-main-2:focus,
.btn-main-2:hover:active {
    background: #009edb;
    color: #fff;
}

.btn-main:hover:after,
.btn-main:focus:after,
.btn-main:hover:active:after {
    border-color: #009edb;
}

.btn-main:after {
    content: '';
    width: 9px;
    height: 9px;
    border: none;
    border-right: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    display: inline-block;
    margin-left: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-noarrw:after {
    content: unset;
}

.btn-h2 {
    background: #009edb;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #009edb;
    padding: 16px 20px 14px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-main.btn-wide {
    padding-left: 60px;
    padding-right: 60px;
}

.btn-main.btn-wide:after {
    margin-left: 18px;
}

.btn-main-nobg {
    background: transparent;
    color: #009edb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border: none;
    padding: 16px 20px 14px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-main-nobg:hover,
.btn-main-nobg:focus,
.btn-main-nobg:hover:active {
    color: #009edb;
}

.btn-main-nobg:hover:after,
.btn-main-nobg:focus:after,
.btn-main-nobg:hover:active:after {
    border-color: #009edb;
    margin-bottom: 1px;
}

.btn-main-nobg:after {
    content: '';
    width: 8px;
    height: 8px;
    border: none;
    border-right: 1.5px solid #009edb;
    border-top: 1.5px solid #009edb;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-bottom: 3px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-main-nobg.btn-wide {
    padding-left: 60px;
    padding-right: 60px;
}

.btn-main-nobg.btn-wide:after {
    margin-left: 18px;
}

.btn-toggler-down {
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 16px 20px 14px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-toggler-down:hover,
.btn-toggler-down:focus,
.btn-toggler-down:hover:active {
    color: #fff;
    opacity: 1;
}

.btn-toggler-down:hover:after,
.btn-toggler-down:focus:after,
.btn-toggler-down:hover:active:after {
    border-color: #fff;
}

.btn-toggler-down:after {
    content: '';
    width: 9px;
    height: 9px;
    border: none;
    border-right: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-toggler-down.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -1px;
}

.service-card {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 70px;
    position: relative;
    box-sizing: border-box;
}

.service-card .card-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 160px;
    width: auto;
    margin-bottom: 30px;
}

.service-card .card-header {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.service-card .card-p {
    margin-top: 15px;
}

.service-card .card-p p {
    margin-bottom: 0;
    line-height: 1.5;
}

.service-card .card-p p+p {
    margin-top: 6px;
}

.service-card .btn-main {
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feature-card {
    margin-bottom: 36px;
}

.feature-card .card-header {
    font-size: 16px;
    font-weight: 600;
    color: #009edb;
    text-transform: uppercase;
    margin-bottom: 14px;
    margin-top: 0;
}

.feature-card .media-left {
    padding-right: 20px;
}

.feature-card .media-left .media-object {
    width: 70px;
    height: auto;
}

.address-card a {
    color: #333536;
}

.address-card a:hover,
.address-card a:focus,
.address-card a:hover:active {
    opacity: .8;
}

.plan-card {
    display: inline-block;
}

.more-card {
    background-color: #FFFFFF;
}


/* .more-card>h3{
  text-align: left;
  display: block;

} */

.plan-card .plan-card-inner {
    background: #fff;
    display: block;
    min-height: 548px;
    width: 100%;
    position: relative;
    border: 1px solid #e4e4e4;
}

.plan-card .card-header {
    position: relative;
    display: table;
    text-align: center;
    border-bottom: none;
    width: 100%;
    flex: 1;
}

.plan-card .card-header .card-header-inner {
    width: 100%;
    padding: 20px 10px 70px 10px;
    box-sizing: border-box;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
}

.card-header-inner.custom {
    padding: 40px 10px 50px 10px !important;
}

.card-header-inner>h3,
.card-header-inner>p {
    margin-bottom: 0;
}

.card-header-inner>p span.price {
    font-size: 2em;
    color: #009edb;
    font-weight: bold;
}

.plan-card .card-header .card-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 6px;
}

.plan-card .card-header p {
    font-size: 14px;
}

.plan-card .card-header .price-wrapper .big-text {
    display: inline-block;
    color: #009edb;
    font-size: 46px;
    font-weight: 700;
    margin-right: 3px;
}

.plan-card .card-header .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.plan-card .card-body {
    padding-bottom: 20px;
    background: #fff;
}

.plan-card .card-body .card-body-inner {
    border-bottom: 0;
    padding: 0px 15px 0px 15px;
    position: relative;
}

.plan-card .card-body .body-title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
}

.plan-card .card-body .list-ticked {
    font-size: 14px;
    margin-top: 16px;
    padding-bottom: unset;
    margin-bottom: 0;
}

.highlight {
    font-weight: bold;
}


/* .plan-card .card-body .list-ticked>li {
  padding: 18px 0 18px 36px;
} */


/* .plan-card .card-body .list-ticked>li+li {
  border-top: 1px solid #e4e4e4;
} */

.plan-card .card-body .card-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 15px;
    padding-bottom: 20px;
    background: #e4e4e4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    font-weight: 700;
    border: 1px solid #e4e4e4;
}

.plan-card .card-body .card-btn:hover,
.plan-card .card-body .card-btn:focus,
.plan-card .card-body .card-btn:hover:active {
    outline: none;
    background: #fff;
    color: #009edb;
    border-color: #009edb;
}

.plan-card .card-body .card-btn:hover:after,
.plan-card .card-body .card-btn:focus:after,
.plan-card .card-body .card-btn:hover:active:after {
    border-color: #009edb;
}

.plan-card .card-body .card-btn:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    position: absolute;
    bottom: 13px;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .plan-card .card-header .card-header-inner {
        height: auto;
        display: block;
    }
    .service-card {
        padding-bottom: 0;
    }
    .service-card .btn-main {
        position: relative;
        left: initial;
        bottom: initial;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .feature-card {
        display: block;
        text-align: center;
    }
    .feature-card .media-left {
        display: block;
        margin-bottom: 14px;
        padding-right: 0;
    }
    .feature-card .media-left .media-object {
        margin-left: auto;
        margin-right: auto;
    }
    .plan-card {
        display: block;
    }
    .plan-card .card-header {
        display: block;
        min-height: 0;
    }
    .plan-card .card-body {
        display: block;
    }
    .plan-card+.plan-card {
        margin-top: 20px;
    }
}

.swiper-custom .swiper-container {
    width: 100%;
    height: 300px;
    position: relative;
}

.swiper-custom .swiper-button-next,
.swiper-custom .swiper-button-prev {
    background: none;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.swiper-custom .swiper-button-next:after,
.swiper-custom .swiper-button-prev:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: 9px;
}

.swiper-custom .swiper-button-next:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 6px;
}

.swiper-custom .swiper-button-prev:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 12px;
}

.swiper-custom .testimonial-slide .inner-wrapper {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    text-align: center;
}

.swiper-custom .testimonial-slide .testimonial-img {
    height: 80px;
    width: 80px;
    border-radius: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
}

.swiper-custom .testimonial-slide .textimonial-text {
    font-size: 18px;
}

.swiper-custom .testimonial-slide .textimonial-text p {
    margin-bottom: 0;
}

.swiper-custom .testimonial-slide .textimonial-text p+p {
    margin-top: 10px;
}

.swiper-custom .testimonial-slide .testimonial-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 30px;
}

.form-input-underlined {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.form-input-underlined [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.form-input-underlined .form-control {
    padding: 0 0 2px 0;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #333536;
    background: none;
    color: #333536;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-input-underlined .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #333536;
    text-transform: uppercase;
}

.form-input-underlined .form-control:-moz-placeholder {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.form-input-underlined .form-control::-moz-placeholder {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.form-input-underlined .form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.form-input-underlined .form-control:focus {
    border-color: #009edb;
}

.mandatory {
    position: relative;
}

.mandatory:after {
    content: '*';
    color: #ff0000;
    position: absolute;
    right: -1px;
    top: 22px;
    height: 4px;
    line-height: 10px;
}

.form-gray-border {
    margin-left: -10px;
    margin-right: -10px;
}

.form-gray-border .form-group {
    padding-left: 10px;
    padding-right: 10px;
}

.form-gray-border select.form-control {
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
}

.form-gray-border select.form-control:after {
    content: 'e';
}

.form-gray-border select.form-control~div {
    content: '';
    width: 6px;
    height: 6px;
    border: none;
    border-left: 1.5px solid #cfcfcf;
    border-bottom: 1.5px solid #cfcfcf;
    position: absolute;
    top: 16px;
    right: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 5px;
    margin-left: -6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.form-gray-border .form-control {
    border-radius: 0;
    border: 1px solid #cfcfcf;
    color: #000;
    font-size: 14px;
    min-height: 50px;
    padding: 12px;
}

.form-gray-border .form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-gray-border .form-control:-moz-placeholder {
    color: #999999;
}

.form-gray-border .form-control::-moz-placeholder {
    color: #999999;
}

.form-gray-border .form-control:-ms-input-placeholder {
    color: #999999;
}

.form-gray-border .form-control:focus {
    outline: none;
    border-color: #009edb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-gray-border .form-control.select2-init {
    height: 50px;
}

.form-gray-border .select2-container .select2-selection {
    padding: 10px 4px;
    min-height: 50px;
    color: #999999;
    border-radius: 0;
    border: 1px solid #cfcfcf;
}

.form-gray-border .select2-container .select2-selection .select2-selection__rendered {
    color: #000;
}

.form-gray-border .select2-container .select2-selection .select2-selection__arrow b {
    width: 6px;
    height: 6px;
    border: none;
    border-left: 1.5px solid #cfcfcf;
    border-bottom: 1.5px solid #cfcfcf;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 5px;
    margin-left: -6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-gray-border .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 7px;
}

.form-gray-border .select2-container.select2-container--open .select2-selection,
.form-gray-border .select2-container.select2-container--focus .select2-selection {
    border: 1px solid #009edb;
}

.mandatory-asterisk {
    color: #ff0000;
}

.select2-container .select2-dropdown {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-hidden-labels label {
    display: none;
}

.form-hidden-labels textarea {
    height: 165px;
}

.form-hidden-labels div.nf-form-fields-required {
    display: none;
}

@media (max-width: 767px) {
    .form-input-underlined {
        max-width: 300px;
    }
    .form-input-underlined .form-control {
        text-align: center;
        margin-top: 10px;
    }
    .form-input-underlined .btn-wide {
        width: 100%;
    }
}

.page-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    padding: 100px 30px;
    margin: 0;
}

.page-header h1 {
    margin: 0;
}

.page-header h2 {
    margin: 0;
}

.page-header h3 {
    margin: 0;
}

.page-header h4 {
    margin: 0;
}

.page-header h5 {
    margin: 0;
}

.page-header h6 {
    margin: 0;
}

.page-header_articles {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    padding: 100px 30px;
    margin: 0;
    height: 320px;
}

.heading_text_white {
    font-weight: bold;
    color: #FFFFFF;
}

.heading_text_white>span {
    color: #232425;
}

div#header_velodrome {
    padding: 0 2em;
}

.box-watch {
    background-color: #e2e2e27a;
    margin-bottom: 10px;
    padding: 1em;
    text-align: center;
    font-size: 1.3em;
}

.box-watch-btn {
    background: #009edb;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    border: 1px solid #009edb;
    line-height: 28px;
    padding: 0 26px;
    display: inline-block;
    text-transform: none;
}

.box-watch-btn:hover,
.box-watch-btn:hover:active,
.box-watch-btn:focus {
    /* color: #000; */
    background: #fff;
    border-color: #fff;
    color: #009edb;
}

.quote-wrapper {
    position: relative;
    padding: 70px 80px;
    text-align: center;
    font-weight: 300;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.quote-wrapper .quote-center {
    max-width: 80%;
    display: block;
}

.quote-wrapper .quote {
    padding: 10px 52px;
    position: relative;
    margin-bottom: 40px;
}

.quote-wrapper .quote:after,
.quote-wrapper .quote:before {
    content: '';
    height: 36px;
    width: 40px;
    background-image: url("../img/quote.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.quote-wrapper .quote:after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.quote-wrapper .quote:before {
    top: 0;
    left: 0;
}

.quote-wrapper .quote-signature {
    margin-bottom: 0;
}

.quote-wrapper .quote-position {
    margin: 0;
}

.quote-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .quote-wrapper {
        padding: 40px 20px;
    }
    .quote-wrapper .quote-center {
        width: auto;
    }
}

@media (max-width: 767px) {
    .quote-wrapper {
        padding: 40px 10px;
    }
    .quote-wrapper .quote-center {
        width: auto;
        max-width: none;
    }
}

.photo-grid-wrapper {
    font-size: 0;
}

.photo-grid-wrapper .grid-photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    float: none;
    display: inline-block;
}

.modal.modal-minimal .modal-content {
    border-radius: 0;
    margin-top: 50px;
    border: none;
}

.modal.modal-minimal .close {
    text-shadow: none;
    opacity: 1;
    font-size: 50px;
    position: absolute;
    right: -3px;
    top: -46px;
    z-index: 999;
    color: #fff;
    font-weight: 100;
}

.modal-map .modal-body {
    padding: 0;
}

.modal-map .modal-body .map-wrapper {
    height: 500px;
    height: 90vh;
    overflow: hidden;
    position: relative;
}

.modal-map .modal-body .map-wrapper #contacts-map-modal {
    height: 600px;
    height: calc(90vh + 100px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-tabs .nav.nav-tabs>li>a {
    width: 100%;
    text-align: center;
    margin-top: auto;
    padding: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    border: none;
}

.custom-tabs .nav.nav-tabs>li>a:hover,
.custom-tabs .nav.nav-tabs>li>a:focus,
.custom-tabs .nav.nav-tabs>li>a:hover:active {
    background: transparent;
}

.custom-tabs .nav.nav-tabs>li.active a {
    color: #009edb;
    border: none;
}

.custom-tabs .tab-pane .tab-header {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #009edb;
    margin-bottom: 10px;
    margin-top: 18px;
}

.custom-box_shadow {
    -webkit-box-shadow: 1px 3px 5px 3px rgba(163, 163, 163, 1);
    -moz-box-shadow: 1px 3px 5px 3px rgba(163, 163, 163, 1);
    box-shadow: 1px 3px 5px 3px rgba(163, 163, 163, 1);
}

.custom-tabs .tab-pane.active {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .custom-tabs .nav.nav-tabs {
        display: flex;
    }
    .custom-tabs .nav.nav-tabs>li {
        display: flex;
        flex-grow: 1;
        flex-basis: 0;
    }
    .custom-tabs .nav.nav-tabs>li a {
        border-bottom: 1px solid #c0c0c0;
    }
    .custom-tabs .nav.nav-tabs>li a:after {
        content: '';
        width: 20px;
        height: 0;
        background: #fff;
        border-right: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
        position: absolute;
        bottom: -1px;
        left: 50%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .custom-tabs .nav.nav-tabs>li a:hover,
    .custom-tabs .nav.nav-tabs>li a:focus,
    .custom-tabs .nav.nav-tabs>li a:hover:active {
        background: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        color: #009edb;
        outline: none;
    }
    .custom-tabs .nav.nav-tabs>li a:hover:after,
    .custom-tabs .nav.nav-tabs>li a:focus:after,
    .custom-tabs .nav.nav-tabs>li a:hover:active:after {
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        -o-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        bottom: -8px;
        height: 14px;
        width: 14px;
    }
    .custom-tabs .nav.nav-tabs>li.active a {
        border: none;
        border-bottom: 1px solid #c0c0c0;
    }
    .custom-tabs .nav.nav-tabs>li.active a:after {
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        -o-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        bottom: -11px;
        height: 20px;
        width: 20px;
    }
}

@media (max-width: 767px) {
    .custom-tabs .nav.nav-tabs {
        border: none;
    }
    .custom-tabs .nav.nav-tabs>li {
        display: block;
        width: 100%;
    }
}

.divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #626465;
}

.content-spacer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .content-spacer {
        box-sizing: border-box;
    }
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.section-padded {
    padding-bottom: 30px;
}

.section-padded-inverse {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-padded-lg {
    padding-top: 200px;
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .section-padded-lg {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-eq-height [class*="col-"] {
    float: none !important;
}

@media (max-width: 767px) {
    .row-eq-height {
        flex-direction: column;
    }
}

.no-flo-cols {
    font-size: 0;
}

.no-flo-cols [class*="col-"] {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.bg-dark-gray {
    background: #333536;
}

.bg-light-gray {
    background: #eeeeec;
}

.bg-lighter-gray {
    background: #fbf9fa;
}

.bg-main {
    background: #009edb;
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar.navbar-custom {
    background: #232425;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.navbar.navbar-custom .upper-row {
    background: #181818;
    padding: 4px 0;
}

.navbar.navbar-custom .upper-row .list-inline {
    margin-bottom: 2px;
}

.navbar.navbar-custom .upper-row .list-inline>li:last-of-type {
    padding-right: 0;
}

.navbar.navbar-custom .lower-row {
    padding: 20px 0;
}

.navbar.navbar-custom .navbar-header .navbar-brand {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}

.navbar.navbar-custom .main-links>li a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 28px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px 20px;
}

.navbar.navbar-custom .main-links>li a:hover,
.navbar.navbar-custom .main-links>li a:focus,
.navbar.navbar-custom .main-links>li a:hover:active {
    color: #009edb;
}

.navbar.navbar-custom .main-links>li.active a {
    background: transparent;
    color: #009edb;
}

.navbar.navbar-custom .main-links>li.nav-btn {
    margin-left: 20px;
    padding: 0;
    height: 58px;
}

.navbar.navbar-custom .main-links>li.nav-btn>a {
    background: #009edb;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    border: 1px solid #009edb;
    line-height: 28px;
    padding: 0 26px;
    display: inline-block;
    text-transform: none;
    margin-top: 14px;
}

.navbar.navbar-custom .main-links>li.nav-btn>a:hover,
.navbar.navbar-custom .main-links>li.nav-btn>a:focus,
.navbar.navbar-custom .main-links>li.nav-btn>a:hover:active {
    background: #fff;
    border-color: #fff;
    color: #009edb;
}

.navbar.navbar-custom .navbar-btn-wrapper {
    margin-left: 20px;
}

.navbar.navbar-custom .navbar-btn-wrapper>li {
    padding: 14px 0;
}

.navbar.navbar-custom .navbar-btn-wrapper>li a {
    line-height: 28px;
    padding: 0 26px;
    color: #fff;
}

.navbar.navbar-custom .navbar-btn-wrapper>li a:hover,
.navbar.navbar-custom .navbar-btn-wrapper>li a:focus,
.navbar.navbar-custom .navbar-btn-wrapper>li a:hover:active {
    background: #fff;
    color: #009edb;
}

.navbar.navbar-custom .navbar-toggle {
    border-radius: 0;
    border: none;
    background: none;
    padding-left: 5px;
    margin-right: 0;
    margin-top: 10px;
}

.navbar.navbar-custom .navbar-toggle:focus,
.navbar.navbar-custom .navbar-toggle:hover {
    background: none;
}

.navbar.navbar-custom .navbar-toggle .icon-bar {
    width: 20px;
    height: 2px;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar.navbar-custom .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar.navbar-custom .navbar-toggle .icon-bar:nth-child(4) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar.navbar-custom .navbar-toggle .icon-bar:nth-child(3) {
    display: block;
}

.navbar.navbar-custom .navbar-toggle:not(.collapsed) {
    margin-top: 12px;
}

.navbar.navbar-custom .navbar-toggle:not(.collapsed) .icon-bar {
    background: #fff;
}

.navbar.navbar-custom .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin-top: 5px;
}

.navbar.navbar-custom .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}

.navbar.navbar-custom .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    display: none;
}

.navbar.navbar-custom #lang-select-ul {
    left: initial;
    right: 0;
    border-radius: 0;
    margin-top: 6px;
    border: none;
    background: #181818;
    padding: 4px 0;
}

.navbar.navbar-custom #lang-select-ul>li a {
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar.navbar-custom #lang-select-ul>li a:hover,
.navbar.navbar-custom #lang-select-ul>li a:focus,
.navbar.navbar-custom #lang-select-ul>li a:hover:active {
    color: #009edb;
    background: transparent;
}

.navbar.navbar-custom #lang-select-ul>li.active {
    display: none;
}

@media (max-width: 767px) {
    .navbar.navbar-custom .navbar-header {
        margin-right: -10px;
    }
    .navbar.navbar-custom .navbar-header .navbar-brand {
        padding-left: 0;
        line-height: 25px;
    }
    .navbar.navbar-custom .navbar-collapse.collapse,
    .navbar.navbar-custom .navbar-collapse.collapsing,
    .navbar.navbar-custom .navbar-collapse.collapse.in {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar.navbar-custom .navbar-collapse.collapse .navbar-nav,
    .navbar.navbar-custom .navbar-collapse.collapsing .navbar-nav,
    .navbar.navbar-custom .navbar-collapse.collapse.in .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar.navbar-custom .navbar-collapse.collapse .main-links,
    .navbar.navbar-custom .navbar-collapse.collapsing .main-links,
    .navbar.navbar-custom .navbar-collapse.collapse.in .main-links {
        text-align: center;
    }
    .navbar.navbar-custom .navbar-collapse.collapse .main-links .nav-btn,
    .navbar.navbar-custom .navbar-collapse.collapsing .main-links .nav-btn,
    .navbar.navbar-custom .navbar-collapse.collapse.in .main-links .nav-btn {
        margin-left: 0;
    }
    .navbar.navbar-custom .navbar-collapse.collapse .navbar-btn-wrapper,
    .navbar.navbar-custom .navbar-collapse.collapsing .navbar-btn-wrapper,
    .navbar.navbar-custom .navbar-collapse.collapse.in .navbar-btn-wrapper {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar.navbar-custom .navbar-header .navbar-brand {
        padding-left: 0;
    }
    .navbar.navbar-custom .navbar-collapse .main-links a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .navbar.navbar-custom .navbar-collapse .main-links li.nav-btn {
        margin-left: 10px;
    }
    .navbar.navbar-custom .navbar-collapse .main-links li.nav-btn a {
        padding: 0 15px;
    }
}

.main-footer {
    padding-bottom: 0;
}

.main-footer .header-xs {
    margin-bottom: 26px;
}

.main-footer .body-p {
    font-size: 13px;
    font-weight: 300;
}

.main-footer .row {
    padding-bottom: 10px;
}

.main-footer .location-row {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
}

.main-footer .address-card {
    font-size: 13px;
}

.main-footer .signatrure-line {
    background: #181818;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 13px;
}

.main-footer .signatrure-line .footer-nav {
    display: inline-block;
}

.main-footer .signatrure-line .footer-nav .list-inline.nav-list {
    margin-bottom: 0;
    padding: 0 10px;
    display: inline-block;
}

li#menu-item-3649 {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.main-footer .signatrure-line .footer-nav .list-inline.nav-list>li a {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.main-footer .signatrure-line .footer-nav .list-inline.nav-list>li a:hover,
.main-footer .signatrure-line .footer-nav .list-inline.nav-list>li a:focus,
.main-footer .signatrure-line .footer-nav .list-inline.nav-list>li a:hover:active {
    color: #009edb;
}

.main-footer .signatrure-line .footer-nav .list-inline.nav-list>li.active a {
    color: #009edb;
}

#menu-footer>li {
    border-right: 1px solid #FFF;
}

#menu-footer>li:last-child {
    border: none;
}

.custom-header-xl {
    font-size: 3vw;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.custom-section-gray {
    background-color: #efefef;
}

.custom-box-shadow {
    -webkit-box-shadow: 0 5px 8px 2px #8C8C8C;
    box-shadow: 0 5px 8px 2px #8C8C8C;
    background-color: #FFF;
    min-height: 170px;
    margin-bottom: 1em
}

.custom-box-shadow h3 {
    padding: 0 0.5em 1em;
    margin-top: 0;
    font-size: 1.5em;
}

.custom-generate-actionable .custom-icon {
    margin: 0 auto;
    padding: 1em;
    height: 12vh;
    min-height: 80px;
}

.custom-whatinclude {
    background-color: #FFF;
    padding: 1em;
    min-height: 420px;
}

.custom-whatinclude p {
    font-style: italic;
    height: 2.5em;
    display: block;
}

.custom-whatinclude ul {
    padding: 0em 2em 0.5em 2em;
    text-align: left;
}

.generate-act {
    margin-bottom: 1em;
    /* padding: 1em; */
}

@media (max-width: 1024px) {
    #fp-gallery,
    .selector-wrapper,
    #header_velodrome {
        width: auto !important;
    }
    .custom-header-xl {
        font-size: 2em;
    }
    .custom-whatinclude p {
        height: auto;
    }
    .custom-box-shadow h3 {
        font-size: 1.2em;
    }
    .custom-generate-actionable .custom-icon {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .main-footer .row [class*="col-"]+[class*="col-"] {
        margin-top: 40px;
    }
    .main-footer .signatrure-line .list-inline {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
}

#index-hero .header-sm {
    margin-top: 15px;
    margin-bottom: 2px;
}

#index-hero .form-input-underlined {
    margin-bottom: 10px;
    margin-top: 20px;
}

#index-hero .body-p {
    font-size: 14px;
}

@media (min-width: 768px) {
    #logos .list-img-inline {
        font-size: 0;
    }
    /* #logos .list-img-inline>li { ---> for test
    width: 16.66%;
  } */
}

@media (max-width: 767px) {
    #logos .list-img-inline {
        font-size: 0;
    }
    #logos .list-img-inline>li {
        width: 50%;
    }
}

#about .photo-grid-wrapper {
    padding-left: 80px;
    box-sizing: border-box;
}

#about .photo-grid-wrapper>.row {
    height: 50%;
}

@media (min-width: 768px) {
    #CEO-quote .quote-wrapper {
        order: 2;
        float: none;
    }
    #CEO-quote .quote-img {
        order: -1;
        float: none;
    }
}

@media (max-width: 767px) {
    #about {
        padding-bottom: 0;
    }
    #about .photo-grid-wrapper {
        height: 500px;
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
    #about .photo-grid-wrapper .grid-photo.col-sm-12 {
        width: 100%;
    }
    #about .photo-grid-wrapper .grid-photo.col-sm-6 {
        width: 50%;
    }
}

#get-in-touch .form-gray-border {
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#map-section {
    padding-top: 50px;
}

#map-section .address-card {
    margin-top: 20px;
    padding-bottom: 15px;
    position: relative;
}

#map-section .address-card .card-inner {
    max-width: 85%;
}

#map-section .address-card .text-uppercase {
    font-size: 20px;
}

#map-section .address-card .btn-toggler-down {
    padding-left: 0;
    text-align: left;
}

#map-section .address-card .btn-toggler-down:hover,
#map-section .address-card .btn-toggler-down:focus,
#map-section .address-card .btn-toggler-down:hover:active {
    opacity: 1;
}

#map-section .address-card .btn-toggler-down .active-text {
    display: none;
}

#map-section .address-card.active .btn-toggler-down span {
    display: none;
}

#map-section .address-card.active .btn-toggler-down .active-text {
    display: inline-block;
}

@media (min-width: 768px) {
    #map-section .address-card:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #009edb transparent transparent transparent;
        position: absolute;
        bottom: -3px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    #map-section .address-card.active:after {
        bottom: -20px;
        -webkit-transform: translateX(-50%) rotate(0deg);
        -moz-transform: translateX(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
        -o-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
}

#map-section .map-wrapper {
    padding: 0;
    height: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#map-section .map-wrapper.open {
    height: 480px;
}

#map-section .map-wrapper #contacts-map {
    height: 560px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
    #map-section .card-wrapper {
        margin-top: 20px;
        display: table;
        width: 100%;
        z-index: 2;
        position: relative;
    }
    #map-section .card-wrapper .address-card {
        display: table-cell;
        float: none;
    }
    #map-section .card-wrapper .card-inner {
        flex-direction: column;
        -webkit-flex-direction: column;
        padding-bottom: 110px;
    }
    #map-section .card-wrapper .list-unstyled {
        position: absolute;
        bottom: 65px;
    }
    #map-section .card-wrapper .btn-toggler-down {
        display: inline-block;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }
}

@media (max-width: 767px) {
    #map-section .btn-toggler-down:after {
        display: none;
    }
    #map-section .card-wrapper {
        padding-bottom: 20px;
    }
}

#pricing-header {
    background-position: center;
}

#pricing .plan-cards-wrapper {
    margin-top: 30px;
    /* display: flex; */
    flex-direction: row;
    margin-bottom: -20px;
}

#pricing .plan-cards-wrapper .plan-card {
    flex-grow: 1;
    margin-bottom: 20px;
}

#duk .tb {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #pricing .plan-cards-wrapper {
        display: block;
    }
}

@media (min-width: 768px) {
    #pricing .plan-cards-wrapper {
        margin-right: -10px;
        margin-left: -10px;
    }
    #pricing .plan-cards-wrapper .plan-card {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* .plan-card .plan-card-inner {
    min-height: 582px;
  } */
    ul.list-ticked li {
        cursor: auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #pricing .plan-cards-wrapper {
        flex-wrap: wrap;
    }
    #pricing .plan-cards-wrapper .plan-card {
        width: 50% !important;
    }
}

#key-capabilities .header-md {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#key-capabilities .tab-pane {
    padding-bottom: 0;
}

#key-capabilities .tab-pane .btn-main-nobg {
    margin-top: 20px;
}

.platform-screens .platform-screens-wrapper {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.platform-screens .platform-screens-wrapper>.grid {
    margin-top: -100%;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .platform-screens .platform-screens-wrapper>.grid {
        margin: 0;
        display: none;
    }
}

.platform-screens .platform-screens-wrapper>.grid>li {
    display: inline-block;
    width: 25%;
    padding: 0;
    vertical-align: top;
}

.platform-screens .platform-screens-wrapper>.grid>li a {
    display: block;
}

@media (max-width: 767px) {
    .platform-screens .platform-screens-wrapper>.grid>li {
        width: 100%;
    }
}

.platform-screens .platform-screens-wrapper .screen-img-trigger {
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
}

.platform-screens .btn-main-nobg .active-text {
    display: none;
}

.platform-screens.active .platform-screens-wrapper>.grid {
    margin-top: 0;
}

@media (max-width: 767px) {
    .platform-screens.active .platform-screens-wrapper>.grid {
        display: block;
    }
}

.platform-screens.active .btn-main-nobg span {
    display: none;
}

.platform-screens.active .btn-main-nobg .active-text {
    display: inline-block;
}

.platform-screens.active .btn-main-nobg:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#success-story {
    padding: 60px 0;
}

#success-story .quote-wrapper {
    padding-top: 0;
    padding-bottom: 40px;
}

#success-story .quote {
    margin-bottom: 20px;
}

#success-story .quote p {
    font-size: 18px;
}

#success-story .quote-signature {
    font-size: 16px;
}

#success-story .btn-main {
    padding-left: 30px;
    padding-right: 30px;
}

#cta a:hover,
#cta a:focus,
#cta a:hover:active {
    color: #fff;
}

@media (max-width: 767px) {
    #platform .list-illustrated {
        margin-top: 30px;
    }
    #cta .header-md,
    #cta .text-md {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) and (max-width: 360px) {
    #cta .header-md,
    #cta .text-md {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    #cta .tb-narrow {
        max-width: none;
    }
}

@media (min-width: 768px) {
    #platform .list-illustrated {
        padding-left: 60px;
    }
    #key-capabilities .nav.nav-tabs {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #success-story {
        padding: 60px 0;
    }
    #success-story .quote-wrapper {
        padding: 0;
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #key-capabilities .custom-tabs .nav.nav-tabs {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 991px) {
    #key-capabilities .custom-tabs .tab-pane .pane-img-wrapper {
        margin-top: 30px;
    }
}


/* Blog Template Styles */

.text-center {
    text-align: center;
}

.img-center {
    margin: auto;
}

.img-blog-header {
    padding-bottom: 2rem;
}

.pad-top {
    padding-top: 70px;
}

.black {
    color: #000;
}

.black li a>i {
    color: #000;
}

.no-float {
    float: none;
}

.inline-block {
    display: inline-block;
}

.no-style:link {
    color: #000;
    text-decoration: none;
}

.title {
    margin-left: 14px;
}

.title-margin {
    margin: 1rem;
    padding: 1rem;
}

.post-border {
    border: 1px solid lightgray;
    border-radius: 3px;
}


/* Make bullet points display next to text, not left aligned */

.blog ul {
    display: inline-block;
}

.page-thumbnail>img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}


/* Front page gallery */

.fp-gallery {
    /* width: 75%;
    max-width: 935px; */
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.fp-box {
    width: calc(33% - 28px);
    margin: 14px;
    /* height: 293px; */
    background-size: cover;
    background-position: center;
    box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
}

.fp-box .fp-img img {
    width: 100%;
    height: auto;
    transition: transform .2s;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
}

.fp-box img:hover {
    transform: scale(1.1);
}

.fp-img {
    height: 230px;
    position: relative;
}

.overflow {
    overflow: hidden;
}

.category {
    border-radius: 2px;
    font-size: 11px !important;
    padding: 2px 5px 2px 5px;
    margin-right: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    z-index: 0;
    background-color: skyblue;
}

.tag {
    border-radius: 2px;
    font-size: 11px !important;
    padding: 2px 5px 2px 5px;
    margin-right: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    z-index: 0;
    background-color: mediumpurple;
}

.fp-text {
    padding: 15px;
    text-align: left;
}

.fp-text a {
    text-decoration: unset;
    color: black
}

.fp-text-title {
    min-height: 3rem;
    min-height: calc(18px * 4.25);
}

.date {
    padding-bottom: 15px;
    font-size: small;
}

.selector-wrapper {
    margin-left: 14px;
}

.no-pages {
    margin: auto;
    margin-top: 50px;
    font-size: xx-large;
    text-align: center;
}

.post-content-trimmed {
    font-size: small;
}

.related {
    width: 200px;
    float: right;
    position: sticky;
    top: 25%;
}

.related-title {
    text-align: left;
    color: black;
    width: 100%;
}

ul.related-list {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

ul.related-list>li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.related-list {
    font-size: 11px !important;
    padding: 2px 5px 2px 5px;
    margin-right: 5px;
    /* display: inline-block; */
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    list-style: none;
}

.related-list li {
    padding: .25rem 0px;
}

.related-list a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.header_font_color_white {
    color: #FFF;
    font-weight: bold;
}

.header_font_color_black {
    color: #232425;
    font-weight: bold;
}

#fp-gallery,
.selector-wrapper,
#header_velodrome {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 1em;
}

.selector-wrapper {
    padding: 0.83em;
}

.velodrome {
    line-height: 2;
}

#postcount {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
    margin: 10px auto;
    position: relative;
    text-align: center;
}

#postcount span>a {
    /* height: 32px; */
    /* width: 10px; */
    margin: 5px;
    padding: 5px 10px;
    text-align: center;
    align-content: center;
}

#postcount span>a:hover {
    background-color: #008ed0;
}

#postcount span>a:hover {
    color: #FFF;
}


/* custom */

.form-content {
    max-width: 700px;
    padding: 0;
}

.form-content input[readonly='readonly'] {
    background-color: #fafafa;
    border: 1px solid #d0d0d0;
}

.form-content i {
    color: red;
}

.form-content>div {
    margin: 0 auto;
    border-bottom: 2px solid #b7b7b7;
    float: left;
    padding: 0.5em;
}

.form-content>div ul {
    display: block;
    float: left;
    width: 100%;
}

.form-content>div ul>li {
    display: block;
    text-align: left;
    margin: 0.5em 0;
    clear: both;
}

.form-content>div>h4,
.form-content>div>p {
    text-align: left;
    float: left;
    width: 100%;
}

.form-content>div ul>li input,
.form-content>div ul>li select {
    padding: 0.5em;
    border: 1px solid #d0d0d0;
}

.form-content>div ul>li input[type='radio'] {
    margin: 0 0.5em;
}

.form-content>div li>label {
    margin-right: 1em;
    min-width: 230px;
}

.form-content>div>div {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
}

.form-content>div div>label {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
}

.form-content>div div>li {
    list-style: none;
    display: inline-block;
    /* margin: 0.5em 1em; */
}

.form-content textarea {
    width: 100%;
    height: 150px;
    padding: 0.5em;
}

.form-content input[type='checkbox'] {
    margin: 0.5em 0.5em;
}

.wpcf7-response-output,
.wpcf7-validation-errors {
    text-align: center;
    font-size: 1.2em;
}

div.learning-left,
div.summit_event,
div.box-note-left {
    display: inline-block;
    padding: 1em;
    position: sticky;
    top: 6.666667rem;
    margin-top: 3em;
    -webkit-box-shadow: 1px 3px 5px 3px rgba(163, 163, 163, 1);
    -moz-box-shadow: 1px 3px 5px 3px rgba(163, 163, 163, 1);
    box-shadow: 1px 3px 5px 3px rgba(163, 163, 163, 1);
}

div.learning-left>img,
div.summit_event-left>img {
    width: 160px;
}

div.learning-right,
div.summit_event-right {
    display: inline-block;
    vertical-align: top;
    padding: 1em 3em;
    margin-top: 3em;
}

div.learning-right h3,
div.summit_event-right h3 {
    color: #009edb;
    font-weight: bold;
}

div.learning-left .center,
div.learning-right .center,
div.summit_event-left .center,
div.summit_event-right .center {
    display: block;
    margin: 0 auto;
}

div.content_percent {
    text-align: center;
}

div.content_percent h2 {
    color: #009edb;
    text-align: center;
    width: calc(95%/3);
    display: inline-block;
    vertical-align: top;
}

div.content_percent.b-left h2 {
    width: calc(95%/1) !important;
    font-size: 3em;
    font-weight: bold;
}

div.content_percent h2>span {
    display: block;
    clear: both;
    font-size: 0.7em !important;
    color: #333;
}
div.content_percent.b-left h2>span{
    font-size: 20px !important;
}
div.content_percent h2>i{
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 24px;
}
ul.listitem {
    margin-left: 2em;
}

ul.list-ticked ol {
    margin-left: 2em;
    margin-top: 0.5em;
}

ul.list-ticked ol>li {
    padding: 0.2em 0;
    list-style: disc;
}

ul.list-ticked i {
    float: right;
    margin-top: 0.3em;
    margin-right: 0.5em;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


/* ###### for Post */

.post ul,
.post ol {
    margin: 1em 2.5em 1em;
}

.post ul>li>ul {
    list-style: disc;
}

.post ol>li {
    margin-bottom: 1em;
}


/* ##### end */


/* #### release notes */

#release_notes {
    margin-bottom: 2.5em !important;
}

#release_notes ul {
    margin: 0.5em 2.5em;
}

#release_notes li {
    list-style: none;
}

div.box-note-left {
    box-shadow: none !important;
}

.note-item li {
    background-color: #009edb;
    margin: .5em 0;
    border-radius: 15px;
    text-align: left;
    padding: 0 0.5em;
    width: 300px;
}

.note-item li:hover {
    background-color: #ace7ff;
}

.note-item li>a {
    color: #FFF;
    padding: .8em .5em;
    font-size: 14px;
    display: block;
}

.note-item li>a:hover {
    color: #008ed0;
}


/* #release_notes>div>div:nth-child(2){
  display: block !important;
} */


/* .box-note-rigth:nth-child(2){
  display: block;
} */

.box-note-rigth {
    padding-top: 4.5em;
    /* padding-left: 3.5em; */
    padding-bottom: 2em;
    border-bottom: 1px solid #e8e8e8;
}

.box-note-rigth h2 {
    color: #008ed0;
    font-weight: 600;
    display: block;
    text-align: left;
    margin-bottom: 1.5em;
}

.box-note-rigth h3 {
    font-weight: 600;
}


/* #### end release notes */


/* Custom */

.custombox ul {
    padding-left: 2em !important;
}

.custombox .txtb {
    font-weight: bold;
}

.custombox .btn-main:hover {
    background-color: #b7b7b7;
}

.registration-hero {
    width: 100%;
    ;
}


/* ----online Payment---- */

button.stripe-button-el {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: unset;
    border-radius: unset;
    font-size: 13px;
    border: 1px solid #009edb;
    padding: 9px 20px 9px 20px;
}

button.stripe-button-el span {
    border: unset;
    border-radius: unset;
    text-shadow: unset;
    background-image: unset;
    background: unset;
    color: #009edb;
    font-weight: unset;
    box-shadow: unset;
}

button.stripe-button-el:hover {
    background: #009edb;
    color: #fff;
}

button.stripe-button-el span:hover {
    color: #fff;
}


/* regis */

#logo_partner {
    text-align: center;
    margin-top: 1em;
}

#logo_partner ul>li {
    display: inline-block;
}

#logo_partner ul>li img {
    width: 250px;
}

@media (max-width:1023px) {
    div#summit_event-header {
        padding: 2em !important;
    }
    div.learning-left,
    div.summit_event-left,
    div.box-note-left {
        position: static;
    }
    div.box-note-rigth {
        padding: 2em 0 1em 0;
    }
    div.learning-right,
    div.summit_event-right {
        padding: 1em;
    }
    div.learning-right p>img {
        width: 100% !important;
    }
    div.content_percent h2>span {
        font-size: 0.5em;
    }
}


/* Mobile View */

@media (max-width: 767px) {
    /* Remove margin to center text */
    .container {
        margin-left: unset !important;
    }
    /* Add padding so body is not covered by navbar */
    .pad-top {
        padding-top: 130px !important;
    }
    .fp-box {
        width: calc(100% - 28px);
    }
    .title {
        margin-top: 86px;
    }
    .form-content>div li>label {
        width: 100%;
    }
    .form-content>div ul>li input[type='text'],
    .form-content>div li>span {
        width: 90%;
    }
    /* .box-note-rigth:nth-child(odd){
    background-color: rgb(228, 228, 228);
  } */
}

@media (max-width: 1024px) {
    .related {
        position: relative;
        width: auto;
        float: unset;
    }
    .related-title {
        text-align: center;
    }
    .related-list {
        text-align: center;
    }
    .pad-body {
        width: 100%;
    }
    #registration-left div>div.row {
        margin-left: unset;
        margin-right: unset;
    }
}

@media(min-width:1025px) {
    .btn-lg {
        font-size: 30px;
    }
}


/* Ipads */

@media (max-width: 1024px) and (min-width: 767px) {
    .container {
        width: calc(970px - 250px);
    }
    .fp-box {
        width: calc(50% - 28px);
    }
    #registration-header {
        height: 400px !important;
        background-size: contain;
        width: 100% !important;
    }
}


/* Leaderboard */

.leaderboard-container {
    width: 98%;
    margin: auto;
    display: grid;
    grid-gap: 10px;
    align-content: center;
    grid-template-columns: repeat(3, 1fr);
}

.leaderboard-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    margin: 0;
    height: 180px;
}

.leaderboard-description {
    width: 85%;
    font-size: 16px;
    text-align: center;
    margin: 25px auto 0px auto;
}

.leaderboard>h2>span>p {
    display: inline-block;
    font-size: 14px;
}

table {
    width: 100%;
    height: 90%;
    border-radius: 10px;
    border-style: hidden;
    border-collapse: collapse;
    box-shadow: 0 0 0 1px #666;
}

td,
th {
    text-align: center;
    padding: 5px 8px;
    font-size: 12px;
}

tr>td:first-child {
    padding: 0px 0px 0px 1px;
}

tr>td:nth-child(2) {
    padding-left: 0px;
}

tr:nth-child(even) {
    background-color: #f5f5f5;
}

tr:nth-child(1) {
    color: #fff;
    background-color: #000;
}

tr:nth-child(1) th:first-child {
    border-top-left-radius: 10px;
}

tr:nth-child(1) th:last-child {
    border-top-right-radius: 10px;
}

tr:nth-child(21) td:first-child {
    border-bottom-left-radius: 10px;
}

tr:nth-child(21) td:last-child {
    border-bottom-right-radius: 10px;
}

tr:nth-child(2) td,
tr:nth-child(3) td,
tr:nth-child(4) td {
    font-weight: 600;
    font-size: 14px;
}


/* Mobile View */

@media (max-width: 1132px) {
    .leaderboard-description {
        width: 98%;
    }
    .leaderboard-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .leaderboard {
        width: 98%;
    }
    td,
    th {
        padding: 2px 4px;
    }
    tr>td:first-child {
        text-align: center;
        padding-left: 10px;
        white-space: nowrap;
    }
    tr>td:nth-child(2) {
        text-align: left;
    }
    #rank-icon {
        width: 10px;
    }
}

@media (max-width: 480px) {
    tr>td:first-child {
        text-align: left;
    }
}


/* Leaderboard End */


/* Campaign Tracking Form */

.form-container {
    width: 100%;
}

.form-container-inner {
    margin: 5% 25%;
    padding: 20px;
    border: 2px solid #009edb;
}

form input,
.form-container-inner>input {
    display: flex;
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #000;
}

.form-container-inner>button,
form>button {
    outline: none;
    border: none;
    width: 110px;
    height: 40px;
    color: #009edb;
    border: 2px solid #009edb;
}

#blue-button {
    background: #009edb;
    color: #fff;
}


/* Mobile View */

@media (max-width: 767px) {
    .form-container-inner {
        margin: 10px 10px 0px 10px;
    }
}


/* Campaign Tracking Form End */

.metatag-description {
    margin: 18px 0px 0px 0px;
}

.dropdown-line {
    position: relative;
    display: inline-block;
}

.dropdown-content-line {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index: 1;
    bottom: 100%;
    margin: 25px 5px;
    left: -50%;
}

.dropdown-content-line::after {
    content: '';
    position: absolute;
    left: 6%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    clear: both;
}

.dropdown-line:hover .dropdown-content-line {
    display: block;
}