@charset "UTF-8";
body,
html {
    height: 100%;
    width: 100%;
}
.ctasection,
.footer,
body,
html {
    width: 100%;

    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.form-control,
select {
    -webkit-appearance: none;
}
body {
    font-family: Helvetica;
    color: #3a3a3a;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {

}
p {
    font-size: 16px;
    font-weight: 200 !important;
}

.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.footer-nav ul li a:active,
.footer-nav ul li a:focus,
.footer-nav ul li a:hover {
    font-size: 18px;
    font-weight: 600;
    color: #007BFF;
    background-color: #fff;
}
.navbar-default {
    border-color: #fff;
    background-color: #fff;
}
@media (min-width: 460px){
    .navbar-brand img {
        height: 30px;
        padding: 0;
        margin-top: -10px;
        -webkit-transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
        -moz-transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
        transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
    }

}
@media (max-width: 460px){
    .navbar-brand img {
        height: 30px;
        padding: 0;
        margin-top: -5px;
        -webkit-transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
        -moz-transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
        transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
    }

}
.footer-nav ul li a {
    text-decoration: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border-color: transparent;


}
@media (min-width: 767px){
    .navbar-toggle {
        display: none;
    }
}
@media (max-width: 767px){
    .navbar-toggle {
        display: block;
    }
    .navbar-flex {
        display: flex;
    }
}
@media (max-width: 767px){
    .navbar-header {
        float: none;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:active,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        border-color: transparent;
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

}
@media (min-width: 767px){
    .navbar-collapse-menu {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}
.tablediv {
    display: table;
}
.intable {
    display: table-cell;
    vertical-align: middle;
}
.intro-section {
    background-color: #fff;
    color: #000;
    text-align: left;
    padding-top: 150px;
    padding-bottom: 100px;
}
.intro-section-gray {
    background-color: rgb(94, 94, 94);
    color: #fff;
    text-align: left;

}
.intro-section-blue {
    background-color: #002457;
    color: #fff;
    text-align: left;

}

@media (min-width: 992px) {
    .masterhead {
        background-image: url(/themes/booking/imgs/screen.jpg);
        background-size: cover;
    }
}

.intro-section p {
    font-size: 20px;
    margin: 20px 0;
    margin-top: 60px;
}
.macbook {
    margin-top: 0px;
}
.steps {
    text-transform: uppercase;
    color: #19aa6d !important;
}
.gray-section {
    padding: 70px 0;
    background: #f8f8f8;
    width: 100%;
    display: table;

}
.blue-section {
    padding: 70px 0;
    background: #007BFF;
    width: 100%;
    display: table;
    text-align: center;
    color:#fff;
}
.dark-gray-section {
    padding: 70px 0;
    background: #505050;
    width: 100%;
    display: table;
    color:#fff;
}
.dark-gray-section h2 {
    color: #fff !important;
    margin-top: 10px;
}
.dark-gray-section h4 {
    color: #fff !important;
    margin-top: 10px;
}
.slider-section {
    padding: 70px 0;
    background: #fff;
}
.ctasection {
    background-color: #aa4400;
    height: auto;

    color: #fff;
    padding: 70px 0;
    text-align: center;
}
.ctasection .contact {
    margin-bottom: 40px;
    margin-top: 0;
}
.ctasection h2,
.footerfirst {
    margin-bottom: 20px;
}
.ctasection h2 {
    color: #fff !important;
    margin-top: 10px;
}
.ctasection h4 {
    color: #fff !important;
    margin-top: 10px;
}
.btn-dark {
    border: 1px solid #172336;
    border-radius: 4px;
    background-color: #172336;
    color: #fff;
    padding: 14px 50px;
    font-size: 16px;
    font-weight: 400;
    transition: all ease-in-out 0.2s;
    height: 55px;
}

.btn-blue {
    border: 1px solid #007BFF;
    border-radius: 4px;
    background-color: #007BFF;
    color: #fff;
    padding: 14px 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all ease-in-out 0.2s;
    height: 55px;
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
    background-color: #0068d8;
    color: #ffffff;
    transition: all ease-in-out 0.2s;
    background-color: #0068d8;
    border: 1px solid #0068d8;
}
.btn-white {
    border: 1px solid #fff;
    border-radius: 40px;
    background-color: #fff;
    color: #000;
    padding: 14px 50px;
    font-size: 16px;
    font-weight: 700;
    transition: all ease-in-out 0.2s;
    height: 55px;
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background-color: rgb(204, 204, 204);
    color: #172336;
    transition: all ease-in-out 0.2s;
    border: 1px solid #000;
}
.btn-default-red,
.btn-default-red-back {
    padding: 10px 20px;
    font-weight: 300;
    height: auto;
    font-size: 18px;
}
.btn-default-red {
    border: 1px solid #aa0000;
    border-radius: 50px;
    background-color: transparent;
    color: #aa0000;
    transition: all ease-in-out 0.2s;
}
.btn-default-red-back,
.btn-default-red:active,
.btn-default-red:focus,
.btn-default-red:hover {
    border: 1px solid #aa0000;
    background-color: #aa0000;
    color: #fff;
    transition: all ease-in-out 0.2s;
}
.btn-default-red-back {
    border-radius: 40px;
}
.btn-default-red-back:active,
.btn-default-red-back:focus,
.btn-default-red-back:hover {
    background-color: #fc5f64;
    color: #fff;
    transition: all ease-in-out 0.2s;
    border: 1px solid #fc5f64;
}
.footer {
    background-color: #F8F8F8;
    color: #000;
    padding: 50px 0;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer ul li {
    display: inline;
    padding: 0px;
}
.text-right-md {
    text-align: right;
}
.text-left-md {
    text-align: left;
}
@media (max-width: 768px) {
    .text-left-md,
    .text-right-md {
        text-align: center;
    }
    .footerfirst img {
        margin-bottom: 20px;
    }
    .gray-section {
        display: block;
    }
}
@media (min-width: 1200px) {
    .step:after {
        content: "";
        display: block;
        width: 100px;
        height: 4px;
        position: absolute;
        background: #d6d6d6;
        margin-left: 330px;
        margin-top: -65%;
        transform: translateY(-50%);
    }
    .step:last-child.step:after {
        display: none !important;
    }
}
.form-section {
    background-color: #f8f8f8;
    height: auto;
    width: 100%;
    padding: 120px 0;
}
.form-control {
    background-color: #f8f8f8;
    border-radius: 4px !important;
    border: 1px solid #5b5e6d;
    color: #323648;
    height: 55px;
    font-size: 16px;
    padding-top: 5px;
}
@media (max-width: 992px) {
    .form-control {
        margin-bottom: 10px;
    }
    #signup .form-group {
        margin-bottom: 0;
    }
    .input-group {
        margin-bottom: 10px;
    }
}
textarea {
    resize: none;
}
.uneditable-input:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
textarea:focus {
    border-color: #19aa6d !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.radio-tile-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.radio-tile-group .input-container {
    position: relative;
    max-height: 85px;
    max-width: 94px;
    min-height: 85px;
    min-width: 94px;
    margin: 5px;
    -webkit-transform: all ease-in-out 0.2s;
    transform: all ease-in-out 0.2s;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .radio-tile-group {
        display: block !important;
    }
    .radio-tile-group .input-container {
        display: inline-block !important;
        position: relative;
        max-height: 105px;
        max-width: 85px;
        min-height: 105px;
        min-width: 85px;
        margin: 5px 10px;
    }
}
.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #5b5e6d;
    border-radius: 5px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.radio-tile-group .input-container .icon svg {
    fill: #5b5e6d;
    width: 3rem;
    height: 3rem;
}
.radio-tile-group .input-container .radio-tile-label {
    text-align: center !important;
    font-size: 10px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5b5e6d;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: #5b5e6d;
    border: 1px solid #5b5e6d;
    color: #fff;
    -webkit-transform: all ease-in-out 0.2s;
    transform: all ease-in-out 0.2s;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
    fill: #fff;
    background-color: #5b5e6d;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: #fff;
    background-color: #5b5e6d;
    text-align: center !important;
}
.radio-tile label {
    padding-bottom: 0;
}
label {
    text-align: left !important;
    font-size: 16px;
    padding-bottom: 10px;
}
.plan-cards,
.stepwizard-step {
    text-align: center;
}
.form-group a {
    color: #000;
}
@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }
}
.close-button,
.close-button:active,
.close-button:focus,
.close-button:hover {
    position: fixed;
    z-index: 99999;
    color: #fff;
    right: 15px;
    font-size: 24px;
    margin: 9px 15px !important;
    float: right;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 86%;
    height: 1px;
    background-color: #ccc;
    left: 7%;
}
.stepwizard-step {
    display: table-cell;
    position: relative;
}
.stepwizard-step .btn-circle {
    color: #fff;
    background: #19aa6c;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 8px;
}
.plan-cards,
.plan-cards .input-container .radio-tile {
    display: block;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover {
    background-color: #fc5f64;
    border-color: #fc5f64;
}
.plan-cards .input-container {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: auto;
    margin: 0;
    padding: 0 5px;
}
.plan-cards .radio-tile hr {
    border-top: 1px solid #ddd;
}
.plan-cards .input-container .radio-button:checked + .radio-tile {
    background-color: #19aa6c;
    border: 1px solid #19aa6c;
    color: #fff;
}
.plan-cards .input-container .radio-button:checked + .radio-tile h2 {
    color: #fff !important;
}
.plan-cards .input-container .radio-button:checked + .radio-tile hr {
    border-top: 1px solid #19aa6b;
}
.plan-cards .radio-tile h2 {
    display: block;
    font-size: 26px;
    margin: 0;
}
.plan-cards .radio-tile p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.plan-cards .radio-tile p:last-child {
    border-bottom: 0 solid #ddd;
}
.svg-inline--fa {
    width: 30px !important;
    height: 20px;
    margin-bottom: 6px;
}
.btn[disabled] {
    opacity: 1 !important;
    background: #6fc59d;
}
.gray-section ol li,
.gray-section ul li,
.tablediv ul li,
.white-section ol li,
.white-section ul li {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: -1px;
    line-height: 1.6;
}
.tablediv ul,
.white-section ul {
    padding: 0;
}
.white-section ol {
    padding: 0 70px;
}
.tablediv .row {
    margin-bottom: 20px;
}
.content {
    padding: 0 40px;
}
.cards {
    border: 1px solid #d4d4d4;
    padding: 40px 15px;
}
.bookingdiv {
    padding: 70px 0;
}
.form-section .table {
    border: 1px solid #ddd;
    font-size: 16px;
}
.form-section .table tr td {
    line-height: 1.8;
    vertical-align: middle;
    font-weight: 200;
}
.form-section tr td strong {
    font-weight: 700;
    color: #323648;
}
.form-section .table .btn-default-red {
    border-radius: 5px;
    height: 36px;
    padding: 5px 20px;
}
.form-section .table td .input-container .radio-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #19aa6d;
    border-radius: 5px;
    padding: 6px 10px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.form-section .table td .input-container .radio-tile-label {
    text-align: center !important;
    font-size: 16px;
    font-weight: 200 !important;
    color: #19aa6d;
    line-height: 1.6;
    margin-bottom: 0;
}
.form-section .table td .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}
.form-section .table td .input-container .radio-button:checked + .radio-tile {
    background-color: #19aa6d;
    border: 1px solid #19aa6d;
    color: #fff;
    -webkit-transform: all ease-in-out 0.2s;
    transform: all ease-in-out 0.2s;
}
.form-section .table td .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: #fff;
    background-color: #19aa6d;
    text-align: center !important;
}
.loadingBarText,
.owl-dots {
    text-align: center;
}
.form-section .table td .input-container {
    position: relative;
    max-width: 85px;
    min-width: 85px;
    margin: 0 auto;
}
.remove-top {
    margin-top: 0;
}
.error {
    color: #8b0000;
    border-color: #8b0000;
}
.checkUl {
    list-style: none;
    padding: 0 4px !important;
}
.bottom-space,
.white-section {
    padding: 40px 0;
}
.checkUl li:before {
    content: "✓ ";
}
.bottom-space .col-md-8 {
    margin-top: 60px;
}
.white-section {
    background: #fff;

}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    font-size: 82px;
    top: 40%;
}
.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}
.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #adadad;
    bottom: 0;
    top: 100%;
    border-radius: 100px;
    margin: 30px 2px 0;
}
.owl-carousel .owl-dots button.active {
    background: #2ba96d;
}
button.owl-dot:focus,
button.owl-next:focus,
button.owl-prev:focus {
    outline: 0;
}
.slider-section h2 {
    margin: 0 0 40px;
}
.demo-link {
    font-size: 24px;
    color: #323648;
    transition: all ease-in-out 0.2s;
    display: inline-block;
    margin: 20px 0 0;
}
.demo-link:focus,
.demo-link:hover {
    text-decoration: none;
    color: #fc5f64;
    transition: all ease-in-out 0.2s;
}
.terms {
    padding-top: 100px;
}
.terms ol,
.terms ul {
    padding: 0 50px;
}
.terms hr {
    border-top: 1px solid #b3b3b3;
}
.radio-tile .radio-icon {
    width: 30px;
    height: 20px;
    margin-bottom: 6px;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-icon {
    width: 30px;
    height: 20px;
    filter: brightness(0) invert(1);
    transition: all ease-in-out 0.2s;
    margin-bottom: 6px;
}
@media (max-width: 768px) {
    .plan-cards .input-container {
        display: block !important;
        padding: 10px 15px;
        margin: 5px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .stepwizard-row:before {
        width: 83%;
        left: 8%;
    }
    .tablediv .row {
        margin-bottom: 10px;
    }
    .intro-section {
        padding-top: 120px;
    }
    .tablediv ul {
        padding: 20px 20px 0;
    }
    .intro-section h2 {
        color: #222 !important;
        margin-bottom: 20px;
    }
    .demo-link,
    .demo-link:focus,
    .demo-link:hover {
        color: #fff;
    }
    .bottom-space .col-md-8 {
        margin-top: 0;
    }

    .terms {
        padding-top: 100px;
    }
    .demo-link {
        margin: 20px 0;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .content {
        padding: 0 15px;
    }
    .tablediv ul {
        padding: 20px 20px 0;
    }
    .tablediv .row {
        margin-bottom: 10px;
    }
    .bookingdiv,
    .slider-section,
    .white-section {
        padding: 30px 0;
        display: block;
    }
    .intro-section {
        padding-top: 120px;
    }
    .intro-section h2 {
        color: #222 !important;

        margin-bottom: 20px;
    }
    .demo-link,
    .demo-link:focus,
    .demo-link:hover {
        color: #fff;
    }
    .bottom-space h2 {
        font-size: 20px;
    }
    .white-section ol {
        padding: 0 20px;
    }
    .bookingdiv h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .bottom-space {
        padding: 40px 0;
    }
    .bottom-space .col-md-8 {
        margin-top: 0;
    }
    .form-section {
        padding: 70px 0;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }
    .slider-section h2 {
        margin: 0 0 30px;
    }
    .terms {
        padding-top: 50px;
    }
    .demo-link {
        margin: 20px 0;
    }
}
.fc .fc-image-masked {
    background-size: cover;
    background-position: top left;
}
.fc .fc-btn {
    display: none !important;
}
.fc.fc-collapsed {
    background-image: url(../js/sample/frame.png) !important;
}
.stepwizard-step .btn-primary[disabled]:focus {
    background-color: #19aa6c;
    border-color: #19aa6c;
    outline: 0;
}
.btn-primary{
    background-color:#007BFF ;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #0068d8;
    color: #ffffff;
    transition: all ease-in-out 0.2s;
    background-color: #0068d8;
    border: 1px solid #0068d8;
}
.ctasection .form-control {
    border: none;
}
.ctasection .row {
    margin-bottom: 0;
}
.contact-form textarea {
    height: 80px;
}
.ctasection .btn-default {
    margin: 10px 0;
}
.contact-form h2 {
    margin-bottom: 30px;
    margin-top: 0;
}
.contact-form .btn-default-red {
    margin: 20px 0;
}
select {
    border-radius: 4px !important;
    text-indent: 1px;
    background: url(../imgs/br_down.png) 96% center no-repeat !important;
    height: 55px !important;
    border-color: #5b5e6d !important;
    box-shadow: none !important;
}
.loadingBar {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    display: table;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden !important;
}
.loadingBarText {
    color: #fff;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    font-family: "PT Sans Narrow", sans-serif;
}
.vectorIcon {
    height: 300px !important;
}
.featureIcon {
    max-height: 100px;
}
.displayNone {
    display: none;
}
.sms_toggle {
    font-size: 14px !important;
    font-weight: 200 !important;
}
.popover {
    width: 100% !important;
}
.view_sms {
    cursor: pointer;
}
.sms_div {
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .view_sms {
        font-weight: 100 !important;
    }
    .owl-pricing .price {
        border: 1px solid #ddd;
    }
    .owl-pricing .price table {
        width: 100%;
    }
    .owl-pricing .price table tr td,
    .owl-pricing .price table tr th {

        line-height: 1.8;
        vertical-align: middle;
        font-weight: 200;
        font-size: 16px;
    }
    .owl-pricing .price table tr th {
        font-weight: 600;
        text-align: center;
        background-color: #dfdfdf;
    }
    .owl-pricing .price table tr td:first-child {
        font-weight: 400;
        color: #323648;
    }
    .mobile-td {
        padding-left: 32px !important;
    }
    .sms_div {
        border-bottom: 1px solid #ddd;
        padding-top: 5px;
    }
    .owl-carousel .owl-stage,
    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: auto !important;
        touch-action: auto !important;
    }
    .mobile-price-title {
        color: #000 !important;
    }
}
.intro-section-gray h1 {
    font-size: 5.5rem;


}
.intro-section-gray h2 {
    font-size: 3.5rem;
    line-height: 3.25rem;

}
.intro-section h1 {
    font-size: 5.5rem;


}
.intro-section h2 {
    font-size: 3.5rem;
    line-height: 3.25rem;

}
h1 {
    font-size: 5.5rem;
    font-weight: 700;

}
h2 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.25rem;

}
h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.25rem;

}



