@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background: var(--bg-color);
}
:root{
    --primary:#102840;
    --secondary:#33312f;
    --tercial:#1B6FBC;
    --bg-color:#E3E6E8;
    --sectionPadding: 4rem;
}
::selection{
    background: var(--primary);
    color: white;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: var(--bg-color);
    box-shadow: 2px 2px 20px #2e394d;
}
::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 0px;
    box-shadow: 0px 1px 40px #f3f8fb;
}

.sectionTitle h2 {
    padding: 4rem;
    padding-top: 0;
    text-align: center;
    font-size: 56px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;

}
.sectionTitle h1 {
    padding: 4rem;
    padding-top: 150px;
    text-align: center;
    font-size: 56px;
    font-family: 'Source Sans 3', sans-serif;

    color: var(--tercial);
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
}
.myButton a {
    background: var(--tercial);
    z-index: 996;
    display: none;
}
.myButton i{
    color: white;
}
@media only screen and (max-width: 560px) {
    .sectionTitle h2 {
        padding: 2rem;
    }
    .sectionTitle h2 {
        font-size: 36px;
    }
    :root{
        --sectionPadding: 2rem;
    }
}
@media only screen and (max-width: 425px) {
    .sectionTitle h2 {
        font-size: 32px;
    }
    :root{
        --sectionPadding: 2rem;
    }
}

/*========================================================CALL TO ACTION BUTTON=======================================*/
.callToActionButton a{
    background: var(--tercial);
    padding: 15px 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}
.callToActionButton a:hover{
    background: var(--primary);
}
@media only screen and (max-width: 640px) {
    .callToActionButton a{
        display: block;
        margin-bottom: 25px;
    }
}
/*========================================================CALL TO ACTION BUTTON=======================================*/

/*========================================================NAVBAR======================================================*/
.navbar {
    background: linear-gradient(5deg, #161b30,#102840, #102840);
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
    transition: 500ms;
    box-shadow: 2px 10px 35px #000000b8;
}
#adminPage .fixed-top {
    z-index: 998!important;
}
.scrolled {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
    box-shadow: 2px 10px 35px #333333e0;
}
.navbar-brand {
    font-weight: 600;
    font-size: 26px!important;
}
.navbar-brand span{
    color: var(--primary);
}
.navbar-brand img {
    width: 200px;
}
.nav-item {
    margin-left: 0px;
}
.nav-link {
    margin-left: 5px;
    color: white!important;
    /*text-transform: uppercase;*/
    display: flex;
    align-items: center;
}
.active_item{
    text-transform: uppercase;
}
.nav-link:hover {
    color: var(--tercial)!important;
}
.navbar .headerActive {
    color: var(--tercial)!important;
}
#socialLinks{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 25px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.socialNavLink {
    color: var(--secondary)!important;
}
.socialNavLink {
    margin-left: 0!important;
    padding: 10px!important;
}
.nav-link i{
    color:var(--tercial);
    font-size: 25px;
    margin-right: 5px;
}
.socialNavLink:hover i{
    color: var(--tercial)!important;
}
.navCallToAction {
    font-size: 15px;
    color: white;
    border-radius: 5px;
    padding: 7px 15px;
    background: var(--tercial);
    cursor: pointer;
}
.navCallToAction:hover{
    background: var(--tercial);
    border: 1px solid var(--tercial);
    color: white!important;
}
.dropdown-menu {
    background: var(--primary)!important;
    color: white!important;
    border: none!important;
    padding: 15px!important;
}
.dropdown-item {
    color: white!important;
    font-weight: 600!important;
    padding-left: 0!important;
}
.dropdown-item:hover {
    color: var(--tercial)!important;
    background: transparent!important;
}
.dropdown-item img {
    width: 25px;
    padding-right: 5px;
}
#services, #scroll_about_us, #our_work, #scroll_contact{
    scroll-margin-top: -90px!important;
}

