/* HTML5 dafault  */

body {

  margin: 0;

  font-size: 16px;

  font-family: "Roboto", sans-serif;

  overflow-x: hidden;

  background: #fff;
  
  line-height: normal;

}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {

  display: block;

}

audio, canvas, video {

  display: inline-block;

  display: inline;

  zoom: 1;

}

audio { 

  display: none !important;

}

audio:not([controls]) {

  display: none;

}

[hidden] {

  display: none;

}

* {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

html, button, input, select, textarea {

  color: #393434;

}

::-moz-selection {

  background: #1154fb;

  color: #fff;

  text-shadow: none;

}

::selection {

  background: #1154fb;

  color: #fff;

  text-shadow: none;

}



a {

  color: #ee1d25;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;

}
button {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
}

a:visited {

    /* color: rgba(0, 0, 0, 0.8); */

   text-decoration: underline;

}

a:hover {

    color: rgba(0, 0, 0, 0.8);

}

a:focus {

    outline: thin dotted;

}

a:hover, a:active {

    outline: 0;

}

a, button, input, textarea, select

{

  outline: none !important;

}

abbr[title] {

  border-bottom: 1px dotted;

}

b, strong {

  font-weight: bold;

}

dfn {

  font-style: italic;

}

hr {

  display: block;

  height: 1px;

  border: 0;

  margin: 1em 0;

  padding: 0;

  background-color: #393434;

}

ins {

  background: none;

  color: #ee1c25;

  text-decoration: underline;

}

del {

  background: none;

  color: #999;

  text-decoration: line-through;

}

mark {

  background: #f8a306;

  color: #000;

  font-style: italic;

  font-weight: bold;

}

pre {

  white-space: pre;

  white-space: pre-wrap;

  word-wrap: break-word;

}

small {

  font-size: 85%;

}

big {

  font-size: 125%;

}

sub, sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}

sup {

  top: -0.5em;

}

sub {

  bottom: -0.25em;

}

dt {

  font-weight: bold;

}



dd {

  margin: 0 1.5em 1.5em;

}

nav ul, nav ol {

    list-style: none;

    list-style-image: none;

    margin: 0;

    padding: 0;

}

i, em{font-style:normal;}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {

  overflow: hidden;

}

figure {

  margin: 0;

}

form {

  margin: 0;

}

fieldset {

  border: 0;

  margin: 0;

  padding: 0;

}

legend {

  border: 0;

  /*margin-left: -7px;*/

  padding: 0;

  white-space: normal;

}

input, select, textarea {position:relative;

  font-size: 100%;

  margin: 0;

  border: 1px solid rgba(0, 0, 0, 0.5);

  padding: 3px;

}

input:focus, select:focus, textarea:focus {

    color: rgba(0, 0, 0, 0.8);

}



button[disabled], input[disabled] {

  cursor: default;

}

input[type="checkbox"] {

  box-sizing: border-box;

  padding: 0;

  width: 13px;

  height: 13px;

}

input[type="radio" i] {
    width: 16px;
    height: 16px;
	box-sizing: border-box;
    padding: 0;
	margin: 3px 3px 0px 5px;
}

input[type="search"] {

  -webkit-appearance: textfield;

  -moz-box-sizing: content-box;

  -webkit-box-sizing: content-box;

  box-sizing: content-box;

}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {

  -webkit-appearance: none;

}

button, input[type="button"], input[type="reset"], input[type="submit"] {

  cursor: pointer;

  -webkit-appearance: button;

  overflow: visible; 

  border: 1px solid;

  border-color: #ccc #ccc #bbb;

  border-radius: 3px;

  background: #dc4443;

  color: rgba(255,255,255, 1);

  font-size:14px;

  line-height: 1;

  padding: 0.4em 1em 0.4em;

}

.btn_links {display: inline-block; 

  cursor: pointer;

  border-radius: 3px;

  background: #dc4443;
  
  color: #fff;

  font-size:14px;

  line-height: 1;

  padding: 0.2em 1em;

  text-shadow: 0 1px 0 rgba(0,0,0, 0.8);

}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn_links:hover {

    opacity: 0.8;

}

button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus,

input[type="reset"]:focus, input[type="submit"]:focus {

    border-color: rgba(0, 0, 0, 0.5);

    opacity: 0.8;

}

textarea {

  overflow: auto;

  vertical-align: top;

  resize: vertical;

  width: 100%;

}

input:valid, textarea:valid {

}

input:invalid, textarea:invalid {

  background-color: rgba(236, 18, 26, 0.3);

}

embed, iframe, object {

  max-width: 100%;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

  margin: 0 0 1.5em;

  width: 100%;

  background: #f9f9f9;

}

td {

  vertical-align: top;

}

th {

  background: #e0f0f7;

}

th, td {

  padding: 0.5em;

  border: 1px solid lightgray;

}

.chromeframe {

  margin: 0.2em 0;

  background: #ccc;

  color: black;

  padding: 0.2em 0;

}

ul, ol {

  margin: 0 0 1em 0.75em;

  padding: 0 0 1em 0.75em;

}

ul {

  list-style: disc;

}

ol {

  list-style: decimal;

}

li > ul, li > ol {

  margin-bottom: 0;

  margin-left: 0.5em;

  padding-bottom: 0;

}

h1, h2, h3, h4, h5, h6 {

    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: "Roboto", sans-serif;

}

h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #393434;
    font-family: "Roboto", sans-serif;
    font-size: 3em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #5c5c5c;
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    font-weight: 200;
    font-style: normal;
    line-height: 50px;
    text-rendering: optimizeLegibility;
}

h3 {

    margin: 0;
    margin-bottom: 10px;
    color: #393434;
    font-family: "Roboto", sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;

}

h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #393434;
    font-family: "Roboto", sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #393434;
    font-family: "Roboto", sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #393434;
    font-family: "Roboto", sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

p {

  font-size: 15px;

  margin: 0;

  padding: 0;

  font-weight: normal;

  line-height: 23px;

  margin-bottom: 15px;

}

.container {

  width: 100%;

  padding-right: 15px;

  padding-left: 15px;

  max-width: 1200px;

  margin: 0 auto;

}

.full-container {

  width: 100%;

  max-width: 100%;

  padding-right: 15px;

  padding-left: 15px;

}

.clearfix:before, .clearfix:after {

  content: "";

  display: table;

}

.clearfix:after {

  clear: both;

}

.clearfix {

  zoom: 1;

}

a, button, input, textarea, select {

  outline: none !important;

}

.w-100 {width: 100% !important;}

