* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*https://fonts.google.com/specimen/Montserrat?query=monts*/
:root {
    --background: #fff;
    /*--color1:;*/
    /*--color2:;*/
    /*--color3:;*/
    /*--color4:;*/
    /*--color5:;*/
    /*--color6:;*/
    /*--color7:;*/
    /*--color8:;*/
    /*--color9:;*/
    /*--color10:;*/
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    /*padding: 0 8%;*/
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    /*height: 10000px;*/
    /*background-color: red;*/
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}


#btnScrollToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1197D4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}

#btnScrollToTop:active {
    background: #094b6b;
}

#btnScrollToTop i {
    margin-top: 12px;
}

/******************************************************************************************/
/*Ids*/
#webPage {
    /*height: 10000px;*/
    /*padding-left: 2%;*/
    /*padding-right: 2%;*/
}

#reportrange {
    width: 86%;
    height: 60px;
    /*margin-bottom: 5px;*/
    margin-top: 100px;
    background: #d2d9e8;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: black;
}
#reportrange:hover{
    background: #e9f2ff;
    border: 2px solid black;
}
/******************************************************************************************/
/*General*/
a {
    text-decoration: none;
    /*color: transparent;*/
    /*color: white;*/
    cursor: pointer;
}

a:hover {
    /*color: white;*/
}
section {
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
section:first-child{
    display: block;
    -webkit-animation: fadeIn 0s;
    animation: fadeIn 0s;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.hide {
     display: none;
}
.active {
    color: #1197D4 !important;
    /*padding-bottom: 3px;*/
    text-decoration: underline #1197D4 3px;
    text-underline-offset: 5px;
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,1);*/
    text-shadow: 5px 5px 10px 2px rgba(0, 0, 0, .8);
    font-weight: 700 !important;
    transition: all 0.2s ease-in-out;
}

.activee {
    color: #c7c7c7 !important;
    /*padding-bottom: 3px;*/
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,1);*/
    font-weight: 700 !important;
}

.separator {
    min-height: 20vh;
    max-height: 20vh;
}

@media (max-height: 876px) {
    .separator {
        min-height: 22vh;
        max-height: 22vh;
    }
}

@media (max-height: 852px) {
    .separator {
        min-height: 24vh;
        max-height: 24vh;
    }
}

@media (max-height: 802px) {
    .separator {
        min-height: 25vh;
        max-height: 25vh;
    }
}

@media (max-height: 760px) {
    .separator {
        min-height: 28vh;
        max-height: 28vh;
    }
}

@media (max-height: 680px) {
    .separator {
        min-height: 30vh;
        max-height: 30vh;
    }
}

@media (max-height: 590px) {
    .separator {
        min-height: 34vh;
        max-height: 34vh;
    }
}

@media (max-height: 515px) {
    .separator {
        min-height: 40vh;
        max-height: 40vh;
    }
}

@media (max-height: 444px) {
    .separator {
        min-height: 45vh;
        max-height: 45vh;
    }
}

@media (max-height: 395px) {
    .separator {
        min-height: 51vh;
        max-height: 51vh;
    }
}

/******************************************************************************************/
/*Sections*/
.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    /* You can change the background color and image URL here.  This solution works with animated .svg and animated .gif */
    background: #ffffff url('../images/loader.gif') no-repeat center center;
}

/*Navbar*/
#talkpage-link a {
    color: white;
}

#talkpage-link a:hover {
    color: white;
}

#navbar {
    /*z-index: 1;*/
    /*width: 100%;*/
    /*position: fixed;*/
    /*background-color: blue;*/
    /*    min-height: 28vh;*/
    /*    max-height: 28vh;*/

}

#navbar nav {
    width: 100%;
    background-color: white;
    border-bottom: 5px solid #cbcbcb;
    /*min-height: 26vh;*/
    /*max-height: 26vh;*/
}

#navbar .logo {
    /*background-color: black;*/
    padding-top: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

#navbar .nav-items {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#navbar .nav-items {
    font-size: 17px;
    font-weight: 900;

}

#navbar .nav-items .btt {
    border: none;
    background-color: transparent;
    color: #666768;
    font-weight: 600;
}

#navbar .nav-items .btt:hover {
    color: #1197D4;
}

.image-logo {
    width: 125px;
    height: 73px;
}