@media only screen and (max-width: 1400px){
    .nav-link {
        margin-left: 0px;
        letter-spacing: 0.2px;
    }
}
@media only screen and (max-width: 1199px){
    #socialLinks {
        display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }
}
@media only screen and (max-width: 991px) {
    .navbar .active {
        border-bottom: 1px solid transparent;
    }
    .navbar .nav-item {
        padding-top: 0px;
    }

    .navCallToActionTelephone {
        display: none !important;
    }

    .navCallToAction {
        display: block !important;
    }

    .navbar-nav {
        display: table !important;
        text-align: center;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .navbar .nav-item {
        text-align: center;
    }

    #socialLinks {
        display: block;
    }
    .navbar-collapse {
        width: 100%;
        height: 100vh;
    }
    #socialLinks {
        display: block;
    }
    .nav-link {
        margin-left: 0;
        margin-right: 0;
        display: block;
        text-align: center;
        margin-top: 15px;
    }
}
/*========================================================NAVBAR======================================================*/

/*========================================================HEADER======================================================*/
#header {
    background: var(--primary);
    background-image: url(../img/header_bg.jpg);
    background-size: cover;
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 2000px #102840a6;
}
.headerTitle h1 {
    padding-bottom: 60px;
    text-align: center;
    font-size: 92px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    color: var(--tercial);
    text-shadow: 0 5px 5px #00000096;
}
.headerTitle h1 span {
    color: var(--bg-color);
    font-size: 32px;
    display: block;
}
.headerTitle img {
    width: 560px;
    left: 0;
    right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 50px;
}
.headerBox{
    text-align: center;
}
.headerBox i {
    color: var(--tercial);
    font-size: 80px;
    padding-bottom: 25px;
    text-shadow: 0 5px 5px #00000096;
}
.headerBox h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 52px;
    color: var(--bg-color);
}
.headerBox p{
    color: var(--bg-color);
    font-family: 'Source Sans 3', sans-serif;
    font-size: 22px;
}
.header_call_to_action{
    margin-top: 25px;
}
.header_call_to_action a {
    background: var(--tercial);
    color: var(--bg-color);
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Source Sans 3', sans-serif;
    box-shadow: 0px 15px 15px #00000070;
}
/*=======Scroll Icon============*/

.header_section_scroll_icon {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.scroll-icon {
    display: block;
    position: relative;
    height: 3em;
    width: 1.5em;
    border: .15em solid var(--bg-color);
    border-radius: 1em;
}
.page-wrap {
    display: flex;
    height: 100vh;
}
.scroll-icon__wheel-outer {
    display: block;
    position: absolute;
    left: 50%;
    top: .6em;
    height: 1em;
    width: .4em;
    margin-left: -.2em;
    border-radius: .4em;
    overflow: hidden;
}

.scroll-icon__wheel-inner {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: var(--bg-color);
    animation: scroll_1 2.75s ease-in-out infinite;
}

@keyframes scroll_1 {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(-0.6em); }
    50%  { transform: translateY(0); }
    75%  { transform: translateY(0.6em); }
    100% { transform: translateY(0); }
}
/*=======Scroll Icon End============*/