.txt11{ color:#ee1c25;}

.bor{ border-top:#CCC solid 2px; height:10px; margin: 20px 0 20px 0px;}

.left a{ color:#000; text-decoration:none}

.quick{ background:#f4f4f4; padding:10px 7px 0 7px}

.head-1{ background: url("images/quick-bg.png") repeat-x scroll 0% 0% transparent; padding: 10px;  float: left; display: block;

font-size: 16px; color: #494748;  width: 97%; font-weight: 600;}

.contant-detail{margin-bottom: 180px;
    padding: 60px 0px 0 0px;
	width:100%;
}
.contant-detail .frm_txt {width:100%;text-align:center;margin-bottom:40px;}
.contant-detail .frm_txt span{vertical-align: super;
	color:#dd402d;
	font-size: 17px;
}
.frm_txt {width:100%;margin-bottom:40px;}
.frm_txt span{vertical-align: super;
	color:#dd402d;
	font-size: 17px;
}
.right_side_img{top: 33%;
    position: absolute;
    right: 102px;
    width: 35%;
    display: block;
    margin-top: 50px;
}
.right_side_img img{max-width:100%;width:100%;}
.contant-detail .right1 { 
    background-color: #fff; 
	display: block;
	box-shadow: 0 4px 17px 0 rgba(0,0,0,0.1);
	width: 100%;
	padding: 30px 40px;
	float: none;
	border-radius:3px;
	position: relative;
}
.left_side_box{width: 73%;}
.consignment-page{background-color: #f7f7f7;}

.booking_detail_box{}
.sidebar_box{width: 25%; 
	margin-left: 2%;
	height:auto;
	position:relative;
}
.inner_sidebar{
    position:absolute;
    width: 100%;
    height:100%;
	max-width: 294px;
} 
#sidebar{width: 100%; 
	max-width: 294px;
}
.wht_box_bg{background-color: #fff; 
	box-shadow: 0 4px 17px 0 rgba(0,0,0,0.1);
	border-radius:3px;
	position: relative;
	padding: 15px 10px;
	width: 100%;
}
.border_bt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.contant-detail .right1 .frm .in {
    width: 100%;
    text-align: left;
	padding-bottom: 15px;
}

.contant-detail .right1 .frm .in b{
    vertical-align: top;
    background: url(gifs/right-li.png) no-repeat right;
    padding: 0 15px 0 4px;
    margin: 4px 0;
    background-size: 1px 60px;
	display: inline-block;
}

.contant-detail .right1 .frm .in b:last-child{

    background: none;padding-right:0;

}

.contant-detail .right1 .frm .in .inddd{position:relative;
    width: 100%;
    display: block;
}

.thanks-desc{position:relative;}

p.bigger {
    line-height: 22px;
    margin: 0;
    font-size: 13px;
    padding-top: 12px;
}
.thanks-desc h2{font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: normal;
}
.thanks-desc h2 a{color: #EE1C25;text-decoration:underline;}
.thanks-desc h2 a:hover{color: #337ab7;}

.contant-detail .right1 .frm .in span.error_msgdiv {

    width: 100%;
    display: block;
	color: #DA251C; 
	margin-bottom: 5px;
	font-size: 12px;

}

.contant-detail .right1 h1 {
    font-size: 20px;
    color: #333;
    margin: 0px;
	font-weight: 500;
    margin-bottom: 6px;

}

.payment_detail_box .contant-detail .right1 {width: 65%;
	padding: 40px 80px;
	margin: 0;
    float: none;
	min-height: 690px;
}

.consignment-page .button-primary{max-width:202px;margin:15px auto 0px;}
.consignment-page .sidebar_box .button-primary{max-width:100%;}
.payment_detail_box .radios .survey_type .button-primary{margin:0;display: flex;
    align-items: center;
    justify-content: center;
    height: 98px;
    border-radius: 8px;
}
.animated.fadeInUp{-webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;}


.contant-detail .right1 .frm h3 {
    font-size: 16px;
    color: #ee1c25;
    margin: 0px;
	font-weight: 500;
    margin-bottom: 10px;

}

.contant-detail .right1 .frm input[type="radio"] {
    width: 16px;
    height: 16px;
    padding: 0;
	margin: 3px 3px 0px 5px;
}

.contant-detail .right1 .frm input[type="text"], .contant-detail .right1 select, .contant-detail .right1 textarea { 

    padding: 4px 0 4px 6px;

    font-size: 15px;

    color: #666;

    height:40px;
	
	width:100%;

    border: 1px solid #dde5eb;
	
	border-radius:5px;

}
.contant-detail .right1 .frm input[type="text"]:focus, .contant-detail .right1 select:focus, .contant-detail .right1 textarea:focus, .search_div input.inp_pro:focus {border: 1px solid #999;} 

.contant-detail .right1 .frm .search_div, .search_div{position:relative;display:block;}
.contant-detail .right1 .frm .search_div:after, .search_div:after{content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: 24px;
    height: 37px;
	background: url(images/search_img01.svg) no-repeat 50%;
}
.contant-detail .right1 .frm .search_div input, .search_div input{padding-left:38px !important;}
.search_div input.inp_pro{padding: 4px 0 4px 6px;

    font-size: 15px;

    color: #666;

    height:40px;
	
	width:100%;

    border: 1px solid #dde5eb;
	
	border-radius:3px;
}

.label_txt{color: rgba(70,81,102,.7);
    line-height: 19px;
    display: block;
    margin-top: -2px;
	font-size:13px;
}
.label_txt1 {
    color: rgba(70,81,102,.7);
    line-height: 19px;
    display: block;
    margin-top: -15px;
    font-size: 12px;
}
.select_txt{display: block;}
.select_txt label{display: block;
    margin-top: 8px; 
    font-size: 17px;
}
.time_box output{font-size: 24px;
    color: #000;
    display: block;
    margin-top: 13px;
}
.time_list{border: 1px dashed #ddd;
    border-radius: 2px;
	margin-top: 40px;
	padding: 12px 15px;
}
.time_list ul{margin-left: -5px;
	margin-right: -6px;
    padding: 0px;
	margin-top: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}  
.time_list ul.time_list1{width: 33%;
    display: inline-flex;
}
.time_list ul.time_list1 li{width: 85%;flex-wrap: wrap;} 
.time_list ul.time_list1 img{display: block;
    max-width: 42px;
}
.time_list ul.time_list1 span{display: block;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.time_list li{display: inline-flex;
    width: 23%;
    margin-left: 5px;
    margin-right: 6px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
	margin-top:5px;
	margin-bottom:5px;
} 
.time_list li a{color: #666;padding: 10px 5px;display: block;width: 100%;box-shadow: 0px 0px 2px 0px #aaa;border-radius: 2px;cursor:pointer;}  
.time_list li a:hover, .time_list li.active a{background-color: #059275;color: #fff;} 

.inddd:after {

    background-color: #f7f7f7;
    content: '*';
    color: #f35b5b;
    height: 35px;
    width: 35px;
    float: right;
    font: 400 24px 'arial';
    line-height: 43px;
    position: relative;
    overflow: hidden;
    right: 1px;
    text-align: center;
    margin-top: -36px;

}

.indddd:after {
    background-color: #f7f7f7;
    content: '*';
    color: #f35b5b;
    height: 34px;
    width: 35px;
    float: right;
    font: 400 24px 'arial';
    line-height: 42px;
    position: relative;
    overflow: hidden;
    text-align: center;
	right: 1px;
    margin-top: -35px;
}

.button-primary {

    background-color: #dc4443;

    border: solid 1px transparent !important;

    box-sizing: border-box;

    color: #fff !important;

    cursor: pointer;

    font: 14px/36px 'arial';

    height: 40px;

    letter-spacing: 1px;

    margin-top: 0px;

    outline: none;

    text-align: center;

    text-transform: uppercase;

    transition: background-color 0.5s;

    width: 100%;

}
.sub_btn {display:inline-block;
    background-color: #dc4443;
    border: none !important;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
	line-height: 40px;
    letter-spacing: 1px;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.5s;
    min-width: 180px;
	padding: 0 20px;

}
.sub_btn:hover{opacity:0.8;} 
.btn_border{background-color: #fff !important;color: #dc4443 !important;border: solid 1px #dc4443 !important;}
.btn_border:hover{background-color: #dc4443 !important;color: #fff !important;border: solid 1px #dc4443 !important;}


/* ==========================================================================

   Header custom styles

   ========================================================================== */

header {

   position: fixed;

    width: 100%;

    top: 0;

    z-index: 9999;

    height: auto;

    -webkit-transition: height 0.5s, -webkit-transform 0.5s;

    transition: height 0.5s, -webkit-transform 0.5s;

    -o-transition: height 0.5s, transform 0.5s;

    transition: height 0.5s, transform 0.5s;

    transition: height 0.5s, transform 0.5s, -webkit-transform 0.5s;

    background: rgba(255, 255, 255, 0);

}

header.fixedheader{

    margin-top: 0;

}

header .logo{

	  width: 100%;

	  display: block;

	  margin-top: 0px;

	  padding: 0px 39px;

	  margin-bottom: 5px;

	  position: relative;

	  -webkit-transform: translate3d(0, 0, 0);

	  -o-transition: width 0.5s, transform 0.5s;

	  transition: .5s ease-out;

}

header .right-sec{

	   padding-top: 14px;

	  -webkit-box-pack: center;

	  -ms-flex-pack: center;

	  justify-content: flex-end;

	  padding-right: 24px;

}

header .srch-right-sec {

		position: unset;

		right: 0;

		top: -27px;

}

.inner-page {overflow: hidden;}

.inner-page p {

    color: #55555a;

        padding-bottom: 12px;

        margin: 0;

}
.thanks_page.inner-page p {
    color: #666;
    padding-bottom: 5px;
}
.thanks_page .mobile_icon img {
    max-width: 100px;
}
.bottom_img{}
.bottom_img img {
    max-width: 90%;
}

header.fixedheader .header-top {

     height: 0;

    overflow: hidden;

    transition: .5s ease-out

}

header.fixedheader .main-header-menu {
    display: none;
}

header.fixedheader .right-sec {

    padding-top: 13px;

}

header.fixedheader .logo{
    width: 100%;
    display: block;
    top: 4px;
    -o-transition: width 0.5s, transform 0.5s;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

.logo1 {
    display: none;
    margin: 0px 15px;
}

header.fixedheader .logo1 {
    display: block;
}

header.fixedheader .f-logo {
    display: none;
}

.f-logo {
    display: block;
    margin: 0 0 -30px;
}

header .container {

    position: relative;

}

header a.logo {

    outline: none;

}

header .right-sec {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    padding-top: 20px;

}

header .search-form {

    position: relative;

}

header .srch-right-sec {

    width: auto;

    height: auto;

    position: absolute;

    right: 0;

    top: -20px;

}

header .searchbox {

    position: relative;

    min-width: 40px;

    width: 0%;

    height: 40px;

    float: right;

    overflow: hidden;

    transition: width 0.7s;

}

header .searchbox-input {

    top: 0;

    right: 0;

    border: 0;

    outline: 0;

    background-color: transparent;

    width: 89%;

    height: 38px;

    border: none;

    margin: 0;

    padding: 0 5%;

    font-size: 0;

    color: #000;

    font-weight: 300;

    outline: none;

    border-radius: 100px;

    transition: all 0.3s ease-out 0s;

}

header .searchbox-input::-webkit-input-placeholder {

    color: #000;

}

header .searchbox-icon, header .searchbox-submit, header input.searchbox-submit {

    width: 25px;

    height: 25px;

    display: block;

    position: absolute;

    top: 12px;

    font-size: 0;

    right: 0;

    padding: 0;

    margin: 0;

    border: 0;

    outline: 0;

    text-align: center;

    cursor: pointer;

    color: #666666;

    border: none;

    background-image: url(images/search_icon.png);

    background-color: transparent;

    background-position: 0 -3px;

    background-repeat: no-repeat;

    transition: all 0.3s ease-out 0s;

}

header .searchbox-icon{

    background-image: url(images/sear.png);

}

header .searchbox-open {

    background: #fff;

    z-index: 10;

    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);

    border-radius: 4px;

    width: 400px;

}

header .searchbox-open .searchbox-input {

      font-size: 13px;

}

header .searchbox-open .searchbox-icon {

      background-position: -3px -48px;

}

nav ul li a {

      outline: none;

      position: relative;

}

nav ul li a:after {

        content: "";

        position: absolute;

        bottom: -2px;

        left: 0;

        width: 0%;

        height: 2px;

        background-color: #ed1d24;

        transition: width 0.5s;

}

nav ul li a:focus {

        outline: none;

}

nav ul li a:hover:after {

          width: 100%;

}



nav ul li.current-menu-item  a {

      color: #61c9d5;

}

.icon-bars span {

  content: "";

  display: block;

  width: 30px;

  height: 2px;

  background: #393434;

  cursor: pointer;

  top: 0;

}

.icon-bars span:after {

  content: "";

  position: absolute;

  display: block;

  width: 30px;

  height: 2px;

  cursor: pointer;

  background: #393434;

  top: 12px;

}

.icon-bars, .icon-bars span:before, .nav-toggle span:after {

  -webkit-transition: all 300ms ease-in-out;

  -o-transition: all 300ms ease-in-out;

  transition: all 300ms ease-in-out;

}

.icon-bars span:before {

  content: "";

  position: absolute;

  display: block;

  width: 30px;

  height: 2px;

  background: #393434;

  cursor: pointer;

  top: 6px;

}

/* ==========================================================================

   home page custom styles

   ========================================================================== */

.menu li.drop-down{

	position:relative;

}

.menu li.drop-down ul .mega{

	  column-count: 2;

	  min-width: 398px;

	  column-gap: 0;

}

.menu li.drop-down ul li{

	  margin-left: 0;

	  border: 0;

	  width: 51%;

	  padding: 0px;

	  float: left;

}

.menu li.drop-down ul li a{

	  padding: 10px 11px;

	  font-size: 12px;

	  line-height: 20px;

	  background-color: #ffffff;

	  border-bottom: 1px solid rgba(0, 0, 0, 0.10);

	  color: #2d2d2d;

}

.menu li.drop-down ul li a:hover {

     background-color: #ed1d24;

     color: white;

}

.menu li.drop-down ul li a:after {

    content: none;

}

.menu li.drop-down ul li a.disable-a {

	 pointer-events: all;

}

.menu li.drop-down:hover .drop-down-ul{

	display: block;

	position: absolute;

	overflow: unset;

	left: 0;

	margin: 0;

	margin-left: 0 !important;

	padding-left: 0;

	top: 100%;

	padding-top: 13px;

	background:#fff;

	-webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

    -webkit-transition: all ease-in-out 0.5s;

    -o-transition: all ease-in-out 0.5s;

    transition: all ease-in-out 0.5s;

}


.menu li.drop-down .menu-article{

	display: block;

	position: relative;

	overflow: unset;

	height: 100%;

	/*left: 230px;

	top: 0%;*/

	margin: 0;

	margin-left: 0 !important;

	padding: 20px;

	width: 49%;

	background: #fff;

	float: right;

}

.menu li.drop-down .menu-article img {

	width: 100%;

	height: auto;

	display: block;

	margin: 0 0 15px;

}

.menu li.drop-down .menu-article h4 {

	width: 100%;

	font-size: 16px;

	font-weight: 600;

	color: #212121;

	line-height: 20px;

	text-align: left;

	letter-spacing: 0.4px;

	margin: 0 0 10px;

	padding: 0;

}

.menu li.drop-down .menu-article p {

	width: 100%;

	font-size: 12px;

	font-weight: 400;

	color: #55555a;

	line-height: 18px;

	text-align: left;

	letter-spacing: 0.4px;

}

.menu li.drop-down ul{

	left: 0px;

	min-width: 460px;

}

.menu li.drop-down .drop-down-ul{

	display: none;

    -webkit-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    transform: translateY(-100%);

    -webkit-transition: all ease-in-out 0.5s;

    -o-transition: all ease-in-out 0.5s;

    transition: all ease-in-out 0.5s;          

}

.section-seven {

  padding: 30px 0;

  border-top: 1px solid #e0e0e0;

}

.section-seven .list-sec ul {

      margin: 0;

      padding: 0;

      list-style: none;

      border-bottom: 1px solid #e5e5e5;

      display: flex;

      justify-content: space-between;

      flex-wrap: wrap;

}

.section-seven .list-sec ul li {

	  width: 50%;

	  position: relative;

	  padding-left: 30px;

	  padding-bottom: 20px;

}

.section-seven .list-sec ul li:before {

	  position: absolute;

	  left: 0;

	  top: 0;

	  content: "";

	  background: url(images/list-icons.png) no-repeat;

	  width: 22px;

	  height: 22px;

	  background-position: -7px -7px;

	  background-size: 250px;

	  transition: all 1s;

}

.section-seven .list-sec ul li:nth-child(2):before {

     background-position: -43px -7px;

}

.section-seven .list-sec ul li:nth-child(3):before {

     background-position: -73px -7px;

}

.section-seven .list-sec ul li:nth-child(4):before {

     background-position: -108px -7px;

}

.section-seven .list-sec ul li:nth-child(5):before {

     background-position: -216px -7px;

}

.section-seven .list-sec ul li:nth-child(6):before {

     background-position: -150px -7px;

}

.section-seven .list-sec ul li:nth-child(7):before {

     background-position: -182px -7px;

}

.section-seven .list-sec ul li a {

	color: #999;

	font-size: 15px;

	font-family: "Roboto", sans-serif;

	font-weight: 500;

	outline: none;

}

.section-seven .list-sec ul li:after {

	content: "";

	display: block;

	position: absolute;

	bottom: -1px;

	left: 0;

	height: 2px;

	width: 100%;

	background-color: #da251c;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),

	-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.section-seven .list-sec ul li:hover:after {

    transform: scaleX(1);

}

.section-seven .list-sec ul li:hover:before {

    background-position-y: -35px;

}

.section-seven .list-sec ul li:hover a {

    color: #da251c;

}

.section-eight ul.resp-tabs-list {

    margin: 0 auto;

    padding: 0 15px;

    max-width: 1200px;

    position: relative;

}

.section-eight ul.resp-tabs-list li {

    font-size: 16px;

    color: #999;

    padding: 0;

    margin-right: 40px;

    position: relative;

    font-weight: 400;

    background-color: transparent !important;

}

.section-eight ul.resp-tabs-list li:after {

	content: "";

	display: block;

	position: absolute;

	bottom: -6px;

	left: 0;

	height: 2px;

	width: 100%;

	background-color: #da251c;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),

	-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.section-eight ul.resp-tabs-list li:hover:after {

    transform: scaleX(1);

}

.section-eight ul.resp-tabs-list li.resp-tab-active {

    border: none !important;

    font-family: "Roboto", sans-serif;

    font-weight: 600;

    color: #da251c;

}

.section-eight ul.resp-tabs-list li.resp-tab-active:after {

    transform: scaleX(1);

}

.section-eight .location-tab ul {

      list-style: none;

      margin: 0;

      padding: 0;

      display: flex;

      flex-wrap: wrap;

}

.section-eight .location-tab ul li {

	  margin: 0 2px 10px 0;

	  transition: all 1s;

}

.section-eight .location-tab ul li a {

	  font-size: 13px;

	  color: #807b72;

	  line-height: 14px;

	  outline: none;

	  position: relative;

	  display: block;

	  text-transform: capitalize;

}

.section-eight .location-tab ul li a:after {

	  content: "/";

	  padding: 5px;

}

.section-eight .location-tab ul li:last-child a:after {

     display: none;

}

.section-eight .location-tab ul li:hover a {

    color: #da251c;

}

.section-eight .location-tab .location-list {

	margin: 0 auto;

	padding: 0 15px;

	max-width: 1200px;

}

.section-eight .location-tab .location-list.box-wise-list{

	display:flex;

	flex-wrap: wrap;

}

.section-eight .location-tab .location-list.box-wise-list ul{

	list-style: disc;

    margin: 0;

    padding: 0;

    display: -ms-grid;

    display: grid;

    grid-gap: 0;

    grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));

    width: 100%;

    padding-left: 17px;

}

.section-eight .location-tab .location-list.box-wise-list ul li a{

	font-size: 13px;

	color: #807b72;

	line-height: 4px;

}

.section-eight .location-tab .location-list.box-wise-list ul li a:after {

    content:none;

}

.section-eight .loc-tab-bg {

    padding: 25px 0;

}

.section-eight .loc-tab-bg:nth-child(2n + 2) {

    background: #e4d7ca;

}

.section-eight .location-tab h3 {

	font-weight: 400;

	color: #333;

	font-size: 20px;

	padding-bottom: 8px;

	font-family: "Roboto", sans-serif;

}

.section-eight .resp-tab-content {

    padding: 0;

}

.section-eight h2.resp-accordion {

    padding: 0 15px;

    font-size: 15px;

}

/* ==========================================================================

   menu style

   ========================================================================== */

#menuArea .menuContent .overlay-list{

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#menuArea .menuContent .overlay-list .overlay-col{

	width: 15%;

	border-right: 1px solid #dedede;

	/* margin-right: 2%; */

	padding-left: 18px;
}

#menuArea .menuContent .overlay-list .overlay-col:last-child{

	border-right: 0px solid #dedede;

}

#menuArea .menuContent .overlay-list .overlay-col h3 {

	font-size: 18px;

	padding-bottom: 3px;

	margin-bottom: 0px;

	color: #797979;

}

.menuContent .overlay-col {

    width:15%;

}

.menuContent .overlay-col-1 {

	width: 30%;
  
	text-align: center;
  
	padding: 0px 0;
}

.menuContent .overlay-col-1 .contact-details-menu{

	padding-bottom: 29px;

	position: relative;

	padding-top: 18px;

	max-width: 263px;

	margin: 0 auto;

	margin-bottom: 13px;

	padding-left: 28px;

}

.menuContent .overlay-col-1 .contact-details-menu:after {

	content: "";

	position: absolute;

	height: 1px;

	width: 64%;

	background-color: #d1d1d1;

	left: 0;

	right: 0;

	margin: 0 auto;

	bottom: 0;
}

.menuContent .overlay-col-1 .contact-details-menu h3 {

	 font-size: 17px;

	text-align: left;

	font-weight: 400;

	color: #1e2d6a;

	margin-bottom: 4px;

}

.menuContent .overlay-col-1 .contact-details-menu h4 {

	 font-size: 15px;

	 font-weight: 200;

	 text-align: left;

	 margin-bottom: 19px;

}

.menuContent .overlay-col-1 .contact-details-menu h2 {

	font-size: 24px;

	text-align: left;

	line-height: 0;

	color: #1e2d6a;

	font-weight: 400;

	margin-bottom: 0;

}

.menuContent .overlay-col-1 .img-map {

	padding-bottom: 13px;

	position: relative;

	max-width: 263px;

	margin: 0 auto;

	margin-bottom: 13px;	
}

.menuContent .overlay-col-1 .img-map img {

	padding-bottom: 9px;

}

.menuContent .overlay-col-1 .img-map:after {

	content: "";

	position: absolute;

	height: 1px;

	width: 64%;

	background-color: #d1d1d1;

	left: 0;

	right: 0;

	margin: 0 auto;

	bottom: 0;
	
}

.menuContent .overlay-col-1 .img-map h3 {

	font-size: 19px;

	font-weight: 600;

	margin-bottom: 2px;
	  
}

.menuContent .overlay-col-1 .img-map h4{

	 font-size: 13px;

	 font-weight: 500;

}

.menuContent .overlay-col-1 .img-map p{

	font-size: 13px;

	line-height: normal;

	padding-bottom: 0;

	margin-bottom: 0;

}

.menuContent .overlay-col-1 .menu-logos {

	 max-width: 318px;

	 margin: 0 auto;

}

.menuContent .overlay-col-1 .menu-logos h3 {

	  font-size: 17px;

	  color: #1e2d6a;

	  font-weight: 500;

	  margin-bottom: 2px;

}

.menuContent .overlay-col-1 .social-connect {

	 max-width: 263px;

	 margin: 0 auto;
}


.menuContent .overlay-col-1 .social-connect h3 {

	  font-size: 17px;

	  color: #1e2d6a;

	  font-weight: 500;

	  text-align: left;

}

.menuContent .overlay-col-1 .social-connect ul {

	  display: block;

	  padding: 0;

	  margin: 0;

}

.menuContent .overlay-col-1 .social-connect ul li {

	  display: inline-block;
}
.menuContent .overlay-col-1 .social-connect ul li a {

	  border: 1px solid #d6d6d6;

	  margin: 0 3px;

	  padding: 10px 10px !important;

}

/* ==========================================================================

   online-payment styles

   ========================================================================== */

.inner-banner.onlinepayment-banner {

  background: url(images/online-payment.png) no-repeat;

  background-size: cover;

  background-position: right;

}

.onlinepayment-page .payment-form {

    background: url(images/onp-pic-1.jpg) no-repeat;

    width: 100%;

    padding: 50px 0px;

    background-position: center bottom;

    background-size: cover;

}

.onlinepayment-page .form-set {

    background: #fff;

    max-width: 540px;

    margin: 0 auto;

    padding: 30px;

    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.18);

    border-radius: 5px;

}

.onlinepayment-page .form-set h5 {text-align: center;}

.onlinepayment-page label {text-align: center;display: block;}

.onlinepayment-page h3 {

      color: #ee1c25;

      font-size: 26px;

      line-height: 26px;

      text-align: center;

      font-weight: 500;

      padding-bottom: 12px;

}

.onlinepayment-page p {

      text-align: center;

}

.onlinepayment-page ul {

      list-style: none;

      margin: 20px 0 35px 0;

      padding: 0;

}

.onlinepayment-page label.lbl {

      font-size: 14px;

      line-height: 20px;

      font-weight: 400;

      color: #848484;

      width: 100%;

      text-align: left;

      padding: 0 5px;

      margin: 0 0 5px;

}

.onlinepayment-page input[type="text"] {

      background-color: transparent;

      height: 45px;

      border: 1px solid #d1d1d1;

      border-radius: 5px;

      width: 100%;

      padding-left: 15px;

      outline: none;

      color: #454545;

      font-size: 14px;

}

.onlinepayment-page input[type="text"]::placeholder {

        color: #9b9b9b;

        font-size: 14px;

}

.onlinepayment-page select {

      background-color: transparent;

      height: 45px;

      border: 1px solid #d1d1d1;

      border-radius: 5px;

      width: 100%;

      padding-left: 15px;

      outline: none;

      color: #454545;

      font-size: 14px;

      box-shadow: none !important;

}

.onlinepayment-page span {font-size: 12px;color: #ee1c25 !important;}

.onlinepayment-page .btn-more {

  background: #ee1c25 !important;

  color: #fff;

  margin: 10px auto 0;

}

.onlinepayment-page .radio {

    margin: 10px 20px 0 0;

    position: relative;

}

.onlinepayment-page .radio input[type="radio"] {

      position: absolute;

      width: 100%;

      height: 100%;

      opacity: 0;

}

.onlinepayment-page .radio input[type="radio"]+ .radio-label:before {

          content: "";

          background-color: transparent;

          border-radius: 100%;

          border: 2px solid #ee1c25;

          display: inline-block;

          width: 15px;

          height: 15px;

          position: relative;

          top: 0;

          margin-right: 15px;

          vertical-align: middle;

          cursor: pointer;

          text-align: center;

          transition: all 250ms ease;

}

.onlinepayment-page .radio input[type="radio"]:checked+ .radio-label:before {

            background-color: #ee1c25;

            box-shadow: inset 0 0 0 3px #fff;

}

.onlinepayment-page .radio input[type="radio"]:focus+ .radio-label:before {

            outline: none;

            border-color: #ee1c25;

}

.onlinepayment-page .radio label {

      color: #333333;

      font-size: 16px;

      vertical-align: sub;

      font-weight: 500;

}

.onlinepayment-page .content-set {

    padding-bottom: 50px;

}

.onlinepayment-page .content-set p {

      text-align: center;

      font-size: 15px;

      margin-bottom: 0;

}

.onlinepayment-page .content-set span {

        display: inline-block;

        color: #333333;

        font-weight: bold;

}

/* ==========================================================================

    common styles

    ========================================================================== */

header.fixedheader #menuArea.opened {

    top: 0;

    top: 22px !important;

    right: 33px !important;

}

.feature-box{box-shadow: 0px 0px 2px 0px #ccc;
    background: #fff;
    border-radius: 3px;
    padding: 12px;
}
.feature-box.text-left{display: flex;
    width: 100%;
}
.feature-box.text-left .feature-thumb{margin-bottom: 0px;width: 30px;    
	display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.feature-box.text-left .feature-thumb img{max-width: 18px;}
.feature-box.text-left .feature-info{width:60%;}
.feature-box.text-left .feature-info h3{margin-bottom: 0px;font-size: 13px;}
.feature-box.text-left .feature-info p{padding-bottom: 0px;} 
.feature-action{width: 15px;line-height: normal;margin-top: 2px;}
.feature-action a{cursor:pointer;}
.feature-action img{width: 14px;}
.artical_action{width:26%;display: inline-flex;align-items: center;justify-content: center;}
.artical_action span{font-size: 17px;
    cursor: pointer;
	color: #dc4443;
	border:1px solid #dc4443;
	border-radius: 100%;
	width:20px;
	height:20px;
	display: inline-flex;align-items: center;justify-content: center;
}
.artical_action .increase{}
.artical_action .decrease{font-size: 18px;margin-top:-1px;}
.artical_action input{width: 28px;
    border: none;
    color: #333;
	text-align: center;
	font-size:16px;
	padding:0; 
	background:none;
} 
.feature-thumb{display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.feature-thumb img{max-width: 35px;}
.feature-info{width: 100%;}
.feature-info h3 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 500;
	line-height:normal;
}
.feature-info p{line-height:normal;} 
.artical_list_detail .feature-info p, .inner_artical_box .feature-info p{display:none;}
.feature-info p span{border-right: 1px solid #ddd;
    margin-right: 5px;
    padding-right: 5px;
	font-size: 9px;
}  
.feature-info p span:last-child{border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}
.feature-info .btn_border { position:relative;
    min-width: 85px;
    height: 28px;
    line-height: 26px;
    letter-spacing: 0;
    font-size: 11px;
    border-radius: 4px;
	margin-top:10px;
}
.add_one{position: absolute;
    top: 0;
    right: 3px;
    font-size: 15px;
    margin-top: -3px;
    z-index: 999;
    cursor: pointer;
    line-height: normal;
}

.chatbox-container .shadow-textarea  {

	padding: 0 7px;

	padding-bottom: 7px;

}

header .search-form {

	  position: relative;

	  width: 62px;

	  height: 39px;

}

header .srch-right-sec {

  position: absolute;

  right: 0;

  top: 0;

}

.home-slider {

  position: relative;

}

.header-top {

  display: none;

}

.top-logos-sec {

  width: 100%;

  max-width: 450px;

  margin: 0px auto;

  padding: 20px 0;

}

.top-logos-sec .logo-image img{

	border-bottom: 1px solid #eaeaea;

	padding-bottom: 23px;

}

.breadcrumb {

  background: #f7f3f0;

  padding: 15px 0;

}

.breadcrumb ul {

      list-style: none;

      display: -webkit-box;

      display: -ms-flexbox;

      display: inline-flex;

      margin: 0;

      flex-wrap: wrap;

      padding: 0;

      line-height: 18px;

}

.breadcrumb ul li {

      color: #a1a1a1;

      font-size: 12px;

}

.breadcrumb ul li:after {

	  content: "/";

	  color: #d6252a;

	  padding: 0 5px;

}

.breadcrumb ul li a {

	  color: #646464;

	  font-size: 13px;

	  outline: none;

}

.breadcrumb ul li:last-child:after {

	  display: none;

}

.compensate-for-scrollbar {

  margin-right: 0 !important;

}

.borderClass .section-seven {

    border-top: none;

}

.innerpages .container {

    max-width: 1170px;

}

.inner-banner {

  background: url(images/car_carrier.jpg) no-repeat;

  width: 100%;

  background-size: cover;

  height: 250px; 

  position: relative;

  text-align: left;

  background-position: right;

  display: flex;

  align-items: center;

  flex-direction: column;

  justify-content: center;

}

.inner-banner .main-outer-inbanner{

    max-width: 533px;

}

.inner-banner p {

    font-size: 16px;

    color: white;

    position: relative;

    z-index: 1;

    text-shadow: rgba(0, 0, 0, 0.29) 0px 1px 2px;

}

.inner-banner .banner-main-title {

    font-size: 32px;

    color: #ffffff;

    font-weight: 700;

    position: relative;

    z-index: 1;

    margin: 0;

    text-transform: uppercase;

    padding-bottom: 21px;

    margin-bottom: 15px;

    line-height: 35px;

    text-shadow: rgba(0, 0, 0, 0.29) 0px 1px 4px;

}

.inner-banner .banner-main-title:after{

	content: "";

	background-color: #ed1d24;

	width: 81px;

	height: 3px;

	position: absolute;

	bottom: 0;

	left: 0;

}

.inner-banner .banner-sub-title {

    position: relative;

    z-index: 9;

    color: #ffffff;

    font-size: 19px;

    text-transform: capitalize;

    margin: 0;

    padding-bottom: 15px;

    font-weight: 400;

    text-shadow: rgba(0, 0, 0, 0.29) 0px 1px 2px;

}

.inner-banner:after {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.26);

}

#preloader {

  width: 100%;

  height: 100%;

  position: fixed;

  z-index: 10000000;

  background: #fff url(images/loader.gif) center center no-repeat;

  top: 0;

  left: 0;

}

.section-three .resp-tabs-list li {

  background-color: transparent !important;

}

.grayscale {

  filter: grayscale(1);

  transition: all 0.5s ease-in-out;

}

.grayscale:hover {

    filter: grayscale(0);

}

a.view-btn {

  color: #fff;

  background: #ed1c24;

  width: 140px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  display: block;

  border-radius: 5px;

  font-family: "Roboto", sans-serif;

  transition: all 1s;

}

a.view-btn:hover {

    background: #f6b801;

}

input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}

.bottom-clients {

  padding: 30px 0;

  display: none;

}

.bottom-clients h2 {

    text-align: center;

    font-size: 26px;

    line-height: 26px;

    color: #363636;

    font-weight: 400;

}

.bottom-clients .trusted-client {

    margin-top: 30px;

}

.bottom-clients .item {

    padding: 16px 30px;

    border: 1px solid #e1e1e1;

}

.bottom-clients .item img {

      transition: all 1s;

}

.bottom-clients .item:hover img {

        transform: scale(1.2);

}

.common-bottom-banner .common-left {

    background-image: url(images/customer-bg-1.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    height: 400px;

    align-items: center;

    display: flex;

    padding: 0 15px;

    background-position: center;

}

.common-bottom-banner .common-left h2, .common-bottom-banner .common-left p {

      color: #fff;

}

.common-bottom-banner h2 {

    font-size: 30px;

    font-weight: 400;

  }

.common-bottom-banner p {

    margin-bottom: 0;

    font-size: 15px;

}

.common-bottom-banner a {

    width: 130px;

    height: 50px;

    background: #f5a905;

    display: block;

    text-align: center;

    line-height: 54px;

    color: #212121;

    font-size: 14px;

    text-transform: uppercase;

    border-radius: 5px;

    font-weight: 600;

    margin-top: 35px;

    transition: all 1s;

}

.common-bottom-banner a:hover {

      background: #d4161c;

      color: #fff;

}

.common-bottom-banner .common-right {

    background-image: url(images/customer-bg-2.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    height: 400px;

    align-items: center;

    display: flex;

    padding: 0 15px;

    background-position: center;

 }

.common-bottom-banner .common-right h2, .common-bottom-banner .common-right p {

      color: #333333;

}

@-webkit-keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}

@keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }

  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}

@keyframes zoom {

  0% {

    transform: scale(1.5);

  }

  100% {

    transform: scale(1);

  }

}

@keyframes zoom-in {

  0% {

    transform: scale(0.5);

  }

  100% {

    transform: scale(1);

  }

}

@-webkit-keyframes menuFadeDown {

from {

  opacity: 0;

  -webkit-transform: translate3d(0, -5%, 0);

  transform: translate3d(0, -5%, 0);

}

to {

  opacity: 1;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

}

}

@keyframes menuFadeDown {

from {

  opacity: 0;

  -webkit-transform: translate3d(0, -5%, 0);

  transform: translate3d(0, -5%, 0);

}

to {

  opacity: 1;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

}

}


.menuFadeDown {

  -webkit-animation-name: menuFadeDown;

  animation-name: menuFadeDown;

}

@keyframes opacity {

0% {

	opacity: 0;

	left: 280px;

	top: 17px;

}

100% {

	opacity: 1;

	left: 246px;

	top: 17px;

}

}

.complaint_captcha .complaint_input {

    width: calc(100% - 175px);

    display: inline-block;

    vertical-align: top;

}

.complaint_captcha input.tbx {text-transform: none !important;

}

.complaint_cpcha {

    width: 175px;

    display: inline-block;

    vertical-align: top;

}

.complaint_cpcha img {

      width: auto;

      max-width: 124px;

      height: auto;

      max-height: 50px;

      display: inline-block;

      padding: 5px;

}

.complaint_cpcha a {

      background: #000;

      width: 45px;

      height: 50px;

      font-size: 0;

      border-radius: 5px;

      display: inline-block;

      position: relative;

      margin: 2px;

}

.complaint_cpcha a:before {

        content: '\f021';

        position: absolute;

        font-family: FontAwesome;

        color: #fff;

        font-size: 20px;

        left: 50%;

        top: 50%;

        transform: translate(-50%, -50%);

}

.complaint_btn {

  text-align: center;

}

.complaint_btn .btn + .btn {

    background: #f8c301;

}

.btn-more {

    margin: 30px auto;

    display: block !important;

    padding: 10px 30px !important;

    border: none !important;

    font-size: 11px !important;

    line-height: 30px !important;

    background: #f8a306;

    text-transform: uppercase;

    text-shadow: none !important;

    font-weight: 600;

    letter-spacing: 0.5px;

}

.no-flex {

  display: block !important;

}

.no-flex .img-infra {

    float: right;

    padding: 0 0 40px 40px;

  }

.no-flex .infra-cont {

    width: auto !important;

}
  
/* ==========================================================================

   footer styles

   ========================================================================== */

footer {

  position: relative;

  overflow: hidden;

}

footer .bx-chat span{

  font-size: 14px;

  color: white;

  border: 1px solid white;

  padding: 10px 35px;

  display: table;

  margin-bottom: 11px;

}

footer .pd-we-accept p {
  padding-bottom: 12px;
}

footer .pd-we-accept img {
  margin-right: 10px;
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 35px;
  display: inline-block;
  vertical-align: middle;
}

footer .pd-we-accept img:last-child {
  margin-right:0;
}

footer .ft-bg-img {

  width: 50%;

  left: -110px;

  top: 70px;

  position: absolute;

}

footer .first-footer {

  padding: 30px 0;

  background: linear-gradient(to right, #ed1c24 20%, #940e0e 100%);

}

footer .first-footer .container {

  max-width: 1170px;

}

footer .first-footer h3 {

  margin: 5px 0 10px;

  font-weight: 400;

  color: #fff;

  font-size: 17px;

  text-transform: capitalize;

}

footer .first-footer p {

  font-size: 13px;

  color: #fff;

}

footer .first-footer ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

footer .first-footer ul li {

	padding: 4px 0 4px 0px;

}

footer .first-footer ul li a {

	  color: #fbfbfb;

	  font-size: 12px;

}

footer .first-footer .inner-row {

  align-items: flex-start;

}

footer .first-footer .footer-store {

   margin-top: 36px;

}

footer .first-footer .footer-store p {

	margin-bottom: 12px;

}

footer .second-footer {

  background: #790a0e;

  padding: 30px 0;

  position: relative;

  z-index: 99;

}

footer .second-footer ul {

  display: flex;

  align-items: center;

  list-style: none;

  margin: 0;

  padding: 0;

}

footer .second-footer ul.social li {

  padding: 0 2px;

  transition: all 1s;

}

footer .second-footer ul.social li a {

	width: 20px;

	margin: 0px 5px;

	transition: all 1s;

	display: inline-block;

}

footer .second-footer ul.social li:hover a {

  transform: translateY(-10px);

  transition: all 1s;

}

footer .copy-right {

  color: #ccc;

  font-size: 12px;

}

footer .footer-links {

  display: flex;

}

footer .footer-links ul li a {

	  color: #ccc;

	  font-size: 12px;

}

footer .footer-links ul.links li {

	position: relative;

}

footer .footer-links ul.links li:after {

	  content: "|";

	  padding: 0 10px;

	  color: #ccc;

}

footer .footer-links ul.links li:last-child:after {

	display: none;

}
.ft-contact {
    color: #ddd!important;
    font-size: 16px!important;
    font-weight: 600;
}

#scroll {

  position: fixed;

  right: 10px;

  bottom: 96px;

  cursor: pointer;

  border-radius: 2px;

  display: none;

  font-size: 30px;

  z-index: 999999;

  background: #ed1c24;

}

#scroll img {

    display: block;

}

footer .footer_subs {

	display: inline-block;

	vertical-align: middle;

	margin: 0 0 0 10px;

}

footer .footer_subs input {

	width: 200px;

	display: inline-block;

	padding: 5px 10px;

	font-size: 13px;

	line-height: 25px;

	color: #55555a;

	font-weight: 400;

	border: solid 1px rgba(0,0,0,0.10);

	border-radius: 5px 0 0 5px;

}

footer .subs_btn {

	display: inline-block;

	padding: 5px 15px;

	font-size: 14px;

	line-height: 25px;

	color: #fff;

	font-weight: 400;

	background: #000;

	border: solid 1px #000;

	border-radius: 0 5px 5px 0;

}

.ft-link1 {

    width: auto;

    float: none;

    margin: 0;

    background: none;

    height: auto;

    padding-right: 15px;

}

.gt-bt-icon {

    width: auto;

    float: none;

    color: #fff;

    font-size: inherit;

    line-height: inherit;

    margin: 0;

}

.gt-bt-icon .bg-box {

    margin: 0;

    width: 100%;

}

#overlay {

  z-index: 9999;

}

.sec-research {

    background-image: url("images/r-bg.jpg");

    background-size: cover;

    position: relative;

}

.sec-research .i-out-res{

	padding: 34px 5px;

}

.sec-research .i-out-res h3{

  font-size: 20px;

  color: white;

}

.sec-research .i-out-res p{

  color: white;

  font-size: 14px;

}

.sec-research .i-out-res a{

  display: table;

  color: white;

  background-color: #ed1d24;

  padding: 10px 14px;

  font-size: 14px;

}


ul.resp-tabs-list{

    /* margin: 0px 0px 91px 199px; */

    padding: 0px;

}

.resp-tabs-list li {

    font-weight: 600;

    font-size: 13px;

    display: inline-block;

    padding: 13px 15px;

    margin: 0 4px 0 0;

    list-style: none;

    cursor: pointer;

    float: left;

}

.resp-tabs-container {

    padding: 0px;

    background-color: #fff;

    clear: left;

}

h2.resp-accordion {

    cursor: pointer;

    padding: 5px;

    display: none;

}

.resp-tab-content {

    display: none;

    padding: 15px;

}

.resp-tab-active {

	border: 3px solid rgb(240, 6, 6) !important;

    border-bottom: none;

	/* padding: 12px 14px 14px 14px !important; */

	border-top: 3px solid rgb(240, 6, 6) !important;

    border-bottom: 3px rgb(240, 6, 6) solid !important;

}

.resp-tab-active {

    border-bottom: none;

    background-color: #fff;

}

.resp-content-active, .resp-accordion-active {

    display: block;

}

.resp-tab-content {

	border-top-color: white;

}

h2.resp-accordion {

    font-size: 13px;

    border: 1px solid #c1c1c1;

    border-top: 0px solid #c1c1c1;

    margin: 0px;

    padding: 10px 15px;

}

h2.resp-tab-active {

    border-bottom: 0px solid #c1c1c1 !important;

    margin-bottom: 0px !important;

    padding: 10px 15px !important;

}

h2.resp-tab-title:last-child {

    border-bottom: 12px solid #c1c1c1 !important;

    background: blue;

}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {

    float: left;

    width: 30%;

}

.resp-vtabs .resp-tabs-list li {

    display: block;

    padding: 15px 15px !important;

    margin: 0 0 4px;

    cursor: pointer;

    float: none;

}

.resp-vtabs .resp-tabs-container {

    padding: 0px;

    background-color: #fff;

    border: 1px solid #c1c1c1;

    float: left;

    width: 68%;

    min-height: 250px;

    border-radius: 4px;

    clear: none;

}

.resp-vtabs .resp-tab-content {

    border: none;

    word-wrap: break-word;

}

.resp-vtabs li.resp-tab-active { 

border: 1px solid #5AB1D0 !important;

border-right: 1px #FFF solid !important;

}

.resp-arrow {

    width: 0;

    height: 0;

    float: right;

    margin-top: 0px;

    border-left: 6px solid transparent;

    border-right: 6px solid transparent;

    border-top: 12px solid #c1c1c1;

}

h2.resp-tab-active span.resp-arrow {

    border: none;

    border-left: 6px solid transparent;

    border-right: 6px solid transparent;

    border-bottom: 12px solid #9B9797;

}

/*-----------Accordion styles-----------*/

h2.resp-tab-active {

    background: #DBDBDB;/* !important;*/

}

.resp-easy-accordion h2.resp-accordion {

    display: block;

}

.resp-easy-accordion .resp-tab-content {

    border: 1px solid #c1c1c1;

}

.resp-easy-accordion .resp-tab-content:last-child {

    border-bottom: 1px solid #c1c1c1;/* !important;*/

}

.resp-jfit {

    width: 100%;

    margin: 0px;

}

.resp-tab-content-active { 

    display: block;

}

h2.resp-accordion:first-child {

    border-top: 1px solid #c1c1c1;

}
.pad0{padding:0 !important;} 
.marg0{margin:0 !important;}
.pad05{padding-left:5px;padding-right:5px;}
.marg-05{margin-left:-5px;margin-right:-5px;}
.text-center{text-align:center !important;}
.text-left{text-align:left !important;}
.text-right{text-align:right !important;}
.mbt0{margin-bottom:0px !important;}
.mbt5{margin-bottom:5px !important;}
.mbt10{margin-bottom:10px;}
.mbt15{margin-bottom:15px;}
.mtop0{margin-top:0px !important;}
.mtop10{margin-top:10px !important;}
.mtop20{margin-top:20px;}
.mtop50{margin-top: 50px;} 
.mtop-3 {margin-top: -3px;} 
.mtop5{margin-top:5px !important;}
.marg_lft10{margin-left:10px;}
.marg_lft15{margin-left:15px;}
.pad_box1{padding-top:20px;padding-bottom:20px;}
.small_txt{font-size: 12px !important;}
.medium_txt{font-size: 14px !important;}
.font15{font-size: 15px !important;}
.medium_txt1{font-size: 18px !important;}
.block_box{display: block;} 
.center_box{float:none;margin:0 auto;}
.wpl-booking, .relative_box{position:relative;} 
.black_txt{color:#000;} 
.bg_wht{background:#fff !important;}
.pointers{cursor:pointer;} 
.normal_font{font-weight:normal;}
.full_height {box-shadow: -2px 0px 5px 0px #aaa;
    height: 100%;z-index:111;
}
.full_width{width: 100% !important;}
.half_width {width: 48% !important;}
.box_width55{width: 55% !important;}
.box_width60{width: 60% !important;}
.box_width42{width: 42% !important;}
.box_width38{width: 38% !important;}
.box_width31{width: 31% !important;}
.flex_box{display:flex !important;}
.flex_box1{display:flex !important;justify-content: space-between;}
.flex_box2{display:flex !important;justify-content: center;}
.align_center{align-items: center;}
.justify_center{justify-content: center;}
.txt_green {
    color: #008000 !important;
}

.check_box{display:block;margin-top: 8px;}
.check_box label{margin:0 20px 0 0;}
.check_box span.flex_box{display:flex;}
.check_box input{margin:0;}
.check_box small{padding-left:5px;font-size: 13px;display: inline-block;
    padding-top: 3px; 
}
.stepper ul li p{color:#999;    
	position: absolute;
    top: 122%;
    left: 0;
    min-width: 100px;
}
.stepper ul li.active p{color:#333;} 
.my_modal .modal-content{background: #fbf7f7;}
.my_modal .modal-body{padding: 1rem 50px;}
.box_bg{background: #fff;box-shadow: 0 3px 7px 0 #e9e9e9;
    border-radius: 10px;
    padding: 20px 20px;
    border: 1px solid #aaa;
	/*--min-height: 324px;--*/
	position:relative;
}
.box_bg.active{border: 1px solid #3bb54a;}
.resend_otp{display: none}
.resend_otp.active{display: block}
.resend_otp a{color:#008000; display:inline-block;}
.resend_otp.active a, .resend_otp a:hover{color:#2121d6;}
#timmer_demo{color:#008000;}
.inner_contant{position:relative;
	z-index:111;
}
.popupbg_img{z-index:10;position:absolute;top: 100px; 
    left: 40px;
    width: 54px
}
.box_bg h3{font-size: 18px;
    margin-top: 5px;
    line-height: normal;
}
.popup_title{
    margin-bottom: 30px;
}
.popup_title h3{font-size: 26px;
    margin: 0 0 1px;
}
.popup_title p{font-size: 15px;line-height: normal;}
.popup_title p span{display:block;}
.box_bg h3 span{display:block;}
.box_bg p{font-size: 14px;
    line-height: 20px;
	margin-bottom:10px;
	color: #bf2929;
}
.box_bg ul{padding-left: 5px;margin-bottom:0;}
.box_bg li{font-size: 13px;
    line-height: 18px;
	margin-bottom:6px;
}
.check_img{text-align:right;}
.check_img img{display:inline-block;max-width: 14px;filter: grayscale(1);}
.box_bg.active .check_img img{filter: grayscale(0);}
.my_modal .btn-danger{background-color: #059275;
    border: 0 none;
    box-shadow: 0 3px 7px 0 #c2f6eb;
	padding: 12px 20px;
    color: #fff;
	min-width: 130px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
}
.my_modal .btn-danger:hover{background-color: #3096ce;color: #fff;}
.proceed_btn{display:none;}
.proceed_btn.show{display:inline-block;}
.modal-header .close {
    padding: 4px 10px;
    background: #999;
    border: none;
    color: #fff;
    opacity: 0.6;
    font-size: 22px;
    margin: -1rem -1rem -1rem auto;
}
.modal-header .close:hover {opacity: 1;}
.insure_icon{display:inline-block;margin-right: 20px;} 
.insure_icon img{width:64px;} 

.ui-widget.ui-widget-content {
    box-shadow: 0px 0px 3px 0px #999;
}
.ui-widget.ui-widget-content.ui-datepicker {
    box-shadow: 0px 0px 3px 0px #999;
	width: 24em;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: .7em .2em;
    text-align: center;
}
.ui-slider-range {
    background: #0b9d8f;
}

.otp_box.active{display:block !important;}
.timmer_box{display: flex;
    background: #fbc8c8;
    color: #000;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    font-size: 12px;
}
.timmer_box span{display:inline-block;}
.timmer_box span img{width:18px;margin-right:8px;} 
#timmer_demo1{padding-left:5px;font-weight: 600;}
.bg_txt1{color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 10px;
    display: block;
}

.range-slider {
    width: 100%;
    margin: 25px 0 30px;
    position: relative;
}
.range_input{display: block;
    margin-bottom: 45px;
}
.range_input input{padding: 6px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    width: 150px;
	background:#fff;
}
.range_input input.range_input1{opacity: 0;
    visibility: hidden;
    position: absolute;
}
.range_txt{font-size: 18px;margin-right: 15px;display: inline-block;} 
.range-slider svg {
	width:100%;
}
.range-slider input[type=range] {
    position: absolute; 
    left: 0;
    top: 55%;
	width:100%;
}
.range1{opacity:0;visibility:hidden;}
svg:not(:root) {
    overflow: hidden;
}
.range_value{text-align:left;display: flex;
    align-items: center;justify-content: space-between;
}
.range_value span{color: #666;
    font-size: 13px;
    display: inline-block;
	min-width: 16%;
}  
.value1{padding-left: 0px;}
.value2{padding-left: 0px;}
.value3{padding-left: 5px;}
.value4{padding-left: 0px;
    text-align: center;
}
.value5{text-align: center;padding-left: 15px;}
.value6{text-align: right;
    margin-right: -25px;
}


@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}


.stepper {
    margin: 0 auto 60px; 
}
.stepper ul {
    display: flex;
    counter-reset: step;
	list-style:none;
	padding:0;
	margin:0;
}
.stepper ul li {
    position: relative;
    height: 30px;
    width: 100%;
}
.stepper ul li:last-child {
    width: 65px;
}
.stepper ul li::before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    background: #D8D8D8;
    border-radius: 50%;
    display: inline-block;
    color: #9B9B9B;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    z-index: 3;
    position: absolute;
}
.stepper ul li.checked::before, .stepper ul li.checked::after {
    background: #ee1c25;
    background: -moz-linear-gradient(top,#ee1c25 0%,#DA251C 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#ee1c25),color-stop(100%,#DA251C));
    background: -webkit-linear-gradient(top,#ee1c25 0%,#DA251C 100%);
    background: -o-linear-gradient(top,#ee1c25 0%,#DA251C 100%);
    background: -ms-linear-gradient(top,#ee1c25 0%,#DA251C 100%);
    background: linear-gradient(to bottom,#ee1c25 0%,#DA251C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1c25',endColorstr='#DA251C',GradientType=0);
    color: #fff;
    cursor: pointer;
}
.stepper ul li.active::before {
    background: #ee1c25;
    background: -moz-linear-gradient(top,#ee1c25 0%,#DA251C 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#ee1c25),color-stop(100%,#DA251C));
    background: -webkit-linear-gradient(top,#ee1c25 0%,#DA251C 100%);
    background: -o-linear-gradient(top,#ee1c25 0%,#DA251C 100%);
    background: -ms-linear-gradient(top,#ee1c25 0%,#DA251C 100%);
    background: linear-gradient(to bottom,#ee1c25 0%,#DA251C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee1c25',endColorstr='#DA251C',GradientType=0);
    color: #fff;
}
.stepper ul li::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #dbdbdb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.stepper ul li.active span::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ee1c25;
    position: absolute;
    left: -6px;
    top: -6px;
    z-index: 2;
    background: #fff;
}
.field_wrapper {
    padding-bottom: 15px;
    width: 100%;
}
.radios {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom:55px;
}
.label_new {
    font-size: 14px;
    font-weight: 400;
    color: #7F8185;
    padding: 0 0 5px 0;
}
.radios .survey_type {
    position: relative;
    height: 150px;
    width: 200px;
    cursor: pointer;
    margin-right: 10px;
	text-align:center;
}
.radios.brand_steps{justify-content: flex-start;width: 100%;margin-top:15px;margin-bottom:0px;}
.radios.brand_steps .survey_type{width: 45%;margin-bottom:10px;height:180px;margin-right: 30px;}
.radios.brand_steps .survey_type input[type=radio]+span .vehicle, .radios.brand_steps .survey_type span .vehicle {
    width: auto;
    height: auto;
	display: flex;
    align-items: center;
	margin-bottom:6px;
}
.radios.brand_steps.model_steps .survey_type {margin-right: 8px;
    width: 32%;
	text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.radios.brand_steps.model_steps .survey_type:last-child{margin-right:0px;}
.radios.brand_steps.model_steps .survey_type span{align-items: center;
    justify-content: center;
}
.radios.brand_steps.model_steps .survey_type span img{max-width:110px;margin-bottom: 10px;} 
.radios .survey_type:last-child {margin-right: 0px;}
.radios .survey_type input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
}
.radios .survey_type input[type=radio]+span, .radios .survey_type span {
    background: #fff;
    border-radius: 2px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 12px;
    align-items: center;
    border: solid 1px #e6e6e6;
    transition: all .2s ease-in-out;
}
.radios .survey_type input[type=radio]:checked+span, .radios .survey_type:focus input[type=radio]+span, .radios .survey_type input[type=radio]:checked+span:hover, 
.radios .survey_type:focus span, .radios .survey_type span:hover{ 
    border: 2px solid #dc4443;
    box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.1);
	transform: scale(1.1);
	z-index: 12;
}
.radios .survey_type input[type=radio]+span:hover, .radios .survey_type span:hover{
    border: 2px solid #dc4443;
    box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.1);
	transform: scale(1.1);
	z-index: 12;
}
.radios .survey_type input[type=radio]+span .vehicle, .radios .survey_type span .vehicle {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}
.radios .survey_type input[type=radio]+span em , .radios .survey_type span em{
    font-style: normal;
    font-size: 14px;
    color: #333;
    line-height: 15px;
}
.radios .survey_type span small{font-size: 100%;
    padding-top: 7px;
	color: #888;
} 
.radios.brand_steps .survey_type input[type=radio]+span em, .radios.brand_steps .survey_type span em{font-size:15px;}
.brand_img label input[type=radio]+span em, .brand_img label span em{    display: flex;
    justify-content: center;
}
.radios.brand_steps.model_steps .survey_type input[type=radio]+span em, .radios.brand_steps.model_steps .survey_type span em{font-size:14px;font-weight: 600;}
.radios .survey_type input[type=radio]:checked+span em, .radios .survey_type input[type=radio]:checked+span:hover em{
    
}
.notes {margin-top:50px;}
.notes p{color: #979797;font-size:11px;padding:10px 0 0;}
.notes p a{color: #ee1c25;}
.notes p a:hover{color: #DA251C;}
.bbtn_box{position: absolute;
    top: 0;
    right: 0;
	z-index:111;
}
.payment_detail_box .back_btn, .payment_detail_box .back_btn0{display: inline-block;
    background: #fff;
    border: 1px solid #dc4443;
    color: #dc4443;
    text-shadow: none;
    font-size: 13px;
    line-height: normal;
    cursor: pointer;
	padding: 5px 15px;
    opacity: 1;
}
.payment_detail_box .back_btn:hover, .payment_detail_box .back_btn:hover{background: #dc4443;color: #fff;}
.only_show{border: none !important;
    padding-left: 0 !important;
    font-size: 14px !important;
}
.date_box{display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 12px 0 0px;
    flex-direction: column;
    position: relative;
}
.date_box span{width: 74px;
    height: 74px;
    background: #f6f6f6;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.date_box img{max-width:42px;}
.date_box1{border-left: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
	display: inline-flex;
}
.date_box1 img{margin-right: 6px;width: 17px;}
.distance_box{border-left: 1px solid #ccc;
    padding-left: 15px;
	margin-left: 15px;
    font-size: 16px;
	display: inline-flex;
}
.distance_box img{margin-right:6px;width:17px;}
.contant-detail .right1 .frm .date_box input[type="text"]{padding-top: 74px;
    padding-bottom: 0;
    margin-top: 12px;
    border: none;
    background: transparent;
    font-size: 22px;
    color: #333;
    position: relative;
    z-index: 1;
    height: auto;
    text-align: center;
}
.check_icon{position: absolute;
    bottom: 15px;
    right: 0;
    margin-right: 56px;
    width: 18px;
}
.mobile_icon{margin-bottom: 5px;} 
.mobile_icon img{max-width:180px;}
.info_detail_box{margin-bottom: 0px;}
.info_detail_box p strong{font-size: 18px;display:inline-block;vertical-align:middle;padding-right:20px;font-weight: 500;}
.info_detail_box p strong:last-child{padding-right:0px;}
.info_detail_box ul{list-style:none;padding-left:0;margin-left:0;margin:0px;}
.info_detail_box li{display:flex;padding-top:15px;align-items: center;font-size: 13px;width:100%;}
.info_detail_box li strong{display:inline-flex;}
.info_detail_box li span{display:inline-flex;}
.info_detail_box li span.dashed{padding-left:20px;padding-right:20px;}
.price_box{border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    padding-top: 8px; 
}
.price_box .prices{display:flex;align-items: center;justify-content: space-between;padding-top: 5px;padding-bottom: 5px;} 
.price_box .prices span{font-size: 12px;}
.price_box .prices label{font-size: 13px;}
.price_box1{display: flex;
    align-items: center;
	padding-top: 5px;
} 
.price_box1 .price1{font-size: 17px;min-width: 40px;display: inline-flex;}
.total_prices{display:flex;align-items: center;justify-content: space-between;border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 12px;
}
.total_prices span{font-size: 16px;}
.total_prices label{font-size: 18px;}
.insurance.active, .gst.active{display:flex !important;}
.surcharge span img{width:8px;margin-left:5px;}
.surcharge.active .arrow_down{display:none;}
.surcharge .arrow_up{display:none;}
.surcharge.active .arrow_up{display:inline-block;}
.surcharge_details.active{display:block !important;}
.price_box .surcharge_details .prices{padding: 2px 5px;
    background: #f9f9f9;
}
.price_box .surcharge_details .prices:hover{background: #f2f2f2;}
.total_bg{background: #f2f2f2;border-top: 1px dashed #ddd;
    padding-top: 15px;padding-left: 5px;
    padding-right: 5px;} 
.price_offer{color:#999;border:1px solid #999;padding:4px 8px;margin-left:12px;border-radius: 2px;display: inline-flex;
    align-items: flex-start;}
.price_offer img{max-width: 16px;
    margin-right: 8px;}
.main_price{padding-top: 8px;padding-bottom:15px;}
.main_price span{color: #999;}
.offer_box{margin-bottom: 15px;}
.offer_box label{font-size: 13px;font-weight: 600;} 
.offer_item{display: flex;
    align-items: center;
    border: 1px dashed #ddd;
    margin-top: 10px;
    padding: 10px;
}
.offer_icon{display: inline-block;}
.offer_icon img{max-width: 18px;}
.offer_info{display: inline-block;padding-left: 10px;}
.offer_info p{padding-bottom: 0;
    font-size: 13px;
}
.pad_lft30{padding-left: 30px;}
.border_left{border-left:1px solid #ddd;}
.feature_detail{margin: 15px 0 15px;}
.feature_detail ul{display:flex;flex-wrap: wrap;margin-left: 0;
    padding-left: 0;padding-bottom: 0;}
.feature_detail li{font-size:12px;color: #999;width:25%;display:inline-flex;padding:5px 0;}
.feature_detail li span{color: #999;display:block;position:relative;padding-left: 12px;}
.feature_detail li span:before{position:absolute;top:4px;left:0;content:"";width:5px;height:5px;background:#999;border-radius:50%;}
.feature_detail li a{color: #ee1c25;}
.feature_detail li a:hover{color: #DA251C;}

.left_dot_circle{-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	position:absolute;
	top:250px;
	left:-55px;
}
.gray_dots {
    display: block;
    background: #eaeff3;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 8px;
    margin: 25px 7px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.red_dots{background: linear-gradient(230deg,#f69b00,#ed6a00); 
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    border: 3px solid #fff; 
    pointer-events: all;
}
.left_dot_circle .activered_dots{border: 1.5px solid #fff;
background: linear-gradient(230deg,#f69b00,#ed6a00); 
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    pointer-events: all;
}
.left_dot_circle .activered_dots:after, .left_dot_circle .activered_dots:before { 
    content: "";
    position: absolute; 
    left: -19px;
    top: -19px;
    border-radius: 60px;
    height: 38px;
    width: 38px;
}
.left_dot_circle .activered_dots:after, .left_dot_circle .activered_dots:before {
    -webkit-animation: _1Djcy 1.3s cubic-bezier(0,.2,.8,1) infinite;
    animation: _1Djcy 1.3s cubic-bezier(0,.2,.8,1) infinite;
    z-index: 1;
    opacity: 0;
    border: 5px solid #f8931f;
    background: transparent;
}
.left_dot_circle .activered_dots:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
} 
.show_datepicker .ui-widget.ui-widget-content.ui-datepicker{width: 75%;
    box-shadow: 0px 0px 2px 0px #ddd;
	margin-top: 30px;
} 
.show_datepicker .ui-widget.ui-widget-content.ui-datepicker td span, .show_datepicker .ui-widget.ui-widget-content.ui-datepicker td a {
    display: block;
    padding: .9em .2em;
    text-align: center;
    text-decoration: none;
}
@-webkit-keyframes _1Djcy{0%{-webkit-transform:scale(.1);opacity:.8}to{-webkit-transform:scale(1);opacity:0}}
.main_slide, .tab_box{width:100%;display:block;position:relative;} 
ul.tabs{margin-bottom:20px;display:flex;list-style:none;margin-left: 0;
    padding-left: 0;
}
ul.tabs li{
    padding: 5px 5px;
    font-size: 11px;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 hsla(0,0%,54.1%,.32);
    background-color: #fff;
    text-align: center;
    color: rgba(36,39,44,.7);
    cursor: pointer;
    margin-right:1%;
	display:inline-flex;
	min-width: 16%;
    align-items: center;
    justify-content: center;
}
ul.tabs li:last-child{margin-right:0;} 
ul.tabs li.current{
	
}
.tab-content{
	display: none;
}
.tab-content.current{
	display: inherit;
}
.otp_input input#partitioned {position: relative;
  padding: 0 0 0 15px;
  letter-spacing: 35px;
  font-size: 24px;
  border: 0;
  height: auto;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 100%;
  min-width: 190px; 
}

.otp_input{
  left: 0;
  position: sticky; 
}
.otp_inner{
  width: 190px; 
  margin:0 auto;
  overflow: hidden;
}
.hidden{display:none;}
.terms{position: relative;}
.terms h5{background: #dcfbd0;color: #555;
    border-bottom: 1px solid #c4e4b8;
    padding: 6px 40px 4px 40px;
	display: flex;
    align-items: center;
}
.terms h5 span{font-size: 12px;font-weight:normal;padding-left: 5px;}
.terms h5 img{margin-right:6px;width:20px;}
.terms ul{padding-left: 18px;
    margin: 8px 40px;list-style:disc;}
.terms li{font-size: 11px;margin-bottom: 6px;}
.table_box_bg{background: #fff;
    box-shadow: 0px 0px 2px 0px #aaa;
    border-radius: 2px;
}
.table_head{background: #f3f5f8;} 
.table_head.table_box p{font-weight: 600;} 
.table_box{border-bottom:1px solid #ccc;margin:0;}
.table_box:last-child{border-bottom:none;} 
.table_box p{margin: 0px;
    padding: 5px 5px;
    font-size: 12px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;
}
.table_box p.aicon{justify-content: center;}
.table_box p.aicon img{width: 16px;cursor:pointer;margin-top: -2px;}
.artical_list{border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.22);
    width: 100%;
    display: table;
    background: #fff;
	padding-left:90px;
	padding-right:90px; 
	position:relative;
	margin-top:-60px;
	z-index:100;
}
.artical_row{display: table-row;position:relative;}
.artical_list_lft{display: table-cell;border-right: 1px solid #eee;
    position: relative;
	width:15%;
	padding-top: 30px;
    padding-bottom: 30px;
}
.list_artical{-webkit-overflow-scrolling: touch;
	position: relative; 
    overflow-x: hidden;
    overflow-y: auto;
	max-height: 500px;
}
.list_artical h3{font-size: 18px;margin-bottom: 15px;}
.list_artical ul{list-style: none;
    padding-left: 0;
    margin: 0;
}
.list_artical li{display: block;position:relative;}   
.list_artical li a{display: flex;
    align-items: center;
	color:#555;
	padding: 11px 10px;
	cursor:pointer;
	position:relative;
	transition: all 0.3s ease-out 0s;
   -webkit-transition: all 0.3s ease-out 0s;
   -moz-transition: all 0.3s ease-out 0s;
}
.list_artical li:hover a, .list_artical li.active a{color:#dc4443;background:#f6f6f6;}
.list_artical li a:after{content:"";position:absolute;top:0;right:0;background:#dc4443;width:2px;height:0;transition: all 0.3s ease-out 0s;
   -webkit-transition: all 0.3s ease-out 0s;
   -moz-transition: all 0.3s ease-out 0s;
   display:block;
}
.list_artical li:hover a:after, .list_artical li.active a:after{height:100%;}
.list_artical li img{width:18px;filter: grayscale(1);} 
.list_artical li:hover img, .list_artical li.active img{filter: grayscale(0);}
.list_artical li span{font-size:12px;padding-left: 8px;
    display: inline-block;
}
.artical_list_rt{display: table-cell;width:85%;padding-left:0px;}
.artical_list_detail{display:flex;flex-wrap:wrap;width:100%;}
.artical_list_detail .feature-box{min-width: 162px;    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.artical_list_detail .feature-box.active{background: #f8f8f8;}
.add_box{width: 100%;display: block;max-height: 40px;
    overflow: hidden;
} 
.add_box .artical_action {
    width: 100%;
    display: flex;
	position: relative;
    z-index: 111;
	margin-top: 11px;
	margin-bottom: 5px;
}
.open_artical_box{position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    width: 40px;
	margin-left:-42px;
    text-align: center;
    padding: 25px 0;
	display: flex;
    flex-direction: column;
    align-items: center;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;	
	box-shadow: 0px 0px 2px 0px #aaa;
	z-index:110;
}
.open_artical_box.active{margin-left:0px;}
.open_artical_box a{display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 100%;  
}  
.open_artical_box a:hover, .open_artical_box a.active{background: #eee;}
.open_artical_box a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -4px;
    background: #dc4443;
    width: 2px;
    height: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    display: block;
}
.open_artical_box a:hover:after, .open_artical_box a.active:after {
    height: 100%;
}
.a_count{position: absolute;
    top: -7px;
    right: 6px;
    z-index: 111;
    font-size: 11px;
}
.open_artical_box img{width:18px;cursor: pointer;} 
.arrow_box_spend{position: fixed;right: 0;width: 40px;z-index:111;height: 40px;
	display:flex;align-items:center;justify-content:center;
	bottom:30px;border-radius: 10px 0px 0px 10px; 
}
.arrow_box_spend.active{background: #f7f7f7;} 
.arrow_box_spend img{-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	width: 13px;
    cursor: pointer; 
}
.arrow_box_spend.active img.arrow-right{display: none;}
.arrow_box_spend img.arrow-left{display: none;}
.arrow_box_spend.active img.arrow-left{display: block;}
.close_artical_box{display: inline-block;
    border-radius: 100%;
    padding: 5px 10px;
    font-size: 21px;
	margin-right:10px;
	margin-top:10px;
}
.aad_artical_box{position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    text-align: left;
    height: 100%;
    background: #fff;
	padding:0px 0;
    z-index: 110;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -o-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
	box-shadow: 0px 0px 5px 0px #aaa;
	-webkit-box-shadow: 0px 0px 5px 0px #aaa;
	-moz-box-shadow: 0px 0px 5px 0px #aaa;
}
.aad_artical_box.active{-moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
	 z-index: 112;
}
.inner_artical_box{overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	height:600px;
	padding-top:20px;
	padding-bottom:20px;
	overflow-x:hidden;
	display:none;
} 
.consignment-page .aad_artical_box .button-primary {
    max-width: 100%;
    margin: 0;
    position: fixed;
    bottom: 2px;
    left: 0;
    width: 100%;
    z-index: 800;
}
.artical_list1 .bbtn_box{margin-right: 92px;
    margin-top: 26px;
} 



@media only screen and (max-width: 992px) {

.navicon {

    display: block;

    line-height: 80px;

    position: fixed;

    color: #000;

    right: 15px;

    z-index: 999;

    width: 30px;

    height: 30px;

    top: 46px;

    padding: 0;

}

header .row > div {

        position: static;

}

nav {

    padding: 0 10px;

    line-height: normal;

}

nav > ul {

      position: fixed;

      width: 300px;

      top: 0;

      right: -300px;

      background: #fff;

      padding: 40px 0 30px;

      z-index: 999;

      height: 100%;

      overflow: hidden;

      overflow-y: scroll;

      transition: all 0.3s ease-out 0s;

}

nav > ul > li {

	  position: relative;

	  border-bottom: 1px solid rgba(0, 0, 0, 0.07);

	  padding: 5px 0;

	  display: block;

	  margin-left: 20px;

}

nav > ul > li > a {

	  font-size: 15px;

	  color: #5e707d;

	  line-height: 33px;

	  display: inline-block;

	  padding: 3px 0;

}

nav > ul > li > a:hover {

	color: #1e2d6a;

}

nav > ul > li:last-child {

	border-bottom: none;

}

nav .icon {

  position: absolute;

  right: 5px;

  top: 8px;

  font-size: 22px;

  color: #5e707d;

  padding: 5px 8px;

  display: inline-block !important;

  cursor: pointer;

}

nav .menu-content {

  display: none;

}

.logo1 {
    display: block;
    margin: 0px 0px;
}

.f-logo {
    display: none;
    margin: 0px;
}

.open-menu nav > ul {

      right: 0;

}

.sub-menu {

    position: static;

    display: none;

}

.sub-menu li {

	display: block;

	position: relative;

}

.sub-menu li a {

	font-size: 15px;

	color: #5e707d;

	line-height: 34px;

	padding-bottom: 10px;

}

.sub-menu li a:hover {

   color: #1e2d6a;

}

.sub-menu .icon {

   top: 0;

}

header.header_block .icon-bars.active span:before {

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}

header.header_block .icon-bars.active span:after {

    top: 16px;

    -webkit-transform: translateY(-10px) rotate(-45deg);

    -ms-transform: translateY(-10px) rotate(-45deg);

    transform: translateY(-10px) rotate(-45deg);

}

header.header_block .icon-bars.active span {

    background-color: transparent;

}

header .row .social-set {

    position: absolute;

    right: 45px;

}

#menuArea {

  display: none;

}

nav ul li a:after {

  display: none;

}

header .srch-right-sec {

  right: 20px;

  top: -9px;

}

}

@media only screen and (max-width: 768px) {

ul.resp-tabs-list {

	display: none;

}
.section-eight {
    margin-bottom: 20px;
}
#locationtab {
    padding: 0 15px;
}

h2.resp-accordion {position:relative;

	display: block;

}
.resp-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
h2.resp-tab-active span.resp-arrow {
    border-bottom: 12px solid #ffffff!important;
    border-top: none!important;
}

.resp-vtabs .resp-tab-content {

	border: 1px solid #C1C1C1;

}

.resp-vtabs .resp-tabs-container {

	border: none;

	float: none;

	width: 100%;

	min-height: 100px;

	clear: none;

}

.resp-accordion-closed {

	display: none !important;

}

.resp-vtabs .resp-tab-content:last-child {

	border-bottom: 1px solid #c1c1c1 !important;

}

}

@media only screen and (max-width: 768px) {

.navicon {

  top: 28px;

}

header .srch-right-sec {

  top: -25px;

}

header.fixedheader .srch-right-sec {

  top: -16px;

}

}

@media only screen and (max-width: 600px) {

header .searchbox-open {

    width: 255px;

}

}

@media only screen and (min-width: 600px){

footer .second-footer .container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}

}

@media only screen and (min-width: 992px) {

nav {

    float: right;

    padding-right: 50px;

}

nav ul {

      display: flex;

      align-items: center;
	  
	  font-family: "Roboto", sans-serif;

}

nav ul > li {

      margin-left: 30px;

}

nav ul > li {

      position: relative;

}

nav ul > li a {

	font-size: 0.875em;

	color: #313538;

	font-weight: 400;

	outline: none;

	display: block;

	transition: all 1s;

	outline: none;

}

nav ul > li:hover a {

    color: #ed1d24;

}

nav .sub-menu {

	display: none;

	position: absolute;

	left: 0;

	width: 200px;

	line-height: normal;

	background: #fff;
	
	font-family: "Roboto", sans-serif;

}

nav .sub-menu li {

    display: block;

}

nav .sub-menu .sub-menu {

	left: 100%;

	margin: 0;

	top: 0;

}

nav .sub-menu .icon {

     display: none;

}

nav a.navicon.icon-bars {

    position: relative;

    top: -5px;

    display: none;

}

#menuArea {

    position: absolute;

    right: 15px;

    top: 24px;

}

#menuArea input {

      display: none;

}

#menuArea .open {

      background-color: #3c3c3c;

      width: 30px;

      height: 2px;

      display: block;

      border-radius: 2px;

      cursor: pointer;

      position: relative;

      top: 9px;

}

#menuArea .open:before {

      content: "";

      background-color: #3c3c3c;

      width: 30px;

      height: 2px;

      display: block;

      border-radius: 2px;

      position: relative;

      top: -7px;

      transform: rotate(0deg);

      transition: all 0.3s ease;

}

#menuArea .open:after {

      content: "";

      background-color: #3c3c3c;

      width: 30px;

      height: 2px;

      display: block;

      border-radius: 2px;

      position: relative;

      top: 5px;

      transform: rotate(0deg);

      transition: all 0.3s ease;

}

#menuArea .menuOpen {

      width: 30px;

      height: 20px;

      display: block;

      cursor: pointer;

      float: right;

}

#menuArea .menuEffects {

      position: relative;

}

#menuArea .menuEffects:after {

        content: "";

        width: 20px;

        height: 20px;

        background: #fff;

        border-radius: 50%;

}

#menuArea .menu {

      position: fixed;

      width: 100vw;

      height: 100vh;

      top: 0;

      left: 0;

      background: #fff;
	  
	  font-family: "Roboto", sans-serif;

}

#menuArea .menu label {

      width: 30px;

      height: 30px;

      position: absolute;

      right: 20px;

      top: 20px;

      background-size: 100%;

      cursor: pointer;

}

#menuArea .menu .menuContent {

      position: relative;

      top: 30%;

      font-size: 30px;

      padding-bottom: 20px;

      margin-top: -170px;

}

#menuArea .menu .menuContent .container {

     max-width: 1000px;

}

#menuArea .menu .menuContent .overlay-list{

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

#menuArea .menu .menuContent .overlay-col {

        width: 15%;

}

#menuArea .menu ul {

      list-style: none;

      padding: 0;

      margin: 0 auto;

}

#menuArea .menu ul li a {

      display: block;

      color: #000;

      text-decoration: none;

      transition: color 0.2s;

      padding: 10px 0;

      font-size: 14px;

      outline: none;

      text-align: left;

}

#menuArea .menuEffects {

    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;

}

#menuArea .menuEffects ul {

    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

#menuArea #menuToggle:checked ~ .menuEffects {

    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;

}

#menuArea #menuToggle:checked ~ .menuEffects ul {

      opacity: 1;

}

#menuArea #menuToggle:checked ~ .menuOpen .open {

      background-color: transparent;

}

#menuArea #menuToggle:checked ~ .menuOpen .open:before {

      content: "";

      background-color: #da251c;

      transform: rotate(45deg);

      position: absolute;

      top: 0;

      right: 0;

      z-index: 1;

}

#menuArea #menuToggle:checked ~ .menuOpen .open:after {

      content: "";

      background-color: #da251c;

      transform: rotate(-45deg);

      position: relative;

      top: 0;

      right: 0;

      z-index: 1;

}

#menuArea #menuToggle:not(:checked) ~ .menuEffects ul {

   transform: translateY(-30%);

}

header .logo {

      width: 125px;

      margin-top: 0px;

      margin-bottom: 5px;

      position: relative;

      transform: translate3d(0, 0, 0);

      transition: width 0.5s, transform 0.5s;

}

header.fixedheader {

    box-shadow: 0px 0px 3px 0px #aaa;

    background: rgba(255, 255, 255, 1);

    height: 88px;

    margin-top: -10px;

    position: fixed;

}

header.fixedheader .logo {

      width: 92px;

      display: block;

}

}

@media only screen and (min-width: 992px) {

header.fixedheader #menuArea {

  top: 80%;

} 

nav ul > li {

	margin-left: 18px;

}

nav ul > li a {

	font-size: 13px;

}

#menuArea.opened {

	top: 22px;

	right: 33px;

	position: fixed;

}

}

@media only screen and (min-width:480px) {

.section-eight .location-tab ul li{margin:0 2px 8px 0;}

}


@media only screen and (min-width:992px) {

.content-rt {margin-left: 20px;}

footer .second-footer ul{

  padding-left: 25px;

}

footer .second-footer .social li {

  padding: 0 10px;

}

header{

  position: fixed;

  width: 100%;

  top: 0;

  z-index: 9999;

  height: auto;

  -webkit-transition: height 0.5s, -webkit-transform 0.5s;

  transition: height 0.5s, -webkit-transform 0.5s;

  -o-transition: height 0.5s, transform 0.5s;

  transition: height 0.5s, transform 0.5s;

  transition: height 0.5s, transform 0.5s, -webkit-transform 0.5s;

  background: rgba(255, 255, 255, 0);

}

.header {

  background-color: white;    

  transition: .5s ease-out;

  padding: 13px 0;

}

header.fixedheader{

  height: auto;

  margin-top: 0;

}

header .logo{

    width: 100%;
    display: block;
    margin-top: 0px;
    padding: 0px 0px;
    margin-bottom: 5px;
    position: relative;
    -o-transition: width 0.5s, transform 0.5s;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;

}

footer .footer-store ul{display:flex}

footer .footer-store ul li{width:40%;margin-right: 10px}

}

@media screen and (min-width:768px) { 

#menuArea .menu .menuContent{

	position: relative;

	top: 66px;

	font-size: 30px;

	padding-bottom: 20px;

	margin-top: 0;

	overflow: auto;

}

#menuArea .menu {

	overflow: auto;	

}

footer .gt-bt-icon .bg-box:first-child {

	padding: 0px 0 50px;

}

.header-top{

	 background-color: #ed1d24;

	-webkit-transition: .5s ease-out;

	-o-transition: .5s ease-out;

	transition: .5s ease-out;

	display: block;

	overflow: hidden;

	height: 40px;

}

.header-top .container{

    height: 100%;

}     

.header-top .header-links{

    height: 100%;

}

.header-top .header-links ul {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	padding: 0;

	margin: 0;

	-webkit-box-pack: end;

	-ms-flex-pack: end;

	justify-content: flex-end;

	width: 100%;

	list-style: none;

	text-align: right;

	list-style: none;

	align-items: center;

	color: white;

	align-items: center;

	height:100%;

}

.header-top .header-links ul li {

    position: relative;

}

.header-top .header-links ul li:first-child a {

	padding: 0px;                               

	vertical-align: middle;

	display: inline-block;

}

.header-top .header-links ul li a {

	color: #fff;

	font-size: 12px;

	padding: 0 10px;

}

.header-top .header-links ul li a img {

	width: 22px;

	height: 22px;

	border: 1px solid #fff;

	padding: 3px;

	border-radius: 50%;

	vertical-align: middle;

	display: inline-block;

}

.header-top .toll-no span{

	font-size: 14px;

	color: white;

} 

.header-top .social{

	text-align: right;

	display: flex;

	justify-content: flex-end;

	align-items: center;

	color: white;

}

.header-top .social span{

	color: white;

	padding-right: 26px;

	font-size: 14px;

}

.header-top .social ul{

	list-style: none;

	display: flex;

	padding: 0;

	margin: 0;

	padding-left: 17px;

}

.header-top .social ul li{

	padding: 0 10px;

}

.header-number .header-inner{

	display: flex;

	margin: 0;

	padding: 0;

	justify-content: flex-end;

	list-style: none;

}

.header-number .header-inner li{

	 display:flex;

	 align-items: center;

	 margin-right: 9px;

}

.header-number .header-inner li a {

     display: flex;

}                            

.header-number .header-inner li .no-img{

	width: 40px;

	margin-right: 17px;

}

.header-number .header-inner li .no-img img {width: 100%;height: auto;display: block;}

.header-number .header-inner li .data-no{

     margin-top: 5px;

}

.header-number .header-inner li .data-no ul{

	padding: 0;

	margin: 0;

	line-height: 19px;
	
	font-family: "Roboto", sans-serif;

}

.header-number .header-inner li .data-no ul .b-frst {

	color: #ee1d25;

	font-weight: 500;

	font-size: 16px;

}

.header-number .header-inner li .data-no ul .b-scnd{

	color: #ee1d25;

	font-size: 13px;

}

.header .row{

	align-items: center;

}

#menuArea {

	position: absolute;

	right: 27px;

	top: 83%;

}  

header.fixedheader {

    -webkit-box-shadow: 0px 0px 3px 0px #aaa;

    box-shadow: 0px 0px 3px 0px #aaa;

    background: white;

    position: fixed; 

}

header.fixedheader #menuArea {

    top: 40%;

}

}

@media only screen and (min-width:1200px) {

.content-rt ul{padding: 3px 50px 30px; margin: 0px auto 0px;width: 90%;}

.section-seven{padding:60px 0 60px 0;}

.section-seven .list-sec ul li{width: auto;}

.border-left {border-left: 1px solid #ada8a8;}

footer .first-footer{padding: 60px 0;}

footer .gt-bt-icon .bg-box {

    padding: 0;

}

footer:before{height: 532px;

	background-size: 100%;

	width: 46%;

	left: -67px;

	bottom: 54px;

	position: absolute;

	content: "";

	background: url("images/ft_logo.png") no-repeat;

}

.section-eight ul.resp-tabs-list:before{content: "";position: absolute;bottom:-5px;left: 15px; border-bottom: 1px solid #e5e5e5;width: 375px;}

.content-rt {border-left: 1px solid #ddd;}



}

@media screen and (min-width:320px) and (max-width:864px){

#menuArea{

	top: 26px;

}  

}


@media screen and (min-width:320px) and (max-width:992px){

header .right-sec{

	display: none;

}

header .srch-right-sec {

	  right: 0;

	  top: 0;

}

header .right-sec{

	 padding-top: 0;

}

.navicon {

    display: block;

    line-height: 80px;

    position: fixed;

    color: #000;

    right: 84px;

    z-index: 999;

    width: 30px;

    height: 30px;

    top: 107px;

    padding: 0;

}

#menuArea{

    display:block;

}

#menuArea {

     position: absolute;

    right: -15px;

    top: 0; 

}

#menuArea {

   position: absolute;

   right: 24px;
  
   top: 33px;

}

#menuArea input {

  display: none;

}

#menuArea .open {

  background-color: #3c3c3c;

  width: 30px;

  height: 2px;

  display: block;

  border-radius: 2px;

  cursor: pointer;

  position: relative;

  top: 8px; 

}

#menuArea .open:before {

  content: "";

  background-color: #3c3c3c;

  width: 30px;

  height: 2px;

  display: block;

  border-radius: 2px;

  position: relative;

  top: -6px;

  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  transform: rotate(0deg);

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease; 

}

#menuArea .open:after {

  content: "";

  background-color: #3c3c3c;

  width: 30px;

  height: 2px;

  display: block;

  border-radius: 2px;

  position: relative;

  top: 4px;

  -webkit-transform: rotate(0deg);

  -ms-transform: rotate(0deg);

  transform: rotate(0deg);

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease; 

}

#menuArea .menuOpen {

  width: 30px;

  height: 20px;

  display: block;

  cursor: pointer;

  float: right;

  z-index: 4;

  position: relative; 

}