.fale {
    background-color: #1197D4;
    color: white;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 8px;
    width: 19%;
}

.fale2 {
    background-color: #1197D4;
    color: white;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 8px;
    width: 50%;
}

/*Home(Inicio)*/
#homepage {

}

.about-area {
    padding: 0 6%;

}

.about-area-top {
    padding-top: 220px;
}


/*



*/
.image {
    width: 100%;
    height: 200px;
}

.radio {
    /*display: none;*/
}

#home-slider {
    overflow: hidden;

}

.images {

    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.images-inner {
    width: 500%;

    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.image-slide {
    width: 20%;
    float: left;
}

/* Calculate AUTOPLAY for SLIDES */
@keyframes slide {
    /*0%, 25.203252032520325%	{ margin-left: 0; }*/
    /*33.333333333333336%, 58.53658536585366%	{ margin-left: -100%; }*/
    /*66.66666666666667%, 91.869918699187%	{ margin-left: -200%; }*/
    0%, 25% {
        margin-left: 0
    }
    25%, 50% {
        margin-left: -100%
    }
    50%, 75% {
        margin-left: -200%
    }
    75%, 100% {
        margin-left: -300%;
    }
}


.st-slider > #play1:checked ~ .images .images-inner {

    animation: slide 22s infinite;
    animation-delay: 3s;
}

/* Calculate AUTOPLAY for SLIDES - END */


/* Calculate AUTOPLAY for CAPTION */
@keyframes caption {
    0%, 33.32333333333334% {
        opacity: 1;
    }
    33.333333333333336%, 100% {
        opacity: 0;
    }
}

/*



*/

/* Calculate AUTOPLAY for CAPTION - END */


/*.slider{*/
/*    !*margin-top: 200px;*!*/
/*    width: 400%;*/
/*    height: 650px;*/
/*    !*text-align: center;*!*/
/*    !*font-size: 9em;*!*/
/*    line-height: 500%;*/
/*    font-family: 'Oswald', sans-serif;*/
/*}*/
/*#slide1,#slide2,#slide3,#slider4,#slider5{*/
/*    width: 25%;*/
/*    height: 100%;*/
/*    float: left;*/
/*}*/
/*#slide1{*/
/*    background-color: #ffffff;*/
/*}*/
/*#slide2{*/
/*    background-color: #000000;*/
/*}*/
/*#slide3{*/
/*    background-color: #000000;*/
/*}*/
/*#slide4{*/
/*    background-color: #000000;*/
/*}*/
/*#slide4{*/
/*    background-color: #000000;*/
/*}*/

#form-main {
}

#form-main input[type=submit] {
    width: 70%;
    background-color: rgb(0, 132, 139);
    color: #b3bbc0;
    padding: 12px 20px;
    border: 1px solid rgb(0, 132, 139);
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
}








/* CSS */
.button-65 {
    width: 82%;
    appearance: none;
    backface-visibility: hidden;
    background-color: #2f80ed;
    /*border-radius: 10px;*/
    border-style: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    /*font-size: 15px;*/
    font-weight: 700;
    height: 40px;
    letter-spacing: normal;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    /*padding: 14px 30px;*/
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}

.button-65:hover {
    background-color: #1366d6;
    box-shadow: rgba(0, 0, 0, .05) 0 5px 30px, rgba(0, 0, 0, .05) 0 1px 4px;
    opacity: 1;
    transform: translateY(0);
    transition-duration: .35s;
}

.button-65:hover:after {
    opacity: .5;
}

.button-65:active {
    box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 0, rgba(0, 0, 0, .1) 0 0 10px 0, rgba(0, 0, 0, .1) 0 1px 4px -1px;
    transform: translateY(2px);
    transition-duration: .35s;
}

.button-65:active:after {
    opacity: 1;
}

@media (min-width: 768px) {
    .button-65 {
        /*padding: 14px 22px;*/
    }
}


#form-main input {
    width: 82%;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-size: 18px;*/
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

#form-main input.name {
    background: #1197D4 url(http://luismruiz.com/img/gemicon_name.png) no-repeat scroll 16px 16px;
    /*padding-left:45px;*/
    color: white;
}
#form-main input.name::placeholder {
    color: white;
    font-weight: 600;
}