@media only screen and (max-width: 1199px) {
    .headerTitle h1 {
        padding-bottom: 0;
        padding-top: 25px;
    }
    .headerBox {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    headerBox i {
        font-size: 56px;
        padding-bottom: 0;
    }
    .headerBox h2 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 991px) {
    #header {
        height: 960px;
    }
    .header_section_scroll_icon {
        display: none;
    }
    .headerTitle h1 {
        padding-top: 50px;
    }
    .headerBox {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 425px) {
    .headerTitle h1 {
        font-size: 72px;
    }
    .headerTitle h1 span {
        font-size: 16px;
    }
}
/*========================================================HEADER======================================================*/

/*========================================================SERVICES====================================================*/
#services_one, #services_two{
    padding: var(--sectionPadding);
}
#services_one .sectionTitle h2, #services_two .sectionTitle h2{
    padding-top: 0;
}
#services_one h3 ,#services_two h3{
    font-family: 'Source Sans 3', sans-serif;
    color: var(--secondary);
}
#services_one p ,#services_two p {
    font-family: 'Source Sans 3', sans-serif;
    color: var(--secondary);
    font-size: 22px;
}
#services_one p b,#services_one p b{
    color: var(--primary);
}
#services_one li ,#services_two li{
    font-weight: 600;
}
#services_one img ,#services_two img{
    width: 100%;
}
#services {
    color: white;
    border-top: 5px solid var(--tercial);
    border-bottom: 5px solid var(--tercial);
    padding: var(--sectionPadding);
    background-image: url("../img/services_bg.jpg");
    box-shadow: inset 0 0 0 2000px #102840f2;
    background-attachment: fixed;
    background-size: cover;
}
.servicesBox {
    text-align: left;
    padding: 15px;
}
.servicesBox i {
    font-size: 2.5em;
    color: var(--tercial);
}
.servicesBox h2{
    font-size: 1.25em;
    padding-top:  15px;
}
.servicesBox ul{
    padding: 0;
    margin: 0;
}
.servicesBox ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    text-shadow: 0 0 black;
    font-weight: 600;
    font-size: 18px;
    list-style: none;
    position: relative;
    line-height: 200%;
    padding-left: 25px;
    text-align: left;
}
.servicesBox ul li:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 16px;
    width: 17px;
    height: 17px;
    background: url(../img/check-solid.svg) no-repeat;
}
.servicesBox ul li::marker{
    color: var(--tercial);
}
#who_is_it_for{
    padding: var(--sectionPadding);
}
#who_is_it_for h2{
    font-family: 'Source Sans 3', sans-serif;
    color: var(--secondary);
    font-weight: 600;
}
#who_is_it_for p{
    font-size: 18px;
    font-family: 'Source Sans 3', sans-serif;
}
#who_is_it_for p b{
    color: var(--primary);
}
#who_is_it_for ul li{
    font-size: 22px;
    margin-bottom: 26px;
    color: var(--secondary);
    list-style: none;
    position: relative;
    line-height: 200%;
    padding-left: 25px;
    text-align: left;
}
#who_is_it_for ul li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 16px;
    width: 17px;
    height: 17px;
    background: url(../img/check-solid.svg) no-repeat;
}
#who_is_it_for ul li b{
    color: var(--primary);
}
@media only screen and (max-width: 425px) {
    #who_is_it_for ul{
        padding: 0;
    }
}
/*========================================================SERVICES====================================================*/

/*=======================================================ABOUT WORK===================================================*/
#about_work{
    padding: var(--sectionPadding);
}
#about_work p{
    font-weight: 600;
    /* word-wrap: break-word; */
    /* width: 20ch; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 22px;
    padding-top: 26px;
}
.about_work_box {
    text-align: center;
    padding-top: var(--sectionPadding);
    /* padding-bottom: var(--sectionPadding); */
}
.about_work_box i {
    font-size: 26px;
    background: var(--tercial);
    color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

/*=======================================================ABOUT WORK===================================================*/



/*=======================================================OUR WORK=====================================================*/
/*#our_work {
    background: var(--primary);
    border-top: 5px solid var(--secondary);
    border-bottom: 5px solid var(--secondary);
    position: relative;
    padding: var(--sectionPadding);
}*/
#our_work{
    color: white;
    border-top: 5px solid var(--tercial);
    border-bottom: 5px solid var(--tercial);
    padding: var(--sectionPadding);
    background-image: url("../img/bg_two.jpg");
    box-shadow: inset 0 0 0 2000px #102840f2;
    background-attachment: fixed;
    background-size: cover;
}
#our_work .sectionTitle h2{
    padding-top: 0;
}
#our_work p{
    font-size: 22px;
}
#our_work img {
    width: 100%;
    text-align: center;
    border: 2px solid var(--secondary);
    box-shadow: 0 0 10px #000000c7;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#our_work .carousel i {
    font-size: 52px;
    color: var(--tercial);
    border: none;
}
.our_work_title h3 {
    text-align: center;
    padding: 25px;
    font-size: 32px;
    background: var(--tercial);
    color: white;
    margin-top: 22px;
}
.carousel-control-prev, .carousel-control-next {
    text-decoration: none!important;
}
@media only screen and (max-width: 425px) {
    #our_work img {
        width: 100%;
    }
    .our_work_title h3{
        font-size: 16px;
    }
}
/*=======================================================OUR WORK=====================================================*/