#menuArea .menuEffects {position: relative; }

#menuArea .menuEffects:after {

	content: "";

	width: 20px;

	height: 20px;

	background: #fff;

	border-radius: 50%; 

}

#menuArea .menu {

	position: fixed;

	width: 100vw;

	height: 100vh;

	top: 0;

	overflow: auto; 

	left: 0;

	background: #fff;

	z-index: 1;

}

#menuArea .menu label {

  width: 30px;

  height: 30px;

  position: absolute;

  right: 20px;

  top: 20px;

  background-size: 100%;

  cursor: pointer; 

}

#menuArea .menu .menuContent {

  position: relative;

  top: 0px;

  font-size: 30px;

  padding-bottom: 20px;

  /* margin-top: -170px; */

  overflow: auto;

  height: 100vh;

  padding: 75px 0;

}

#menuArea .menu .menuContent .container {max-width: 1000px; }

#menuArea .menu .menuContent .overlay-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap; 

} 

#menuArea .menu .menuContent .overlay-col {width: 15%;}

#menuArea .menu ul {

  list-style: none;

  padding: 0;

  margin: 0 auto; 

}

#menuArea .menu ul li a {

	display: block;

	color: #828282;

	text-decoration: none;

	-webkit-transition: color 0.2s;

	-o-transition: color 0.2s;

	transition: color 0.2s;

	padding: 10px 0;

	font-size: 13px;

	line-height: 25px;

	outline: none;

	text-align: left;

	padding-bottom: 3px;

}