#form-main input.name:valid {
    background-color: #E8F0FE;
    color: black;
    font-weight: 600;
}

#homepage .about-image-config {

    padding-left: 2%;
    padding-right: 2%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#homepage .about-image {
    /*width: 100vw;*/
    /*min-height: 90vh;*/
    min-height: 650px;

    /*background-position: 0 70%;*/
}

#homepage .about-one {
    background-image: url('../reactive-images/SkyRent31.png');
}

#homepage .about-two {
    background-image: url("../reactive-images/Image_1_1920_1200.png");
}

#homepage .about-three {
    background-image: url("../reactive-images/Image_2_1920.png");
}

#homepage .about-four {
    background-image: url("../reactive-images/Image_3_1920_1200.png");
}

@media screen and (max-width: 1920px) {
    #homepage .about-image {
        /*width: 100vw;*/
        /*min-height: 90vh;*/
        min-height: 650px;
    }

    #homepage .about-one {
        background-image: url('../reactive-images/SkyRent31.png');
    }

    #homepage .about-two- {
        background-image: url("../reactive-images/Image_1_1920_1200.png");
    }

    #homepage .about-three {
        background-image: url("../reactive-images/Image_2_1920.png");
    }

    #homepage .about-four {
        background-image: url("../reactive-images/Image_3_1920_1200.png");
    }
}

@media screen and (max-width: 1024px) {
    #homepage .about-image {
        /*width: 100vw;*/
        /*min-height: 90vh;*/
        min-height: 650px;
    }

    #homepage .about-one {
        background-image: url('../reactive-images/SkyRent311.png');
    }

    #homepage .about-two- {
        background-image: url("../reactive-images/Image_1_1920_1200.png");
    }

    #homepage .about-three {
        background-image: url("../reactive-images/Image_2_1024.png");
    }

    #homepage .about-four {
        background-image: url("../reactive-images/Image_3_1920_1200.png");
    }
}

@media screen and (max-width: 601px) {
    #homepage .about-image {
        /*width: 100vw;*/
        /*min-height: 90vh;*/
        min-height: 650px;
    }

    #homepage .about-one {
        background-image: url('../reactive-images/SkyRent3111.png');
    }

    #homepage .about-two- {
        background-image: url("../reactive-images/Image_1_1920_1200.png");
    }

    #homepage .about-three {
        background-image: url("../reactive-images/Image_2_601.png");
    }

    #homepage .about-four {
        background-image: url("../reactive-images/Image_3_1920_1200.png");
    }
}

@media screen and (max-width: 420px) {
    #homepage .about-image {
        /*width: 100vw;*/
        /*min-height: 90vh;*/
        min-height: 650px;
    }

    #homepage .about-one {
        background-image: url('../reactive-images/SkyRent31111.png');
    }

    #homepage .about-two- {
        background-image: url("../reactive-images/Image_1_1920_1200.png");
    }

    #homepage .about-three {
        background-image: url("../reactive-images/Image_2_420.png");
    }

    #homepage .about-four {
        background-image: url("../reactive-images/Image_3_1920_1200.png");
    }
}

#homepage .about-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*padding-bottom: 40px;*/
    /*justify-content: center;*/
    align-items: center;
}

#homepage .about-image h3:first-child {
    margin: 0;
    color: white;
    font-size: 27px;
    letter-spacing: 3px;
    font-weight: 700;
    padding: 0;
}

#homepage .about-image h3 {
    color: white;
    font-size: 16px;
    font-weight: 600;

}

#homepage .about-image .know-more .saiba {
    border-radius: 10px !important;
}

#homepage .about-image .know-more .saiba:hover {
    background-color: #20447F;
    border-radius: 10px;
}

#homepage .about-image .know-more {
    margin-bottom: 30px;
    margin-top: 10px;
}

#homepage .about-image .know-more button:first-child {
    border-radius: 20px;
    width: 100px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 13px;
    background-color: #1197D4;
}

#homepage .about-image .know-more button {
    border: none;
    font-size: 14px;
    /*font-weight: 500;*/
    color: white;
}

#homepage .about-image .know-more button i {
    font-size: 16px;
    margin-right: 4px;
}

#homepage .type-vehicle {
    /*box-sizing: border-box;*/
    padding: 3% 8%;
    /*8*/
}