/*===================================================SECTION INNER===================================================*/
#section_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--primary);
    height: 420px;
}
#section_inner .firtHref {
    color: white;
    font-size: 52px;
    text-decoration: none;
    font-family: 'Source Sans 3', sans-serif;
    margin-left: 15px;
    margin-right: 15px;
}
#section_inner .firtHref:hover{
    color: var(--tercial);
}
#section_inner .callToActionButton a:hover{
    background: var(--tercial);
}
#section_inner i{
    color: var(--tercial);
}
@media only screen and (max-width: 768px) {
    #section_inner {
        height: auto;
        padding: var(--sectionPadding);
    }
    #section_inner .firtHref {
        font-size: 32px;
        display: block;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 425px){
    #section_inner .firtHref {
        font-size: 26px;
    }
}
/*===================================================SECTION INNER===================================================*/

/*=======================================================REFERENCE====================================================*/
#reference a{
    text-decoration: none;
    color: var(--primary);
    font-weight: 600;
}
#reference p{
    font-size: 22px;
    padding-top: 25px;
}
.referenceBox{
    background: white;
    padding: 25px;
    border-radius: 15px;
}
@media only screen and (max-width: 1199px) {
    .referenceBox{
        margin-bottom: 25px;
    }
}

/*=======================================================REFERENCE====================================================*/
#before_footer{
    padding: var(--sectionPadding);
}
#before_footer img{
    width: 100%;
}
#before_footer p{
    font-family: 'Source Sans 3', sans-serif;
    text-align: center;
    font-size: 22px;
}
@media only screen and (max-width: 991px) {
    #before_footer img {
        margin-bottom: 50px;
    }
}

