/*Get the colors file*/
@import url("/static/assets/Colors/custom-colors.css");
@font-face {
    font-family: Montserrat-Regular;
    src: url("/static/assets/fonts/Montserrat-Regular.otf");
}

@font-face {
    font-family: Montserrat-Bold;
    src: url("/static/assets/fonts/Montserrat-Bold.otf");
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url("/static/assets/fonts/Montserrat-SemiBold.otf");
}

body, html {
    height: 100%;
    font-family: 'Montserrat-Regular';
}

body {
    overflow-y: auto;
    overflow-x: hidden;
}

.booking-container.col-lg-4, .booking-container.col-md-4 {
    padding-top: 5vh;
}

#startBooking {
    margin-top: 9%;
    margin-bottom: 0px;
    font-family: 'Montserrat-Regular';
    background-color: #EC8A23;
    border: none;
    outline: none!important;
    color: white;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    transition: box-shadow 0.4s ease-in-out, color 0.3s ease-in-out, margin-top 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
    -webkit-transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, margin-top 0.4s ease-in-out, margin-bottom 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out, color 0.4s ease-in-out, margin-top 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, margin-top 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, margin-top 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
}

#startBooking:hover {
    box-shadow: 0 2px 12px 1px #E13048;
}

#Booking_Mini_Submit {
    font-family: 'Montserrat-Bold';
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background-color: var(--d4m-landing-button);
    color: white;
}

@media only screen and (max-width: 768px) {
    #floatingGraphics {
        width: 35vw!important;
        max-width: 150px!important;
    }

    #Features_Main {
        min-height: 200px!important;
    }

    .step-icon {
        left: 0!important;
        top: 0!important;
        transform: translateY(0)!important;
    }

    #Companion_Desc, #Companion_Desc * {
        text-align: center!important;
    }
    #Home_Desc, #Home_Desc * {
        text-align: center!important;
    }
    #Home_Desc_City, #Home_Desc_City * {
        text-align: center!important;
    }

    .field-container {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .form-group.form-inline:not(.collapse) {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    #userInfoDrop .dropdown-menu, #userInfoDropSecondary .dropdown-menu {
        left: 100%!important;
        transform: translateX(-100%)!important;
    }

    #Estimate_Form .form-submission {
        width: 100%!important;
    }
}

@media screen and (max-width: 991px) {
  #Home_Desc, #Home_Desc * {
      text-align: center!important;
  }
  #Home_Desc, #Home_Desc_City * {
      text-align: center!important;
  }
}

@media only screen and (max-width : 768px) {
  .navbar-header {
      display: inline-block;
      float: left;
   }

   .Main_Image img {
       width: 100vw!important;
   }
}

@media only screen and (max-width : 480px) {
    .Main_Content {
        padding: 3px!important;
    }
}

#brandNav {
    background-color: transparent;
    z-index: 3;
    height: 85px;
    opacity: 1;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-nav {
    flex-direction: row;
}

#brandImg, #brandImgMini {
    height: 85px;
    width: 257px;
    padding: 0px 15px;
    z-index: 2;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: white;
}

#topRightGraphic {
    position: absolute;
    width: 50%;
    min-width: 300px;
    right: 0;
    top: -10%;
}

#rightGraphic {
    position: absolute;
    width: 40%;
    min-width: 300px;
    top: 50%;
    left: 50%;
    transform: translateY(-60%);
}

#bottomLeftGraphic {
    position: absolute;
    left: 0;
    height: 60%;
    bottom: 0;
}

#Section_Home {
    min-height: 660px;
    height: 100vh;
    background: url("/static/assets/images/astro 2.svg"), -moz-radial-gradient(10% 10%, ellipse cover, #1694A3 0%, #0070B1 75%); /* FF3.6-15 */
    background: url("/static/assets/images/astro 2.svg"), -webkit-radial-gradient(10% 10%, ellipse cover, #1694A3 0%, #0070B1 75%); /* Chrome10-25,Safari5.1-6 */
    background: url("/static/assets/images/astro 2.svg"), radial-gradient(ellipse at 10% 10%, #1694A3 0%, #0070B1 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

#Section_Home_City {
    min-height: 660px;
    height: 100vh;
}

@media (pointer:coarse) and (orientation: portrait) {
    #Section_Home {
        min-height: 100vh!important;
    }
}

@media (pointer:coarse) and (orientation: portrait) {
    #Section_Home_City {
        min-height: 100vh!important;
    }
}

@media screen and (max-width: 991px) {
    #topRightGraphic {
        display: none!important;
    }

    #rightGraphic {
        display: none!important;
    }

    .Main_Content {
        text-align: center;
    }

    .Main_content-Text {
        text-align: inherit!important;
        width: 100%!important;
    }

    .Main_Content-Header {
        width: 100%!important;
    }

    .Main_Image {
        margin-bottom: 5vh;
    }
}

#respContent {
    max-height: calc(100vh - 400px);
}

#Section_FlowMaker {
    position: relative;
    width: 100%;
}

#Section_About {
    position: relative;
    padding-top: 50px;
}

.section-header, .section-header a, .section-header a:hover, .section-header a:focus {
    margin: auto;
    width: 100%;
    text-align: center;
    /*font-size: calc(12px + 1.2vw);*/
    font-family: 'Montserrat-Bold';
    color: var(--d4m-element-primary);
}

