@media (min-width: 1200px) {
  .container{
   width:1550px !important;
  }
  }

  @media (min-width: 1200px) {
    .containerfo{
     width:1512px !important;
    }
    }

  @media (max-width: 1559px) {
    .sevice-border-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .profile-data-wrap{
        margin: 0;

    }
}
@media (max-width: 1199px) {
    .card-header h4 {
        font-size: 16px;
    }
    .contact-us-form-warpper{
        display: block;
    }
    .contact-us-form-warpper .w-50{
        width: 100%;
    }
}
@media (max-width: 991px) {
    .payment-mode-wrapper .payment-mode-item {
        flex-direction: column;
    }
    .payment-mode-wrapper .payment-mode-item .custom-card {
        margin-top: 10px;
    }
    #navigation.small-screen #menu-button {
        margin-top: 0;
    }
}
@media (min-width: 768px){
    .contact-details-wrap{
        margin-left: 50px;
    }
}
@media (max-width: 767px) {
    .mobile-logo,
    .mobile-search {
        margin-bottom: 10px;
    }
    .sevice-border-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .row-mobile {
        margin: 0;
    }
    /* .section-title {
        text-align: left;
    } */
    .event-heading .event-status {
        right: 20px;
        top: -35px;
    }
    .cante{
        margin: 15px 0;
    }
    .profile-content-wrap h1{
        font-size: 20px;
    }
    .profile-content-wrap  .d-align-justify{
        flex-direction: column;
    }
    .profile-data-wrap .img-thumbnail{
        max-width: 50%;
        margin-top: -100px;
    }
    .profile-content-wrap {
        padding-top: 30px;
    }
    .flex-res-column{
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    header ul li {
        padding: 0 10px;
    }
    header ul li a {
        font-size: 12px;
    }
    .page-header h1 {
        font-size: 18px;
        line-height: inherit;
        margin-top: 15px;
    }

    .sevice-border-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

}



