.conf h2{
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin:0px;
}
.cong-data h3{
    font-size: 24px;
    font-weight: 600;
    margin:0px;
}
.conf-data h4{
    margin:0px;
    font-size: 16px;
    font-weight: 500;
}
.conf-phon h4{
    font-size: 16px;
    margin:0px;
    font-weight: 500;
}
.conf-phon{
    padding:15px 15px;
}
.conf-data h3{
    font-size:20px;
    font-weight:700;
    margin:0px;
}
.conf-tel h2{
    margin:0px;
    font-size:22px;
    font-weight:700;
}
.conf,.conf-org{
    padding-bottom: 24px;
    text-align: center;
}
.conf-org{
    padding-top:60px;
    text-align: center;
}
.conf-org h2{
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin:0px;
}
.conf-meety h2{
    margin:0px;
    font-size:16px;
    font-weight:500;
}
.conf-meety h4{
    font-size: 16px;
    margin:0px;
    font-weight: 500;
}
.conf-meety{
    padding-top:26px;
}
.confimg{
    margin-bottom:24px;
    text-align:center;
}
.conf-tel h4{
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
}

    .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 4; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 4% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 470px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.contact_wrap{
    display:flex;
    align-items:center;
}
@media (min-width: 300px) and (max-width:767px) {

    .adds{
        width:280px !important;
    }
    .p_sponsor h2, .d_sponsor h2, .s_sponsor h2, .o_sponsor h2, .p_mode h2, .terms h2, .g_sponsor h2{
        font-size:19px;
    }
    .mobile-view{
        display:flex !important;
        justify-content:center !important;
        flex-direction:column;
    }
    .card_wrap{
        flex-direction:column;
    }
    .mobile-img{
        justify-content:center;
    }
    .contact_wrap{
        flex-direction:column;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .card_title{
        width:100%;
    }
    .md_view{
        flex-direction:column;
    }
}