.section-sub, .section-sub a, .section-sub a:hover, .section-sub a:focus {
    margin: auto;
    width: 100%;
    text-align: center;
    /*font-size: calc(8px + 0.8vw);*/
    color: var(--d4m-body-default)!important;
    font-family: "Montserrat-SemiBold";
    text-decoration: none;
}

.step-content {
    text-align: justify;
    border-radius: 10px;
    border: 1px solid var(--d4m-body-default);
    background-color: var(--d4m-body-default);
    overflow-y: hidden;
    color: var(--d4m-landing-button);
    margin-bottom: 30px;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, margin-top 0.4s ease-in-out, padding-bottom 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, margin-top 0.4s ease-in-out, padding-bottom 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, margin-top 0.4s ease-in-out, padding-bottom 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, margin-top 0.4s ease-in-out, padding-bottom 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, margin-top 0.4s ease-in-out, padding-bottom 0.4s ease-in-out;
}

.step-icon {
    position: relative;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    height: 100px;
    width: 100px;
    transition: background-color 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
}

.step-description {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.step-icon img {
    height: 80px;
    width: 80px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.step-card-header {
    border-radius: 10px;
    background-color: var(--d4m-body-default);
    cursor: pointer;
}

.step-card-body {
    height: 0;
    overflow-y: hidden;
    background-color: white;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}

.expanded .step-card-body {
    height: 130px;
}

.expand-toggle {
    line-height: inherit;
    float: right;
}

.step-header {
    font-family: "Montserrat-SemiBold";
    color: white;
    margin: 15px 0 15px 20px;
}

.step-text {
    color: #333;
    letter-spacing: 0;
}

.flow-steps {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#About_Centre {
    margin: auto;
}

#Steps_Main {
    margin: auto;
    position: relative;
    top: 50%;
    left: 50%;
    max-height: 550px;
    transform: translateY(-50%) translateX(-50%);
}

#Steps_Main_Resp {
    margin: auto;
    height: max(50vh, 400px);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

#Section_Features {
    position: relative;
    padding-top: 50px;
}

#Feature_Centre {
    background: white;
    padding: 30px 15px 50px 15px;
    border-radius: 25px;
    background-color: var(--d4m-ultra-light-blue);
}

.feature-array {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-thumbnail {
    margin: 10px 4%;
    text-align: center;
    height: auto;
    cursor: pointer;
}

.feature-thumbnail img {
    height: calc(20px + 2vh);
}

.feature-thumbnail .active-img {
    display: none;
}

.feature-thumbnail.active .normal {
    display: none;
}

.feature-thumbnail.active .active-img {
    display: initial;
}

.feature-thumbnail.active .feature-caption, .feature-thumbnail:hover .feature-caption {
    color: var(--d4m-body-default)!important;
}

.feature-flaticon {
    font-size: 38px;
    line-height: 38px;
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.feature-thumbnail:hover .feature-flaticon, .feature-flaticon.flaticon-active {
    color: white;
    background-color: var(--d4m-body-default);
    font-size: 40px;
    line-height: 40px;
}

.feature-text {
    text-align: justify;
    /*font-size: calc(8px + 0.8vw);*/
}

.feature-header {
    /*font-size: calc(12px + 1.2vw);*/
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 20px;
    color: var(--d4m-body-default)!important;
}

#Feature_Graphics {
    text-align: center;
}

#Feature_Description {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: fit-content;
}

#Features_Main {
    max-width: 100%;
}

#Section_Pricing {
    position: relative;
    padding-top: 50px;
    text-align: center;
    display: block;
}

#tripTypeSwitch {
    width: 300px;
    height: 40px;
    max-width: 96vw;
    border-radius: 5px;
    margin: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    cursor: pointer;
}

.enabled-left .lever {
    transform: translateX(0%);

}

.enabled-right .lever {
    transform: translateX(100%);

}

.lever {
    top: 0;
    width: 150px;
    max-width: 48vw;
    height: 40px;
    position: absolute;
    border-radius: 5px;
    background-color: var(--d4m-default-blue);
    transition: transform .4s ease-in-out;
}

.switch-array {
    height: 100%;
}

.tsb-state {
    margin: auto;
    text-align: center;
    padding: 0;
    z-index: 2;
    font-family: "Montserrat-SemiBold";
    color: var(--d4m-default-blue);
    transition: all 0.2s ease-in-out;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.tsb-state p {
    margin: 0!important;
}

.enabled-right .state-right, .enabled-left .state-left {
    color: white!important;
}

#Price_Centre {
    margin: auto;
    margin-top: 35px!important;
    margin-bottom: 30px!important;
    z-index: 2;
}

.price-card {
    border-radius: 20px;
    color: white;
    margin-bottom: 40px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    min-height: 420px;
    background-color: transparent;
    height: fit-content;
}

.price-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.price-card-header {
    color: white;
    margin-top: 10px;
    /*font-size: calc(12px + 1.2vw);*/
}

.price {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    padding: 10px 0 20px 0;
    /*font-size: calc(20px + 1vw);*/
}

.currency {
    font-size: 28px;
    line-height: 30px;
}

.price-value {
    font-size: 60px;
}

.price-details {
    width: 100%;
    margin: auto;
    padding: 0 2px 0 2px;
}

@media only screen and (min-width: 992px) {
    .offset-lg-pt-6 {
        margin-left: 5%;
    }

    .col-lg-3-pt-2 {
        width: 26.6666666666666666666%;
    }

    .offset-lg-3_4 {
        margin-left: 6.25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-md-5-pt-5 {
        width: 45.833333333333333333%;
        max-width: 45.833333333333333333%;
        flex: 0 0 45.833333333333333333%;
    }

    #Home_Main_Resp, #Home_Main {
        width:70%!important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    #email *, #mainAddress * {
        text-align: left!important;
    }

    #links_Resp *, #helpline * {
        text-align: right!important;
    }

    #socials .social-icon:nth-last-of-type(1) {
        margin-right: 0%!important;
    }
}

.flip-card-inner {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    position: relative;
    width: 90.9090909090909090%;
    margin: auto;
    height: fit-content;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.price-card-round:hover {
    transform: translateX(-50%) scale(1.05)!important;
}

.price-card-oneway:hover {
    transform: translateX(-50%) scale(1.05) rotateY(180deg)!important;
}

.price-card-round, .price-card-oneway {
    border-radius: 20px;
    top: 0;
    position: absolute;
    width: 100%;
    max-width: 270px;
    left: 50%;
    margin: auto;
    height: fit-content;
    padding-bottom: 40px;
    transform: scale(0.95);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.price-card-round {
    transform: scale(0.95) translateX(-50%);
}

.price-card-oneway {
    transform: translateX(-50%) rotateY(180deg);
}

#InCity .price-card-round, #InCity .price-card-oneway {
    background-image: linear-gradient(-45deg,#02AAB0, #00CDAC);
}

#MiniOS .price-card-round, #MiniOS .price-card-oneway {
    background-image: linear-gradient(-45deg, #DB553F, #FE697A);
}

#OS .price-card-round, #OS .price-card-oneway {
    background-image: linear-gradient(-45deg,#7473E6, #B972F8);
}

.price-card-image-holder {
    background-color: white;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    border-radius: 50%;
    margin: auto;
    margin-top: 40px;
    height: 100px;
    width: 100px;
}

.price-card-image {
    height: 100px;
    width: 60px;
}

#Section_Business {
    position: relative;
    /* SKEW
    padding-top: 16%;
    */
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: var(--d4m-ultra-light-blue);
}

#Section_Contact {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: var(--d4m-ultra-light-blue);
}

#Business_Centre {
    margin: auto;
    z-index: 3;
}

#Contact_Centre {
    margin: auto;
    z-index: 3;
}

#Companion_Centre {
    margin: auto;
}

#Business_Centre * {
    z-index: 2!important;
}

#Section_Business .section-header, #Section_Business .section-sub {
   z-index: 3!important;
}

#B2B_Main, #B2B_Main_Resp {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#Contact_Main, #Contact_Main_Resp {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 75%;
}

.section-text, .section-text a, .section-text a:hover, .section-text a:focus,
.feature-text, .feature-text a, .feature-text a:hover, .feature-text a:focus {
    text-align: justify;
    width: 100%;
    margin: auto;
    text-decoration: none;
    color: var(--d4m-landing-button);
}

.vertical-parallelogram-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: var(--d4m-ultra-light-blue);
    z-index: 1;
    /* SKEW
    transform: skewY(-16deg);
    top: 12%;
    */
}

#B2B_Desc, #Contact_Desc {
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    position: relative;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .price-value {
        font-size: 40px;
    }
}

#Section_Companion {
    padding-top: 50px;
    padding-bottom: 20px;
}

#Companion_Desc {
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    position: relative;
    text-align: justify;
}
#Home_Desc {
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    position: relative;
    text-align: justify;
}
#Home_Desc_City {
    /*top: 50%;
    transform: translateY(-50%);*/
    height: fit-content;
    position: relative;
    text-align: justify;
}

#Companion_Desc .section-header {
    text-align: justify;
}
#Home_Desc .section-header {
    text-align: justify;
}
#Home_Desc_City .section-header {
    text-align: justify;
}
#Companion_Main, #Companion_Main_Resp {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#driverApp {
    padding: 10px;
    border: none;
    outline: none!important;
    color: white;
    cursor: pointer;
    min-width: 180px;
    border-radius: 20px;
    background-color: var(--d4m-body-default);
    font-family: "Montserrat-SemiBold";
}

#driverApp a, #driverApp a:hover, #driverApp a:active {
    color: white;
    font-family: "Montserrat-SemiBold";
    text-decoration: none;
}

#contactUs {
    padding: 10px;
    border: none;
    outline: none!important;
    color: white;
    cursor: pointer;
    min-width: 180px;
    border-radius: 20px;
    background-color: #2B9452;
    font-family: "Montserrat-SemiBold";
}

#contactUs a, #contactUs a:hover, #contactUs a:active {
    color: white;
    font-family: "Montserrat-SemiBold";
    text-decoration: none;
}

#Section_Contacts {
    padding-top: 30px;
}

#Contacts_Centre {
    margin: auto;
    color: var(--d4m-landing-button);
}

.aligned-left * {
    text-align: left;
}

.aligned-centre * {
    text-align: center;
}

.aligned-right * {
    text-align: right;
}

#Contacts_Centre .row {
    width: 100%;
}