#menuArea .menuEffects {

  opacity: 0;

  visibility: hidden;

  -webkit-transition: opacity 0.5s, visibility 0.5s;

  -o-transition: opacity 0.5s, visibility 0.5s;

  transition: opacity 0.5s, visibility 0.5s; 

}

#menuArea .menuEffects ul {

  -webkit-transform: translateY(0%);

  -ms-transform: translateY(0%);

  transform: translateY(0%);

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s; 

}

#menuArea #menuToggle:checked ~ .menuEffects {

  opacity: 1;

  visibility: visible;

  -webkit-transition: opacity 0.5s;

  -o-transition: opacity 0.5s;

  transition: opacity 0.5s; 

}

#menuArea #menuToggle:checked ~ .menuEffects ul {opacity: 1; }

#menuArea #menuToggle:checked ~ .menuOpen .open {background-color: transparent; }

#menuArea #menuToggle:checked ~ .menuOpen .open:before {

  content: "";

  background-color: #da251c;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  position: absolute;

  top: 0;

  right: 0;

  z-index: 1; 

}

#menuArea #menuToggle:checked ~ .menuOpen .open:after {

  content: "";

  background-color: #da251c;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  position: relative;

  top: 0;

  right: 0;

  z-index: 1; 

}

#menuArea #menuToggle:not(:checked) ~ .menuEffects ul {

  -webkit-transform: translateY(-30%);

  -ms-transform: translateY(-30%);

  transform: translateY(-30%); 

}

}