#homepage .type-vehicle .main-div {

    background-color: #F8F8F8;;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 9px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
}

#homepage .type-vehicle form {
    font-size: 17px;
    color: #20447F;
    font-weight: 700;
    /*letter-spacing: 1px;*/
}

#homepage .type-vehicle form .row div {
    margin-top: 10px;
}

#homepage .type-vehicle form .main-btn {
    display: inline-block;
    font-size: 17px;
    color: black;
    font-weight: 600;
    /*letter-spacing: 1px;*/
    width: 83%;
    height: 40px;
    background-color: #d2d9e8;
    border: 1px solid #000000;
    padding: 0px 10px;
    position: relative;
    float: left;
    border-radius: 5px;
    /*background-size: 6px 6px;*/
    cursor: pointer;
}
#homepage .type-vehicle form .main-btn2 {
    display: inline-block;
    color: black;
    font-weight: 600;
    /*letter-spacing: 1px;*/
    width: 26%;
    height: 40px;
    font-size: 16px;
    background-color: #d2d9e8;
    border: 1px solid #000000;
    padding: 0px 10px;
    position: relative;
    float: left;
    border-radius: 5px;
    /*background-size: 6px 6px;*/
    cursor: pointer;
}
#homepage .type-vehicle form .main-btn:valid{

}
#homepage .first-input {
    margin-left: 35px;

}

/*#homepage input,#homepage select{*/
/*    width: 75% !important;*/
/*}*/
/*#homepage input:invalid{*/
/*    background-color: #1197D4!important;*/
/*}*/
/*#homepage input:focus{*/
/*    color: black!important;*/
/*    background-color: #E9F0FE!important;*/
/*}*/
/*#homepage input:valid{*/
/*    color: black!important;*/
/*     background-color: #E9F0FE!important;*/
/* }*/

#homepage .type-vehicle form .main-input::placeholder {
    color: white;
    font-weight: 700;
}

#homepage .type-vehicle form .main-input {
    width: 80%;
    height: 40px;
    background-color: #1197D4;
    color: white;
    border: none;
    border-radius: 4px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    padding: 0 0 0 10px;
    background-size: 18px 18px;
    float: left;
}

#homepage .local-input {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    width: 100%;
    height: 40px;
    /*border-radius: 4px;*/

    text-align: left;
    font-weight: 500;
    /*padding: 0 0 0 10px;*/
}

#homepage .local-input i {
    color: white;
    /*margin-left: 5px;*/
    /*margin-top: 12px;*/
}

#homepage .type-vehicle form .input-local::placeholder {
    color: white;
}

#homepage .type-vehicle form .input-local:focus {
    outline: 0 !important;
}

#homepage .type-vehicle form .input-local {
    width: 100%;
    height: 40px;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 4px;
    text-align: left;
    font-weight: 500;
    padding: 0 0 0 10px;

    background-size: 18px 18px;
    float: left;
}

#homepage .first-input-s {
    margin-top: 8px;
}
#homepage .date-input {
    width: 95% !important;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*background-color: transparent;*/
    /*width: 80%;*/
    /*height: 80px;*/
    /*border: 1px solid #1197D4;*/
    /*background-color: #1197D4;*/
    /*border-radius: 4px;*/
    text-align: left;
    /*font-weight: 500;*/
    /*padding: 0 0 0 10px;*/
    /*padding-top: 15px;*/
}

.date-row {
    position: relative;
    height: 100%;
}

.date-row2 {
    position: absolute;
    bottom: 0;
}

#homepage .date-input input[type="date"] {
    width: 70%;
    display: flex;
    flex-flow: row-reverse;
    padding: 8px;
    height: auto;
    border: none;
    outline: none;
    color: #1197D4;
}

input[type="text"], textarea {
    font-size: 16px;
    border: 1px solid #ececec75;
    width: 100%;
    padding: 12px 20px;
    margin: 0 0 8px 0;
    resize: none;
    background: #f5f5f5;
    -webkit-appearance: none;
    border-radius: 2px;
    font-weight: 200;
}

.flex-row {
    display: flex;
    flex: 1;
}

.flex-col-sm-5 {
    flex: 1;
    padding: 0 10px;
}

.form-field-wrapper {
    margin: 0 0 20px 0;
}

