/*// Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 0px) and (max-width: 575.98px) { 
     html,body{
      font-size:86%;
     }
   .footer-form .form p:nth-child(1) {
    font-size: 1.3rem;
     }

     .footer-form .form {
    padding: 15px 0px;
    margin: 27px 15px;
     }
     .footer-form {
    padding: 0px 0px;
   }
   .pc-menu{
      display:initial;
      padding:0px;
   }
   .about-section .content{
     font-size:1rem;
   }
   .fancy-text {
    color: #3b868f;
    font-size: 1.3rem;
    line-height: 60px;
    font-weight: 900;
}
   .nav-brand>a>img {
    max-width: 205px;
   }
   .about-section .sec-title {
    font-size: 2.1rem;
    text-align: center;
   }
     .fixedbar {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 1px 9px 9px -9px #a9a9a9;
    -webkit-backface-visibility: hidden;
}
.back-to-top {
    position: fixed;
    bottom: 4%;
    width: 10%;
    background: linear-gradient( 
45deg
 ,#3b868f,#1db0c1);
    right: 3%;
    padding: 6px;
    z-index: 6;
    opacity: .8;
    display: none;
}
   .address{
        margin-bottom: 22px;
   }
   .services .mybtn {
    margin-top: 14px !important;
}
   .hero-section .hero-caption span {
    font-size: 4rem;
  }
  .hero-section {
    height: 38vh;
  }
  .image-box:after {
    position: absolute;
    content: '';
    top: 0%;
    left: 36%;
    z-index: -1;
    border-top: 15rem solid #ecada1;
    border-left: 15rem solid transparent;
}
.image-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 54%;
    z-index: -1;
    border-bottom: 15rem solid #51a7e0;
    border-right: 15rem solid transparent;
}
  .hero-section .hero-caption {
    position: absolute;
    top: 8rem;
    left: 15%;
  }
   .book .hero-caption{
      left: 21%;;
   }
   .book .hero-caption span {
        font-size: 2rem;
    }
    .image-box:before{
       display:none !important;
     }
     .image-box:after{
        display:none !important;
     }
}


/*tabs*/
@media (min-width: 575.98px) and (max-width: 1000px) { 
   
   
}

@media (min-width:0px) and (max-width:360px){
          .image-box:after {
        position: absolute;
        content: '';
        top: 0%;
        left: 32%;
        z-index: -1;
        border-top: 15rem solid #ecada1;
        border-left: 15rem solid transparent;
    }
    .image-box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 49%;
        z-index: -1;
        border-bottom: 15rem solid #51a7e0;
        border-right: 15rem solid transparent;
    }
}
@media (min-width:0px) and (max-width:320px){
       html,body{
       font-size:75%;
    }

           .image-box:after {
        position: absolute;
        content: '';
        top: 0%;
        left: 30%;
        z-index: -1;
        border-top: 15rem solid #ecada1;
        border-left: 15rem solid transparent;
    }
    .image-box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 47%;
        z-index: -1;
        border-bottom: 15rem solid #51a7e0;
        border-right: 15rem solid transparent;
    }
}
/* laptops*/
@media(min-width:1024px){
    .fixedbar .sina-nav .sina-menu > li > a{
     padding: 1.313rem 0.625rem;
  }
}

/*Big Screen 1920px */
@media (min-width: 1920px){ 
   html,body{
      font-size:125%;
     }

}
/*Big Screen 1920px */
@media (min-width: 2560px){ 
   html,body{
      font-size:160%;
     }

}