.contact-link {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.contact-link:hover {
    text-decoration: none;
    font-family: "Montserrat-SemiBold";
    color: var(--d4m-landing-button);
}

#brandSymbol img {
    float: left;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;

}

#socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
}

#socials .contact-link {
    display: block;
    height: 100%;
}

.social-icon {
    width: 45px;
    height: 45px;
    margin: auto;
}

.social-icon:nth-of-type(1) {
    margin-left: 8%!important;
}

.social-icon:nth-last-of-type(1) {
    margin-right: 8%!important;
}

.social-icon img {
    width: 30px;
    height: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.social-icon img:hover {
    width: 40px;
    height: 40px;
}

.resp-link {
    display: none;
}

@media only screen and (max-width: 992px) {
    #brandImg, #brandImgMini {
        height: 75px!important;
        width: 258px!important;
        padding: 0 30px!important;
        margin-left: -45px;
    }
    #secondaryBrandImg, #secondaryBrandImgMini {
        height: 60px!important;
        width: 258px!important;
        padding: 0 30px!important;
        margin-left: -45px;
    }

    #brandNav, #brandNavSecondary {
        height: 75px!important;
    }

    #brandNav .ml-auto, #brandNavSecondary .ml-auto {
        margin-left: auto!important;
        margin-right: -30px;
        padding-right: 0;
    }

    #Home_Container{
      transform: translateY(calc(-50% - 50px))!important;
    }

    .avatar-drop {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #brandSymbol {
        text-align: center!important;
    }
    #brandSymbol * {
        float: none!important;
        position: relative;
    }
    #email *, #socials *, #helpline *, #mainAddress *, #about *, #links *, #branchAddress * {
        text-align: left!important;
    }

    #copyrightStatement * {
        text-align: center!important;
    }

    #email .normal-link {
        display: none;
    }

    #email .resp-link {
        display: initial;
    }

    #links_Resp .normal-link {
        display: initial;
    }

    #links_Resp .resp-link {
        display: none;
    }

    a.nav-item i.fa {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 576px) {
    #appLinkPhoneNumber {
        text-align: center!important;
    }

    .app-link-description * {
        text-align: center!important;
    }

    #mediaCarousel {
        /*height: 300px!important;*/
    }

    #testimonialsCarousel .testimonial-item {
        height: 220px!important;
    }

    #brandImg, #brandImgMini, #secondaryBrandImg, #secondaryBrandImgMini {
        height: 40px!important;
        width: 40px!important;
        padding: 0!important;
        border-radius: 10px;
        margin-left: 0!important;
    }

    #brandNav .ml-auto, #brandNavSecondary .ml-auto {
        margin-right: 0!important;
    }
}

#Section_Contacts .section-text, #Section_Contacts .copyright-statement {
    font-size: 14px;
}

#Applink_Main {
    width: 100%;
    background-image: linear-gradient(to bottom, white 50%, var(--d4m-ultra-light-blue) 50%);
}

#Applink_Centre {
    position: relative;
    border-radius: 15px;
    background-image: linear-gradient(45deg, #1AB6E2, #4CCFEF);
    color: white!important;
    margin: auto;
    padding: 20px 0 20px 0;
}

#Contacts_Main {
    width: 100%;
    background-color: var(--d4m-ultra-light-blue);
    padding-top: 30px;
}

.app-link-description * {
    color: white;
    text-align: justify;
}

#appLinkPhoneNumber {
    background-color: inherit;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    outline: none!important;
    text-align: center;
    color: white;
    max-width: 200px;
    margin: auto;
    padding: 0;
}

#submitPhone_AppLink {
    color: #4CCFEF;
    border-radius: 25px;
    min-width: 80px;
}

#appLinkPhoneNumber:focus, #submitPhone_AppLink:focus {
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#appLinkPhoneNumber::-webkit-input-placeholder, #appLinkPhoneNumber::placeholder {
  color: white!important;
  opacity: 1;
}

#appLinkPhoneNumber.input-error-bg,
#appLinkPhoneNumber.input-error-bg::-webkit-input-placeholder,
#appLinkPhoneNumber.input-error-bg::placeholder {
    color: red!important;
    border-bottom-color: red;
    background-color: inherit!important;
}

#AppLinkForm {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#GetAppDesc {
    position: relative;
}

#GetAppDesc .step-header {
    margin: 15px 0 15px 0;
}

#Section_AppDemo {
    position: relative;
    padding-top: 50px;
}

#screenshotCarousel {
    margin-bottom: 50px;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 462px;
    position: relative;

}

#screenshotCarousel img:not(#PhonePlaceholder) {
    height: 400px;
}

#screenshotCarousel:before {
    z-index: 1;
    content: url("/static/assets/images/device-placeholder.svg");
    position: absolute;
    width: 240px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -49%);
    transform: translate(-50%, -49%);
    pointer-events: none;
}

/*#PhonePlaceholder {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 969px;
}*/

#Section_BusinessPartners {
    padding-top: 50px;
    padding-bottom: 20px;
}

#Partners_Centre {
    margin: auto;
    margin-top: 20px;
}

#Clients_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    margin: auto;
}