span.input-group-addon {
    background: transparent;
    position: absolute;
    border: 0;
    top: 41%;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: right;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

::-webkit-calendar-picker-indicator {
    margin-right: 15px;
}

#homepage .date-input .date-hour {
    width: 30%;
    height: 40px;
    outline: none;
    background-color: transparent;
    color: #000000 !important;
    border: 0px solid #1197D4;
    border-left-width: 1px;
    /*border: none;*/
    /*border-radius: 4px;*/
    text-align: left;
    font-weight: 500;
    padding: 0 0 0 10px;
}

#homepage .last-row input {
    background-color: #1197D4 !important;
    color: white !important;
}

#homepage .last-row {
    display: flex;
    flex-direction: row;
    gap: 20%;
    padding-top: 35px;

    /*padding-bottom: 10px;*/
    /*font-size: 200px;*/
}

#homepage .last-row1 {
    /*padding-top: 25px;*/
    position: relative;
    height: 100%;
}

#homepage .last-row1 div:not(:first-child) {
    /*margin-bottom: 20px;*/
    position: absolute;
    bottom: 0;
    left: 0;
}

#submit-car {
    width: 80%;
    height: 40px;
    background-color: #1197D4;
    outline: none;
    border: none;
    color: white;
    border-radius: 4px;
}

#submit-car:hover {
    background-color: #0a53be;
}

#homepage .service {
    background-color: black;

    color: white;
    width: 100%;
    /*height: 400px;*/
    display: flex;
    padding: 40px 8%;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

#homepage .service h3:first-child {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

#homepage .service h3 {
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 7px;
}

#homepage .service hr {
    height: 7px;
    width: 95%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgb(40, 40, 40) 0%, rgba(255, 255, 255, 1) 50%, rgba(40, 40, 40) 100%);
}

#homepage .service h4 {
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

#homepage .company {
    color: #20447F;
    width: 100%;
    /*height: 400px;*/
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 40px;
    padding-bottom: 40px;
}

#homepage .company .company-tittle {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;

}

#homepage .company .company-tittle {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1px;
}

#homepage .company .row {
    padding-left: 1%;
    padding-right: 1%;
}

#homepage .company .row div {
    overflow: hidden;
    padding: 3%;
}

#homepage .company .row div div {
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 2%;
}

#homepage .company .row div img {
    width: 230px;
    height: 190px;
}

#homepage .location {
    width: 100%;
    /*height: 200px;*/
    background-color: #E6E6E6;
}

#homepage .location .location-info {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #20447F;
}

#homepage .location .location-info h3:first-child {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1px;
}

#homepage .location .location-info h3 {
    font-size: 15px;
    font-weight: 500;
}

#homepage .location .maps {
    padding-top: 2%;
    padding-bottom: 2%;
}

#homepage .location .maps iframe {
    width: 100%;
    height: 500px;
}

#homepage .works {
    padding: 40px 8%;
}

#homepage .works p {
    font-size: 27px;
    color: #20447F;
    font-weight: 700;
    letter-spacing: 1px;
}

#homepage #image-works {
    padding-left: 2%;
    padding-right: 2%;
    border-radius: 25px;
    /*width: 100vw;*/
    /*min-height: 90vh;*/
    min-height: 600px;
    background-image: url('../images/WEBSITE_4-7.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 670px) {
    #homepage #image-works {
        border-radius: 25px;
        /*width: 100vw;*/
        /*min-height: 90vh;*/
        min-height: 400px;
        background-image: url('../reactive-images/SkyRent333.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

@media (max-width: 991px) {
    #homepage .last-row {
        margin-left: 35px;
    }

    #submit-car {
        width: 88%;
    }

    #homepage .type-vehicle form .main-input.second-input {
        width: 100%;
    }
}

@media (max-width: 575px) {
    #homepage .first-input {
        margin-left: 0;
    }

    #homepage .type-vehicle form .main-input {
        width: 100%;
    }

    #homepage .date-input {
        width: 100%;
    }

    #submit-car {
        width: 100%;
        margin-bottom: 10px;
    }

    #homepage .last-row {
        padding-bottom: 0;
        margin-left: 0;
    }
}

/*About Session*/
#aboutpage {
    padding: 35px 10% 10px;
    color: #20447F;

}