@media (max-width: 1300px) {
    .intro-section-gray h1 {
        font-size: 4rem;
        line-height: 4.25rem;

    }
    .intro-section-gray h2 {
        font-size: 1.6rem;
        line-height: 3.25rem;

    }
    .intro-section h1 {
        font-size: 4rem;
        line-height: 4.25rem;

    }
    .intro-section h2 {
        font-size: 1.6rem;
        line-height: 3.25rem;

    }
    h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    h2 {
        font-size: 3rem;
        line-height: 3.25rem;
    }
    h3 {
        font-size: 2rem;
        line-height: 3.25rem;
    }

}
@media (max-width: 992px) {

    h2 {

        text-align: center;

    }
    h1 {

        text-align: center;

    }
    h3 {

        text-align: center;


    }
    h4 {




    }
    .intro-section {
        text-align: center;
    }
}
.container-fluid {

    max-width: 1280px;

    margin: 0 auto;
}
@media only screen and (max-width: 1520px) {
    .container-fluid {
        max-width: 100%;
        padding: 80px 80px;
    }
}
@media only screen and (max-width: 760px) {
    .container-fluid {
        padding: 50px 25px;

    }
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.lesspad-service{


    display: -ms-flexbox;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    text-align: center;
    padding: 30px 20px 20px;
    border-radius: 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;

}
.lesspad-service:hover {
    box-shadow: 0 10px 20px 10px rgba(103,118,140,0.25);
}

#hover-content {
    display:none;
}
#parent:hover #hover-content {
    display:block;
}
#accordion .panel-title a{
    display: block;
    position: relative;

}