/*==========================================================FOOTER====================================================*/
#footer {
    background: var(--primary);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-right: 25px;
    background-attachment: fixed;
    background-position-y: 25px;
    position: relative;
    padding: var(--sectionPadding);
    border-top: 5px solid var(--tercial);
    padding-bottom: 0;
}
#footer h4 {
    color: white;
    padding-bottom: 20px;
    font-size: 32px;
}
.footer_icon{
    padding: 0;
    margin: 0;
}
.footer_icon i{
    color: var(--tercial);
    padding-right: 5px;
}
.footer_icon a, .footer_icon li {
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 22px;
}
.footer_icon li{
    list-style: none;
    margin-bottom: 25px;
}
#footer form input, #footer form textarea {
    padding: 15px;
    margin-bottom: 15px;
    background: #e9e9e9;
    border-radius: 5px;
    color: var(--secondary);
    font-weight: 500;
}
#footer button {
    outline: none;
    border: none;
    background: var(--tercial);
    color: white;
    padding: 15px 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.image-container {
    position: relative;
    width: 100%;
}
.image-container .footer_img_one {
    /* width: 100%; */
    /* height: 100%; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.footer_img_one,
.footer_img_two {
    width: 100%;
    height: auto;
    display: block;
}

.footer_img_two {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container:hover .footer_img_two {
    opacity: 1;
    transition: 300ms;
}

.finalFooter {
    position: relative;
    color: white;
    display: flex;
    padding-bottom: 30px;
}
.finalFooter .left{
    opacity: 0.8;
}
.finalFooter .right{
    position: absolute;
    right: 1px;
    opacity: 0.8;
    font-family: 'Source Sans Pro', sans-serif;
}
.finalFooter a{
    color: var(--tercial);
    text-decoration: none;
}
.finalFooter a:hover {
    color: var(--tercial);
    text-decoration: none;
}
.finalFooter .right:hover{
    opacity: 1;
}
.footerLogoPhone{
    display: none;
}
.footerDoc{
    text-align: center;
}
.footerDoc a{
    color: var(--primary);
    text-decoration: none;
    text-transform: uppercase;
}
.finalConctact img{
    width: 250px;
    margin-bottom: 25px;
}
.finalConctact h5{
    color: var(--primary);
}
.finalConctact a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.finalConctact a:hover {
    text-decoration: none;
    color: var(--primary);
}
.finalConctact p{
    color: white;
}
.finalConctact i {
    color: var(--primary);
    padding-right: 5px;
}
#footer hr{
    background: white;
    margin-top: 50px;
}
@media only screen and (max-width: 1250px) {
    .image-container .footer_img_one {
        width: 260px;
        height: 260px;
    }
}
@media only screen and (max-width: 1199px) {
    .footer_qr img {
        width: 80%;
        text-align: left;
        margin-right: auto;
        margin-left: unset;
    }
    .image-container .footer_img_one {
        width: 300px;
        height: 300px;
        text-align: left;
        margin-left: unset;
    }
    .footer_img_two {
        left: 37%;
    }
}
@media only screen and (max-width: 991px) {
    .footer_icon{
        padding-top: 50px;
        text-align: center;
    }
    .footer_qr{
        text-align: center;
    }
    .footer_img_two {
        left: 50%;
    }
    .footer_qr img {
        width: 50%;
    }
    .footer_qr img {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .finalFooter {
        position: relative;
        color: white;
        display: block;
    }
    .finalFooter .left {
        text-align: center;
    }
    .finalFooter .right {
        position: relative;
        right: 0;
        left: 0;
        opacity: 0.8;
        text-align: center;
    }
    .finalConctact .col-xl{
        margin-bottom: 25px;
    }
    .form-check .form-check-label{
        font-size: 14px;
    }
    #footer button{
        margin-bottom: 50px;
    }
    #footer h3{
        text-align: center;
    }
    #footer form input[type='checkbox'] {
        padding: 5px;
    }
    .image-container .footer_img_one {
        text-align: center;
        margin-left: auto;
    }
}
@media only screen and (max-width: 768px){
    .image-container .footer_img_one {
        width: 250px;
        height: 250px;
    }
}
@media only screen and (max-width: 668px) {
    .footer_qr img {
        width: 60%;
    }
}
@media only screen and (max-width: 510px) {
    .footer_qr img {
        width: 72%;
    }
}
@media only screen and (max-width: 425px) {
    .footer_qr img {
        width: 65%;
    }
    .image-container .footer_img_one {
        width: 200px;
        height: 200px;
    }
    .footer_qr img {
        width: 70%;
    }
}
@media only screen and (max-width: 375px) {
    .image-container .footer_img_one {
        width: 160px;
        height: 160px;
    }
    .footer_qr img {
        width: 70%;
    }
}
/*==========================================================FOOTER====================================================*/

/*=========================================================PRICE LIST=================================================*/
#section_price{
    color: white;
    border-top: 5px solid var(--tercial);
    border-bottom: 5px solid var(--tercial);
    padding: var(--sectionPadding);
    background-image: url("../img/bg_three.jpg");
    box-shadow: inset 0 0 0 2000px #102840f2;
    background-attachment: fixed;
    background-size: cover;
}
.after_price li{
    font-size: 22px;
    margin-bottom: 25px;
}
.after_price li::marker{
    color: var(--tercial);
}
.table.active {
    display: grid;
    grid-auto-flow: column;
}
.table {
    display: grid;
    margin-bottom: 50px;
    grid-auto-flow: column;
    display: none;
}

.submenu {
    margin-bottom: 20px;
    min-height: 57px;
}
.submenu li {
    border: solid 1px rgba(217, 217, 217, 1);
    float: left;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 1);
    width: 217px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
}

.submenu li.active {
    border: solid 1px rgba(0, 0, 0, 1);
    float: left;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}


@media all and (max-width: 600px) {
    .submenu li {
        border: solid 1px rgba(217, 217, 217, 1);
        float: left;
        font-size: 13px;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        color: rgba(0, 0, 0, 1);
        width: 50%;
        height: 57px;
        line-height: 57px;
        text-align: center;
    }
}

