/* Color */
/* Background */
/* Button */
/* Border */
/* Label */
/* Tooltip */
@media only screen and (min-width: 1000px) {
  .hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .hide-on-tablet {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .hide-on-desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .hide-tablet {
    display: none;
  }

  .header {
    padding: 17px 24px 0;
  }

  .hide-desktop {
    display: none;
  }
  
  .signuptype-slider .block-info { /*ipad air design issue */
 
     left: 400px !important;
 }
}
/* @media only screen and (min-width: 768px) and (max-width: 930px) {
  .error-single span.text-tooltip.res-tooltip i {
    top: -14px;
    right: calc(100%/2);
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ad3141 rgba(255, 255, 255, 0);
  }
  .error-single span.text-tooltip.res-tooltip.threeline {
    bottom: -83px;
    height: 78px;
    left: calc((100%-212px)/2);
  }
  .error-single span.text-tooltip.res-tooltip.threeline.left, .error-single span.text-tooltip.res-tooltip.threeline.right, .error-single span.text-tooltip.res-tooltip.threeline.top, .error-single span.text-tooltip.res-tooltip.threeline.bottom {
    top: auto;
  }
  .error-single span.text-tooltip.res-tooltip.threeline.left i, .error-single span.text-tooltip.res-tooltip.threeline.right i, .error-single span.text-tooltip.res-tooltip.threeline.top i, .error-single span.text-tooltip.res-tooltip.threeline.bottom i {
    top: -14px;
    right: calc((100% - 14px)/2);
  }
} */
@media only screen and (min-width: 768px) and (max-width: 930px) {
  .error-single span.text-tooltip.res-tooltip i {
    top: -14px;
    right: calc(100%/2);
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ad3141 rgba(255, 255, 255, 0);
  }
  .error-single span.text-tooltip.res-tooltip.threeline {
    bottom: -83px;
   /* height: 78px;*/
    left: calc((100% - -8px)/2);
  }
  .error-single span.text-tooltip.res-tooltip.threeline.left, .error-single span.text-tooltip.res-tooltip.threeline.right, .error-single span.text-tooltip.res-tooltip.threeline.top, .error-single span.text-tooltip.res-tooltip.threeline.bottom {
    top: auto;
	top: 58px;
    position: relative;
    display: block;
  }
  .error-single span.text-tooltip.res-tooltip.threeline.left i, .error-single span.text-tooltip.res-tooltip.threeline.right i, .error-single span.text-tooltip.res-tooltip.threeline.top i, .error-single span.text-tooltip.res-tooltip.threeline.bottom i {
    top: -14px;
    right: calc((100% - 14px)/2);
  }
}
@media only screen and (min-width: 768px) {
  .bottom-block {
    margin-right: 0px;
  }

  .bottom-block-right {
    width: 145px;
  }
 
}
@media only screen and (max-width: 767px) {
	.error-single .error-text {
	top:auto;
}
	body .error-single span.text-tooltip.res-tooltip.threeline.left {
	top:0px;
}
	
	
  h2 {
    font-size: 24px;
  }

  header {
    box-shadow: 0px 1px 0px 0px rgba(192, 192, 192, 0.85);
  }

  .block-form {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
  }
 
  .mobile-font{
    font-size: 12px;
    text-align: start;
    padding: 5px 15px 0px 15px;
    margin: 0px;
    display: flex;
    
  }
   .mobile-font-agent-name{
   font-size: 12px;
    display: flex;
    line-height: 0;
    margin: 0px 51px;
    display: flex;
   }
  
  section {
    padding: 68px 0 16px 0;
  }
  

  /* TOOLTIPS */
  .error span.text-tooltip.res-tooltip {
    left: calc((100% - 170px)/2);
    bottom: -57px;
    width: 170px;
    height: 80px;
    top: auto;
  }
  .error span.text-tooltip.res-tooltip i {
    top: -14px;
    right: 72px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ad3141 rgba(255, 255, 255, 0);
  }

 /*  .error-single span.text-tooltip.res-tooltip {
    left: calc((100% - 170px)/2);
    bottom: -92px;
    width: 170px;
    top: auto;
  }
  .error-single span.text-tooltip.res-tooltip i {
    top: -14px;
    right: calc(100%/2);
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ad3141 rgba(255, 255, 255, 0);
  }
  .error-single span.text-tooltip.res-tooltip.threeline {
    bottom: -116px;
    height: 78px;
    left: calc((100% - 212px)/2);
  }
  .error-single span.text-tooltip.res-tooltip.threeline.left, .error-single span.text-tooltip.res-tooltip.threeline.right, .error-single span.text-tooltip.res-tooltip.threeline.top, .error-single span.text-tooltip.res-tooltip.threeline.bottom {
    top: auto;
  }
  .error-single span.text-tooltip.res-tooltip.threeline.left i, .error-single span.text-tooltip.res-tooltip.threeline.right i, .error-single span.text-tooltip.res-tooltip.threeline.top i, .error-single span.text-tooltip.res-tooltip.threeline.bottom i {
    top: -14px;
    right: calc((100% - 14px)/2);
  } */
  

  .error-single span.text-tooltip.res-tooltip {
    left: calc((100% - 154px)/2);
    bottom: -92px;
    width: 199px;
    top: auto;
  }
  .error-single span.text-tooltip.res-tooltip i {
    top: -14px;
    right: calc(100%/2);
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ad3141 rgba(255, 255, 255, 0);
  }
  .error-single span.text-tooltip.res-tooltip.threeline {
    bottom: -116px;
    /*height: 78px;
    left: calc((100% - 212px)/2);*/
	left: 35px;
  }
  .error-single span.text-tooltip.res-tooltip.threeline.left, .error-single span.text-tooltip.res-tooltip.threeline.right, .error-single span.text-tooltip.res-tooltip.threeline.top, .error-single span.text-tooltip.res-tooltip.threeline.bottom {
    top: 56px;
	    position: relative;
    display: block;
  }
  .error-single span.text-tooltip.res-tooltip.threeline.left i, .error-single span.text-tooltip.res-tooltip.threeline.right i, .error-single span.text-tooltip.res-tooltip.threeline.top i, .error-single span.text-tooltip.res-tooltip.threeline.bottom i {
    top: -14px;
    right: calc((100% - 14px)/2);
  }

  .fn-mobile {
    float: none;
  }

  .hide-mobile {
    display: none !important;
  }

  /* Content*/
  .signup-selection-form h2 {
    font-size: 24px;
  }

  .signin-form {
    padding: 22px 30px 78px;
  }
  .signin h2 {
    font-size: 24px;
  }

  .signin-description, .signup-selection-description {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: none;
  }

  .fpwdsubmit input[type="submit"]{
   width : 95% !important;
   padding : 10px 30px !important;
  }
  
   .fpwdback input[type="submit"]{
   width : 95% !important;
   padding : 10px 30px !important;
  }
  
   .fpwdback {
  width :50% !important;
  display : inline-block !important;
  float: left !important;
  }
  
  .fpwdsubmit{
  width :50% !important;
  display : inline-block !important;
  }

  .signup-selection-form .signup-phone-box {
    width: 100%;
  }
  .signup-selection-form .signup-phone-box-input {
    max-width: 100%;
  }
  .signup-selection-form .signup-phone-box-button {
    text-align: -webkit-center;
  }

  /* End Content */
  /* HEADER */
  .header {
    height: 65px;
    padding-top: 6px;
    position: fixed;
    width: 100%;
    z-index: 999999;
  }
  .header-logo {
    position: absolute;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .header-logo img {
    height: 29px;
  }
  .header-menu-mobile {
    color: #666;
    margin: 6px 0 0 19px;
    display: block;
    z-index: 999;
    position: relative;
  }
  .header-menu-mobile i {
    font-size: 20px;
  }
  .header-menu-mobile:hover {
    color: #0071b1;
  }
  .header-menu-mobile.close {
    color: #666;
  }
  .header-nav {
    display: none !important;
  }
  .header-nav .header-cart {
    margin-top: 3px;
  }

  /* END HEADER */
  /* SIGNUP SELECTION */
  .signuptype {
    max-width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .signuptype-slider {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 385px;
    max-width: 100%;
  }
  .signuptype-slider img {
    max-width: none;
  }
  .signuptype-slider .block-info {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    margin-top: -386px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .signuptype-slider .block-info p {
    margin: 0;
    padding: 0;
  }
  .signuptype-slider .block-info .block-info-title {
    padding: 15px 30px 0;
    margin-top: 0;
    color: #ffffff;
    /* background:rgba(0, 0, 0, 0.24); */
    font-size: 24px;
    padding-top: 300px;
  }
  .signuptype-slider .block-info .block-info-note {
    padding: 0 30px;
    font-size: 14px;
    margin-top: 10px;
  }
  .signuptype-slider .block-info .block-info-icon {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 25px;
  }
  .signuptype-slider .block-info .block-info-icon li {
    width: calc(98% /3);
    max-width: none;
    margin: 0;
    padding: 0 15px;
  }
  .signuptype-slider .navigator span.arrowleft {
    margin-left: 10px;
  }
  .signuptype-slider .navigator span.arrowright {
    margin-right: 10px;
  }
  .signuptype-form {
    padding: 0 28px;
  }
  .signuptype-form h2 {
    font-size: 24px;
    text-align: left;
  }
  .signuptype-form-selection {
    margin: 45px 0;
  }
  .signuptype-form-selection a {
    width: 220px;
    float: none;
    margin: 0 auto;
  }
  .signuptype-form-selection a:first-child {
    margin-bottom: 16px;
  }
  .signuptype-form .signuptype-description {
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
    max-width: none;
  }
  .signuptype-form-content {
    display: inline-block;
    max-width: none;
  }

  /* END SIGNUP SELECTION */
  /* BOTTOM */
  .bottom {
    padding: 0 0 32px 0;
  }
  .bottom-block {
    width: 100%;
  }
  .bottom-block i {
    cursor: pointer;
  }
  .bottom-block h3 {
    padding-left: 31px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #4d4d4d;
  }
  .bottom-block h3 i {
    display: block;
    float: right;
    margin: 17px 20px 0;
  }
  .bottom-block:nth-child(5) ul {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #4d4d4d;
    margin: 0;
    padding-left: 31px;
  }
  .bottom-block:nth-child(5) ul i {
    float: right;
    margin: 17px 20px;
  }
  .bottom-block:last-child {
    text-align: center;
  }
  .bottom-block:last-child h3 {
    border: none;
    padding: 0;
    height: auto;
    line-height: 100%;
    margin: 32px 0 10px 0;
  }
  .bottom-block:last-child ul {
    display: block;
  }
  .bottom-block:last-child ul li {
    margin-bottom: 18px;
  }
  .bottom-block:last-child ul li:last-child {
    margin: 0;
  }
  .bottom-block ul {
    display: none;
  }
  .bottom-block.bottom-submenu ul {
    margin: 0;
    background: #292929;
  }
  .bottom-block.bottom-submenu ul li {
    margin: 0;
    padding-left: 41px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #1f1f1f;
  }
  .bottom-block.bottom-submenu ul li a {
    font-size: 16px;
    color: #fff;
  }
  .bottom-block.bottom-submenu ul li:last-child {
    border-bottom: 1px solid #4d4d4d;
  }

  .footer {
    line-height: 24px;
    padding: 5px 0 17px;
    min-height: 60px;
  }
  .footer-left {
    width: 100%;
  }
  .footer-left p {
    width: 50%;
    padding: 0 7px;
    float: left;
    text-align: left;
  }
  .footer-left p:nth-child(1) {
    float: right;
    text-align: left;
  }
  .footer-left p:nth-child(2) {
    float: left;
    text-align: right;
  }
  .footer-left p:last-child {
    width: 100%;
    text-align: center;
  }
  .footer-left p a {
    margin: 0;
  }

  /* FOR DIRECT FOOTER */
  
.footer-dir {
    line-height: 21px ;
    padding: 5px 0 17px;
    min-height: 75px;
  }
  
  
  .footer-dir-left {
    width: 100%;
  }
  .footer-dir-left p {
    width: 50%;
    padding: 0 7px;
    float: left;
    text-align: left;
  }
  .footer-dir-left p:nth-child(1) {
    float: right;
    text-align: left;
  }
  .footer-dir-left p:nth-child(2) {
    float: left;
    text-align: right;
  }
  .footer-dir-left p:last-child {
    width: 100%;
    text-align: center;
  }
  .footer-dir-left p a {
    margin: 0;
  }


  /* END BOTTOM */
}
@media only screen and (max-width: 572px) {
  .signin-form, .signup-selection-form {
    padding: 18px 70px 47px;
  }
}
@media only screen and (max-width: 530px) {
  .signin-form, .signup-selection-form {
    padding: 18px 35px 47px;
  }
}
/* for special screen < 476 px*/
@media only screen and (max-width: 472px) {
  .signin-form, .signup-selection-form {
    padding: 22px 30px 58px;
  }

  .block-form {
    border: none;
  }

  .signup-selection .radio-group {
    font-size: 12px;
    width: 50%;
  }
  .signup-selection .radio-group .check {
    top: 10px;
  }
  .signup-selection .radio-group input[type=radio]:checked ~ label span.tick-checked {
    top: 10px;
  }
  .signup-selection .radio-group label {
    height: 66px;
  }
  .signup-selection .radio-group label span.label-text {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .signup-selection .radio-group.radio-passport label span {
    margin-top: 18px;
  }
}