.client-thumbnail {
    width: 120px;
    height: 64px;
    margin: auto;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.client-thumbnail div {
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain!important;
    background-repeat: no-repeat!important;
}

/*
CLIENT LIST
*/

#cars24 div { background-image: url('/static/assets/images/Partners/CARS24-GREY.svg'); }
#cars24:hover div { background-image: url('/static/assets/images/Partners/CARS24-ORIG.svg'); }
#zoomcar div { background-image: url('/static/assets/images/Partners/ZOOMCAR-GREY.svg'); }
#zoomcar:hover div { background-image: url('/static/assets/images/Partners/ZOOMCAR-ORIG.svg'); }
#revv div { background-image: url('/static/assets/images/Partners/REVV-GREY.svg'); }
#revv:hover div { background-image: url('/static/assets/images/Partners/REVV-ORIG.svg'); }
#orix div { background-image: url('/static/assets/images/Partners/ORIX-GREY.svg'); }
#orix:hover div { background-image: url('/static/assets/images/Partners/ORIX-ORIG.svg'); }
#north21 div { background-image: url('/static/assets/images/Partners/21NORTH-GREY.svg'); }
#north21:hover div { background-image: url('/static/assets/images/Partners/21NORTH-ORIG.svg'); }
#avis div { background-image: url('/static/assets/images/Partners/AVIS-GREY.svg'); }
#avis:hover div { background-image: url('/static/assets/images/Partners/AVIS-ORIG.svg'); }
#tcs div { background-image: url('/static/assets/images/Partners/TCS-GREY.png'); }
#tcs:hover div { background-image: url('/static/assets/images/Partners/TCS-ORIG.png'); }
#olxcmc div { background-image: url('/static/assets/images/Partners/OLXCMC-GREY.svg'); }
#olxcmc:hover div { background-image: url('/static/assets/images/Partners/OLXCMC-ORIG.svg'); }

/*
CLIENT LIST
*/

#zoomcar {
    width: 168px;
    height: 90px;
}

#tcs {
    width: 168px;
    height: 118px;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #4CCFEF;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    padding: 15px 0 15px 0;
}

#controlLeft {
    left: 0;
}

#controlRight {
    right: 0;
}

.carousel-control i {
    position: relative;
    margin: auto;
    line-height: 20px;
}

#controlLeft i {
    right: calc(-50%);
    transform: translateX(-50%);

}

#controlRight i {
    left: calc(50%);
    transform: translateX(50%);
}

.owl-stage-outer {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#Section_Cities {
    padding-top: 50px;
    padding-bottom: 20px;
}

#Cities_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    margin: auto;
}

.city-thumbnail {
    width: 120px;
    height: 64px;
    margin: auto;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    min-width: fit-content;
}

.city-thumbnail div {
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position-y: 100%;
    background-position-x: center;
}

/*
CITIES LIST
*/

#mumbai div { background-image: url('/static/assets/images/Cities/City-Mumbai.svg'); }
#delhi div { background-image: url('/static/assets/images/Cities/City-Delhi.svg'); }
#kolkata div { background-image: url('/static/assets/images/Cities/City-Kolkata.svg'); }
#hyderabad div { background-image: url('/static/assets/images/Cities/City-Hyderabad.svg'); }
#pune div { background-image: url('/static/assets/images/Cities/City-Pune.svg'); }
#jaipur div { background-image: url('/static/assets/images/Cities/City-Jaipur.svg'); }

#mumbai { width: 171px; height: 110px; }
#delhi { width: 83px; height: 110px; }
#kolkata { width: 261px; height: 110px; }
#hyderabad { width: 105px; height: 110px; }
#pune { width: 174px; height: 110px; }
#jaipur { width: 174px; height: 110px; }
/*
CITIES LIST
*/

.city-caption {
    margin: 0;
    margin-top: 5px;
    color: var(--d4m-body-default);
    font-size: 14px;
}

#Home_Centre {
    margin: auto;
    border-radius: 25px;
    padding: 30px 20px 30px 20px;
}

#Home_Desc .section-header {
    font-family: "Montserrat-SemiBold";
}

#Home_Desc_City .section-header {
    font-family: "Montserrat-SemiBold";
}

#Home_Desc .section-header, #Home_Desc .section-text {
    text-align: left;
    color: white;
}

#Home_Desc_City .section-header, #Home_Desc_City .section-text {
    text-align: left;
    line-height: 1.6;
    color: var(--d4m-element-primary);;
}

#Home_Main {
    position: absolute;
    margin: auto;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -5px);
    max-width: calc(min(650px, 100vw));
}

#floatingGraphics {
    position: absolute;
    left: 0;
    max-width: 250px;
    width: 20vw;
    height: auto;
}

#celestialElements {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
}

@media (orientation: landscape) and (max-width: 992px) {
    #Home_Main {
        max-width: calc(min(630px, 100vw));
    }
}

#Home_Main_Resp {
    max-width: 100%;
}

#Home_Container {
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(calc(-50% - 100px));
}

.nav-item {
    padding: 0px 12px!important;
    margin: 8px;
    height: 40px;
    background-color: #00c0ed;
    color: white;
    border: 1px solid #00c0ed;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.nav-item span {
    line-height: 40px;
}

.nav-item span i.fa:not(.no-padding) {
    padding-right: 8px;
    font-size: 18px;
}