@media screen and (max-width:489px){ 

footer .bx-chat span {

	font-size: 13px;

	color: white;

	border: 1px solid white;

	padding: 10px 13px;

}

}


@media screen and (min-width:320px) and  (max-width:768px){

footer .gt-bt-icon .bg-box:nth-child(2) {

	padding-top: 8px !important;

}

}


@media screen and (min-width:320px) and  (max-width:768px){

.header{

  padding: 8px 0;

  background-color: white;

}

.menu .navicon {

  top: 8%;

}

header a.logo {
    padding: 0 17px;
    width: 114px;
}

header img.logo1 {

	width: 100%;

}

.menu li.drop-down:hover .drop-down-ul {

  display: block;

  position: relative;

  overflow: unset;

  height: auto;

  left: 0;

  margin: 0;

  margin-left: 0 !important;

  padding-left: 0;

  top: 100%;

  display: block;

  padding-top: 16px;

  z-index: 1000;

}

.menu li.drop-down:hover .menu-article {

  display: block;

  position: relative;

  overflow: unset;

  height: auto;

  left: 0;

  margin: 0;

  margin-left: 0 !important;

  padding-left: 0;

  top: 100%;

  display: block;

  padding-top: 16px;

  z-index: 1000;

}

.menu li.drop-down ul li a {

	padding: 10px 11px;

	font-size: 12px;

	background-color: #f2f2f2;

	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

	color: #2d2d2d;

	display: block;

}

#menuArea.opened {

	  z-index: 10000;

}

