@font-face {
    font-family: Regular;
    src: url("../assets/font/NunitoSans-Regular.ttf");
}
@font-face {
    font-family: SansItalic;
    src: url("../assets/font/NunitoSans-Italic.ttf");
}
@font-face {
    font-family: SansBold;
    src: url("../assets/font/NunitoSans-Bold.ttf");
}
@font-face {
    font-family: SansSemiBold;
    src: url("../assets/font/NunitoSans-SemiBold.ttf");
}
@font-face {
    font-family: ExtraBold;
    src: url("../assets/font/NunitoSans-ExtraBold.ttf");
}
@font-face {
    font-family: ExtraBlackBold;
    src: url("../assets/font/NunitoSans-Black.ttf");
}
@font-face {
    font-family: SansLight;
    src: url("../assets/font/NunitoSans-Light.ttf");
}
@font-face {
    font-family: RobotoBold;
    src: url("../assets/font/Roboto-Bold.ttf");
}
@font-face {
    font-family: RobotoRegular;
    src: url("../assets/font/RobotoCondensed-Regular.ttf");
}
@font-face {
    font-family: RobotoLight;
    src: url("../assets/font/Roboto-Light.ttf");
}
@font-face {
    font-family: RobotoMedium;
    src: url("../assets/font/Roboto-Medium.ttf");
}
@font-face {
    font-family: CardoBold;
    src: url("../assets/font/Cardo-Bold.ttf");
}
@font-face {
    font-family: CardoItalic;
    src: url("../assets/font/Cardo-Italic.ttf");
}
@font-face {
    font-family: CardoRegular;
    src: url("../assets/font/Cardo-Regular.ttf");
}
.white .NunitoRegular {
    font-family: Regular !important;
}
.white .NunitoSansLight {
    font-family: SansLight !important;
}
.white .white_theme_background {
    background-color: white !important;
}
.green .white_theme_background {
    background-color: white !important;
}
.classic .white_theme_background {
    background-color: white !important;
}
#homeHeader {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.headerTitle {
    font-family: SansSemiBold;
    color: white;
    font-size: 45px;
    text-transform: uppercase;
}
.headerDes {
    font-family: SansItalic;
    font-size: 16px;
    color: white;
}
.pageButtons {
    width: 160px;
    height: 45px;
    background-color: white;
    line-height: 45px;
    text-align: center;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: SansBold;
    cursor: pointer;
    color: #000;
}
.pageButtons:hover {
    color: #000;
    text-decoration: none;
}
.mainPageContent1 {
    height: 615px;
    top: 90px;
}
.mainPageVideoRow {
    padding-top: 200px;
    background-color: #ebebeb;
    padding-bottom: 100px;
}
.mainPageContent1Title {
    color: #333333;
    font-size: 30px;
    font-family: SansSemiBold;
    text-transform: uppercase;
    text-align: center;
}
.mainPageContent1Title2 {
    font-size: 32px !important;
    font-family: SansLight !important;
    text-transform: capitalize !important;
}
.slider_button {
    padding: 10px;
    border: 1px solid gray;
    line-height: 0px;
}
.blackCover {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.4;
}
.videoDesContainer {
    bottom: 0px;
    top: 0px;
    margin: auto;
    height: fit-content;
}
.videoTitle {
    font-size: 24px;
    font-family: SansSemiBold;
    text-transform: uppercase;
    text-decoration: underline;
    word-break: break-word;
}
.videoPrice {
    color: #c8a832;
    font-size: 24px;
    font-family: SansLight;
}
.closeBlackHOver:hover > .carousel-inner > .blackCover {
    display: none;
}
.videoInform:hover > .closeBlackHOver > .carousel-item > .blackCover {
    opacity: 0;
    transition: 0.5s;
    display: none;
}
.tourInsideItem:hover > .mainpageVideosCont2Item > .blackCover {
    opacity: 0;
    display: none;
}
.servicesItemTitle {
    font-family: SansBold;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    word-break: break-word;
}
.servicesItemDes {
    font-family: Regular;
    font-size: 14px;
    color: #6f6f6f;
}
.blackCoverVideoIcon {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000063;
    top: 0;
    background-image: url("../assets/images/playicon2.png"),
        url("../assets/images/playicon.png");
    background-repeat: no-repeat;
    background-position: center;
}
.mainpageVideosCont2Item:hover > .blackCoverVideoIcon {
    background-color: unset;
}
.mapDes {
    width: fit-content;
    color: white;
    text-transform: uppercase;
}
.mapCircle {
    width: 12px;
    height: 12px;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
}
.footerText {
    font-family: Regular;
    font-size: 13px;
    color: #6f6f6f;
}
#navbarNavDropdown > ul > li > a {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Regular;
    letter-spacing: 1px;
    white-space: nowrap;
}
#navbarNavDropdown > ul > li > a:hover {
    color: #eeca00;
}
#navbarNavDropdown > ul > li:hover:after {
    width: 100%;
}

.logo {
    width: 190px;
    height: 40px;
    background-image: url("../assets/images/logo_white.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
body .mainNav {
    background-color: #ffffff !important;
    border-bottom: 1px solid #ebebeb !important;
}
.mainNav .logo {
    z-index: 1;
    margin-left: 50px;
    background-image: url("../assets/images/logo_black.svg");
}
.mainNav #navbarNavDropdown > ul > li > a {
    color: black;
    font-size: 13px;
    white-space: nowrap;
}
#navbarNavDropdown .dropdown-item:hover {
    background: #eeca00;
}
.mapPic {
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.orderTour {
    background-color: #ffe242;
    font-size: 17px;
}
#mobileButton {
    border: none;
    outline: none;
}
#mobileButton span {
    background-image: url("../assets/images/menu_white.svg");
}
.authContainer {
    display: flex;
    align-items: center;
    margin-top: 50px;
    min-height: 798px;
}
.authButton {
    border: 1px solid #8080806b;
    text-align: center;
    font-size: 14px;
    padding: 2px 31px;
    cursor: pointer;
    text-transform: uppercase;
    color: #000000 !important;
}
.authButton:hover {
    background-color: black !important;
    color: white !important;
}
#authForm .authInputs {
    border: 1px solid #ddd;
    background: #f5f5f5;
    color: #333 !important;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-sizing: border-box;
}
#authForm .authInputs:focus {
    box-shadow: none;
}
#authForm .authInputTitle {
    font-family: Regular, Sans-Serif;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.auth_links {
    color: #888;
    font-size: 13px;
}
.auth_links:hover {
    color: #888;
}
.authTextLink {
    color: #fab702;
    transition: 0.5s;
}
.authTextLink:hover {
    color: black;
}
.authDesText {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #606060;
}
.authNotification {
    background-color: #deefd8;
    color: #4caf50;
    padding: 20px;
}
.closeNotification {
    position: absolute;
    right: 0;
    top: 0;
    color: #80808078;
    font-weight: bold;
    display: inline-block;
    padding: 5px 9px;
    cursor: pointer;
}
#still_photographyHeader {
    height: 564px;
    background-image: url("../assets/images/still_photographyheader.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 100px;
    overflow: hidden;
}
.headerContentTopLogo {
    width: 55px;
    height: 45px;
}
#still_photographyHeaderTitle {
    font-size: 30px;
    font-family: SansSemiBold;
}
.stillcontentText {
    font-family: Regular;
    font-size: 15px;
    color: #6f6f6f;
    justify-content: center;
}
.stillcontentText p {
    text-align: center;
}
.buttonsBlack {
    background-color: black;
    color: white;
}
.buttonsBlack:hover {
    background-color: black;
    color: white;
    text-decoration: none;
}
#twentyTwenty {
    background-color: black;
    color: white;
    text-decoration: none;
}
.fluid_video {
    height: 685px;
    background-repeat: no-repeat;
    background-image: url("../assets/images/TwentyTwentyPic1.png");
    margin-top: 100px;
    background-size: cover;
}
#pricingHeader {
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 100px;
}
.pricingHeaderOpacity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
}
.pricingHeaderContainer {
    position: relative;
    z-index: 6;
}
.priceSelector {
    height: 10px;

    background-image: url("../assets/images/row.png");

    background-repeat: no-repeat;

    background-size: calc(100% - 64px) 100%;

    background-position: center;

    margin: auto;
}
.priceOptions {
    height: 66px;

    position: relative;

    top: -50%;

    display: flex;

    flex-direction: column;

    align-items: center;

    width: 23px;
}
.priceOptionsCube {
    width: 23px;
    height: 23px;
    background-color: #f1f1f1;
    border: 1px solid #bdbdbd;
    cursor: pointer;
}
.priceOptionsPrice {
    font-family: Regular;

    font-size: 12px;

    color: #6f6f6f;

    text-align: center;

    height: 18px;

    width: 69px;
}
.priceSelectedOption {
    background-color: #ffe242;
    background-image: url("../assets/images/checked.svg");
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
}
.servicePackages {
    padding: 100px 0px;
    background-color: #f1f1f1;
}
.packagesPrice {
    font-size: 35px;
    font-family: Regular;
    color: #000000;
}
.dollar {
    font-size: 17px;
}
.priceLastLetters {
    font-size: 20px;
}
.packagesTitle {
    font-family: SansBold;

    font-size: 20px;

    color: black;
}
.customPrice {
    font-size: 15px;
}
.ItemSize {
    font-size: 13px;
}
.checkLabel {
    display: block;
    position: relative;
    padding-left: 24px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6f6f6f;
    margin: 0;
    font-family: Regular;
    word-break: break-word;
}
.checkLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1px solid #ebebeb;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkLabel input:checked ~ .checkmark:after {
    display: block;
}
.checkLabel .checkmark:after {
    left: 5px;
    top: -1px;
    width: 8px;
    height: 16px;
    border: solid #ffeb3b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pricePageButton {
    border: 1px solid black;
    font-family: SansBold;
    font-size: 14px;
    padding: 12px 40px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    color: #333333;
}
.pricePageButton:hover {
    background-color: black;
    color: white;
}
.priceItemsDesRow {
    border: 1px solid #dbdbdb;
}
.discount {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    color: red;
    font-family: Regular;
    padding: 8px 0px;
}
.pricingSelect {
    border-radius: 0px !important;
}
.pricingSelect:focus {
    outline: none !important;
    border-color: #ced4da !important;
    box-shadow: none !important;
}
.pricingItemsDesText {
    font-size: 15px;
    color: #6f6f6f;
    font-family: Regular;
}
.pricingCheckboxRow {
    border-bottom: 1px solid #dbdbdb;
}
.pricingCheckboxRow:last-of-type {
    border-bottom: none !important;
}
.totalCostTitle {
    font-size: 15px;
    font-family: SansBold;
    color: #000000;
}
.priceList {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.priceListItems {
    font-family: Regular;
    font-size: 15px;
    color: #6f6f6f;
}
.costList {
    border-bottom: 1px solid #dbdbdb;
}
.totlaCostText {
    font-family: Regular;
    font-size: 25px;
    color: #6f6f6f;
}
.totalCostPrice {
    font-size: 24px;
    font-family: SansBold;
    color: #000000;
}
.pricingContacts {
    background-color: #ffe241;
}
.pricingContactsText {
    font-family: SansLight;
    color: black;
    font-size: 20px;
}
#selectedPrice {
    position: relative;
    top: 11px;
    font-size: 16px;
    font-family: SansSemiBold;
    color: #333333;
}
.pricingCover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #f1f1f1ab;
    display: none;
}
.selectedPackage {
    z-index: 20;
    box-shadow: 0 0 28px -4px #e8cb26 !important;
}
.headerButtonsContainer {
    flex-wrap: nowrap !important;
}
.workItemDescription {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
}
.workItemTitle {
    font-size: 14px;
    font-family: SansBold !important;
    text-transform: uppercase;
    color: #333333 !important;
    -webkit-text-fill-color: #333333;
}
.packagesPrice {
    font-size: 35px;
}
.ourWorkPriceFontSize {
    font-size: 30px;
}
.workItemContentItem {
    border-bottom: 2px solid #e8cb26 !important;
    border: 1px solid #e1e1e1;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.workItemDescriptionOpenButton {
    border: 1px solid #e1e1e1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    top: -50%;
    position: absolute;
    left: 88%;
    background-image: url("../assets/images/topsign.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.unset_sizes {
    width: unset;
    height: unset;
}

.playVideoButtonIcon {
    height: 12px;
    position: relative;
    top: -1px;
}
.tourRequestNavContainer {
    background-image: url("../assets/images/greenrow.png"),
        url("../assets/images/requestnavrow.png");
    background-repeat: no-repeat;
    background-size: 0;
    background-position: 58px 19px, center 19px;
    -webkit-transition: background-size 0.5s;
}
.tourRequestNavItem {
    text-align: center;
    cursor: pointer;
}
.tourRequestNavItemCircle {
    width: 43px;
    height: 43px;
    background-image: url(../assets/images/checkedrequestnav.png);
    border-radius: 50%;
    border: 2px solid #dbdbdb;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
}

.tourRequestNavItemTitle {
    color: #333333;
    font-family: SansSemiBold;
    font-size: 13px;
    margin-top: 10px;
}
.tourRequestInpTitels {
    color: #333333;
    font-family: SansBold;
    font-size: 13px;
}

.tourRequestInpDes {
    color: #6f6f6f;
    font-family: Regular;
    font-size: 13px;
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
}
.tourRequstInputs {
    height: 47px !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-family: Regular !important;
    border: 1px solid #dbdbdb !important;
}

.tourRequstInputs:focus {
    outline: none !important;
    box-shadow: none !important;
}
#dataPicker input {
    height: 47px;
    border-radius: 0px;
    border: 1px solid #dbdbdb;
    border-right: none !important;
}
#dataPicker input:focus {
    height: 47px;
    border-radius: 0px;
    border: 1px solid #dbdbdb !important;
}
#dataPicker button {
    display: none !important;
}
#dataPicker span {
    width: 100%;
    height: 47px;
    border: 1px solid #dbdbdb;
    border-left: none;
    background-image: url(../assets/images/signbottom.png);
    background-repeat: no-repeat;
    background-position: 97%;
    position: absolute;
}
#dateNavigator div[role="navigator"] {
    background-color: #ffe141;
}
#FormControlTextarea {
    resize: none;
}
#FormControlTextarea {
    border: 1px solid #dbdbdb;
    resize: none;
}
#FormControlTextarea:focus {
    border: 1px solid #dbdbdb;
    box-shadow: none;
}
.userName {
    font-size: 14px;
    font-family: SansBold;
    text-transform: uppercase;
}
.userInfo {
    font-size: 14px;
    font-family: Regular;
    color: #6f6f6f;
}
.tourRequestServicesText {
    font-family: Regular;
    color: #6f6f6f;
    font-size: 14px;
}
.stillPhotos {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}
.minblackPrice {
    font-family: SansBold;
    font-size: 15px;
    color: black;
}
.redPrice {
    color: #e50021;
    font-family: SansBold;
    font-size: 15px;
}
.totalCost {
    font-size: 20px;
}
.totalCostBigPrice {
    font-family: SansBold;
    font-size: 20px;
    color: black;
}
.radioContainers {
    -webkit-appearance: none;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Regular;
    color: rgb(111, 111, 111) !important;
    -webkit-text-fill-color: rgb(111, 111, 111);
}