.tab {
    display: none;
}
.tab.active {
    display: block;
}
.price-list {
    float: left;
    margin-bottom: 20px;
    border-right: solid 1px rgba(217, 217, 217, 1);
    color: white;
}
.zn {
    background-color: rgba(242, 251, 252, 1);
}
.price-list:last-of-type {
    float: left;
    border-right: solid 1px rgba(217, 217, 217, 0);
}
.price-list div {
    padding: 20px;
}
.price-list div:nth-of-type(1) {
    text-align: center;
}
.price-list div:nth-of-type(2) {
    border-top: solid 1px rgba(217, 217, 217, 1);
    text-align: left;
}
.price-list div h3 {
    font-size: 19px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    height: 40px;
    color: var(--tercial);
}
.price-list div:nth-of-type(1) p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 74px;
    font-size: 12px;
}
.price-list div:nth-of-type(2) p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: auto;
    margin-bottom: 15px;
    font-size: 13px;
}

.price-list ul {
    margin-bottom: 40px;
}
.price-list ul li {
    list-style: none;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 200%;
    padding-left: 25px;
    text-align: left;
}
.price-list ul li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 17px;
    height: 17px;
    background: url("../img/check-solid.svg") no-repeat;
}
.bottom50 {
    padding-bottom: 30px;
}
@media all and (max-width: 768px) {
    .bottom50 {
        padding-bottom: 0;
    }
    .table.active {
        display: grid;
        grid-auto-flow: unset;
    }
    .table {
        display: none;
        grid-auto-flow: unset;
    }
    .price-list {
        float: left;
        border-right: solid 1px rgba(217, 217, 217, 0)
    }
    .price-list div:nth-of-type(1) {
        border-bottom: none;
        text-align: center;
    }
    .price-list div:nth-of-type(2) {
        text-align: center;
    }
    .price-list div:nth-of-type(1) p {
        border-bottom: solid 1px rgba(217, 217, 217, 1);
        text-align: center;
        height: 45px;
        margin-bottom: 20px;
    }
    .price-list ul li {
        width: 220px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .table {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 425px) {
    .price-list ul li {
        width: 100%;
    }
}
/*=========================================================PRICE LIST=================================================*/


/*==========================================================CALL TO ACTION FORM=======================================*/
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    border: 3px solid #f1f1f1;
    z-index: 999;
    box-shadow: -15px -5px 44px #3e3c3c91;
}
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

.form-container input, .form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

.form-container .btn {
    background-color: var(--tercial);
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}
.form-container .cancel {
    background-color: red;
}
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}
.closeForm{
    text-align: right;
}
.closeForm i{
    font-size: 22px;
    text-align: right;
    color: var(--secondary);
    cursor: pointer;
}
@media only screen and (max-height:865px){
    .form-container input, .form-container textarea {
        padding: 5px;
    }
    .form-check input{
        padding: 10px;
    }
}
@media only screen and (max-height:745px){
    .form-popup {
        overflow: scroll;
        height: 420px;
    }
}
/*==========================================================CALL TO ACTION FORM=======================================*/

/*=======================================================ALERT SETUP==================================================*/
#contactSendSuccess{
    color: var(--tercial);
}
#contactSendFailed{
    color: darkred;
}
.form-check-input:checked[type=checkbox]{
    background-image: url("../img/check-solid.svg")!important;
}
/*=======================================================ALERT SETUP==================================================*/


/*=======================================================GDOR=========================================================*/
#gdpr{
    background: var(--bg-color);
    color: var(--primary);
    padding-top: 150px;
    padding-bottom: 50px;
    font-family: 'Source Sans 3', sans-serif;
}
#gdpr h1 {
    text-align: center;
    color: var(--primary);
    font-size: 62px;
    padding-bottom: 50px;
}
#gdpr h2 {
    color: var(--primary);
    margin-top: 25px;
    margin-bottom: 25px;
}
#gdpr ul{
    margin: 0;
    padding: 0;
}
#gdpr ul li{
    list-style: none;
    font-size: 22px;
}
#gdpr a{
    text-decoration: none;
    color: var(--primary);
}
#gdpr p{
    font-size: 22px;
}
/*=======================================================GDOR=========================================================*/