@media (min-width: 767px){
    .navbar {
        padding: 15px 0;
        -webkit-transition: background .0s ease-in-out,padding .0s ease-in-out;
        -moz-transition: background .0s ease-in-out,padding .0s ease-in-out;
        transition: background .0s ease-in-out,padding .0s ease-in-out;
    }

    .logo {

        width: auto;
    }
}
.footer-nav ul li a,
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: black;
    font-weight: 600;
    text-decoration: none;
}
.dropdown-menu > li > a {
    font-size: 16px;
    color: black !important;
    font-weight: 400;
    text-decoration: none;
    padding-top: 15px !important;
}
.hero-image {
    background-image: url("");
    background-color: #525252;
    height: 820px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
}
a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
a:hover {
    color: #000;
}
@media (min-width: 768px){
    .container {
        width: auto;
    }
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;

    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
}



.dropdown-content {
    display: none;
    position: absolute;

    width: 400px;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0;
    background-color: #fafafa;

}

.dropdown-content .header {
    background: #f8f8f8;
    padding: 16px;
    color: white;
}

.open > .dropdown-content {
    display: block;
}
.column {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 30px;
}

.column a {
    float: none;
    color: black;

    text-decoration: none;
    display: block;
    text-align: center;
}

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

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 100%;
    padding: 10px;


}




