
@font-face {
    font-family: "proxima_nova_rgregular";
    src: url("https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot");
    src: url("https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot?#iefix")
        format("embedded-opentype"),
      url("https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff")
        format("woff"),
      url("https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf")
        format("truetype"),
      url("https://litmus.com/fonts/Emails/proximanova-regular-webfont.svg#proxima_nova_rgregular")
        format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "proxima_nova_rgbold";
    src: url("https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot");
    src: url("https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot?#iefix")
        format("embedded-opentype"),
      url("https://litmus.com/fonts/Emails/proximanova-bold-webfont.woff")
        format("woff"),
      url("https://litmus.com/fonts/Emails/proximanova-bold-webfont.ttf")
        format("truetype"),
      url("https://litmus.com/fonts/Emails/proximanova-bold-webfont.svg#proxima_nova_rgbold")
        format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "adelle_rgregular";
    src: url("https://litmus.com/fonts/Emails/adelle_reg-webfont.eot");
    src: url("https://litmus.com/fonts/Emails/adelle_reg-webfont.eot?#iefix")
        format("embedded-opentype"),
      url("https://litmus.com/fonts/Emails/adelle_reg-webfont.woff")
        format("woff"),
      url("https://litmus.com/fonts/Emails/adelle_reg-webfont.ttf")
        format("truetype"),
      url("https://litmus.com/fonts/Emails/adelle_reg-webfont.svg#adelle_rgregular")
        format("svg");
    font-weight: normal;
    font-style: normal;
  }
  * {
    font-family: "proxima_nova_rgregular", Helvetica, Arial, sans-serif;
  }
  p{
    color: #888f9e;
  }
  div{
    display: block;
    
  }
  .main_div{
    margin-top: 40px;
    margin-bottom: 40px;
   
  }

  .airport_head{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .airport_head>div{
   
  }
  .con_left{
    padding: 5%;
   
  }
  .con_left>.header{
    font-size: 30px;
  }
  .con_left>p{
    color: #888f9e;
    font-size: 16px;
  }
  .con_left span{
    color: #009688;
    font-size: 20px;
    font-weight: bolder;
  }
  .con_left img{
    cursor: pointer;
    padding: 10px 0px;
    margin-right: 20px;
    width: 30%;
  }
  .con_left p:last-child{
    font-size: 14px;
  }
  .con_left p:last-child span:last-child{
    font-size: 14px;
    cursor: pointer;
  }
  
  .con_right{
    
  }
  .con_right>img{
    width: 100%;
    height: 100%;
  }
  .container_cost{
    text-align: center;
    width: 100%;
    
  }
  .container_cost>.top{
    width: 40%;
    display: flex;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 10px;
  }
  .con_top{
  
    padding: 5%;
    display: flex;
    width: 50%;
    justify-content: center;

  }
  
  .top .div_image{  
    margin-right: 20px;
  }
  .div_image+div{
  
   margin: auto 0;
  }
  .div_image+div p{
    margin: 0;
    font-size: 14px;
  }
  .div_image+div p:last-child{
    color: #ea6d71;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
  }
  .container_cost>.bottom{
    margin-top: 50px;
  }
  .container_cost>.bottom p:first-child{
    font-weight: 400;
  }
  .container_cost>.bottom p:nth-child(2){
    color: black;
    
    
  }
  .container_cost>.bottom p:nth-child(3){
    color: black;
    font-size: 14px;
    
  }
  .container_ride{
    background: rgb(255,255,255);
background: linear-gradient(135deg, rgba(255,255,255,1) 35%, rgba(241,243,245,1) 100%);
margin-top: 100px;
  }
  .container_ride>.container{
    display: flex;
    margin: 0% 8%;
    justify-content: space-between;

  }
  .container>.left{
    width: 500px;
  }
  .container>.left>img{
    width: 500px;
  }
  .container>.right>div{
    
    margin: 50px;
    padding: 20px 30px;
    
  }
  
  .right li{
    color: #888f9e;
    padding: 10px;
    
  }
  .right h4{
    font-size: 24px;
    color: black;
    font-weight: 600;
    margin-left: 15px;
  }
  .container_pics{
      margin-top: 100px;
      padding: 10px;
  }
  .container_pics>.container{
    display: flex;
    width: 90%;
    margin: 60px 2% 0;
    justify-content: space-around;
  }
  .container_pics>.container>.con_ride{
    width: 300px;
    padding: 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .con_ride> img{
    width: 300px;
  }
  .con_ride>h2{
    font-weight: 500;
  }
  .container_desc{
    text-align: center;

  }
  .container_desc> div{
      margin: 50px;
      color: #77899b;
  }





/* Media query */

.border_left{
  border-left: 1px solid rgb(217, 216, 216);
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .container_cost>.top{
    width: 400px;
    display: block;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 10px;
  }
  .con_top{
  
    padding: 5%;
    display: flex;
    width: 50%;
    justify-content: center;
    margin: auto;
    border: none;
   
    
  }
  .border_left{
    border: none;
    border-top: 1px solid rgb(217, 216, 216);
  }
  .container_ride>.container{
    display: block;
    margin: 0% 8%;
    justify-content: space-between;
    

  }
  .container_pics>.container{
    display: block;
    width: 90%;
    margin: 60px 2% 0;
    justify-content: space-around;

  }
  .container>.con_ride{
    display: block;
    margin-left: auto;
    margin-right: auto 
  }
  .airport_head{
    display: block;
    justify-content: space-between;
    width: 100%;
  }

    /* navbar */

    .container_nav {
      flex-direction: column;
      align-items: center;
  }
  /* login sign up page */
  .social-login {
    align-items: center;
    flex-direction: column;
}
  /* earn with us pop */
  .earn-pop {
    margin-left: 10px;
}

/* careers pop */
.careers-pop {
    margin-left: 420px;
}

/* login pop */ 
.login-pop {
    margin-left: 580px
}
.heading {
  flex-direction: column;
  align-items: center;
}
}




  /* navbar */
  body {
    max-width: 1600px;
    margin: auto;
    margin-top: 10px;
    color: #1f2d3d;
    font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
  }
  .container_nav {
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .leftbar, .rightbar {
    display: flex;
  }
  .country {
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer;
  }
  .country img, .myplans img {
    margin-right: 10px;
    width: 30px;
  }
  .careers img, .earnwithus img, .city img{
    width: 30px;
  }
  .city {
    display: flex;
    cursor: pointer;
  } 
  .earnwithus, .careers {
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer;
  }
  .myplans {
    display: flex;
    cursor: pointer;
    margin-right: 30px;
  }
  #drivezy-logo,  #myprofile {
    cursor: pointer;
  }
  #drivezy-logo {
    margin-left: 70px;
  }
  
  
   /* login pop */
   .login-pop {
    width: 209px;
    height: 360px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: absolute;
    margin-left: 1250px;
    display: none;
    padding-bottom: 25px;
    background-color: white;
  }
  .myprofile, .mywallet, .mybookings,
  .mycodrivers, .mybank, .changepass, .logout {
    display: flex;
    cursor: pointer;
  }
  .myprofile:hover, .mywallet:hover, .mybookings:hover,
  .mycodrivers:hover, .mybank:hover,
  .changepass:hover, .logout:hover {
    background-color: rgba(221,226,232,.5);
  }
  .closeLoginPop {
    margin-left: 180px;
    cursor: pointer;
  }
  .myprofile i, .mywallet i, .mybookings i,
  .mycodrivers i, .mybank i, .changepass i, .logout i {
    margin-top: 18px;
    margin-right: 25px;
    padding-left: 15px;
  }
   /* careers pop */ 
   .careers-pop {
    width: 148px;
    height: 155px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: absolute;
    margin-left: 1050px;
    margin-top: -10px;
    display: none;
    padding-bottom: 25px;
    background-color: white;
  }
  .jobs, .people, .culture {
    display: flex;
    cursor: pointer;
  }
  .jobs:hover, .people:hover, .culture:hover {
    background-color: rgba(221,226,232,.5);
  }
  .jobs i, .people i, .culture i {
    margin-top: 20px;
    margin-right: 25px;
    padding-left: 15px;
  }
  .closeCareerPop {
    margin-left: 120px;
    cursor: pointer;
  }
  /* fixed bar section */ 
  .fixed {
    width: 1500px;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #f15d61;
    color: white;
    display: block;
  }
  .fixed h4 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .cancelBtn {
    color: #fff;
    cursor: pointer;
    font-weight: bolder;
  }
  /* earn pop */ 
  .earn-pop {
    width: 392px;
    height: 108;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: absolute;
    margin-left: 700px;
    margin-top: -10px;
    display: none;
    background-color: white;
  }
  .share-business, .list-vehicle {
    display: flex;
    cursor: pointer;
  }
  .share-business:hover, .list-vehicle:hover {
    background-color: rgba(221,226,232,.5);
  }
  .share-business i, .list-vehicle i {
    margin-top: 18px;
    margin-right: 25px;
    padding-left: 15px;
  }
  .closeEarnPop {
    margin-left: 359px;
    cursor: pointer;
  }
  
  
  /* city modal section */
  .city-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
  }
  .city-content {
    background-color: white;
    margin: 5% auto;
    padding: 20px;
    width: 70%;
    border-radius: 20px;
  }
  .closeBtn {
    color:#1f2d3d;
    float: right;
    font-size: 30px;
    margin-top: -70px;
  }
  .closeBtn:hover, .closeBtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .city-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-left: 20px;
  }
  .city-grid img {
    width: 97px;
    height: 97px;
  }
  .city-grid p {
    margin-left: 20px;
  }
  
  #bengaluruBtn {
    color: #fff;
    display: block;
    background-color: #41b6ac;
    border: 1px solid #41b6ac;
    padding: 12px 15px;
    border-radius: 5px;
    margin-left: -5px;
  }
  .city-item button {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: none;
    background-color: white;
    font-size: 16px;
    cursor: pointer;
  }
  /* #text-shadow {
    position: relative;
    top: 34px;
    right: 22px;
    opacity: .24;
    color: #dde2e8;
    font-size: 100px;
    font-weight: 700;
    line-height: 40px;
  } */
  /* login signup page */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modalcontent {
    border-radius: 10px;
    background-color: #fefefe;
    margin: auto;
    padding: 2px 32px 2px 32px;
    border: 1px solid #888;
    width: 25%;
  }
  
  .description {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #77899b;
    font-size: 14px;
    line-height: 16px;
  }
  
  #proceed {
    z-index: 1;
    color: #fff;
    border: 1px solid #41b6ac !important;
    border-radius: 6px;
    background: #41b6ac !important;
    width: 100%;
    border-radius: 6px;
    padding: 15px;
  }
  #proceed:hover{
    background-color: #27716b;
    cursor: pointer;
    box-shadow: 0 2px 8px -2px rgb(31 45 61 / 60%);
  }
  .modalheader {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: inherit;
    letter-spacing: -0.008em;
    margin: 24px 0 16px;
    line-height: 16px;
    color: #1f2d3d;
    font-size: 20px;
    font-weight: 500;
  }
  
  .modalbody {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .input-label {
    color: #1f2d3d;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 8px;
    display: block;
  }
  
  .input-box {
    height: 48px;
    border: 1px solid #b8c1cb;
    border-radius: 6px;
    background-color: #fff;
    padding: 0 8px;
    font-size: 16px;
    color: #2b3a51;
    width: 94%;
  }
  .button_section {
    margin-top: 34px;
  }
  
  .center-text {
    width: 38%;
    margin: auto;
    margin-top: 40px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }
  .center-text .or {
    position: relative;
    top: -10px;
    background: #fff;
    padding: 0 11px;
    color: #b8c1cb;
  }
  .line {
    width: 44px;
    border-top: 1px solid #b8c1cb;
  }
  .social-login {
    display: flex;
    justify-content: space-between;
    margin: 22px 0;
    margin-bottom: 0px;
  }
  .social-button img {
    height: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 8px -2px rgb(31 45 61 / 60%);
  }
  .input-label {
    margin-top: 20px;
  }
  
  .checkbox-container {
    position: relative;
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
  }
  
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    margin-top: 20px;
    border: 1.8px solid #77899b;
  }
  #checkboxid {
    margin-top: 6px;
    visibility: hidden;
    cursor: pointer;
  }
  .marked {
    margin-top: 11px;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: lightgray;
  }
  
  .marked:hover {
    background-color: darkgray;
  }
  
  #checkboxid:checked ~ .marked {
    background-color: #41b6ac;
  }
  
  /* Create the mark/indicator (hidden when not checked) */
  .marked:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the mark when checked */
  #checkboxid:checked ~ .marked:after {
    display: block;
  }
  .marked:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  
  
  /* footer */
  .footer {
    background-color: #dde2e8;
    padding: 80px;
    padding-top: 60px;
  }
  ul {
    list-style: none;
    margin-left: -50px;
  }
  .headline > h2 {
    margin-bottom: 40px;
  }
  .footer p {
    color: #77899b;
  }
  ul > li {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: #77899b;
  }
  .riding > li:hover {
    color: black;
  }
  
  /* support-section */
  .support-section {
    background-color: #1C2736;
    padding: 80px;
    color: #77899b;
  }
  .support-section-top {
    display: flex;
    justify-content: space-between;
  }
  .mail, .phone {
    display: flex;
    margin-bottom: 20px;
  }
  .mail img, .phone img {
    margin-right: 7px;
   
  }
  #support-section-logo {
    margin-left: -15px;
    margin-bottom: 20px;
  }
  .social-media img:first-child {
    margin-right: 15px;
  }
  .rightpart {
    display: flex;
  }
  
  .company, .policies, .quick-links {
    display: flex;
    flex-direction: column;
  }
  .company-dropdown, .policy-dropdown, .quick-links-dropdown {
    display: flex;
    flex-direction: column;
  }
  
  .company > h5, .policies > h5, .quick-links > h5 {
    font-size: 16px;
    color: white;
    margin-left: 20px;
  }
  .company-dropdown > li, .policy-dropdown> li, .quick-links-dropdown > li{
    margin: 8px 30px;
  }
  .company-dropdown > li:hover, .policy-dropdown> li:hover, .quick-links-dropdown:hover > li {
    color: white;
  }
  .support-section-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    cursor: pointer;
  }
  .twitter img:nth-child(2) {
    margin: 0 20px;
  }
  .twitter img:nth-child(3) {
    margin-right: 50px;
  }
  
  
  