.radioContainers input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radioCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #c1c1c1;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
}
.radioContainers input:checked ~ .radioCheckmark {
    background-color: #ffe242;
}

.radioCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container input:checked ~ .radioCheckmark:after {
    display: block;
}
.radioContainers .radioCheckmark:after {
    top: 0;
    left: 0px;
    width: 8px;
    right: 0;
    height: 8px;
    border-radius: 50%;
    background: white;
    bottom: 0;
    margin: auto;
}
.editButton {
    padding: 10px 23px;
    border: 1px solid black;
    display: inline-block;
    text-transform: uppercase;
    font-family: SansBold;
    font-size: 14px;
    color: black;
    cursor: pointer;
}

.doneInput {
    background-image: url("../assets/images/greencheck.png");
    background-repeat: no-repeat;
    background-position: 96% center;
    padding-right: 43px;
}
.stepsContainer {
    display: none;
}
.backbutton {
    font-family: SansBold;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid black;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
.saveButton {
    font-family: SansBold;
    font-size: 14px;
    text-transform: uppercase;
    width: 185px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ffe141;
    cursor: pointer;
}
.stepSelectedCircle {
    border-color: #12a766;
}
.stepDoneCircle {
    background-image: url("../assets/images/greencheck.png");
    border-color: #12a766;
}

#stepsNavigationAside {
    transition: 0.5s;
}
#containerStep_end {
    min-height: calc(100vh - 196px);
}
.mainPageContent1BigTitle {
    font-size: 45px;
}
.workPageTitleImg {
    position: relative;
    transition: 1s;
}
.workPageTitleImg:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.labelReadonly {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.details {
    position: absolute;
    right: 0;
}
.filter_name,
.basicInfo {
    font-family: SansSemiBold;
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}
.listTourTitle {
    font-size: 20px;
    text-transform: uppercase;
    font-family: SansSemiBold;
}
.filter_text {
    font-size: 12px;
    line-height: 25px;
}
.form-group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: baseline;
    flex-direction: column;
    padding-bottom: 1px;
}
.label_text,
.sectionDisplay {
    display: inline-block;
    margin-bottom: 5px;
    font-family: SansBold;
    color: #333333;
    font-size: 13px;
}
.inline-filter label {
    font-size: 14px;
    color: #606060;
}
.inline-filter label input {
    margin-right: 5px;
}
.mainTourTitle a {
    font-family: Regular;
    font-size: 18px;
    color: #333333;
}
.userTypeTitle,
.descriptionTitle span {
    font-family: SansLight;
    font-size: 18px;
    color: #333333;
}
.mainTourTitle a:hover {
    color: #000000;
    text-decoration: none;
}
.tour_status {
    font-size: 13px;
    line-height: 35px;
    padding-left: 10px;
}
.status_scheduled {
    color: #fab702;
}
.status_delivered {
    color: #cccccc;
    transition: 1s;
}
.status_complete {
    color: #5cb85c;
}
.status_requested {
    color: #d9534f;
}
.address,
email,
.phone,
.userType,
.descriptionText {
    font-size: 13px;
    color: #6f6f6f !important;
    font-family: Regular;
}
.individual_tour_inform {
    border-bottom: 1px solid #cccccc;
}
.etc:hover {
    text-decoration: none;
    color: #888;
}
.informationIcon img,
.contactIcon img {
    width: 100%;
    height: auto;
}
.informationIcon,
.contactIcon {
    width: 15px;
    height: 15px;
    line-height: 0;
}
.client_name a {
    font-family: SansLight;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 21px;
}
.client_name a:hover {
    text-decoration: none;
    color: #000000;
}
.inform_name {
    font-weight: bold;
    font-size: 13px;
    color: #606060;
}
.inform_content {
    font-size: 13px;
    line-height: 23px;
}
.tour_btn {
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    border: solid 1px rgba(1, 1, 1, 0.2) !important;
    padding: 2px 33px;
    font-size: 12px;
    text-align: center;
}
.delete {
    background: #dddddd;
}
.btn_icon {
    margin-left: 10px;
    color: #fab702;
    display: none;
}
.tour_btn:hover {
    transition: 1s;
    text-decoration: none;
    color: #333 !important;
    background: #eeca00;
}
.tour_btn:hover .btn_icon {
    transition: 1s;
    color: #000000;
}
.individual_tour_inform:hover {
    background: #dddddd;
}
.individual_tour_inform:hover .status_delivered {
    color: #000000;
}
.form-control {
    box-shadow: none !important;
}
input.form-control {
    border: 1px solid #ced4da !important;
}

.descriptionInput {
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    overflow-y: auto;
    resize: none;
}
.saveChanges {
    background: #ffe141 !important;
    padding: 5px 45px !important;
}
.changePhotoBtn {
    padding: 2px 35px;
}
.loginBtn {
    box-sizing: border-box;
    position: relative;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #fff;
    display: block;
    width: 210px;
    margin: 5px 15px;
}
.loginBtn:hover {
    color: #ffffff;
    text-decoration: none;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}
.loginBtn--facebook {
    background-color: #4c69ba;
    background-image: linear-gradient(#4c69ba, #3b55a0);
    text-shadow: 0 -1px 0 #354c8c;
}
.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png")
        6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5b7bd5;
    background-image: linear-gradient(#5b7bd5, #4864b1);
}
.loginBtn--google {
    background: #dd4b39;
}
.loginBtn--google:before {
    border-right: #bb3f30 1px solid;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png")
        6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #e74b37;
}
#modal {
    padding: 60px;
}
.workPopUp {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: #00000096;
    display: none;
    z-index: 4;
}
.main_image {
    position: relative;
    max-width: 990px;
    padding: 50px 30px 50px 30px;
    background: white;
}
.workPopUpImage {
    background-size: cover;
}
.slider_icons i {
    font-size: 25px;
}
.slider_icons {
    cursor: pointer;
}
.image-main-content {
    align-items: center;
}
.closeIcon {
    position: absolute;
    top: 5px;
    right: 10px;
}
.tour4 {
    cursor: pointer;
}
.editProfileInput::placeholder {
    color: #333 !important;
}
.editProfileInput {
    width: 100% !important;
}
.shortDescription {
    background-color: #ffffff !important;
}
.money {
    line-height: 24px;
}
.requestNode {
    height: 200px !important;
}
.propertyHiglightsContent p,
.propertyHiglightsTitle,
.aboutClientDescription p {
    color: #6f6f6f;
    font-family: Regular;
    font-size: 14px;
}
.propertyHiglightsContent p a {
    color: #fab702;
    transition: 1s;
}
.propertyHiglightsContent p a:hover {
    text-decoration: none;
}
.propertyHiglightsTitle i {
    font-size: 12px;
    color: black;
}
.choosenName {
    color: #fab702;
    text-transform: uppercase;
    font-size: 15px;
}
.detailInput {
    border-radius: 0 !important;
}
.remainder {
    color: #d9534f;
    font-family: SansBold;
    font-size: 12px;
    padding: 10px 0;
}
.remainder {
    display: none;
}
.changePasswordTitle,
.emailNotificationTitle {
    font-size: 18px;
}
.alternateText,
.propertyDescription::placeholder {
    color: #9ca5ad !important;
    font-size: 17px !important;
}
.propertyDescription {
    height: 130px !important;
}
.remainderTourProfile {
    font-size: 13px;
    color: #606060;
    font-family: Regular;
}
.mainSlider,
.matterPort {
    min-height: 969px;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
}
.aboutUs {
    background-color: #ffffff;
}
.aboutUs-dark {
    background-color: #333;
    color: white;
}
.openPopUpWindow {
    text-align: center;
    position: absolute;
    top: calc(50% - (100px / 2));
    display: block;
    left: calc(50% - (100px / 2));
}
.openPopUpWindow a img {
    width: 100px;
    height: 100px;
}
.openPopUpWindow a svg {
    width: 100px;
    height: 100px;
}
.propertyDetailsMainImage {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover !important;
}
.propertyDetailsMainImageName {
    color: #333333;
    font-family: SansBold;
    font-size: 14px;
}
.propertyDetailsMainImageSection {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.clientProfileSection {
    background-color: #f1f1f1;
}
.bb {
    line-height: 0;
}

.form-control:focus {
}
.tourInsideItemInform {
    margin-bottom: 0;
}
.reminderDeletingAccount {
    color: #c04d46;
    font-family: SansBold;
    background-color: #f1dddd;
    padding: 20px 0;
}
.buttonSubmit {
    line-height: 19px !important;
    background-color: #ffe141;
}
.passwordSection input {
    border-radius: 0 !important;
}
.requiredInput:required:valid {
    background-image: url("../assets/images/completed.svg");
    background-position: calc(100% - 20px) center;
    background-size: 20px;
    background-repeat: no-repeat;
    border: 1px solid #ced4da !important;
}
.smallInfuts:required:valid {
    background-image: url("../assets/images/completed.svg");
    background-position: calc(100% - 20px) center;
    background-size: 20px;
    background-repeat: no-repeat;
    border: 1px solid #ced4da !important;
    padding-right: 45px;
}
.requiredInput:required:valid + .remainderRequired {
    display: none !important;
}
.saveChangesTourProfile {
    padding: 13px 20px !important;
    background: black !important;
    color: #fff !important;
    border: 1px solid black !important;
    font-family: SansBold;
    cursor: pointer;
    text-transform: uppercase;
}
.saveChangesTourProfile:hover {
    background: #fff !important;
    color: black;
    transition: none;
}
.delieverTourAgain {
    padding: 13px 16px !important;
    background: #fff !important;
    color: black;
    font-family: SansBold;
    border: 1px solid #000000 !important;
    cursor: pointer;
}
.delieverTourAgain:hover {
    background: black !important;
    color: #fff !important;
    transition: none;
}
label input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.inline-filter label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label input [type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmarkDisplayHide {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 50%;
}
label input[type="radio"]:checked ~ .checkmarkDisplayHide {
    background-color: #fff;
}
.pricingInput input[type="checkbox"]:checked + .pricingInputRow {
    background-color: red;
}
label .checkmarkDisplayHide:after {
    content: "";
    position: absolute;
    display: none;
}
.inline-filter label .checkmarkDisplayHide:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #eeca02;
}
.inline-filter label input:checked ~ .checkmarkDisplayHide:after {
    display: block;
}
.detail {
    text-align: left;
}
.openHouseDater {
    height: 100px !important;
}
.editProfileInput::placeholder {
    font-size: 13px;
    color: #6f6f6f !important;
    font-family: SansSemiBold;
}
.editProfileInput {
    color: #6f6f6f !important;
    font-family: SansSemiBold;
}
.galleryImage {
    height: 0px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding-top: 18.4%;
    position: relative !important;
    display: flex;
}
.mainSliderEditBtn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.imageSmall {
    height: 270px;
    background-size: cover;
    background-position: center;
}
.tourProfileModal {
    background-color: #ffffff;
    opacity: 0.9 !important;
}
.higlightPart {
    padding-bottom: 100px;
}
.tourProfileModal .modal-lg {
    margin-top: 0px !important;
}
.tourProfileModal .modal-lg button {
    outline: 0;
}
.borderBottom {
    width: 94%;
    margin: 0 auto;
}
.borderBottom:last-child {
    border: none;
}
.pricingInput input[type="checkbox"]:checked + .pricingInputRow {
    background: red;
}
.priceListItems p {
    margin-bottom: 5px !important;
}
.triangle {
    width: 12px;
    height: 12px;
    background-color: #efca00;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
}
.selectedItems {
    display: none;
}
.form-control {
    border-radius: 0 !important;
    font-size: 14px;
}

.notCompleted {
    background-image: url("../assets/images/error.svg");
    background-position: calc(100% - 20px) center;
    background-size: 20px;
    background-repeat: no-repeat;
    border: 1px solid red !important;
}
.propertyCheckbox .inline-filter label {
    text-align: left;
}
.st0 {
    fill: black;
}
.counthighlight {
    font-family: Regular;
    color: #6f6f6f;
    font-size: 22px;
}
.highlightImg {
    width: 55px;
    margin: 0 auto;
}
.blackLogo {
    width: 144px;
}
.openHouseDate {
    font-family: SansLight;
    font-size: 20px;
    color: #000000;
}
.informClientText {
    font-family: Regular;
    color: #6f6f6f;
    font-size: 14px;
}
.propertyDetailsList ul {
    padding-left: 20px;
    list-style: none;
}
.propertyDetailsList ul li {
    font-family: Regular;
    font-size: 14px;
    color: #6f6f6f;
    margin-bottom: 8px;
}
.propertyDetailsList ul li:before {
    content: "\2022";
    color: #ffe240;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.mapLeftSide {
    background-color: #333333;
}
.whiteBigTitle,
.whiteSmallTitle {
    color: #ffffff;
}
.floorPlanItem a {
    font-family: SansBold;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
}
.floorPlanItem a:hover {
    color: #333333;
}
.floorPlan .nav-tabs .nav-link {
    border-top: 2px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-radius: unset !important;
}
.floorPlan .nav-tabs .nav-link.active {
    border-color: #eecb00 #dee2e6 #fff !important;
}
.floorImg {
    background-repeat: no-repeat;
    min-height: 400px;
    width: 60%;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
}
.threeDTourTitle {
    background-color: #333333;
}
.reminderDeletingAccount {
    color: #c04d46;
    font-family: SansBold;
    background-color: #f1dddd;
    padding: 20px 0;
}
.buttonSubmit {
    line-height: 19px !important;
    background-color: #ffe141;
}
.servicesImg img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.servicesImg {
    background-repeat: no-repeat;
    background-position: center;
    width: 55px;
    height: 45px;
    margin: 0 auto;
    background-size: 100% 100%;
    transition: 0.5s;
}
.matterportBlackIcon {
    display: none;
}
.pageContent {
    min-height: calc(100vh - 184px);
    margin-top: 27px;
    overflow: hidden;
    background: #ffffff;
}

.page_content_blog_part {
    margin: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1440px) {
    .container {
        padding: 0 !important;
    }
}
.articles-column {
    padding: 0 !important;
}

.clientListItem:hover {
    text-decoration: none;
}
.informSection {
    color: #6f6f6f !important;
}
.tourDetailsNewDesignInform {
    top: 70px !important;
    bottom: unset !important;
    left: 10% !important;
    width: fit-content;
    height: fit-content;
}
.aboutUsIcon,
.costIcon {
    width: 12px;
}
.aboutUsTopBorder {
    height: 10px;
    background-color: #ffe241;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.aboutUsTopBorder-green {
    height: 10px;
    background-color: #65bb5b;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.aboutUsTopBorder-dark {
    height: 10px;
    background-color: #ffe241;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.borderRectangle {
    top: 5px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #ffe241;
    transform: rotate(45deg);
    margin: auto;
}
.borderRectangle-green {
    top: 5px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #65bb5b;
    transform: rotate(45deg);
    margin: auto;
}
.borderRectangle-dark {
    top: 5px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #ffe241;
    transform: rotate(45deg);
    margin: auto;
}
.uploadHideBtn,
.submitImage {
    display: none;
}
.custom-file-upload,
.submitImageBtnLabel {
    border: 1px solid #333333;
    display: inline-block;
    padding: 0px 33px;
    cursor: pointer;
}
.uploadIcon {
    font-size: 12px;
}
.changePhotoSection {
    max-width: 100%;
}
.tourContainer {
    position: relative;
    z-index: 3;
    left: 173px;
    display: inline-table;
    top: 27px;
}
#panorama {
    width: 100%;
    height: 750px;
    display: flex;
}
#controls {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    text-align: center;
    padding: 5px 0;
    background: rgba(60, 56, 56, 0.8);
    width: 250px;
    left: 0;
    right: 0;
    margin: auto;
}
.ctrl {
    padding: 8px 5px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    background: transparent;
}
.ctrl:hover {
    background: transparent;
}
#fullscreen,
#pan-right,
#pan-left {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.roomsSliderItem {
    width: 150px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