#aboutpage .main_container {
    width: 100%;
    margin: auto;
}

#aboutpage .part_a, .part_b, .part_c {
    width: 100%;
    margin: auto;
}

#aboutpage .margin_bottom {
    margin-bottom: 10px;
}

#aboutpage .collapsible {
    background-color: #20447F;
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 23px;
    padding: 18px 18px 30px;
    font-weight: 400;
    letter-spacing: 1px;
}


#aboutpage .content {
    padding: 20px 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

#aboutpage .content h3 {
    width: 88%;
    overflow-wrap: break-word;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 500;
}

#aboutpage .collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    color: white !important;
    float: right;
    margin-left: 5px;
    background-color: beige;
    border-radius: 20%;
}

#aboutpage .about-tittle h3 {
    font-size: 30px;
    padding-bottom: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

#aboutpage .about-context {
    padding-bottom: 25px;
    width: 100%;
}

#aboutpage .about-context div {
    width: 92%;
    margin-bottom: 12px;
    height: 3px;
    background: rgb(32, 68, 127);
    background: linear-gradient(90deg, rgb(32, 68, 127) 0%, rgb(32, 68, 127) 50%, rgb(32, 68, 127) 100%);

}

#aboutpage .about-context h3 {
    width: 88%;
    overflow-wrap: break-word;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
}

#aboutpage .about-context h3:first-child {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

/*Service Session*/
#servicepage {

}

#servicepage .cont {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 1%;
    padding-bottom: 1%;
}

#servicepage .conttt {
    padding-left: 0;
    padding-right: 6%;
    /*padding-top: 1%;*/
    /*padding-bottom: 1%;*/
}

#servicepage  .cars {
    width: 82%;
    margin-top: 20px;
    margin-bottom: 10px;
}

#servicepage div .person {
    width: 80%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

@media (max-width: 1180px) {
    #servicepage div .person {
        margin-left: 0;
    }
}

@media (max-width: 1000px) {
    #servicepage div .person {
        /*margin-top: 30px;*/
        /*margin-left: 30px;*/
    }
}

@media (max-width: 865px) {
    #servicepage div .person {
        /*margin-top: 30px;*/
        /*margin-left: 30px;*/
    }
}

@media (max-width: 768px) {
    #servicepage div .person {
        width: 100%;
        margin-top: 0;
        margin-left: 0px;
    }

    #servicepage .conttt {
        padding-left: 6%;
        padding-right: 6%;
        padding-top: 1%;
        padding-bottom: 6%;
    }
}

#servicepage .hr {
    padding: 0;
    height: 7px;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(117, 111, 111, 1) 63%, rgba(201, 194, 194, 1) 100%);
}

#servicepage .service-context {
    width: 100%;
}

#servicepage div h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}

#servicepage div p {
    font-size: 20px;
    font-weight: 500;
    color: #20447F;
}

#servicepage a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
}


#politicapage .main_container {
    width: 100%;
    margin: auto;
}

#politicapage .part_a, .part_b, .part_c {
    width: 100%;
    margin: auto;
}

#politicapage .margin_bottom {
    margin-bottom: 10px;
}

#politicapage .collapsible {
    background-color: #20447F;
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 23px;
    padding: 18px 18px 30px;
    font-weight: 400;
    letter-spacing: 1px;
}


#politicapage .content {
    padding: 20px 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

#politicapage .content h3 {
    width: 88%;
    overflow-wrap: break-word;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 500;
}

#politicapage .collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    color: white !important;
    float: right;
    margin-left: 5px;
    background-color: beige;
    border-radius: 20%;
}

#politicapage .about-tittle h3 {
    font-size: 30px;
    padding-bottom: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

#politicapage .about-context {
    padding-bottom: 25px;
    width: 100%;
}


#politicapage {
    padding: 35px 10% 10px;
    color: #20447F;
}


#politicapage div {
}

#politicapage .about-tittle h3 {
    font-size: 30px;
    padding-bottom: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

#politicapage .about-context {
    padding-bottom: 25px;
    width: 100%;
}

#politicapage .about-context div {
    width: 92%;
    margin-bottom: 12px;
    height: 3px;
    background: rgb(32, 68, 127);
    background: linear-gradient(90deg, rgb(32, 68, 127) 0%, rgb(32, 68, 127) 50%, rgb(32, 68, 127) 100%);

}