.inner-3-page {

	  margin-top: 0;

}

#menuArea .menuContent .overlay-list .overlay-col h3 {

	font-size: 18px;

	margin: 0;

	padding-bottom: 6px;

	margin-bottom: 0px;

	color: #646464;

	line-height: 30px;

	border-bottom: 1px dotted grey;

	font-weight: 700;

	/* padding-top: 10px; */

	margin-bottom: 12px;

	width: 100%;

	/* margin: 0; */

}

#menuArea .menu .menuContent .overlay-col  {

		width: 88%;

		border-right: 0px solid #dedede;

		margin-right: 0;

		padding-left: 0;

		background-color: #f8f8f8;

		padding: 10px 10px;

		margin-bottom: 10px;

}

#menuArea .menuEffects ul li a {

	padding: 10px 0px;

	border-bottom: 1px solid rgba(0,0,0,0.15);

}

#menuArea .menu ul {

	   margin-bottom: 19px;

	   width: 100%;

	   margin: 0;

}

#menuArea .menu   {   

   overflow: auto;  

}

#menuArea .menu .menuContent .overlay-list {

	padding-top: 0px;

}

#menuArea .menu .menuContent .overlay-list {

	display: block;

	width: 100%;

}

.overlay-col-1 {

	   display: none;

  }

header #menuArea {

	position: absolute;

	right: 15px;

	top: 13px;

	padding: 10px;

	background-color: white;

}  

header {

  padding-bottom: 0;

}



header .right-sec {

  padding-top: 0;

}

.header-number {

	  display: none;

}

.img-scroll {

	  width: 50%;

	  overflow: hidden;

	  display: flex;

	  align-items: center;

}

.img-scroll > img {

		  max-width: 100%;

		  width: auto;

		  max-height: 50px;

		  height: auto;

		  display: inline-block;

}

}

@media screen and (min-width:992px) and (max-width:1200px){

.header-top .header-links ul {

	  justify-content: space-between;

}

.header-top .header-links ul li a {

color: #fff;

font-size: 12px;

padding: 0px 0px;

}

nav ul {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	justify-content: space-between;

}

nav ul > li {

	margin-left: 0;

	padding: 0 10px;

}
.section-seven .list-sec ul li{margin-bottom: 20px; width: auto;}
.section-eight .location-tab .location-list.box-wise-list ul li a {font-size: 12px;}
.contant-detail .right1 {
    padding: 30px 30px;
}
.payment_detail_box .contant-detail .right1 {
    width: 72%;
    padding: 40px 60px;
}
.left_dot_circle{left: -30px;}

}

@media screen and (min-width:768px) and (max-width:992px){

.header {

		background-color: white;

		padding: 11px 0;

}

header a.logo {

	outline: none;

	padding: 0 16px;

}

.fixedheader .navicon  {

	top: 10%;

}

header.fixedheader #menuArea {

	top: 36%;

}

.navicon {

	top: 10%;

}

#menuArea {

	position: absolute;

	right: 24px;

	top: 34%;

}

a.navicon.icon-bars.active {

	top: 28px;

	right: 19px;

}

.header-top .header-links ul li a {

	color: #fff;

	font-size: 12px;

	padding: 0px 0px;

}

.header-top .header-links ul {

   justify-content: space-between;

}
.section-seven .list-sec ul {
    justify-content: center;
}
.section-seven .list-sec ul li {
    margin-bottom: 10px;
    width: 25%;
}
.section-eight .location-tab .location-list.box-wise-list ul li a {font-size: 11px;}
.contant-detail .right1 {
    padding: 30px 30px;
}
.payment_detail_box .contant-detail .right1 {
    width: 85%;
    padding: 30px 45px;
}
.left_dot_circle{left: -35px;} 
.price_box{flex-wrap: wrap;} 


}

@media only screen and (max-width:1024px) {
.inner_sidebar, #sidebar{max-width: 250px;}	

}

@media only screen and (max-width:992px) {

.search-box {

       position: absolute;

       right: 70px;

       top: 43px;

}

header.fixedheader .header-top {

    height: 0;

    overflow: hidden;

    transition: .5s ease-out;

}

header.fixedheader{position: fixed;width: 100%;top:0;background: #fff;padding: 10px 0;box-shadow: 0px 0px 3px 0px #aaa;    z-index: 9999;}

header.fixedheader a.logo{display: block;

    width: 100%;

    padding: 0 20px;

} 

footer .gt-bt-icon {

     margin: 0px;

}

footer .first-footer .pd-we-accept {

     margin: 0 0 20px;

}

footer .first-footer .footer-store {

    margin-top: 0px;

}

}

@media only screen and (max-width:768px) {

.search-box{top: 25px;}
.hidden-sm{display:none;}
header.fixedheader a.logo {
    display: block;
    width: 100%;
    padding: 0 20px;
}
.section-eight .location-tab .location-list.box-wise-list ul li a {font-size: 11px;}
.section-eight .resp-tab-active{border:none !important;background: #da251c!important;color: #fff}

.section-eight .resp-tab-content{border-bottom: 1px solid #c1c1c1;}

.section-eight h2.resp-tab-active{padding: 0px 15px !important;} 

.section-eight h2.resp-tab-active span.resp-arrow{border-bottom: 12px solid #ffffff !important;}
.booking_detail_box .container > .flex_box {
    flex-wrap: wrap;
}
.left_side_box {
    width: 100%;
}
.inner_sidebar, #sidebar{max-width: 100%;position: relative;}	
.sidebar_box {
    width: 100%;
    margin-left: 0;
}
.contant-detail {position:relative;
    margin-bottom: 60px;
    padding: 20px 0px 0 0px;
}
.terms h5{padding: 6px 30px 4px 30px;}
.terms ul{margin: 8px 30px;}
.wht_box_bg{padding: 20px 30px;}
.consignment-page .sidebar_box .button-primary {
    max-width: 220px;
}

}

@media only screen and (max-width:767px) {

.inner-banner .main-outer-inbanner, .container {
    max-width: 100%;
}
.inner-banner{height:85px;}
.inner-banner .banner-main-title{padding-bottom: 5px;
    margin-bottom: 3px;
	font-size:20px;
	line-height: 25px;
}
.inner-banner .banner-sub-title{display:none;}
.section-seven {padding: 20px 0 20px;}
.contant-detail .frm_txt {
    margin-bottom: 15px;
} 
.contant-detail .right1 {
    width: 100%;
    padding: 20px 15px;
}
.payment_detail_box .contant-detail .right1 {
    width: 100%;
    padding: 20px 20px;
}
.mrprint_page .contant-detail .right1 {width: 100%;}
.payment_detail_box .contant-detail .right1 h1 {
    margin-top: 30px;
    margin-bottom: 0;
	font-size: 16px;
}
.payment_detail_box .contant-detail .right1 .step_two h1{margin-top: 0px;}
.payment_detail_box .back_btn {margin-top: -5px;margin-right: -10px;}
.my_modal .modal-body {
    padding: 0px 15px;
}
.price_box .prices {font-size: 22px;}
.left_dot_circle {
    top: 62px;
    left: -10px;
    display: flex;
}
.gray_dots{margin: 10px 20px;}
.range-slider{margin: 0px 0 15px;}
.show_datepicker .ui-widget.ui-widget-content.ui-datepicker {
    width: 98%;
    box-shadow: 0px 0px 2px 0px #ddd;
    height: auto;
    margin-top: 12px;
}
.box_bg {
    padding: 10px 15px;
    min-height: auto;
    margin-bottom: 10px;
}
.box_bg h3 {
    font-size: 15px;
    margin-top: 0;
}
.modal-footer{padding: 10px;}
.select_txt {
    flex-wrap: wrap;
}
.select_txt label {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
}
.contant-detail .right1 .frm input[type="text"], .contant-detail .right1 select, .contant-detail .right1 textarea{font-size: 13px;}
.contant-detail .right1 .frm .in b{padding-right:6px;padding-left:0;}
.contant-detail .right1 .frm input[type="radio"] {
    margin: 3px 2px 0px 4px;
}
.flex_box1 {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.half_width {
    width: 100% !important;
    padding-bottom: 10px;
}
.half_width:last-child {
    padding-bottom: 0px;
}
.box_width31 {
    width: 33.33% !important;
}
.box_width42 {
    width: 45% !important;
}
.box_width60 {
    width: 80% !important;
} 
.hidden-xs{display:none;}
.insure_icon{margin-bottom: 10px;
    display: block;
    margin-right: 0;
    text-align: center;
    width: 100%;
}
.insure_icon img {
    display: inline-block; 
}
.medium_txt1 {
    font-size: 13px !important;
}
.range_txt {font-size: 11px;}
.range_input input{font-size: 18px;margin-top: 12px;}
.check_box small{font-size: 12px;} 
.range_value span{min-width: 15%;}  
.mobile_box{position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9990;
}
.mobile_box .step_six_btn{margin-bottom:1px;} 
.mobile_box .sub_btn{display: block;
    width: 100%;
} 
.ft_xs_margin {
    margin-bottom: 78px;
}
.value3 {
    padding-left: 0;
}
.value4 {
    padding-left: 8px;
}
.value5 {
    padding-left: 8px;
}
.value6 {
    margin-right: -4px;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{font-size: 13px;
    line-height: normal;
}
.label_txt{font-size: 14px;}
.radios.brand_steps .survey_type {
    width: 29%;
    height: 65px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;
} 
.radios.brand_steps.model_steps .survey_type{width: 46%;}
.radios.brand_steps.model_steps .survey_type input[type=radio]+span em {
    font-size: 13px; 
}
.radios.brand_steps .survey_type input[type=radio]+span .vehicle {
    width: 60px;
    height: 60px;
}
.payment_detail_box .radios .survey_type .button-primary{height: 65px;
    font-size: 12px;
}
.feature_detail li{width: 50%;}
.price_box{flex-wrap: wrap;}
.pad_lft30.border_left {
    padding-left: 15px;
    border-left: none;
}
.section-seven .list-sec ul li a{font-size: 13px;}
.mtop50 {margin-top: 20px;} 
.right_side_img{display: none;}
.step_five .mtop50 {margin-top: 0px;}
.small_font{font-size: 10px;}
.contant-detail {
    margin-bottom: 50px;
    padding: 12px 0px 0  0px;
}
.terms h5{padding: 6px 15px 4px 15px;}
.terms ul{margin: 8px 15px;}
.wht_box_bg{padding: 20px 15px;}
.consignment-page .sidebar_box .button-primary {
    max-width: 100%; 
}
.contant-detail .right1 h1 {font-size: 18px;}
.flex_box.align_center{flex-wrap: wrap;}
.info_detail_box p strong:last-child{padding-right:0;} 
.date_box1 {
    border-left: none;
    padding-left: 0;
    font-size: 16px;
    display: flex;
    width: 100%;
    margin-top: 10px;
}
.distance_box {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    display: flex;
    width: 100%;
    margin-top: 10px;
}
	
}

@media only screen and (max-width:600px) {

footer .first-footer{padding: 15px 0 30px;}

.gt-bt-icon .bg-box {text-align: center;}

.gt-bt-icon .bg-box.footer-store ul {display: flex;align-items: center;justify-content: center;}

.gt-bt-icon .bg-box.footer-store ul li {display: inline-block;margin: 0px 5px;}

footer .copy-right {text-align: center;margin: 0 0 10px;}

footer .footer-links {display: block !important;}

footer .links {display:block !important;text-align: center;}

footer .links li {display: inline-block;}

footer .social {display:block !important;text-align: center;margin: 15px 0 0 !important;}

footer .social li {display: inline-block;}

}

@media only screen and (max-width:575px) {

footer .inner-row .border-left:nth-child(2){

   order: 3;

}

footer .inner-row .border-left:nth-child(3){

   order: 2;

}

footer .inner-row .border-left:nth-child(4){

   order: 4;

}

footer .first-footer ul li{

    padding: 2px 0 5px 0px;

    line-height: 13px;

}

footer .gt-bt-icon ul li{text-align:center;}

footer .gt-bt-icon .bg-box:nth-child(2){

     padding-top: 35px;

}

}

@media only screen and (max-width:320px) {
.inner-banner .banner-main-title {
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 22px;
}
.radios.brand_steps .survey_type{height: 70px;}
.radios.brand_steps .survey_type input[type=radio]+span .vehicle {
    width: 50px;
    height: 50px;
}
.payment_detail_box .radios .survey_type .button-primary {
    height: 70px;
    font-size: 11px;
}
.step_four .bbtn_box{top: 44px;} 
.box_width60 {
    width: 90% !important;
}

}