.roomsSliderSection {
    overflow: hidden;
    height: 596px;
}
.sliderItemOpacity {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}
.roomsSliderUp,
.roomsSliderDown {
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px auto;
    background-color: unset;
    border: unset;
    cursor: pointer;
}
.roomsSliderUp,
.roomsSliderDown:focus {
    outline: 0;
}
.roomsSliderUp img,
.roomsSliderDown img {
    width: 100%;
    height: auto;
}
.roomsSlider {
    transition: 1s;
}
.roomName {
    color: white;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
    font-family: Regular;
}
.defaultActive {
    background-color: rgb(252, 229, 23);
    opacity: 0.9;
}
#player img {
    width: 70%;
}
.tourDetailsFirstSectionSliderItemContainer .active {
    display: flex !important;
    justify-content: center;
}
.greenLogo {
    display: none;
}
.tourContainer {
    position: relative;
    z-index: 3;
    left: 173px;
    display: inline-table;
    top: 27px;
}
#panorama {
    width: 100%;
    height: 750px;
    display: flex;
}
#controls {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    text-align: center;
    padding: 5px 0;
    background: rgba(60, 56, 56, 0.8);
    width: 250px;
    left: 0;
    right: 0;
    margin: auto;
}
.ctrl {
    padding: 8px 5px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    background: transparent;
}
.ctrl:hover {
    background: transparent;
}
#fullscreen,
#pan-right,
#pan-left {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.roomsSliderItem {
    width: 150px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
.roomsSliderSection {
    overflow: hidden;
    height: 596px;
}
.sliderItemOpacity {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
}
.roomsSliderUp,
.roomsSliderDown {
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px auto;
    background-color: unset;
    border: unset;
    cursor: pointer;
}
.roomsSliderUp,
.roomsSliderDown:focus {
    outline: 0;
}
.roomsSliderUp img,
.roomsSliderDown img {
    width: 100%;
    height: auto;
}
.roomsSlider {
    transition: 1s;
}
.roomName {
    color: white;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
    font-family: Regular;
    font-size: 14px;
    color: #333333;
}
.defaultActive {
    background-color: rgb(252, 229, 23);
    opacity: 0.9;
}
#player img {
    width: 70%;
}
.tourDetailsFirstSectionSliderItemContainer .active {
    display: flex !important;
    justify-content: center;
}
.greenLogo {
    display: none;
}
.whiteLogo,
.matterportGreenIcon,
.threeDtourGreenIcon,
.agentGreenIcon,
.floorPlanGreenLogo,
.mapGreenIcon,
.galleryGreenLogo,
.propertyDetailsGreenLogo {
    display: none;
}
.green .aboutUsChangeableTheme {
    background-color: #64bc5b;
}
.green .aboutUsChangeableThemeBtn {
    background: #fff !important;
}
.green .greenLogo {
    display: block;
    margin: 0 auto;
}
.green .whiteLogoHiglight {
    display: none;
}
.green .aboutUsChangeableThemeColorBtn {
    color: #64bc5b;
}
.green .aboutUsChangeableThemeColorText {
    color: #fff;
}
.green .whiteLogo {
    display: block;
    margin: 0 auto;
}
.green .blackLogo {
    display: none;
}
.green .galleryGreenLogo {
    display: block;
    margin: 0 auto;
}
.green .galleryLogoWhite {
    display: none;
}
.green .propertyDetailsWhiteLogo {
    display: none;
}
.green .propertyDetailsGreenLogo {
    display: unset;
    margin: 0 auto;
}
.green .propertyDetailsList ul li:before {
    content: "\2022";
    color: #64bc5b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.green .mapGreenIcon {
    display: unset;
}
.green .mapWhiteLogo {
    display: none;
}
.green .floorPlanWhiteLogo {
    display: none;
}
.green .floorPlanGreenLogo {
    display: unset;
}
.green .floorPlan .nav-tabs .nav-link.active {
    border-color: #64bc5b #dee2e6 #fff !important;
}
.green .agentGreenIcon {
    display: unset;
}
.green .agentWhiteIcon {
    display: none;
}
.green .matterportWhiteIcon {
    display: none;
}
.green .matterportGreenIcon {
    display: unset;
}
.green .threeDTourWhiteIcon {
    display: none;
}
.green .threeDtourGreenIcon {
    display: unset;
}
.green .robotoRegular {
    font-family: RobotoRegular;
}
.green .robotoRegular p {
    font-family: RobotoRegular;
}
.green .robotoRegular ul li {
    font-family: RobotoRegular;
}
.green .robotoBold {
    font-family: RobotoBold;
}
.green .robotoMedium {
    font-family: RobotoMedium;
}
.green .robotoLight p {
    font-family: RobotoLight;
}
.green .greenLogo {
    display: unset;
}
.green .whiteLogoHiglight {
    display: none;
}