#politicapage .about-context h3 {
    width: 88%;
    overflow-wrap: break-word;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
}

#politicapage .about-context h3:first-child {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

/*Talk Session*/
#talkpage {
    /*min-height: 450px;*/
    min-height: 600px;
    /*margin-top: 150px;*/
    padding-top: 150px;
    /*padding-top: 100px;*/
    background-image: url('../reactive-images/Corporate Img 2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#talkpage .talk {

    padding: 5%;
    /*background-color: white;*/
}

#talkpage .talk .talk-form {
    background-color: white;
    border-radius: 10px;
    padding: 5% 6%;
}


#talkpage .talk-form .main-input {
    width: 100%;
    height: 40px;
    background-color: #F1F3F8;
    color: white;
    border: none;
    border-radius: 4px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 0 10px;
    background-size: 18px 18px;
    float: left;
}
.col-sm-0 {
    flex: 0 0 auto;
    width: 0;
}

#talkpage .talk-form h3:first-child {
    color: #20447F;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

#talkpage .talk-form h3 {
    color: #383838;
    font-size: 18px;
    font-weight: 500;
}

#talkpage .talk-form form {
    padding-top: 35px;
}

#talkpage .talk-form form input[type="text"] {
    margin-bottom: 15px;
}

#talkpage .talk-form form input[type="email"] {
    margin-bottom: 25px;
}
#talkpage .submit-talk {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    background-color: #5467AF;
    outline: none;
    border: none;
    color: white;
    border-radius: 4px;
}

#footer {

    background-color: black;
    font-size: 16px;
    font-weight: 500;
    color: white;
    /*height: 400px;*/
    width: 100%;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*gap: 10%;*/
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 0;
    padding-bottom: 1%;
}

#footer div {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 5px;*/
}

#footer a {
    color: white;
    cursor: pointer;
}

#footer .footer-menu, #footer .footer-contacts, #footer .footer-s {
    padding-top: 4%;

}

#footer i {
    /*background-color: white;*/
    color: white;
}

#footer div div div a img, #footer div div div a i {
    margin-right: 10px;
}

#footer .footer-logo img {
    width: 140px;
    height: auto;
}

#slider {
    overflow: hidden;
}

#slider figure {
    position: relative;
    width: 510%;
    margin: 0;
    left: 0;
    -webkit-animation: 20s slider infinite;
    -moz-animation: 20s slider infinite;
    -o-animation: 20s slider infinite;
    animation: 20s slider infinite;
}

#slider .slider-comp {
    width: 20%;
    float: left;
}

.iso-logo {
    margin-top: 40px;
    margin-left: 80px;
    width: 100px;
    height: 120px;
    background-image: url("../LOGO/png-clipart-iso-9000-quality-management-systems—requirements-iso-9001-logo-international-organization-for-standardization-iso-9001-company-label.png");
    /*background-image: url("https://images.pexels.com/photos/814544/pexels-photo-814544.jpeg?cs=srgb&dl=pexels-savvas-stavrinos-814544.jpg&fm=jpg");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media (max-width: 1100px) {
    #homepage .company .row div img {
        width: 160px;
        height: 180px;
    }
}

@media (max-width: 992px) {
    .iso-logo {
        margin-left: 60px;
        max-height: 350px;
        background-image: url("../LOGO/png-clipart-iso-9000-quality-management-systems—requirements-iso-9001-logo-international-organization-for-standardization-iso-9001-company-label.png");
        /*background-image: url("https://images.pexels.com/photos/814544/pexels-photo-814544.jpeg?cs=srgb&dl=pexels-savvas-stavrinos-814544.jpg&fm=jpg");*/
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

@media (max-width: 850px) {
    #homepage .company .row div img {
        width: 140px;
        height: 200px;
    }
}

@media (max-width: 693px) {
    #homepage .company .row div img {
        width: 110px;
        height: 150px;
    }
}

@keyframes slider {
    0% {
        left: 0;
    }
    20% {
        left: 0;
    }
    25% {
        left: -100%;
    }
    45% {
        left: -100%;
    }
    50% {
        left: -200%;
    }
    70% {
        left: -200%;
    }
    75% {
        left: -300%;
    }
    95% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
}