.nav-item:not(#userInfoDrop):not(#userInfoDropSecondary):hover,
.nav-item:not(#userInfoDrop):not(#userInfoDropSecondary):active,
.nav-item:not(#userInfoDrop):not(#userInfoDropSecondary):focus {
    background-color: #00c0ed!important;
    border: 1px solid #00c0ed;
    color: white;
    box-shadow: 1px 1px 10px 1px var(--d4m-body-primary);
}

.animation-jello {
    animation: jello-translatedYRespX 1.5s;
    animation-iteration-count: 1;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (min-device-height : 1024px)
and (max-device-width : 1366px) {
    /*#Section_Home, #Home_Container {
        height: calc(min(800px, 100vh))!important;
        min-height: calc(min(800px, 100vh))!important;
    }*/
}


@media only screen and (max-width: 400px) {
    #brandImg, #brandImgMini, #secondaryBrandImg, #secondaryBrandImgMini {
        height: 40px;
        width: 103px;
        padding: 8.5px 8.5px 8.5px 8.5px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #brandNav, #brandNavSecondary {
        height: 40px;
    }
    #Home_Container{
        transform: translateY(calc(-50% - 40px))!important;
    }
}

#userInfoDrop, #userInfoDropSecondary {
    padding: 0px!important;
    background-color: transparent!important;
    border: none;
    margin: 4px!important;
    height: 48px!important;
}

#userInfoDrop a, #userInfoDropSecondary a {
    width: 48px;
    height: 48px;
}

#userInfoDrop img, #userInfoDropSecondary img {
    width: 48px!important;
    height: 48px!important;
}

#userInfoDrop .dropdown-toggle, #userInfoDropSecondary .dropdown-toggle {
    padding: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#userInfoDrop .dropdown-toggle:after, #userInfoDropSecondary .dropdown-toggle:after {
    border: none!important;
    margin: none!important;
}

#userInfoDrop .dropdown-toggle img, #userInfoDropSecondary .dropdown-toggle img {
    width: 40px;
    height: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#userInfoDrop .dropdown-menu, #userInfoDropSecondary .dropdown-menu {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    width: max-content;
    min-width: auto;
    max-width: 200px;
    overflow: hidden;
}

#userInfoDrop .dropdown-item, #userInfoDropSecondary .dropdown-item {
    max-width: calc(200px - 3rem);
    margin-top: 1px;
}

#userInfoDrop .dropdown-item p, #userInfoDropSecondary .dropdown-item p {
    white-space: normal;
    font-size: 14px;
    margin: 0;
}

@media (min-width: 992px){
    .d-lg-block-break {
        display: initial !important;
    }
}


@media (max-aspect-ratio: 74/100) {
    /*#Home_Main_Resp {
        top: 50%;
        bottom: auto;
        transform: translate(-50%, calc(-50% + 200px));
    }*/
}

@media screen and (max-width: 992px) {
  #Home_Desc, #Home_Desc * {
    text-align: center!important;
  }
}

@media (min-width: 412px) and (max-width: 767px) {
  #Section_Home {
    min-height: 755px!important;
  }
}
@media (min-width: 412px) and (max-width: 767px) {
  #Section_Home_City {
    min-height: 755px!important;
  }
}
@media (min-height: 800px){
  .d-lg-block-break{
    display: initial !important;
  }
}

@media (min-width: 560px) and (max-width: 767px) {
  #Home_Desc .section-header{
    font-size: 32px;
  }
  #Home_Desc_City .section-header{
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-height: 700px) {
  #Home_Desc .section-header{
    font-size: 32px;
  }
  #Home_Desc_City .section-header{
    font-size: 32px;
  }
  #Section_Home{
    min-height: 700px;
  }
  #Section_Home_City{
    min-height: 700px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
  .col-ipad{
    max-width:100%;
    margin-left: 0%;
    flex: 0 0 100%;
  }
  .ipad-margin-home{
    margin-bottom: 60px !important;
  }
  #Home_Desc, #Home_Desc * {
    text-align: center!important;
  }
  #Home_Desc_City, #Home_Desc_City * {
    text-align: center!important;
  }
  #Section_Home {
    min-height: 720px!important;
    padding-bottom: 50px !important;
  }
  #Section_Home_City {
    min-height: 720px!important;
    padding-bottom: 50px !important;
  }
  #Home_Main_Resp, #Home_Main {
      width:70%!important;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
  }
}

.navbar-header {
    z-index: 2;
}

#brandNavSecondary {
    background-color: white;
    box-shadow: 0px 1px 4px 0px var(--d4m-element-primary);
    height: 85px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#brandNav.suppressed-nav, #brandNavSecondary.suppressed-nav {
    opacity: 0!important;
    z-index: -1;
}

#secondaryBrandImg, #secondaryBrandImgMini {
    height: 85px;
    z-index: 2;
    width: 257px;
    padding: 0 15px;
}

#login, #loginSecondary {
    background-color: #22aa4a;
    border: 1px solid var(--d4m-default-green);
}

#login:hover, #login:active, #login:focus,
#loginSecondary:hover, #loginSecondary:active, #loginSecondary:focus {
    background-color: #22aa4a!important;
    border: 1px solid var(--d4m-default-green);
    color: white;
    box-shadow: 1px 1px 10px 1px var(--d4m-default-green);
}