.classic .cardoRegular {
    font-family: CardoRegular;
}
.classic .cardoRegular p {
    font-family: CardoRegular;
}
.classic .cardoRegular ul li {
    font-family: CardoRegular;
}
.classic .cardoBold {
    font-family: CardoBold;
}
.classic .whiteLogoHiglight {
    display: unset;
}
.classic .greenLogo {
    display: none;
}
.classic .openHoseSection {
    background-color: #fff;
}
.dark .darkBackground {
    background-color: #333333;
}
.dark .darkTextColor {
    color: #fff;
}
.dark .darkIcon {
    color: #efca00;
}
.dark .NunitoRegular {
    font-family: Regular;
}
.dark .dark_background {
    background-color: rfed;
}
.dark .darkBtnBackground {
    background-color: #ffe241 !important;
    color: black;
}
.dark .dark_white_color {
    color: #fff;
}
.dark .propertyDetailsBlackLogo {
    display: block;
}
.dark .greenLogo {
    display: none;
}
.dark .whiteLogoHiglight {
    display: unset;
}
.dark .higlightPart {
    background-color: #333333;
}
.dark .darkHiglightYellowColor {
    color: #ffe241;
}
.dark .st0 {
    fill: #fff;
}
.openPopUpWindow a .st4 {
    fill: #ffffff;
}
.dark .darkPropertyDetailsList ul li:before {
    content: "\2022";
    color: #333333;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.dark .darkClientProfileSection {
    background-color: #333333;
}
.dark .matterportBlackIcon {
    display: unset;
}
.dark .matterportGreenIcon {
    display: none;
}
.whiteLogo,
.matterportGreenIcon,
.threeDtourGreenIcon,
.agentGreenIcon,
.floorPlanGreenLogo,
.mapGreenIcon,
.galleryGreenLogo,
.propertyDetailsGreenLogo {
    display: none;
}
.green .aboutUsChangeableTheme {
    background-color: #64bc5b;
}
.green .aboutUsChangeableThemeBtn {
    background: #fff !important;
}
.green .whiteLogoHiglight {
    display: none;
}
.green .aboutUsChangeableThemeColorBtn {
    color: #64bc5b;
}
.green .aboutUsChangeableThemeColorText {
    color: #fff;
}
.green .whiteLogo {
    display: block;
    margin: 0 auto;
}
.green .blackLogo {
    display: none;
}
.green .propertyDetailsList ul li:before {
    content: "\2022";
    color: #64bc5b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.green .mapGreenIcon {
    display: unset;
}
.green .mapWhiteLogo {
    display: none;
}
.green .floorPlan .nav-tabs .nav-link.active {
    border-color: #64bc5b #dee2e6 #fff !important;
}
.green .agentGreenIcon {
    display: unset;
}
.green .agentWhiteIcon {
    display: none;
}
.green .matterportWhiteIcon {
    display: none;
}
.green .matterportGreenIcon {
    display: unset;
}
.green .threeDTourWhiteIcon {
    display: none;
}
.green .threeDtourGreenIcon {
    display: unset;
}
.green .robotoRegular {
    font-family: RobotoRegular;
}
.green .robotoRegular p {
    font-family: RobotoRegular;
}
.green .robotoRegular ul li {
    font-family: RobotoRegular;
}
.green .robotoBold {
    font-family: RobotoBold;
}
.green .robotoMedium {
    font-family: RobotoRegular;
}
.green .robotoLight p {
    font-family: RobotoLight;
}
.green .whiteLogoHiglight {
    display: none;
}
.classic .cardoRegular {
    font-family: CardoRegular;
}
.classic .cardoRegular p {
    font-family: CardoRegular;
}
.classic .cardoRegular ul li {
    font-family: CardoRegular;
}
.classic .cardoBold {
    font-family: CardoBold;
}
.classic .whiteLogoHiglight {
    display: unset;
}
.classic .openHoseSection {
    background-color: #fff;
}
.dark .darkBackground {
    background-color: #333333;
}
.dark .darkTextColor {
    color: #fff;
}
.dark .darkIcon {
    color: #efca00;
}
.dark .darkBtnBackground {
    background-color: #ffe241 !important;
    color: black;
}
.dark .whiteLogoHiglight {
    display: unset;
}
.dark .higlightPart {
    background-color: #333333;
}
.dark .st0 {
    fill: #fff;
}
.openPopUpWindow a .st4 {
    fill: #ffffff;
}
.openPopUpWindow a .st5 {
    fill: #323232;
}
.dark .openPopUpWindow a .st4 {
    fill: #ffe241;
}
.dark .propertyDetailsDarkTheme {
    background: #ffe241;
}
.dark .darkPropertyDetailsList ul li:before {
    content: "\2022";
    color: #333333;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.dark .darkClientProfileSection {
    background-color: #333333;
}
.dark .matterportBlackIcon {
    display: unset;
}
.dark .matterportGreenIcon {
    display: none;
}
.nav-item {
    position: relative;
}
.fixed-top {
    border-bottom: 1px solid rgba(235, 235, 235, 0.15);
}
.whiteBtn {
    background: #ffffff;
    color: black !important;
    padding: 3px 37px;
    font-size: 12px;
}
.rememberUser {
    cursor: pointer;
    color: #888;
    font-size: 13px;
}
.wrongEmailRemainder {
    background: #deefd8;
    color: #36af2c;
    padding: 18px 0;
}
.wrongEmailRemainder p {
    color: #36af2c;
    padding: 0 17px;
    font-size: 12px;
    font-weight: bold;
}
.closeWrongRemainder {
    right: 8px;
    top: 7px;
    color: #888888;
    line-height: 10px;
    font-size: 13px;
    cursor: pointer;
}
.videoMainTitle {
    color: #ffffff;
}
.workPageItem {
    height: 100%;
}
.workPageItemImg {
    height: 100%;
    background-size: cover;
}
.servicesCategory {
    border: none !important;
}

@media (max-width: 1100px) {
    .servicesCategory {
        top: 0 !important;
    }
}

#mobileBorder {
    display: none;
}
.reqIn {
    height: 47px !important;
    width: 100%;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-family: Regular !important;
    border: 1px solid red !important;
}
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
#datepicker {
    background-color: white !important;
}
.clockSelect {
    height: 47px !important;
    border: 1px solid #dbdbdb;
}

.checkboxes > div {
    border: none !important;
    padding: 0px;
}
.checkboxes > div > .ss-multi-selected {
    min-height: 38px;
}
.checkboxes .ss-value {
    background-color: #eeca00 !important;
    justify-content: space-between;
}
.checkboxes .ss-option:hover {
    background-color: #eeca00 !important;
}

.homeHeaderSecion .headerTitle {
    font-family: Regular;
}
#mainPageVideoRow {
    padding-top: 200px;
    margin-top: -50px;
}
.homePageSliderLeftRightIcon {
    background-image: unset !important;
    height: unset;
    width: 25px;
}
.homePageSliderLeftRightIcon i {
    color: #ffffff;
    font-size: 25px;
}
.homePageCarouselControl {
    opacity: 1 !important;
}
.homePageCarouselControl:hover .homePageSliderLeftRightIcon i {
    color: #eeca00;
}
.homePageCarouselControl:hover .homePageCarouselControl .slider_button {
    background-color: white;
}
.homePageCarouselControl:hover .slider_button {
    border: none;
    background-color: white;
}
.homePageCarouselControl .slider_button {
    border: 2px solid #92909091;
}
#homeHeader {
    position: relative;
    overflow: hidden;
}
.headerVideo {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    left: 50%;
    min-width: 100%;
    min-height: 100%;
}
#homeHeader .container {
    position: relative;
    z-index: 5;
}
.additionServiceItemContent {
    box-shadow: 0px 0px 18px 0px rgba(238, 202, 0, 0.5);
}
.additionServiceItemContentImage {
    position: relative;
}
.homePageSliderItemOpacity {
    position: absolute;
    top: 0;
    -webkit-width: calc(100% - 30px);
    -webkit-height: calc(100% - 30px);
    height: 100%;
    width: calc(100% - 30px);
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
}
#propertyMedia0,
#propertyMedia1,
.tourInsideItem,
.videoInform {
    margin: 0 15px 30px;
    overflow: hidden;
    height: 303px;
    margin-bottom: 25px !important;
}
.serviceArea {
    border-bottom: 1px solid #484848;
    background-color: #333333;
    border-top: 1px solid #484848;
}
.mapDes {
    font-size: 14px;
}
.otherPages #mobileButton span {
    background-image: url("../assets/images/menu_black.svg");
}

.homePageSliderVideoIframe {
    margin: 0 15px 30px 80px !important;
}
.homePageSliderVideoIframe:nth-child(2n) {
    margin: 0 80px 30px 15px !important;
}
.serviceItem {
    width: calc(100% / 5 - 16px);
    margin-left: 20px;
    cursor: pointer;
    transition: 0.5s;
}
.serviceItem:nth-child(5n + 1) {
    margin-left: 0;
}
#still_photographyHeader,
#pricingHeader {
    margin-top: -47px;
}
.editTourSectionFilter {
    background-color: rgb(235, 235, 235);
    padding: 0px 20px 0;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 2000;
}
.editTourSectionFilter-green {
    background-color: rgb(235, 235, 235);
    padding: 1px 20px 0;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 20;
}
.editTourSectionFilter-dark {
    background-color: #333;
    padding: 1px 20px 0;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    z-index: 20;
}
.editTourSectionFilterItem {
    font-family: Regular;
    color: #333333;
    font-size: 13px;
    display: inline-block;
    padding: 17px 15px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
}
.editTourSectionFilterItem:hover {
    text-decoration: none;
    border-bottom: 3px solid #ffe141;
    color: #ffe141;
}
.editTourSectionFilterItem-green {
    font-family: Regular;
    color: #333333;
    font-size: 13px;
    display: inline-block;
    padding: 17px 20px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
}
.editTourSectionFilterItem-green:hover {
    text-decoration: none;
    border-bottom: 3px solid #65bb5b;
    color: #65bb5b;
}
.editTourSectionFilterItem-dark {
    font-family: Regular;
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    padding: 17px 20px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
}
.editTourSectionFilterItem-dark:hover {
    text-decoration: none;
    border-bottom: 3px solid #ffe141;
    color: #ffe141;
}
.clientNameSurname p {
    color: #000000;
}
.userType p {
    color: black;
}
.userProfileImage {
    max-height: 300px;
    background-size: cover;
    background-position: center;
}
.userProfileImage img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#pricingFilterTitle {
    color: #333333;
    font-size: 30px;
}
.user-search-container {
    position: relative;
    display: inline-block;
}
input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}
input[type="text"] {
    background-color: #ffff;
    width: 100%;
}

input[type="submit"] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 15px;
    right: 15px;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.client-image {
    width: 100% !important;
    max-width: unset !important;
}
.client-image-container {
    height: 100px;
    overflow: hidden;
}
.selectedPageItem > a {
    color: #eeca00 !important;
}
.fixedPricingPart {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    z-index: 66;
    background-color: white;
    border-bottom: 1px solid #ebebeb;
}
.navbar-toggler-icon {
    background-size: 20px;
}
.otherPages .decorationSpan {
    position: relative;
    height: 3px;
    background-color: #000000;
    width: 25px;
    margin-bottom: 5px;
    transition: 0.5s;
}
.decorationSpan {
    position: relative;
    height: 3px;
    background-color: #ffffff;
    width: 25px;
    margin-bottom: 5px;
    transition: 0.5s;
}
#menuDecoration {
    margin-top: 8px;
}
.mainNav .decorationSpan {
    background-color: #000000;
}
.tourInsideItem .carousel-caption {
    left: 20%;
    right: 20%;
}
#menuDecoration {
    margin-top: 50%;
}
.mainNav .decorationSpan {
    background-color: #000000;
}
.tourInsideItem .carousel-caption {
    left: 14%;
    right: 14%;
}
.d3-iframe {
    height: 250px !important;
}
.d3-iframe-container {
    min-height: 250px;
}
.highlight-items-approved {
    box-shadow: 0px 0px 2px 1px #ffe54a;
    background-image: url("/property/assets/images/approved-highlight.png");
    background-repeat: no-repeat;
    background-position: 4% 3%;
}
.tour-create-save-button {
    color: white;
}
.tour-create-save-button:hover {
    color: white;
    text-decoration: none;
}
.client-search-input {
    height: 47px;
}
.edit-tour-pricing {
    display: unset;
}
#highlights-remainder {
    display: none;
}
.dater-rows {
    display: none;
}
.dater-active {
    display: flex;
}
.clientsList {
    padding-bottom: 96px;
}
.edit-tour-image-container {
    overflow: hidden;
}
.border-div {
    position: relative;
}
.disabled-item-cover {
    display: none;
    position: absolute;
    background: #b9b9b991;
    width: 100%;
    z-index: 20;
    height: 100%;
}
.item-disabled .disabled-item-cover {
    display: block;
}
.gallery_check {
    position: absolute;
    right: 15px;
}
.pano_check {
    position: absolute;
    right: 0;
}
.galleryImage p {
    background: #00000082;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 1s;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
}
.galleryImage:hover p {
    opacity: 1;
}
.galleryImage:hover div {
    transform: scale(1.2);
}
#spinner:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
#spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #eeca00;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear;
}
.activeDropDown {
    display: block !important;
    background-color: #ffffff;
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 66;
    border: 1px solid #cccccc;
}
.activeDropDownService {
    display: block !important;
    background-color: #ffffff;
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 66;
    border: 1px solid #cccccc;
}
.googleBtn {
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.2) !important;
    border-left: unset !important;
    border-right: unset !important;
    border-top: unset !important;
    white-space: nowrap;
    border: none !important;
}
.itemImg,
.matterPortVideo {
    height: 286px;
}
.itemVimeo {
    height: 206px;
}
.matterPortVideo iframe {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.itemVimeo iframe {
    height: calc(100% + 10px);
    width: 102%;
}
.itemImg img {
    height: 100%;
    object-fit: cover;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.matterPortImg iframe {
    width: 100%;
    height: 100%;
}
.space-nowrap {
    white-space: nowrap;
}
.mainslider-container {
    height: calc(100vh - 277px);
    min-height: unset;
    z-index: 1001;
}
.highlight-item {
    width: calc(100% / 6);
    max-width: 220px;
    min-width: 170px;
}
.highlight-item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.photographer-check-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tourItemImg img {
    height: 100%;
    object-fit: cover;
}

.serviceItem:hover .servicesItemTitle {
    color: #fce517;
}
.serviceItem:hover .servicesImg {
    transform: scale(1.5);
}
#mainNavigation {
    height: 65px;
    z-index: 99999;
}

@media (max-width: 1100px) {
    #mainNavigation {
        height: 54px;
    }
}
.done-inp {
    width: 47px;
    height: 45px;
    position: absolute;
    bottom: 17px;
    right: 16px;
    background-image: url(../assets/images/greencheck.png);
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
#date-notification {
    display: none;
}
.decoration-none {
    text-decoration: none;
    color: unset;
}
.decoration-none:hover {
    text-decoration: none;
    color: unset;
}
.gallery-inputs {
    border: 1px solid #000 !important;
    color: #000;
    outline: none;
}
.gallery-image-container {
    height: 180px;
    overflow: hidden;
}
#date-notification {
    color: #d9534f;
    font-family: SansBold;
    font-size: 15px;
    padding: 10px 0;
    text-align: right;
    color: red;
    display: none;
}
.rescheduled-input {
    border: 1px solid #ffe141;
}
.paralax {
    overflow: hidden;
    background-attachment: fixed;
    position: fixed !important;
}
.main-slider-container {
    height: calc(100vh - 112px);
    width: 100%;
    overflow: hidden;
}
.animation-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
}
.mainslider-showing {
    width: 280px;
    margin-left: 20px;
}
.showing-text {
    font-size: 15px;
}
.mapouter {
    width: 100% !important;
    height: 100% !important;
}
.gmap_canvas {
    width: 100% !important;
    height: 100% !important;
}
.matterPort-img-container {
    min-height: unset;
    line-height: 0px;
}
.edit-tour-navigation {
    top: 0 !important;
}
.details-page-content {
    margin-top: 0px;
}
.details-page-content nav {
    background-color: #8080800a;
}
.details-active-tab {
    border-bottom: 3px solid #ffe141;
    color: #ffe141;
}
.details-active-tab-green {
    border-bottom: 3px solid #65bb5b;
    color: #65bb5b;
}
.details-active-tab-dark {
    border-bottom: 3px solid #ffe141;
    color: #ffe141;
}
.zoom-in {
    transform: scale(1);
    -webkit-animation-name: zoomIn;
    -webkit-animation-duration: 72s;
    -webkit-animation-fill-mode: forwards;
    animation-name: zoomIn;
    animation-duration: 72s;
    animation-fill-mode: forwards;
}
.zoom-out {
    transform: scale(2);
    -webkit-animation-name: zoomOut;
    -webkit-animation-duration: 72s;
    -webkit-animation-fill-mode: forwards;
    animation-name: zoomOut;
    animation-duration: 72s;
    animation-fill-mode: forwards;
}
@keyframes zoomIn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(2);
    }
}

