/* (1366x768) WXGA Display */

@media screen and (max-width: 1366px) {}

@media (min-width: 904px) and (max-width: 1200px) {}


/*tablette*/

@media (max-width: 991px) {

    .wording-wrp {
        flex-wrap: wrap;
    }

    .tc {

        left: 0px;
        right: 0px;
        margin: 0 auto;
        width: 100%;
        word-break: break-word;
        text-align: center;

    }

    .rev {
        display: flex !important;
        flex-wrap: wrap-reverse !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {



    .a-right {
        text-align: center;
    }

    .sub-hd {
        width: 270px !important;
    }

    .clr-bth {
        margin-bottom: auto;
    }

    [class*="col-"] {
        margin-bottom: 15px;
    }

    .navbar-header {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .navbar-brand {
        margin: 0 auto;
        float: none;
        padding: 15px;
        text-align: center;
    }

    .navbar-brand > img {
        display: inline-block;
        width: 120px;
    }

    .valign-abs-txt-nav {
        position: relative;
        clear: both;
        margin-bottom: 15px;
    }

    .navbar-right {
        float: none !important;
        margin: 0 auto;
        padding: 0px;
        clear: both;
        text-align: center;
    }

    .navbar-right .sub {
        width: 250px;
        height: 45px;
        padding: 0px;
    }

    .no-mrg {
        margin-bottom: 0;
    }
}


/*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}*/
@media (max-width: 991px) {

  .baseline {
        font-size:2.7rem;;
    }

    .logo-wrapper {
        text-align: center;
    }

    .txt-aligner {
        text-align: center;
    }
    
    
    .form-holder [class*="col-"] {
        margin-bottom: 0px;
    }
    
}

/* smartphone */

@media (max-width: 767px) {
    
  


    .fs-14 {
        font-size: 1.6rem;
        line-height: 1.6em;
    }

    .fs-15 {
        font-size: 1.73rem;
        line-height: 1.6em;
    }

    .sub-tt {

        font-size: 3rem;
        text-align: center;

    }

    .form-holder {

        padding: 2.9rem 0rem !important;
    }


    .hgt {
        height: 290px !important;
        max-width: 200% !important;

    }

    .item {
        height: 290px !important;
    }


    .a-right {
        text-align: center;
    }

    .sub-hd {
        width: 270px !important;
    }

    .succ-ic img {
        width: 60px;
    }

    .frame p {
        font-size: 15px;
    }

    .no-mrg {
        margin-bottom: 0 !important;
    }

    .clr-bth {
        margin-bottom: auto;
    }

    [class*="col-"] {
        margin-bottom: 15px;
    }

    .square-box {
        height: auto !important;
    }

    .navbar-header {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .navbar-brand {
        margin: 0 auto;
        float: none;
        padding: 15px;
        text-align: center;
    }

    .navbar-brand > img {
        display: inline-block;
        width: 120px;
    }

    .valign-abs-txt-nav {
        position: relative;
        clear: both;
        margin-bottom: 19px;
        top: 31px;
    }

    .navbar-right {
        float: none !important;
        margin: 0 auto;
        padding: 0px;
        clear: both;
        text-align: center;
    }

    .navbar-right .sub {
        width: 250px;
        height: 45px;
        padding: 0px;
    }


    /********Input type date safari ios****/

    @supports (-webkit-overflow-scrolling: touch) { 
        input[type="date"]:before {
          color: #111;
          padding-left: 25px;
          height:60px;
          line-height: normal; 
          content: attr(placeholder);
        }
    
        input[type="date"].filled:before {
          color: #111;
          padding-left: 25px;
          height:60px;
          line-height: normal; 
          content: "" !important;
        }
    
        input[type="date"]:not(.filled):before {
          color: #111;
          padding-left: 25px;
          height:60px;
          line-height: normal; ;
          content: attr(placeholder);
        }
    
        input[type="date"] {
          padding-left: 25px;
          height:60px;
          line-height: normal;
          -webkit-text-fill-color: #111;
          -webkit-opacity: 1;
        }
      }
}