.dropdown-menu {
    opacity: 0!important;
    animation-name: fadeNavHideAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: fadeNavHideAnimation;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: fadeNavHideAnimation;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

.dropdown-menu.show {
    opacity: 1!important;
    animation-name: fadeNavShowAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: fadeNavShowAnimation;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: fadeNavShowAnimation;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@keyframes fadeNavShowAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeNavHideAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.dropdown-item {
    padding: .25rem 1.5rem!important;
    color: var(--d4m-landing-text);
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
    color: var(--d4m-landing-text);
    background-color: var(--d4m-ultra-light-blue);
}

.dropdown-menu p {
    padding-right: 1rem;
}

.dropdown i {
    padding-right: 0.5rem;
}

#Section_PriceEstimator {
    position: relative;
    padding-top: 50px;
    text-align: center;
    display: block;
}

#PriceEstimate_Centre {
    margin: auto;
    margin-top: 35px!important;
    margin-bottom: 20px!important;
}

#Estimate_Main, #Estimate_Main_Resp {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#Estimate_Form {
    color: var(--d4m-body-default);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.field-label {
    padding-right: 20px!important;
    float: left;
    font-family: "Montserrat-SemiBold";
    margin-bottom: 0!important;
}

.estimator-input-display-block {
    padding: 4px;
    border: 1px solid var(--d4m-body-default);
    border-radius: 10px;
    cursor: pointer;
    height: 40px;
}

.estimator-input-display-block img {
    height: 22px;
    margin-left: 5px;
    margin-right: 5px;
}

#carTypeImage {
    width: auto;
    min-width: 55px;
    height: 15px;
}

.estimator-input, .estimator-input:hover {
    border-radius: 10px;
    width: auto;
    border: 1px solid var(--d4m-body-default);
    color: var(--d4m-body-default);
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.estimator-input:focus {
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--d4m-body-default);
    color: var(--d4m-body-default);
}

.estimator-input::-webkit-input-placeholder, .estimator-input::placeholder {
    color: var(--d4m-body-default)!important;
}

.estimator-input-contact, .estimator-input-contact:hover {
    border-radius: 10px;
    border: 1px solid var(--d4m-body-default);
    color: var(--d4m-body-default);
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.estimator-input-contact:focus {
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--d4m-body-default);
    color: var(--d4m-body-default);
}

#datePickerModal .modal-content, #timePickerModal .modal-content {
    margin-top: 5%;
    margin-left: 20%;
    width: 60%;
    background: none;
    max-width: none;
}

.form-group.form-inline {
    margin-bottom: 12px;

}

.form-group.form-inline:not(.radio-form):not(.collapse) {
    display: block;
    min-height: 40px;
    width: 70%;
    min-width: calc(min(100vw, 300px));
}

@media (max-width: 1200px) and (min-width: 768px) {
    .radio-form .form-group {
        display: grid;
        position: relative;
    }
}

.estimator-input, .estimator-input-display-block,
#Estimate_Form .form-check-inline {
    float: right;
}

#estimateToBook {
    padding-top: 20px;
}

#estimateToBook button, #estimateSpace {
    width: 96%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    max-width: 300px;
    border-radius: 10px;
}

#estimateSpace {
    text-align: center;
    border: 1px solid var(--d4m-default-green);
    color: var(--d4m-default-green);
    padding: 8px;
    display: block;
}

#contactUsDiv {
    padding-top: 20px;
}

#saveContactUs{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    max-width: 300px;
    border-radius: 10px;
    background: #03a3c8;
    border-color: #03a3c8;
}

#saveContactUs button:active {
  background: #03a3c8;
  -webkit-box-shadow: inset 0px 0px 5px #03a3c8;
     -moz-box-shadow: inset 0px 0px 5px #03a3c8;
          box-shadow: inset 0px 0px 5px #03a3c8;
   outline: none;
}

.field-container * {
    position: relative;
}

@media (min-width: 768px) {
    /*.field-container {
        display: block;
    }*/

    #download img, #downloadSecondary img {
        width: 16px!important;
    }
}

#download img, #downloadSecondary img {
    width: 20px;
}

.field-container {
    display: block;
}

.field-container .form-group {
    margin-bottom: 0!important;
}

.option-card {
    height: 40px;
    border: 1px solid var(--d4m-body-default);
    background: transparent;
    margin: 5px 0 5px 0;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Montserrat-Regular";
}

.option-card.active {
    background-color: var(--d4m-body-default)!important;
}

.option-card:hover {
    background-color: var(--d4m-ultra-light-blue);
}

.option-card .option-name {
    color: var(--d4m-body-default);
    float: left;
    margin: 0;
    line-height: 20px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.option-card.active .option-name {
    color: white;
}

.option-card img {
    width: 50px;
    height: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    margin-right: 15px;
}

.option-card.one-way img, .option-card.round-trip img {
    width: auto;
}

.option-card:hover .normal-image {
    display: block;
}

.option-card .active-image {
    display: none;
}

.option-card:hover .active-image {
    display: none;
}

.option-card.active .active-image {
    display: block!important;
}

.option-card.active .normal-image {
    display: none!important;
}

.popover, .popover-header, .popover-body {
    border-radius: 10px;
}

.popover-header {
    background-color: white;
}

.trip-param-toggle-option {
    min-width: 100px;
    color: var(--d4m-body-default);
    font-family: "Montserrat-Regular";
    border-radius: 10px;
    border: 1px solid var(--d4m-body-default)!important;
}

.trip-param-toggle-option:hover {
    background-color: var(--d4m-ultra-light-blue);
    border: 1px solid var(--d4m-body-default)!important;
    color: var(--d4m-body-default);
    border-color: var(--d4m-body-default)!important;
}

.trip-param-toggle-option.active {
    background-color: var(--d4m-body-default)!important;
    color: white;
    border: 1px solid var(--d4m-body-default)!important;
    border-color: var(--d4m-body-default)!important;

}

.trip-param-toggle-option, .trip-param-toggle-option:hover,
.trip-param-toggle-option:focus, .trip-param-toggle-option.active {
    outline: none!important;
    border-color: var(--d4m-body-default)!important;
    box-shadow: none!important;
}

#timeText, #dateText, #durText {
    margin-left: 5px;
}