@keyframes zoomOut {
    from {
        transform: scale(1.7);
    }
    to {
        transform: scale(1);
    }
}
.tour-status-height {
    line-height: 29px;
    display: flex;
    align-items: flex-start;
}
.datetimepicker:focus {
    outline: none !important;
    box-shadow: none !important;
}
.payment {
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #000;
    color: #fff;
    background: rgb(235, 235, 235);
    z-index: 1000;
    height: 100px;
    overflow: hidden;
    text-align: center;
}
.payment + div {
    margin-top: 206px;
}
.payment .text {
    color: #000;
    font-size: 18px;
    margin-top: 25px;
}
.payment .button {
    margin-top: 25px;
}
.not-payed .editTourSectionFilter {
    top: 157px !important;
}
.watermark {
    position: fixed;
    background-image: url(../assets/images/vectorpaint.png);
    z-index: 9999999;
    width: 100vw;
    height: 100vh;
    opacity: 0.5;
    background-color: #888;
    background-size: 20%;
    pointer-events: none;
}
.requested-status {
    color: #c20000;
}
.scheduled-status {
    color: #ffe242;
}
.delivered-status {
    color: #7e7e7e;
}
.uploaded-status {
    color: #000cc2;
}
.edited-status {
    color: #ff6100;
}
.completed-status {
    color: #3dc200;
}
.tour_list_image_container {
    height: 140px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.pageContainer {
    align-items: flex-start;
    min-height: 753px;
}
.tourItem {
    position: relative;
    border-bottom: unset;
}
.tourItem:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #cccccc;
    height: 1px;
    margin: auto;
    bottom: 0;
}
.pageMainSection {
    margin-bottom: 115px;
}
.yellowButton {
    background: #ffe141 !important;
    color: #000000 !important;
}
.dark_background {
    background-color: #333;
}
.yello_color {
    color: #ffe141;
    fill: currentColor;
}
.higlight_svg_classic > svg * {
    color: #333333;
    fill: #333333;
}
.higlight_svg_green > svg * {
    color: #333333;
    fill: #333333;
}
.higlight_svg_dark > svg * {
    color: #ffffff;
    fill: #ffffff;
}
.highlight_title {
    font-size: 14px;
    font-family: RobotoBold;
}
.green_background {
    background-color: #65bb5b !important;
}
.dark_background {
    background-color: #333333;
}
.white_background {
    background-color: #ffffff !important;
    border: unset !important;
}
.green_color {
    color: #65bb5b !important;
}
.dark_color {
    color: #000000 !important;
}
.white_color {
    color: #ffffff;
}
.yellow_background {
    background-color: #ffe141 !important;
}
.individualWorkTitle {
    font-family: SansLight;
}
.servicesSection {
    background-color: #333333;
}
.serviceItem:hover {
    text-decoration: unset;
}
.homeTourItem {
    margin: 0 !important;
    padding: 0 15px !important;
}
.homeTourItem:nth-child(2n) {
    margin: 0 !important;
    padding: 0 15px 30px !important;
    margin-bottom: 25px !important;
}
.sliderControl {
    top: -30px;
}
.tour_list_image_container a {
    height: 100%;
}
.editTextArea {
    border-radius: 5px !important;
    resize: none;
    font-size: 14px;
}
.editInput {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    background-color: #f5f5f5 !important;
}
.notify label {
    padding-left: 0;
}
.autocomplete-items-photo {
    border: 1px solid #d4d4d4;
    position: absolute;
    border-top: none;
    z-index: 99;
    top: 100%;
    width: 100%;
    padding: 8px;
    cursor: pointer;
    background-color: #ffffff;
}
.gallery-input-container {
    position: relative;
}
.plus-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
}
.plus-button img {
    width: 75%;
}
.deliveryCover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.showing-label {
    position: relative;
    display: flex;
    align-items: center;
}
.showing-label span {
    position: absolute;
    color: #dc3545;
    left: 64px;
    top: 25%;
}
.red-border {
    border-color: #dc3545 !important;
}
.workPageItemImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#itemVimeo iframe {
    width: 100%;
    height: 100%;
}
.itemVimeoImage {
    height: 206px;
}
.vimeoImgPart {
    height: 206px;
}
.recaptchaBorder {
    border: 1px solid #dc3545;
}
.slider_video {
    z-index: 1;
}
.gallery_sale {
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    position: absolute !important;
    top: 0;
    left: 0;
}
.ll {
    display: flex;
    overflow-x: auto;
    justify-content: center;
}
.main_slider_view {
    height: 100vh;
}
.register_page_content {
    min-height: calc(100vh - 72px);
    margin: 0;
}
.register_main_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    height: calc(100vh - 133px);
}
.changePasswordText {
    font-size: 13px;
}
.highlight_img_edit_edit {
    width: 46px;
}
.justify-content-evently {
    justify-content: space-evenly;
}
.d3_row {
    flex-direction: unset;
}
#view_nav_button {
    height: 56px;
}
#view_nav_button:focus {
    outline: none;
}
.embed_video_container {
    min-height: unset;
}
.high_zindex {
    z-index: 99999999;
}
.low_margin_page_content {
    margin-top: 64px;
}

.delieverTour {
    padding: 5px !important;
}
#wrap {
    width: 1100px;
    margin: 0 auto;
}
#external-events {
    float: left;
    width: 150px;
    padding: 0 10px;
    text-align: left;
}
#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}
.external-event {
    margin: 10px 0;
    padding: 2px 4px;
    background: #3366cc;
    color: #fff;
    font-size: 0.85em;
    cursor: pointer;
}
#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}
#external-events p input {
    margin: 0;
    vertical-align: middle;
}
#calendar {
    margin: 0 auto;
    width: 900px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 2px #c3c3c3;
    -webkit-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.18);
}
.calendar_container {
    width: 100% !important;
}
.options_container {
    min-width: 264px;
    z-index: 999999;
}
.requset_tour_services_select * {
    transition: 0s !important;
}
#postal_code::-webkit-input-placeholder {
    text-transform: capitalize;
}
#postal_code {
    text-transform: uppercase;
}
.tour_btn_service:hover {
    background-color: unset;
}
.swal2-actions button {
    margin: 0 15px;
}
#myCarousel {
    overflow: hidden;
}
.home_media_item:hover .blackCover {
    opacity: 0;
}
.home_media_item .carousel-item {
    overflow: hidden !important;
}

.home_media_item:hover img {
    transform: scale(1.3);
}
.home_carusel_item {
    height: 100%;
    object-fit: cover;
}
.home_media_item:hover .carousel-caption {
    opacity: 0;
}
.homePageSliderVideoIframe:hover .homePageSliderItemOpacity {
    background-color: unset;
}
.home_media_item img {
    transition: 0.8s;
    position: relative !important;
}
.home_media_item .homePageSliderItemOpacity {
    transition: 0.8s;
}
.home_media_item .carousel-caption {
    transition: 0.8s;
}
.main_navigation_dropdown {
    border-radius: 0px;
    top: calc(100% + 6px);
}
.main_navigation_dropdown a {
    font-family: SansSemiBold;
    font-size: 16px;
    line-height: 24px;
}
.dropdown_menu_align {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

@media (max-width: 1100px) {
    .main_navigation_dropdown a {
        font-size: 14px;
        line-height: 21px;
    }
    .dropdown_menu_align {
        transform: translateX(0) !important;
    }
}

@media (max-width: 1100px) {
    .main_navigation_dropdown {
        width: 130%;
    }

    .new_navigation_header_service_image_link_wrapper {
        width: 100%;
    }

    .new_navigation_header_service_title {
        width: 100%;
    }

    .main_navigation_dropdown {
        border-top: none !important;
    }
}

.our_works_items {
    width: 360px;
    margin: 7.5px;
}
.service_item_container {
    height: 212px;
}
.work_items_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.works_checkmark {
    border: none;
    top: -1px;
}
.white_button {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 7px 23px;
    font-family: Regular;
    font-size: 12px;
    transition: 0.5s;
}
.white_button:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #000;
}
.tour_list_select {
    -webkit-appearance: none;
    background-image: url(/property/assets/images/down_gray.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 10px;
}
.ss-add > span {
    display: none !important;
}
.ss-add {
    background-image: url(/property/assets/images/down_gray.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    margin: 0 !important;
    width: 10px;
    flex: unset !important;
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 7%;
}
.ss-main .ss-multi-selected {
    border-radius: 0px !important;
}
.stepSelectedCircle + .tourRequestNavItemTitle {
    color: #12a766;
}
.stepDoneCircle + .tourRequestNavItemTitle {
    color: #12a766;
}
.service_select .ss-multi-selected {
    min-height: 48px !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    background: #ffe141 !important;
    box-shadow: #ffe141 0 1px 3px 0 inset !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #666 !important;
}

.xdsoft_ .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background-color: #eeca00 !important;
}
.xdsoft_time:hover {
    background: #eeca00 !important;
}
.package_select .ss-single-selected {
    height: 100% !important;
    border: none !important;
}

.package_select {
    padding: 0px !important;
}
.ss-main .ss-content .ss-list .ss-option.ss-highlighted,
.ss-main .ss-content .ss-list .ss-option:hover {
    background-color: #eeca00 !important;
    color: #333333 !important;
}

.ss-main .ss-single-selected .ss-arrow {
    background-image: url(/property/assets/images/down_gray.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    margin: 0 !important;
    width: 10px;
    flex: unset !important;
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 7%;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-down {
    display: none;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
    display: none;
}
.edit_tour_packages_select + .ss-main {
    height: 38px !important;
}
.highlight_black_title {
    color: #000;
}
.agentInfo_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.agentInfo_icons {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.agentInfo_telephone {
    background-image: url(/property/assets/images/icons/phone_dark.png);
}
.agentInfo_address {
    background-image: url(/property/assets/images/icons/map_dark.png);
}
.agentInfo_email {
    background-image: url(/property/assets/images/icons/email_dark.png);
}
.agentInfo_website {
    background-image: url(/property/assets/images/icons/web_dark.png);
}

.dark .agentInfo_telephone {
    background-image: url(/property/assets/images/icons/phone_yellow.png);
}
.dark .agentInfo_address {
    background-image: url(/property/assets/images/icons/map_yellow.png);
}
.dark .agentInfo_email {
    background-image: url(/property/assets/images/icons/email_yellow.png);
}
.dark .agentInfo_website {
    background-image: url(/property/assets/images/icons/web_yellow.png);
}
#view_tour_nav {
    background: #ffffff;
}
.details_page_nav #mobileButton:after {
    content: "Menu";
    position: absolute;
    top: 25px;
    left: 53px;
    color: white;
    font-size: 17px;
    font-family: SansBold;
    text-transform: uppercase;
}
.mainNav .details_page_nav #mobileButton:after {
    color: black;
}
.home_navigation_mobile_button {
    position: relative;
}
#cropping_image {
    max-width: 100%;
    height: 50vh !important;
}
.cropper-container {
    width: 100% !important;
}
#upload-demo {
    width: 100% !important;
    height: 100% !important;
}
.gallery_modal_show_page * {
    transition: 0.5s !important;
}

.input_border {
    border: 1px solid #ced4da !important;
}

.new_navigation_header_navbar_not_auth {
    /*margin-right: 6px;*/
}

.new_navigation_header_navbar {
    /*margin-right: -34px;*/
}

@media (max-width: 1200px) {
    .new_navigation_header_navbar {
        margin-right: 80px;
    }
}

