/*============
font-family: 'Poppins', sans-serif;
=============*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background: url(../images/BodyImages/bodyImage.png) no-repeat scroll 0 0 / 100% 100%;
}

/*======================Start Account Area======================*/
.main_body {}

/*======================Start View Garage Details======================*/
.allGarageArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.garageItem {
    flex-basis: 47%;
    margin-bottom: 21px;
}

.garageItem .garageImage {
    width: 100%;
}

.garageDetails {
    background: #49C0FF;
    border-radius: 0px 0px 5px 5px;
    padding: 11px 23px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -40px;
    position: relative;
}

.garageName {}

.garageName .mainName {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.garageEditButton {}

.garageEditButton .editButton {
    /* border: none;
    background: none;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; */
}

.garageEditButton .editButton .editIcon {
    margin-right: 5px;
}

.garageEditButton .editButton .editText {
    /* font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 9px;
    color: #49C0FF; */
}

.findYourDestinationAreaStart {
    width: 70%;
    margin: 0 auto;
    /* padding: 300px 0px 250px; */
    min-height: 90vh;
}

.findDestinationAreaHeading {
    text-align: center;
}

.findDestinationAreaHeading .findDestinationAreaHeadingText {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.destinationSearchAreaStart {}

.destinationSearchAreaStart .destinationSearchForm {
    background: linear-gradient(270.67deg, rgba(44, 171, 239, 0.63) 0.49%, rgba(0, 148, 255, 0.63) 99.38%);
    border-radius: 21px;
    padding: 46px 65px;
    margin-bottom: 40px;
}

.formGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selectArea {
    flex-basis: 28%;
    position: relative;
}

.formGroup .selectArea .citySelectArea {
    border: none;
    background: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    background: #FFFFFF;
    border: 0.3px solid #797979;
    border-radius: 31px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 19px 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/icon/downArrow.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

.formGroup .selectArea .citySelectArea .selectOption {
    border: none;
    background: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 19px 0px;
    background: #FFFFFF;
    border: 0.3px solid #797979;
    border-radius: 31px;
    margin-right: 10px;
}

.downArrow {
    position: absolute;
    top: 45%;
    right: 5%;
    pointer-events: none;
    cursor: pointer;
}

.searchArea {
    flex-basis: 68%;
    position: relative;
}

.formGroup .searchArea .destinationInputArea {
    border: none;
    background: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    padding: 19px 70px;
    background: #FFFFFF;
    border: 0.3px solid #797979;
    border-radius: 32px;
    width: 100%;
}

.formGroup .searchArea .destinationIcon {
    position: absolute;
    left: 4%;
    top: 30%;
}

.destinationSlogan {}

.destinationSlogan .destinationSloganText {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.garageEditButton .btn-g {
    margin-bottom: 15px;
}

/*======================End View Garage Details======================*/
@media all and (max-width:991px) {
    .findYourDestinationAreaStart {
        width: 98%;
    }

    .allGarageArea {
        flex-direction: column;
    }

    .garageItem {
        flex-basis: 100%;
        margin-bottom: 21px;
    }

    .findYourDestinationAreaStart {
        padding: 40px 0px 250px;
    }
}

@media all and (max-width:480px) {
    .garageDetails {
        flex-direction: column;
    }

    .garageEditButton {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
