


@media only screen and (max-width : 1400px) {
   
}
@media only screen and (max-width : 1300px) {    
    
}
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
   
    
}

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

    .logo img {
        width: 112px;
    }
   .call_btn span{
    display: none;
   }
   .whats_btn span{
    display: none;
   }
   .call_btn{
    border-bottom-left-radius: 13px;
        padding: 4px 8px;
   }
   .whats_btn{
    border-bottom-left-radius: 13px;
        padding: 4px 8px;
    margin: 0;
   }
   .call_btn img{
    margin: 0;
    width: 25px;
   }
   .whats_btn img{
    margin: 0;
    width: 25px;
    position: relative;
    top: -2px;
    left: 1px;
   }
   .admi_link_list a {
    width: 100%;
   }
   .happy_girl img{
    transform: unset;
   }
   .choose_box {
        width: calc(50% - 5px);
   }
   .happy_girl{
    text-align: center;
   }
   .happy_girl img{
    width: 60%;
   }
   .pb_100{
    padding-bottom: 50px;
   }
   .pt_100{
    padding-top: 50px;
   }
   .index_title {
    font-weight: 700;
    font-size: 27px;
   }
   .help_desk {
    flex-direction: column;
}
footer{
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .container {
    flex-direction: column;
}
.sm_banner{
    margin-bottom: 10px;
}

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