/* Clear floats after the columns */


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 769px) {
    .column {
        width: 100%;
        height: auto;
        padding: 0
    }
    .column a {
        padding:2px;
    }
    .nodisplay {
        display:none;
    }
    .column a h5 {
        display:none;
    }
    .dropdown-content {
        display: none;

        background-color: #fafafa;
        width: auto;

        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        padding: 0;
    }
}
@media screen and (min-width: 769px) {
    .dropdown:hover .dropdown-content {
        display: block;

    }

}
@media screen and (max-width: 769px) {
    .dropdown-content {
        position: unset;
    }
}
.intro-landing{

    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;

}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}
.slider {

    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider::before,
.slider::after {

    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}
.slider .slide-track {

    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(583px * 6);

}
.slider .slide {
    height: 100px;
    width: 400px;
}
.post-header {

    padding-top: 10px;
    padding-bottom: 30px;

    max-width: 1200px;
    margin: 0 auto;
}
.post-background {
    background-color: #f7f7f7ff;
    padding-top: 100px;
    padding-bottom: 50px;
}
.post-section {
    max-width: 1200px;
    margin: 0 auto;
}
.post-header h1 {
    font-size: 3.4rem;
    margin-bottom: 10px;

}

.post-content {

    padding: 20px;
    background: #ffffffff;

}
.post-content-wrap {

    padding-left: 10px;
    padding-right: 50px;


}
.post-content p {
    padding-bottom: 10px;
    font-size: 1.6rem;
}
.post-content h2 {
    padding-bottom: 20px;
    font-size: 2.2rem;
    text-align: left;
}
.post-content img {
    width: 100%;
    margin-bottom: 20px;

}

.post-content ol {
    padding-left: 40px;
    padding-bottom: 20px;


}

.post-content ol li {
    padding: 10px 0;
    font-size:1.6rem;
}

.post-content ol li i {
    font-size:16px;
    margin-right: 10px;
}

.back-link {
    display: inline-block;
    padding-bottom: 10px;
    text-decoration: none;
    color: black;
    font-size: 16px;

}
.blockquote {
    padding: 30px;
    background: #f7f7f7ff;
    font-style: italic;

}
.blockquote p {
    margin-bottom:-10px;

}
.related-articles {
    padding: 30px;
    background: #fff;
    margin-top: 20px;

}
.related-articles h3 {
    padding-bottom: 10px;
    font-size: 2.2rem;


}
.related-articles a {
    color: #000;
    font-weight: 600;
}
.index-header {
    background-color: #0050a5ff;
    padding-top: 150px;
    padding-bottom: 100px;
    text-align: center;
    color:#fff;
}

.index-header h1 {

    margin-bottom: 10px;
}
.help-section {
    background-color: #F8F8F8;

}
.help-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}

.help-card {
    background: white;
    padding-left: 20px;

    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.help-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}



.help-card p {
    color: #555;
    margin-left: 32px;
}
.help-container h2 {

    color: #000;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: left !important;
}
