.modal_er { display: none; position: fixed; z-index: 99; padding-top: 90px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.55); }
.modal-content-er { background-color: #fefefe; margin: auto; padding: 0; width: 65%;position:relative }
.close_er { color: #cacaca;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 8px;}
.close_er:hover, .close_er:focus { color: #000; text-decoration: none; cursor: pointer; }


.container_rrfr {
    width: 100%;
}
.agile_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.ft13 {font-size:14px;margin:0}
.ft13 strong {font-weight:600;color:#4263c1}
.m_absbt {position: absolute;
    bottom: 0;left:0}
.w3l_form {
    padding: 0px;
	position:relative;
    flex-basis: 35%;
    -webkit-flex-basis: 35%;  

background: #77ee84; /* Old browsers */
background: -moz-linear-gradient(top, #77ee84 0%, #bef7c0 68%, #fefffe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #77ee84 0%,#bef7c0 68%,#fefffe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #77ee84 0%,#bef7c0 68%,#fefffe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ee84', endColorstr='#fefffe',GradientType=0 ); /* IE6-9 */

}
.left_grid_info {
    padding: 0;
}


.w3_info {
    flex-basis: 65%;
    -webkit-flex-basis: 65%;
    box-sizing: border-box;
    padding: 3em 2em;
    background: #fff;
}
.w3_info h2 {
    display: inline-block;
    font-size: 21px;
	margin:0;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: .5px;
	
}


.btn-refer {
    color: #fff;
    background-color: #4263c1;
    margin-top: 15px;
    outline: none;
    padding: 12px 12px;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: none;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.btn-block {
    display: block;
    width: 50%;
    margin: 20px auto;
}





.form-group {
  position: relative;
  font-size: 15px;
  color: #666;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
  transition: 0.3s;
}
.form-group .form-control {
  width: 100%;
  position: relative;
  z-index: 3;
  height: 35px;
  background: none;
  border: none;
  padding: 5px 0;
  transition: 0.3s;
  border-bottom: 1px solid #777;
  color: #555;
}
.form-group .form-control:invalid {
  outline: none;
}
.form-group .form-control:focus, .form-group .form-control:valid {
  outline: none;
  box-shadow: 0 1px #4263c1;
  border-color: #4263c1;
}
.form-group .form-control:focus + .form-label, .form-group .form-control:valid + .form-label {
  font-size: 12px;
  color: #4263c1;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.sucreg{text-align: center;
    font-weight: 600;
    font-size: 19px;
    padding-top: 30px;
    color: #1db314;}
/* The container */
.container_re {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_re input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark_re {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border:1px solid #CCC;
  background:#eee;
  border-radius:2px
}

/* On mouse-over, add a grey background color */
.container_re:hover input ~ .checkmark_re {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_re input:checked ~ .checkmark_re {
  background-color: #4263c1;
   border:1px solid #4263c1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_re:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_re input:checked ~ .checkmark_re:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_re .checkmark_re:after {
 left: 7px;
    top: 2px;
    width: 4px;
    height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* add appropriate colors to fb, twitter and google buttons */
.fb {
  background-color: #3B5998;
  color: white;
}

.twitter {
  background-color: #55ACEE;
  color: white;
}

.google {
  background-color: #dd4b39;
  color: white;
}
.linkedin {
  background-color: #007bb5;
  color: white;
}

.col {
  float: left;
  width: 100%;
  margin: auto;
  padding: 0 ;
  margin-top: 3px;
}
.btnsc {
  width: 100%;
  padding: 10px 7px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
      margin-right: 0;
	  text-align: center;
}
.fbk {width:16px;height:16px;background:url(https://www.easemytrip.com/img/facebook-logo.svg) no-repeat;background-size:16px 16px;display:inline-block;vertical-align: middle;margin-right: 6px;}
.twk {width:16px;height:16px;background:url(https://www.easemytrip.com/img/twitter-logo-silhouette.svg) no-repeat;background-size:16px 16px;display:inline-block;vertical-align: middle;margin-right: 6px;}
.gpl {width:16px;height:16px;background:url(https://www.easemytrip.com/img/google-plus.svg) no-repeat;background-size:16px 16px;display:inline-block;vertical-align: middle;margin-right: 6px;}
.lnk {width:16px;height:16px;background:url(https://www.easemytrip.com/img/linkedin-logo.svg) no-repeat;background-size:16px 16px;display:inline-block;vertical-align: top;margin-right: 6px;}

.refurl {width:100%;padding:10px;background:#e5fee8;border-left:5px solid #c3d8c5;font-size:14px;color:#000;float:left;margin-top:20px}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.alt-re {font-weight:normal;}
#myInput {border: 0;
    outline: 0;
    font-size: 13px;
    font-weight: 600;
    background: none;
    width: 84%;
    float: left;}
.cpy {    font-size: 13px;
    color: #4263c1;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;}
.m_absl {
            position: absolute;
            top: 0;
            cursor: pointer;
            right: 0;
            z-index: 9;
        }

        .otpbtn {
            width: 100%;
            height: 35px;
            border-radius: 0;
            border-left: none;
            outline: none;
            border: 0;
            background: transparent;
            text-align: right;
            font-size: 13px;
            color: #4263c1;
            font-weight: 600;
            cursor: pointer;
        }

 .checkmark-circle {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
    margin-top: 13px;

}
.checkmark-circle .background {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2EB150;
  position: absolute;
}
.checkmark-circle .checkmarkc {
  border-radius: 5px;
}
.checkmark-circle .checkmarkc.draw:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmarkc;
  -moz-animation-name: checkmarkc;
  animation-name: checkmarkc;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.checkmark-circle .checkmarkc:after {
  opacity: 1;
  height: 25px;
  width: 12.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 5px solid white;
  border-top: 5px solid white;
  border-radius: 2.5px !important;
  content: '';
  left: 8.3333333333px;
  top: 25px;
  position: absolute;
}

@-webkit-keyframes checkmarkc {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 12.5px;
    opacity: 1;
  }
  40% {
    height: 25px;
    width: 12.5px;
    opacity: 1;
  }
  100% {
    height: 25px;
    width: 12.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmarkc {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 12.5px;
    opacity: 1;
  }
  40% {
    height: 25px;
    width: 12.5px;
    opacity: 1;
  }
  100% {
    height: 25px;
    width: 12.5px;
    opacity: 1;
  }
}
@keyframes checkmarkc {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 12.5px;
    opacity: 1;
  }
  40% {
    height: 25px;
    width: 12.5px;
    opacity: 1;
  }
  100% {
    height: 25px;
    width: 12.5px;
    opacity: 1;
  }
}