@media (max-width: 1100px) {
    .new_navigation_header_navbar {
        width: 100%;
    }
}

.new_navigation_header_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 532px;
    justify-content: space-between;
}

.new_navigation_header_wrapper_not_auth {
    width: 452px;
}

/*@media (max-width: 1400px) {*/
/*    .new_navigation_header_wrapper{*/
/*        width: 623px;*/
/*        margin-left: -90px;*/
/*    }*/
/*}*/

/*@media (max-width: 1350px) {*/
/*    .new_navigation_header_wrapper{*/
/*        width: 600px;*/
/*        margin-left: 36px;*/
/*    }*/
/*}*/

/*@media (max-width: 1300px) {*/
/*    .new_navigation_header_wrapper{*/
/*        width: 578px;*/
/*        margin-left: 30px;*/
/*    }*/
/*}*/

/*@media (max-width: 1250px) {*/
/*    .new_navigation_header_wrapper{*/
/*        width: 556px;*/
/*        margin-left: 17px;*/
/*    }*/
/*}*/

/*@media (max-width: 1200px) {*/
/*    .new_navigation_header_wrapper{*/
/*        width: 530px;*/
/*        margin-left: -300px;*/
/*    }*/
/*}*/

/*@media (max-width: 1150px) {*/
/*    .new_navigation_header_wrapper{*/
/*        margin-left: -230px;*/
/*    }*/
/*}*/

@media (max-width: 1100px) {
    .new_navigation_header_wrapper {
        width: 100%;
        width: 100%;
        min-width: 100%;
    }
}

.new_navigation_header {
    font-family: Regular !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px !important;
    color: #1a1a1a !important;
}

.new_navigation_header_dropdown {
    border-radius: 5px;
}

.new_navigation_header_dropdown_item {
    font-family: Regular !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #1a1a1a !important;
}

.new_navigation_signin_signup:hover {
    color: #ffdb11 !important;
}

.footer_main_container {
    background: #292929;
}

.new_footer_container {
    margin-left: 50px;
}

@media (max-width: 1100px) {
    .new_footer_container {
        margin-left: 15px;
    }
}

.new_footer_container_row {
    display: grid;
    padding-top: 33px;
    grid-template-columns: repeat(4, 1fr);
}

.new_footer_text_icon_wrapper {
    height: 100%;
    width: 310px;
    margin-right: 16.1em;
}

.new_footer_icon {
    margin-bottom: 25px;
}

.new_footer_text {
    font-family: Regular;
    font-size: 14px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}

.new_footer_social_image {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

.new_footer_socila_img {
    height: 15px;
}

.new_footer_sitemap_wrapper {
}

.new_footer_sitemap_title {
    font-family: SansBold;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.new_footer_sitemap_text {
    margin-bottom: 5px;
}

.new_footer_sitemap_link {
    font-family: SansSemiBold;
    text-transform: inherit;
    font-size: 12px;
    line-height: 20px;
    color: #989898;
}

.new_footer_sitemap_link:hover {
    color: #ffdb11;
}

.new_footer_services_wrapper {
}

.new_footer_services_title {
    font-family: SansBold;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.new_footer_services_text {
    margin-bottom: 7px;
}

.new_footer_services_link {
    font-family: SansSemiBold;
    font-size: 12px;
    line-height: 20px;
    color: #989898;
}

.new_footer_services_link:hover {
    color: #ffdb11;
}

.new_footer_contacts_wrapper {
}

.new_footer_contacts_title {
    font-family: SansBold;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.new_footer_contacts_elements_wrapper {
}

.new_footer_contacts_element {
    font-family: Regular;
    font-size: 12px;
    line-height: 20px;
    color: #989898;
    margin-bottom: 10px;
}

.new_footer_contacts_element_email {
    cursor: pointer;
}

.new_footer_contacts_element_email:hover {
    color: #ffdb11;
}

.new_footer_phone {
    text-decoration: none !important;
    color: unset;
}
.new_footer_phone:hover {
    color: #ffdb11;
}

@media (max-width: 1100px) {
    .new_footer_container_row {
        display: flex;
        flex-direction: column;
    }
}

.new_footer_contacts_element_location {
    display: flex;
    font-family: Regular;
    font-size: 12px;
    line-height: 20px;
    color: #989898;
    margin-bottom: 10px;
}

.new_footer_copyright_line {
    width: 97%;
    height: 1px;
    background: #818181;
    margin-top: 15px;
}

.new_footer_copyright_line_tour {
    width: 97%;
    height: 1px;
    background: #818181;
}

.new_footer_copyright {
    font-family: Regular;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding-bottom: 20px;
    margin-top: 20px;
}

.new_contact_icon {
    height: 15px;
    max-width: 15px;
    object-fit: fill;
    margin-right: 7px;
}

.new_contact_icon_location {
    height: 15px;
    max-width: 15px;
    object-fit: fill;
    margin-right: 7px;
    margin-top: 3px;
}

.new_navigation_header_element {
    font-family: SansSemiBold;
    font-size: 13px;
    line-height: 18px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-decoration: none;
    text-underline: none;
    transition: all 0.5s;
}

.new_navigation_header_element:hover {
    color: #ffdb11 !important;
    transition: all 0.5s !important;
    text-decoration: none !important;
}

.users_dropdown_hover:hover .dropdown-menu {
    display: block !important;
    top: 20px;
    left: -26px;
}

.new_navigation_header_element_services {
    font-family: SansSemiBold;
    font-size: 13px;
    line-height: 18px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-decoration: none;
    text-underline: none;
    transition: all 0.5s;
}

.new_navigation_header_element_services:hover {
    transition: all 0.5s !important;
    text-decoration: none !important;
}

.new_navigation_header_service_dropdown {
    display: none;
    opacity: 0;
    position: absolute;
    height: 258px;
    width: 85.5em;
    left: -15px;
    top: 45px;
    transition: all 0.5s;
}

@media (max-width: 1850px) {
    .new_navigation_header_service_dropdown {
        width: 61.5em;
    }
}

.new_navigation_header_order_tour_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 38px;
    background: #ffdb11;
    border-radius: 5px;
    cursor: pointer;
}

.new_navigation_header_order_tour_li {
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-left: 15px;
}

.new_navigation_header_order_tour {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: SansBold;
    font-size: 13px;
    line-height: 18px;
    color: #1a1a1a;
    text-decoration: none;
    text-underline: none !important;
    transition: all 0.5s;
}

.new_navigation_header_order_tour:hover {
    text-underline: none !important;
    text-decoration: none !important;
    transition: all 0.5s;
}

.new_navigation_header_user_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 77px;
    height: 38px;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    cursor: pointer;
}

.new_navigation_header_user_wrapper_default {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 77px;
    height: 38px;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .new_navigation_header_user_wrapper_default {
    }
}

.new_navigation_header_user_wrapper_default:hover
    > .new_navigation_header_sign_dropdown {
    display: flex;
}

.new_navigation_header_user_lines_wrapper {
    display: flex;
    flex-direction: column;
    width: 18px;
    height: 16px;
    margin-left: 8px;
    margin-right: 11px;
}

.new_navigation_header_user_line {
    width: 16px;
    border: 1px solid #000000;
    margin-bottom: 4px;
    border-radius: 5px;
}

.new_navigation_header_user_li {
    cursor: pointer;
}

.new_navigation_header_user_link_wrapper {
}

.new_navigation_header_dropdown {
    display: none;
    width: 10rem;
    flex-direction: column;
    justify-content: center;
}

.new_navigation_header_dropdown_items {
    font-family: Regular;
    font-size: 13px;
    line-height: 18px;
    color: #1a1a1a;
    text-decoration: none !important;
    text-transform: capitalize !important;
    cursor: pointer;
    padding-left: 1rem;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.new_navigation_header_dropdown_items:hover {
    background: #ffdb11;
}

.new_navigation_header_user_li:hover > .new_navigation_header_dropdown {
    display: block;
    position: absolute;
    right: -17px;
    top: 48px;
    width: 137px;
}

.new_navigation_header_user_image {
    width: 17px;
    height: 17px;
    object-fit: fill;
}

.new_navigation_header_user_image_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eeeeee;
}

@media (max-width: 1100px) {
    .new_navigation_header_user_image_wrapper {
        width: 24px;
        height: 24px;
    }
}

.new_navigation_header_phone_li {
    position: absolute;
    right: 197px;
}

.new_navigation_header_phone_wrapper {
    width: 38px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    transition: all 0.5s;
    overflow: hidden;
}

.new_navigation_header_phone_wrapper:hover {
    width: 135px;
    transition: all 0.5s;
}

.new_navigation_header_phone_link {
    display: flex;
    text-underline: none !important;
    text-decoration: none !important;
}

.new_navigation_header_phone_number {
    font-family: SansBold;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    display: flex;
    align-items: center;
    width: 90px;
    white-space: nowrap;
}

.new_navigation_header_phone_image_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
}

.new_navigation_header_phone_image {
    width: 17.5px;
    height: 17.5px;
    margin: 0 10px;
}

.new_navigation_header_sign_dropdown_header {
    width: 100%;
    height: 12px;
    background: transparent;
}

.new_navigation_header_sign_dropdown_body {
    height: 72px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 4px 30px rgba(26, 26, 26, 0.25);
}

@media (max-width: 1100px) {
    .new_navigation_header_sign_dropdown_body {
        border-radius: 0;
    }
}

.new_navigation_header_sign_dropdown {
    position: absolute;
    top: 37px;
    right: -10px;
    display: none;
    width: 10rem;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1100px) {
    .new_navigation_header_sign_dropdown {
        width: 100vw;
        right: -63px;
    }
}

.new_navigation_signin_signup_link {
    display: flex;
    align-items: center;
    font-family: SansSemiBold;
    font-size: 13px;
    line-height: 18px;
    color: #1a1a1a;
    height: 36px;
    margin-left: 10px;
}

@media (max-width: 1100px) {
    .new_navigation_signin_signup_link {
        font-family: Regular, sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #1a1a1a;
    }
}

.new_navigation_signin_signup:hover {
    color: #ffdb11;
    text-underline: none !important;
    text-decoration: none !important;
}

.new_navigation_signin_signup_underline {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

.new_navigation_signin_signin {
    display: flex;
    align-items: center;
    font-family: Regular;
    font-size: 13px;
    line-height: 18px;
    color: #1a1a1a;
    height: 36px;
    margin-left: 10px;
}

@media (max-width: 1100px) {
    .new_navigation_signin_signin {
        font-family: Regular, sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #1a1a1a;
    }
}

.new_navigation_signin_signin:hover {
    color: #ffdb11 !important;
    text-underline: none !important;
    text-decoration: none !important;
}

.new_navigation_header_service_body {
    display: grid;
    position: absolute;
    grid-template-columns: auto auto auto;
    left: 0;
    bottom: 28px;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    padding: 35px 0 42px 35px;
    width: 100%;
    border: 1px solid #ebebeb;
}

.new_navigation_header_service_header {
    width: 100%;
    height: 15px;
    background: transparent;
}

.new_navigation_header_service_image_link_wrapper {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    width: max-content;
    background: #ffffff;
}

.new_navigation_header_service_image_link_wrapper:hover {
    background: #ffdb11;
    border-radius: 5px;
    transition: all 0.5s;
}

.new_navigation_header_service_image {
    max-width: 20px;
    max-height: 20px;
    object-fit: fill;
    margin-right: 11px;
}

@media (max-width: 1100px) {
    .new_navigation_header_service_image {
        max-width: 19px;
        height: 15px;
    }
}

.dropdown-menu__controller {
    display: none;
}

.new_navigation_header_service_title {
    font-family: SansSemiBold;
    font-size: 1.01em;
    line-height: 24px;
    color: #1a1a1a;
    text-underline: none !important;
    text-decoration: none !important;
    padding-right: 25px;
    text-transform: capitalize;
}

#stemMainContainer {
    margin-top: 120px;
}

.new_navigation_header_dropdown_items_head {
    width: 100%;
    height: 12px;
    background: transparent;
}

.new_navigation_header_dropdown_items_body {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 4px 30px rgba(26, 26, 26, 0.25);
    padding: 5px 0 5px 0;
}

.new_main_page_content_title_profile {
    margin-top: -16px;
}

.new_register_main_container {
    margin-bottom: 233px;
}

.new_main_page_content_title_list_of_tours {
    margin-top: 32px;
}

.container_list_of_clients {
    margin-top: 40px;
}

@media (max-width: 1450px) {
    .new_container_blog_part {
        margin: 0 52px !important;
    }
}

@media (max-width: 1100px) {
    .new_container_blog_part {
        margin: 0 20px !important;
    }
}

.new_container_blog_part_your_home {
    margin: auto;
}

@media (max-width: 1440px) {
    .new_container_blog_part_your_home {
        margin: 0 52px !important;
    }
}

@media (max-width: 1100px) {
    .new_container_blog_part_your_home {
        margin: 0 20px !important;
    }
}

.new_container_fluid {
    /*margin: 0 0 0 50px !important;*/
    justify-content: flex-start !important;
    padding: 0 !important;
}

.new_sign_in_section_wrapper {
    width: 50vw;
}

@media screen and (max-width: 1000px) {
    .new_sign_in_section_wrapper {
        width: 100vw;
        padding-left: 0;
    }
}

.new_sign_in_section_form_wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.new_sign_in_section_form_group,
.new_sign_up_section_form_group {
}

.new_sign_in_section_signin {
    font-family: "SansBold", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    text-align: center;
}

.new_sign_in_section_description {
    font-family: "Regular", sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    width: 430px;
}

@media screen and (max-width: 1000px) {
    .new_sign_in_section_description {
        font-size: 14px;
        line-height: 19px;
        width: 325px;
    }
}

.new_sign_in_section_google_facebook_wrapper {
    margin: 0 0 41px 0;
}

.new_sign_in_section_google_facebook {
    max-width: 100%;
}

.new_sign_in_section_facebook {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    height: 40px;
    background: #1976d2;
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    margin: 0 20px 0 0;
}

@media screen and (max-width: 1000px) {
    .new_sign_in_section_facebook {
        width: 40px;
        height: 40px;
        justify-content: end;
    }
}

.new_sign_in_section_facebook_icon {
    margin: 0 8px 0 0;
}

.new_sign_in_section_google {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    box-sizing: border-box;
    color: #000000;
}

@media screen and (max-width: 1000px) {
    .new_sign_in_section_google {
        width: 40px;
        height: 40px;
        justify-content: end;
    }
}

.new_sign_in_section_Google_icon {
    margin: 0 8px 0 0;
}

.new_sign_in_section_line_wrapper {
    position: relative;
    width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 38px auto;
}

@media screen and (max-width: 1000px) {
    .new_sign_in_section_line_wrapper {
        width: 325px;
    }
}

.new_sign_in_section_line {
    width: 480px;
    height: 0;
    left: 1200px;
    top: 525px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.new_sign_in_section_line_or {
    position: absolute;
    margin-bottom: 2px;
    background: white;
    padding: 0 6px;
}

.new_sign_in_section_required_field {
    color: red;
}

.new_sign_in_section_input {
    font-family: "Nunito Sans", Sans-Serif;
    width: 480px;
    height: 52px;
    border: 0.5px solid #707070 !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    background: #ffffff !important;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.new_sign_up_section_input {
    font-family: "Nunito Sans", Sans-Serif;
    width: 480px !important;
    height: 52px;
    border: 0.5px solid #707070 !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    background: #ffffff !important;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin: 0 auto 0 auto;
}

.invalid-feedback-sizes {
    width: 480px !important;
    margin: 0.25rem auto 0;
}

@media screen and (max-width: 1000px) {
    .new_sign_in_section_input,
    .new_sign_up_section_input,
    .invalid-feedback-sizes {
        width: 325px !important;
    }
}

.new_sign_up_section_input_short {
    font-family: "Nunito Sans", Sans-Serif;
    width: 480px !important;
    height: 52px;
    border: 0.5px solid #707070 !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    background: #ffffff !important;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

@media screen and (min-width: 1200px) {
    .new_sign_up_section_input_short {
        width: 234px;
    }
}

@media screen and (max-width: 1000px) {
    .new_sign_up_section_input_short {
        width: 325px !important;
    }
}

.new_sign_in_section_forgot_remember_wrapper {
    display: flex !important;
    justify-content: space-between !important;
}

@media screen and (max-width: 1000px) {
    .new_sign_in_section_forgot_remember_wrapper {
        width: 325px;
        margin-left: auto;
        margin-right: auto;
    }
}

.new_sign_in_section_forgot_wrapper {
}

.new_sign_in_section_forgot {
    font-family: "Regular", Sans-Serif;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.new_sign_in_section_remember_wrapper {
}

.new_sign_in_section_remember {
    font-family: "Regular", Sans-Serif;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.new_sign_in_section_remember_input {
    width: 13px;
    height: 13px;
    border: 0.7px solid rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    border-radius: 2px;
    margin-top: 7px;
}

.new_sign_in_section_button_sign_in,
.new_sign_up_section_sign_up_button {
    font-family: "Regular", Sans-Serif;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    width: 480px;
    height: 45px;
    background: #1a1a1a;
    border-radius: 5px;
    color: #ffffff !important;
}

@media screen and (max-width: 1100px) {
    .new_sign_in_section_button_sign_in,
    .new_sign_up_section_sign_up_button {
        width: 325px;
    }
}

.new_sign_in_section_button_sign_in:hover,
.new_sign_up_section_sign_up_button:hover {
    color: #ffdb11 !important;
}

.new_sign_in_section_new_sign_up_section_button_wrappercover_image_wrapper {
    height: 100%;
    width: 50vw;
}

.new_sign_in_section_button_sign_in {
}

@media screen and (max-width: 1100px) {
    .new_sign_in_section_cover_image_wrapper,
    .new_sign_up_section_cover_image_wrapper {
        display: none;
    }
}

.new_sign_in_section_cover_image {
    height: 1129px;
    width: 50vw;
    object-fit: fill;
}

.new_sign_in_section_button,
.new_sign_up_section_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 480px;
    height: 45px;
    background: #ffffff;
    border: 1.5px solid #1a1a1a;
    border-radius: 5px;
}

@media screen and (max-width: 1100px) {
    .new_sign_in_section_button,
    .new_sign_up_section_button {
        width: 325px;
    }
}

.new_sign_in_section_button_a_tag,
.new_sign_up_section_button_a_tag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito Sans", Sans-Serif;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none !important;
}

.new_sign_in_section_label {
    margin-left: 0px;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .new_sign_in_section_label {
        width: 325px;
    }
}

.new_sign_in_section_button_wrapper {
    margin-top: 10px;
}

@media screen and (min-width: 1000px) {
    .new_sign_in_section_button_wrapper,
    .new_sign_up_section_button_wrapper {
        display: none;
    }
}

.new_sign_in_section_button_a_tag:hover,
.new_sign_up_section_button_a_tag:hover {
    color: #ffdb11;
}

.new_sign_in_section_cover_description_wrapper {
    position: absolute;
    top: 17rem;
    left: 3.85vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.new_sign_up_section_cover_description_wrapper {
    position: absolute;
    top: 23rem;
    right: 5.8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.new_sign_in_section_cover_description {
    font-family: "Regular", sans-serif;
    font-size: 55px;
    line-height: 75px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    width: 35.8vw;
}

.new_sign_up_section_cover_description {
    font-family: "Regular", sans-serif;
    font-size: 2.9vw;
    line-height: 3.9vw;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    width: 41.9vw;
}

.new_sign_up_section_cover_description_bold {
    font-family: "SansBold", sans-serif;
    font-weight: 900;
}

.new_sign_in_section_cover_description_bold {
    font-family: "SansBold", sans-serif;
    font-weight: 900;
}

.new_sign_in_section_cover_button_wrapper {
    margin-top: 25px;
}

.new_sign_up_section_cover_button_wrapper {
    margin-top: 25px;
}

.new_sign_in_section_cover_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 45px;
    background: #ffdb11;
    border-radius: 5px;
}

.new_sign_up_section_cover_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 45px;
    background: #ffdb11;
    border-radius: 5px;
}

.new_sign_in_section_cover_button_a_tag {
    font-family: "Regular", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #1a1a1a;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_sign_in_section_cover_button_a_tag:hover {
    color: #ffffff;
    text-decoration: none;
}

.new_sign_up_section_cover_button_a_tag {
    font-family: "Regular", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #1a1a1a;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_sign_up_section_cover_button_a_tag:hover {
    color: #ffffff;
    text-decoration: none;
}

.new_sign_in_section_google_facebook_description {
    font-family: "Regular", sans-serif;
    font-size: 14px;
    line-height: 19px;
}

@media screen and (max-width: 1000px) {
    .new_sign_in_section_google_facebook_description {
        display: none;
    }
}

.new_sign_up_section_sign_up {
    font-family: "SansBold", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    text-transform: inherit;
}

@media (max-width: 1100px) {
    .new_sign_up_section_sign_up {
        font-size: 22px;
        line-height: 30px;
    }
}

.new_sign_up_section_description {
    font-family: "Regular", sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

@media (max-width: 1100px) {
    .new_sign_up_section_description {
        font-size: 14px;
        line-height: 19px;
        padding-left: 0;
        padding-right: 0;
    }
}

.new_sign_up_section_description_wrapper {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1100px) {
    .new_sign_up_section_description_wrapper {
        width: 325px;
        padding-right: 0;
    }
}

.new_sign_up_section_name_fields_wrapper {
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
}

@media (max-width: 1100px) {
    .new_sign_up_section_name_fields_wrapper {
        flex-direction: column;
    }
}

.new_sign_up_section_name_fields_first_name {
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .new_sign_up_section_name_fields_first_name {
        width: 100%;
    }
}

.new_sign_up_section_label {
    width: 480px;
    margin: 0 auto 0 auto;
}

@media screen and (max-width: 1000px) {
    .new_sign_up_section_label {
        width: 325px;
    }
}

.new_sign_up_section_button_wrapper {
    margin-top: 10px;
}

.new_sign_up_section_g_recaptcha_form_group {
    width: 480px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1000px) {
    .new_sign_up_section_g_recaptcha_form_group {
        width: 325px;
    }
}

.new_sign_up_section_name_form_group {
}

@media screen and (max-width: 1100px) {
    .new_sign_up_section_name_form_group {
        align-items: center;
    }
}

.new_sign_up_section_name_form_group_label {
}

@media screen and (max-width: 1000px) {
    .new_sign_up_section_name_form_group_label {
        width: 325px;
    }
}

.new_sign_up_section_main_cover {
    display: flex;
    width: 100%;
}

@media (max-width: 1200px) {
    .tourRequestNavItemCircle {
        font-size: 16px;
    }
}

.stage-one-btn {
    margin-top: 25px !important;
}

.order_new_footer {
    margin-top: 68px;
}

.new_textarea_height {
    height: 300px !important;
}

#containerStep_2 {
    margin-top: 32px;
}

.sqft-values-wrapper {
    margin-top: 12px;
    margin-bottom: 42px;
    justify-content: center;
}

.sq-ft-price {
    font-family: "Regular";
    font-size: 12px;
    line-height: 16px;
    width: 106px;
}

.add_package_services_form_group {
    margin-right: 18px;
}

.service_and_package {
    max-width: 1129px;
}

.content_navigation_part {
    display: flex;
    justify-content: space-between;
}

.content_blade_label_holder {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 0 57px;
}

@media (max-width: 1200px) {
    .content_blade_label_holder {
        grid-gap: 0 49px;
    }
}

@media (max-width: 991px) {
    .content_blade_label_holder {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .stage-one-btn {
        width: 71vw !important;
    }
}

@media (max-width: 1100px) {
    .stage-one-btn {
        width: 82vw !important;
    }
}

.content_blade_steps_container {
    display: flex !important;
    align-items: center;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.content_blade_textarea {
    height: 300px !important;
    width: 540px;
}

@media (max-width: 1200px) {
    .content_blade_textarea {
        width: 455px;
    }
}

@media (max-width: 1100px) {
    .content_blade_textarea {
        width: 100%;
    }
}

.content_blade_shoot_date {
    display: flex;
}

@media (max-width: 1100px) {
    .content_blade_shoot_date {
        flex-direction: column;
    }
}

@media (max-width: 1100px) {
    .content_blade_tour_date {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 580px) {
    .content_blade_tour_date {
        margin-left: auto;
        margin-right: auto;
        width: 96%;
    }
}

.content_blade_sq_ft_title {
    margin-top: 48px;
}

.order_tour_pricing_services_price_wrapper {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.order_tour_pricing_price {
    font-family: "Regular";
    font-size: 18px;
    line-height: 25px;
}

@media (max-width: 1100px) {
    .order_tour_pricing_price {
        padding-right: 15px;
    }
}

.order_tour_pricing_services {
    margin-bottom: 10px;
}

.content_blade_pricing_container {
    margin-bottom: 15px;
}

.content_blade_tourRequestServicesText {
    line-height: 25px;
}
.content_blade_sq_ft_button {
    margin-top: 44px;
}

.content_blade_sqft_values {
}

@media (max-width: 1100px) {
    .content_blade_sqft_values {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.order_tour_pricing_dots_wrapper {
    display: flex;
    justify-content: space-between;
    width: 90.2%;
    margin-left: 9.8%;
}

@media (max-width: 1100px) {
    .order_tour_pricing_dots_wrapper {
        width: 100%;
        margin-left: 0;
    }
}

.order_tour_pricing_dot_wrapper {
}

@media (max-width: 1100px) {
    .order_tour_pricing_dot_wrapper {
    }
}

.content_blade_sqft_values_wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 3.5%;
    width: 98%;
}

@media (max-width: 1200px) {
    .content_blade_sqft_values_wrapper {
        margin-left: 4.5%;
        width: 99%;
    }
}

.content_blade_requested_by {
    margin-top: 10px;
}

@media (max-width: 580px) {
    .content_blade_requested_by {
        transform: translateX(10px);
    }
}

@media (max-width: 580px) {
    .user_content_container_small {
        transform: translateX(10px);
    }
}

.content_blade_service_select {
    height: 100%;
}

.content_blade_stage_progress {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1100px) {
    .content_blade_stage_progress {
        margin-right: 22px;
    }
}

@media (max-width: 1100px) {
    .content_blade_progress_visible {
        width: 81vw;
    }
}

.order_tour_pricing_service_underline {
    margin-bottom: 10px;
}

.blade_banner_mobile {
    width: 292px;
    height: 292px;
}

@media (max-width: 1100px) {
    .blade_banner_mobile {
        width: 345px;
        height: 296px;
    }
}

.blade_banner_wrapper {
    margin-left: 50px;
    margin-bottom: 50px;
    position: relative;
}

@media (max-width: 1050px) {
    .blade_banner_wrapper {
        display: none;
    }
}

.blade_big_banner_text_wrapper {
    position: absolute;
    margin: 25px auto auto 30px;
}

.blade_big_banner_text_one {
    font-family: "ExtraBold";
    font-size: 45px;
    line-height: 61px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #282828;
}

.blade_big_banner_text_two {
    font-family: "ExtraBold";
    font-size: 45px;
    line-height: 61px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #282828;
}

.blade_banner {
    width: 97%;
    min-height: 230px;
}

.blade_banner_button {
    width: 154px;
    height: 43px;
    border: 1.5px solid #1a1a1a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: SansSemiBold;
    font-size: 16px;
    line-height: 22px;
    color: #1a1a1a;
    position: absolute;
    bottom: 2em;
    left: 2em;
    text-decoration: none;
    color: black;
}

.blade_banner_button_link {
    text-decoration: none !important;
    color: black !important;
}

.blade_banner_mobile_wrapper {
    position: relative;
}

.blade_banner_mobile_text {
    display: none;
    font-family: "ExtraBold";
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #282828;
    position: absolute;
    top: 25px;
    left: 20px;
    width: 140%;
}

@media (max-width: 1100px) {
    .blade_banner_mobile_text {
        display: block;
        width: 280px;
    }
}

.blade_banner_web_title {
    font-family: SansBold;
    font-size: 25px;
    line-height: 143.74%;
    color: #000000;
    position: absolute;
    width: 200%;
    top: 25px;
    left: 20px;
}

@media (max-width: 1100px) {
    .blade_banner_web_title {
        display: none;
    }
}

.blade_banner_web_text {
    font-family: Regular;
    font-size: 14px;
    line-height: 143.74%;
    color: #000000;
    position: absolute;
    width: 199px;
    top: 107px;
    left: 20px;
}

@media (max-width: 1100px) {
    .blade_banner_web_text {
        display: none;
    }
}

.blade_banner_mobile_button {
    width: 175px;
    height: 45px;
    border: 1.5px solid #1a1a1a;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: SansSemiBold;
    font-size: 16px;
    line-height: 22px;
    color: #1a1a1a;
    position: absolute;
    bottom: 30px;
    left: 20px;
    background: #ffffff;
}

.blade_banner_mobile_button_link {
    text-decoration: none !important;
    color: #000000 !important;
}

.navbar > .container,
.navbar > .container-fluid {
    flex-wrap: nowrap;
}

.navbar > .container,
.navbar > .details_page_nav_flex_wrap {
    flex-wrap: wrap !important;
}

.menu_logo_padding {
    padding: 0 16px;
}

@media (max-width: 1050px) {
    .blade_banner_mobile_button {
        bottom: 30px;
    }
}

.new_navigation_header_buttons_wrapper {
    display: flex;
    right: 16px;
    top: 11px;
    margin-right: 10px;
    position: absolute;
    height: 100%;
    top: 0;
    align-items: center;
    margin-right: 35px;
}

@media (max-width: 1100px) {
    .new_navigation_header_buttons_wrapper {
        margin-right: 48px;
        /* top: -3px; */
    }
}

.new_mobile_hamburger_open {
    display: none;
    width: 38px;
    height: 32px;
}

.new_mobile_hamburger_close {
    display: none;
    width: 22px;
    height: 22px;
}

.new_mobile_hamburger_open_wrapper {
    cursor: pointer;
}

.new_mobile_hamburger_close_wrapper {
    cursor: pointer;
    width: 38px;
    height: 32px;
    display: none;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1100px) {
    .new_navigation_header_phone_li {
        display: none;
    }
    .new_navigation_header_order_tour_li {
        display: none;
    }

    .new_mobile_hamburger_open {
        display: block;
    }

    .new_mobile_hamburger_show > .new_mobile_hamburger_open_wrapper {
        display: none;
    }

    .new_mobile_hamburger_show > .new_mobile_hamburger_close_wrapper {
        display: flex;
    }

    .new_mobile_hamburger_show
        > .new_mobile_hamburger_close_wrapper
        .new_mobile_hamburger_close {
        display: block;
    }

    .new_navigation_header_user_lines_wrapper {
        display: none;
    }

    .new_navigation_header_user_wrapper {
        width: 44px;
        height: 32px;
        align-items: center;
        justify-content: center;
    }

    .new_navigation_header_user_wrapper_default {
        width: 44px;
        height: 32px;
        align-items: center;
        justify-content: center;
    }

    .new_navigation_header_wrapper {
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: -115%;
        height: 100vh;
        justify-content: flex-start;
        transition: right 0.5s;
    }

    .new_navigation_header_wrapper > li {
        margin: 25px 0 0 0;
        padding-left: 33px;
        width: 100%;
        border-bottom: 1px solid #a6a6a6;
        padding-bottom: 25px;
    }

    @media (max-width: 1100px) {
        .new_navigation_header_wrapper > li {
            padding-left: 14px;
        }
    }

    .new_navigation_header_wrapper > li > a {
        margin: 10px 0;
        font-size: 16px;
    }

    .navbarNavDropdown_show
        > .new_navigation_header_navbar
        > .new_navigation_header_wrapper {
        right: 0;
        top: 27px;
        background: #ffffff;
        align-items: flex-start;
        margin-left: 30px;
        margin-right: 0;
        transition: right 0.5s;
        overflow-y: auto;
        height: 94vh;
    }

    .navbarNavDropdown_show
        > .new_navigation_header_navbar
        > .new_navigation_header_wrapper
        > .show
        > .show {
        position: inherit;
    }

    .post-card.-horizontal.-small .card__content-description {
        margin-top: 10px;
        width: 100%;
        min-width: 160px;
        height: 60px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .post-card .card__cover img {
        max-width: 250px;
        width: 250px !important;
        height: auto !important;
    }

    @media (max-width: 480px) {
        .post-card .card__cover {
            display: none;
        }
    }

    .read-more-button {
        display: none;
    }

    .category__background {
        margin-left: 20px !important;
    }

    .blog-sidebar-section {
        margin-bottom: 40px !important;
    }

    .mobile-view-article {
        flex-direction: column;
    }

    @media (max-width: 1100px) {
        .mobile-view-article_text {
            width: 92% !important;
        }
    }

    #content {
        padding-top: 107px;
    }

    .post .post-standard.-slide .post-title {
        width: 100%;
        min-width: 344px;
    }

    .rb-zeplin-selected {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.05em;
        color: #282828;
    }

    .mainNav .logo {
        background-size: 140px 25px;
        width: 147px;
    }

    @media (max-width: 1100px) {
        .mainNav .logo {
            margin-left: 14px;
        }
    }
}

.new_blade_header_navbarNavDropdown {
    width: 100vw;
    position: absolute;

    @media (max-width: 1100px) {
        position: unset;
    }
}

@media (max-width: 1100px) {
    .new_blade_header_navbarNavDropdown {
        right: -100vw;
    }

    .navbarNavDropdown_show {
        right: 0;
    }
}

@media (min-width: 1100px) {
    .new_navigation_header_wrapper
        > .new_navigation_header_element_services_li
        > .show {
        background: #ffffff;
        display: grid;
        grid-template-columns: auto auto auto;
        padding-left: 36px;
        height: 258px;
        border-radius: 0px 0px 15px 15px;
        top: 42px;
        padding-left: 36px;
        padding-top: 35px;
        padding-bottom: 90px;
        width: 920px;
        z-index: 20;
        transform: unset;
        visibility: visible;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: servicesPopUp;
        animation-name: servicesPopUp;
        box-shadow: 0px 5px 20px rgb(69 69 69 / 25%);
    }
}

.new_mobile_hamburger {
    display: none;
}

@media (max-width: 1100px) {
    .new_mobile_hamburger {
        display: flex;
        position: absolute;
        right: 15px;
        bottom: 11px;
    }

    .container-fluid {
        margin: 0 !important;
        padding: 0 !important;
    }

    .blog-sidebar {
        padding-left: 0;
    }
}

.new_logo_navbar_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1100px) {
    .new_logo_navbar_wrapper {
        width: 132px;
        height: 25px;
    }
}

.navbar {
    padding: 0 !important;
}
@media (max-width: 1100px) {
    .dropdown-toggle::after {
        margin-left: 16.255em !important;
        max-height: 9px;
        width: 16px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }
}

.new_sign_up_page {
    margin-bottom: 0;
}

.new_sign_up_page_context {
    margin-top: 40px !important;
}

.new_sign_up_section_name_form_group_label {
    margin-bottom: 5px;
}

.new_forgot_page_content_wrapper {
    display: flex;
}

@media (max-width: 1100px) {
    .new_forgot_page_content_wrapper {
        align-items: center;
        justify-content: center;
    }
}

.new_forgot_page_sign_in_section_cover_image {
    height: 835px;
}

.new_forgot_page_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin-top: 15px;
}

@media (max-width: 1100px) {
    .new_forgot_page_content {
        margin-top: 57px;
    }
}

.new_forgot_page_title {
    font-family: "SansBold", sans-serif;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    margin-bottom: 10px;
}

@media (max-width: 1100px) {
    .new_forgot_page_title {
        font-size: 22px;
        line-height: 30px;
    }
}

.new_forgot_page_text_wrapper {
    margin-bottom: 30px;
}

.new_forgot_page_text {
    font-family: Regular, sans-serif;
    font-size: 16px;
    line-height: 22px;
    width: 430px;
    height: 44px;
    color: #000000;
    text-align: center;
}

@media (max-width: 1100px) {
    .new_forgot_page_text {
        font-size: 14px;
        line-height: 19px;
        width: 325px;
        height: 38px;
    }
}

.new_forgot_page_email_label {
    font-family: Regular, sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 5px;
}

.new_forgot_page_email {
    width: 480px;
    height: 52px;
    border: 0.5px solid #707070 !important;
    border-radius: 5px !important;
    background: transparent !important;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 19px;
}

@media (max-width: 1100px) {
    .new_forgot_page_email {
        width: 325px;
    }
}

.new_forgot_page_submit_button_wrapper {
    width: 480px;
    height: 45px;
    background: #1a1a1a;
    border-radius: 5px;
}

@media (max-width: 1100px) {
    .new_forgot_page_submit_button_wrapper {
        width: 325px;
        margin-bottom: 113px;
    }
}

.new_forgot_page_submit_button {
    font-family: "Regular";
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    width: 480px;
    height: 45px;
    background: transparent;
    border: none;
    text-transform: capitalize;
}

@media (max-width: 1100px) {
    .new_forgot_page_submit_button {
        width: 325px;
    }
}

.show > .new_navigation_header_element_services_li_underline {
    width: 93px;
    height: 3px;
    background: #000000;
    position: absolute;
    bottom: -21px;
    transform: translateX(-9px);
}

@media (min-width: 1441px) {
    .new_container_blog_part_your_home {
        min-width: 100% !important;
        padding: 0 50px !important;
    }
}

.navbarNavDropdown_show {
    top: 27px;
}

@media (max-width: 1100px) {
    .new_mobile_hamburger {
        /* margin-bottom: 3px; */
    }
}

.new_order_tour_main_content {
    width: 100%;
    margin-left: 0;
}

.new_order_tour_white_button {
    margin-right: 15px;
}

.new_tour_profile_container {
    width: 94%;
}

.new_profile_page_content {
    width: 94%;
}

.settings_page_content {
    width: 94%;
    margin-left: 15px;
    margin-top: 90px;
}

.new_stepsNavigationAside {
    width: 94%;
    margin-left: 15px;
}

.new_order_tour_back_button {
    padding-left: 15px;
    padding-right: 15px;
}

.headAddressBadge {
    min-height: 170px;
}

.listTourTitle {
    margin-top: 1.5rem;
}

.showingRequestContainer {
    display: flex;
    justify-content: center;
    min-height: 100px;
    flex-direction: column;
}

.showingRequestContainer > .mt-4 {
    margin-top: 0 !important;
}