.avatar-drop {
    padding: 0!important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#userInfoDropSecondary .avatar-drop {
    color: var(--d4m-body-default);
}

.avatar-drop.dropped {
    transform: translate(-50%, 100%) rotate(180deg);
}

#userInfoDropSecondary .avatar-drop.dropped {
    transform: translate(-50%, 95%) rotate(180deg)!important;
}

.userMobile {
    padding-right: 0!important;
    text-align: center;
}

#userProfile, #userProfileSecondary {
    border-bottom: 1px solid var(--d4m-body-default);
    height: 54px!important;
}

#Estimate_Form .form-submission {
    width: 70%;
    min-width: calc(min(100vw, 300px));
}

.dropdown-item {
    min-width: 200px;
}

#userInfoMenu img, #userInfoMenuSecondary img {
    width: 36px!important;
    height: 36px!important;
    padding-right: 1rem;
}

#profile p, #book p, #profileSecondary p, #bookSecondary p {
    border-bottom: 1px solid grey;
}

.dropdown-item:not(#userProfile):not(#userProfileSecondary) p {
    padding: .25rem 0px;
}

.nav-icon {
    width: 14px;
    height: 40px;
    padding-bottom: 2px;
}

.apple-icon {
    padding-bottom: 4px;
}

#userName, #userNameSecondary {
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-sub-alternating-text, .home-header-alternating-text {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.home-sub-alternating-text.active, .home-header-alternating-text.active {
    opacity: 1!important;
}

#download, #downloadSecondary {
    padding: 0 9px!important;
}

#sourceSearch, #destinationSearch {
    max-width: calc(100% - 70px);
}

.adjusted-button {
    width: 48%!important;
}

#Section_Testimonials {
    padding-top: 50px;
    padding-bottom: 20px;
}

#Testimonials_Centre {
    margin: auto;
}

#testimonialsCarousel, #mediaCarousel {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

#mediaCarousel {
    /*height: 126px!important;*/
}

#testimonialsCarousel {
    /*height: 295px!important;*/
}

#testimonialsCarousel testimonial-item {
    height: 210px;
}

.testimonial-item {
    padding: 20px;
    padding-top: 30px;
    margin: 10px;
    border-radius: 25px;
    border: 2px solid var(--d4m-default-blue);
}

.testimonial-header, .media-header {
    width: 100%;
    margin: auto;
    margin-bottom: 4px;
    max-height: 30px;
    overflow: hidden;
    color: var(--d4m-body-default);
    font-family: "Montserrat-SemiBold";
    text-align: justify;
    font-size: 14px;
}

.testimonial-desc {
    max-height: 90px;
    min-height: 90px;
    overflow: hidden;
    font-size: 12px;
    text-align: justify;
    margin-bottom: 4px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.testimonial-signoff {
    width: 100%;
    margin: auto;
    text-align: right;
    color: var(--d4m-body-default);
    font-family: "Montserrat-SemiBold";
    font-size: 14px;
}

#mediaCarousel {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

#mediaCarousel .media-item {
    height: 110px;
}

.media-item {
    padding: 0 20px 0 20px;
    margin: -40px 10px 0 10px;
    cursor: pointer;
}

.publisher-logo {
    height: 100px;
    border-radius: 25px;
}

.media-desc {
    max-height: 70px;
    overflow: hidden;
    font-size: 12px;
    text-align: justify;
    margin-bottom: 4px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.publisher-logo img {
    max-height: 99px;
}

#Media_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    margin: auto;
}

.media-thumbnail {
    width: 180px;
    height: 120px;
    margin: auto;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    min-width: fit-content;
    cursor: pointer;
}

.media-thumbnail div {
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position-y: 100%;
    background-position-x: center;
}

/*
MEDIA LIST
*/

#toi div { background-image: url('/static/assets/images/media/TOI.png'); }
#telegraph div { background-image: url('/static/assets/images/media/telegraph.png'); }
#anandabazar div { background-image: url('/static/assets/images/media/anandabazar.png'); }
#aajkaal div { background-image: url('/static/assets/images/media/aajkaal.png'); }
#optimist div { background-image: url('/static/assets/images/media/theOptimist.png'); }
#redfm div { background-image: url('/static/assets/images/media/redfm.png'); }
/*
MEDIA LIST
*/

#AppLaunch img, #submitPhone_AppLink {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-avatar {
    position: absolute;
    top: -25px;
    width: 60px;
    transform: translateX(calc(10px + -50%));
    height: 60px;
    border-radius: 50%;
}

#mediaCarousel .owl-dots {
    margin-top: 32px;
    padding-top: 0px!important;
}