﻿


@charset "utf-8";
*body {box-sizing: border-box;-webkit-box-sizing: border-box;}
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, input{font-family: 'Poppins', sans-serif !important;}
section {float: left;width: 100%;}
a{text-decoration: none  !important;}
img{max-width:100%;}
.clr{clear:both;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background-color:rgb(255,255,255) !important;}

.innr{width:1200px;margin: auto;}
.tophdr{
    background: url(https://www.easemytrip.com/content/Metro/img/background-bg.png);
    height: 480px;
    width: 100%;
    background-size: cover;
    display: flex;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.boxsrch {
    background-image: linear-gradient(126deg, #f5fcff 40%, #DDEFFF 100%);
    box-shadow: 0 0 7px rgb(0 0 6 / 31%);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    width: 500px;
    display: flex;
    flex-direction: column;
}
.txt25{font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}
.txt15 {
    font-weight: 500;
    font-size: 15px;
    margin: 6px 0;
    display: flex;
    width: 100%;
}
.txt18 {
    font-size: 25px;
    color: #0C8BFD;
    margin-bottom: 10px;
}
.gridtwo {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0;
}
.typmetro {
    width: 48.8%;
    background: #fff;
    color: #202020;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.btnact {
    display: flex;
    width: 100%;
}
.btnact a {
    background: #EF6614;
    padding: 10px;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 40px;
}
.slcted{    color: #2196F3;
    border: 1px solid #2196F3;
}


.btnactbdr {
    display: flex;
    width: 100%;
}
.btnactbdr a {
    color: #fff;
    text-align:center;
    padding:12px;
    display: flex;
    border: 1px solid #EF6614;
    width: 50%;
    justify-content: center;
    align-items: center;
    background: #EF6614;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    cursor:pointer;
}



.arrwrgt{
    background: url{/content/Metro/img/arrwrgt.svg};
}

  input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #2196F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}
input[type=radio]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #2196F3;

}
  
  input[type=radio]:checked::before {
    transform: scale(1);
  }
  

  element.style {
}
.flxchs {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px 0;
}
.clm{
    flex-direction: column;}
.flxchs label {
    display: flex;
    align-items: center;
    width: auto;
    font-size: 13px;
    margin-right: 15px;
    font-weight: 600;
}
.onerw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.onerw:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0px;
}
.inpbxdv{
width: 48%;position: relative;
}
.impx {
    display: flex;
    width: 100%;
    height: 45px;
    border: 1px solid #D4D4D4;
    background: #fff;
    padding: 0 10px;
    border-radius: 10px;
    outline: 0;
    font-weight: 600;
}
.iconmtro{
padding-left: 35px;
background: #fff url(https://www.easemytrip.com/content/metro/img/iconmtro.svg);
background-size: 16px 24px;
background-repeat: no-repeat;
background-position: 9px 50%;
}
.intrchng{
background: url(https://www.easemytrip.com/content/Metro/img/intrchng.svg);
width: 45px;
height: 45px;
background-size: 100%;
z-index: 1;
position: absolute;
left: -32px;
top: 0px;
cursor: pointer;
}
.drpdwn {
    background: #fff;
    position: absolute;
    top: 45px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 0 7px rgb(0 1 6 / 20%);
    z-index: 1;
}
.drpdwn ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 175px;
    overflow: auto;
}
.drpdwn ul li {
    padding: 8px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.drpdwn ul li:hover {background: #fafafa;}
.f_13 {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.f_13 span{margin-right: auto;}
.rd_crcle::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    z-index: 9;
    position: relative;
    border-radius: 7.5px;
    background-color: #D91C1C;
}
.blu_crcle::before{
 content: '';
   display: inline-block;
   width: 10px;
   height: 10px;
   margin-right: 6px;
    z-index: 9;
    position: relative;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #005D9A;
}
.yllw_crcle::before{
 content: '';
   display: inline-block;
   width: 10px;
   height: 10px;
   margin-right: 6px;
    z-index: 9;
    position: relative;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #EFDE08;
}
.w100 {
    width: 100%;
    display: block;
    /*margin-top: 60px;*/
}
.flxmfr {
    display: flex;
    margin: 40px 0;
    justify-content: space-between;
}
.fixbx{
width: 20%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.bggry {
    width: 140px;
    margin: auto;
    height: 140px;
    padding: 15px;
    background: #F9F9F9;
    border-radius: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bggry img{
	width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flxmfr .txt15 {
    font-weight: 500;
    font-size: 15px;
    margin: 6px 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
.footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.accordion__item{margin-bottom: 12px;
    padding-bottom: 12px;    width: 100%;
    border-bottom: 1px solid #eee;}
.accordion__item__header{padding:7px 0;cursor:pointer;position:relative;color:#000;font-weight:500;font-size:19px}
.accordion__item__header::before{height:12px;width:12px;content:"";position:absolute;right:15px;top:15px;transition:.5s all;transform:rotate(45deg);border-right:2px solid #000;border-bottom:2px solid #000;}
.accordion__item__header.active{transition:.4s}
.accordion__item__header.active::before{transform:rotate(-135deg);top:23px}
.accordion__item__content{overflow-y:hidden;padding:0;display:none;margin-bottom: 10px;font-size:14px;}


._inptflbox {
    width: 100%;
    margin: 15px 0;
}
.form-group {
    position: relative;
}
.form-group input, .form-group select {
    width: 100%;
    padding: 15px 10px 14px 50px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 15px;
    transition: border-color 0.3s ease;
    font-family: 'poppins';
    outline:none;
}
@keyframes animation {
  from {
    bottom: -80px
  }
  to {
    bottom: 20px)
  }
}
.form-group input:focus, .form-group select:focus {
                border-color: #e1e1e1;
                outline: none;
            }

                .form-group input:focus + label,
                .form-group input:not(:placeholder-shown) + label {
                    top: -6px;
                    font-size: 10px;
                    color: #7F7F7F;
                    background-color: #ffffff;
                    padding: 0 4px;
                    border-radius: 4px;
                    left: 8px;
                }

                .form-group select:focus + label,
                .form-group select:not(:placeholder-shown) + label {
                    top: -6px;
                    font-size: 10px;
                    color: #7F7F7F;
                    background-color: #ffffff;
                    padding: 0 4px;
                    border-radius: 4px;
                    left: 8px;
                }

.emlicn {
    background: #fff url(https://www.easemytrip.com/content/metro/img/mail-icon.svg) no-repeat;
    background-position: 15px 15px;
}
.form-group label {
    position: absolute;
    left: 50px;
    top: 16px;
    font-size: 14px;
    color: #000;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
#spnEmailErr, #spnMobileErr, #spnTrmErr {
    font-size: 12px;
    color: red;
}
.phnicn {
    background: #fff url(https://www.easemytrip.com/content/metro/img/phone-icon1.svg) no-repeat;
    background-position: 15px;
   
}

.ht_acntr {
    align-items: center;
}
.ht_jsb {
    justify-content: space-between;
}
.ht_flx {
    display: flex;
    width: 100%;
}
.wt600 {
    font-weight: 600;
}
.f18 {
    font-size: 18px;
}
.pstgrxt{width:40%;}
#field1{border-radius: 10px;border: 1px solid #D4D4D4;display:flex;background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,253,255,1) 100%);width: 30%;justify-content: space-between;padding: 5px;align-items: center;}
.sub, .add {
    width: 29px;
    height: 31px;
    border: 0;
    background: transparent;
    font-size: 25px;
    cursor: pointer;
    font-weight: 600;
}
.inptno {
    border: 0;
    text-align: center;
    font-size: 16px;
    width: 40px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,253,255,1) 100%);
    font-weight: 600;outline:none;}
.container_lgn {
            display: inline-block;
            position: relative;
            padding-left: 25px;
            margin: 20px 0 0px 0;
            cursor: pointer;
            font-size: 13px;
            color: #000;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            line-height: 20px;
            float: left;
        }

            .container_lgn input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
            }

        .checkmark_lgn {
            position: absolute;
            top: 0;
            left: 0;
            height: 19px;
            width: 19px;
            border-radius: 3px;
            border: 1px solid #c3c3c3;
        }

        .container_lgn input:checked ~ .checkmark_lgn {
            background-color: #2196f3;
            border: 1px solid #2196f3;
        }

        .checkmark_lgn:after {
            content: "";
            position: absolute;
            display: none;
        }

        .container_lgn input:checked ~ .checkmark_lgn:after {
            display: block;
        }

        .container_lgn .checkmark_lgn:after {
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }	