h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
a,
button,
ul,
li,
span,
label {
    /* font-family: 'Titillium Web', sans-serif; */
    font-family: 'Gabarito', Arial, sans-serif;
    text-transform: none !important;
}

@media only screen and (min-width: 1300px) {
    .top-nav .top-links ul li a span {
        display: inline-block;
    }
    header {
        height: 200px !important;
        padding-right: 160px;
        padding-left: 140px;
    }
    #logo {
        top: 60px;
        margin-left: -40px;
    }
    #top-bar {
        height: 30px;
    }
}

@media only screen and (min-width: 992px) {
    #top-bar {
        padding-left: 140px;
        padding-right: 140px;
    }
    .margin-20 {
        margin-bottom: 70px;
        padding-right: 100px;
        padding-left: 100px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .titles {
        font-size: 3em !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    .regular-text {
        padding: 10px;
    }
    h1 {
        font-size: 3.3em !important;
    }
    #start-now {
        display: none;
    }
    .center-phones {
        text-align: center !important;
        margin-bottom: 100px;
    }
}

.padding-l-100 {
    padding-left: 100px !important;
}

.start-btn {
    border-radius: 40px;
    /* background: #3c97e8; */
    background: darkorange;
    border: none;
    color: white !important;
    padding: 15px;
    font-size: 1.5em;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 700;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.titles {
    text-align: center;
    /* color: #003355; */
    color: black;
    font-weight: 800;
    font-size: 4em;
}

.regular-text {
    font-size: 1.7em !important;
    line-height: 160%;
    /* color: #404040; */
    color: black;
    /* font-weight: 600; */
}

.modal-text {
    font-size: 1.2em !important;
    color: #404040;
    font-weight: 600;
}

.why-text {
    font-size: 1.5em !important;
    line-height: 160%;
    color: #404040;
    font-weight: 600;
}

.easy-text {
    font-size: 1.2em !important;
    line-height: 160%;
    color: #404040;
    font-weight: 600;
}

h3 {
    font-weight: 800;
    color: #003355;
}

#price-cont {
    /* margin-left: 20px; */
}

#logo {
    /* top: 60px; */
    position: absolute;
    left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
}

#logo a {
    position: relative;
    top: -25px;
    width: 160px;
    /* margin: 0 23px; */
}

#logo a img {
    height: 140px;
    width: 300px;
}

.content-container {
    min-height: 700px;
}

div#copyrights {
    position: absolute;
    -ms-transform: translateY(6vh);
    transform: translateY(6vh);
    padding-bottom: 20px;
    background-color: #ddd;
    font-size: 14px;
    /* line-height: 1.8; */
    display: inline-block;
    /* right: 25%;
    left: 25%; */
    text-align: center;
}

#footer {
    background-color: #F5F5F5;
    border-top: 2px solid rgba(0, 0, 0, 0.06);
    margin-top: 0px
}

#open-cart #items {
    max-height: 55vh;
}

#meeting {
    background: rgb(60, 60, 60);
    border-radius: 5px;
    color: white;
    padding: 15px;
    font-weight: 800;
    font-size: 1.1em;
    transition: all 1s;
    border: none;
}

#meeting:hover {
    color: rgb(60, 60, 60);
    background: rgb(255, 255, 255);
    border: 0.5px solid rgb(60, 60, 60);
    font-weight: 800;
    font-size: 1.1em;
    animation-name: example;
    animation-duration: 1s;
}

.background-url {
    background: url('../assets/images/background22.png');
    background-size: cover;
    background-position: 50% 120px !important;
    background-repeat: no-repeat;
}