/********** Template CSS **********/
:root {
    --primary: #0463FA;
    --light: #EFF5FF;
    --dark: #1B2C51;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: url(../img/header-page.jpg) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Service ***/
.service-item {
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}






.logo{
    width: 150px;
}
.hme-bg{
    background: #fff;
}
.home p span{
    font-size: 25px;
    font-weight: 600;
    line-height: 50px;
}
.home p{
    font-size: 18px !important;
    color: #0f0e0e;
    font-weight: 500;
    line-height: 40px;
   margin-top: 20px;
   
}

.home h5{
    font-size:18px;
    margin-top: 20px;
    color: #4c4c4c;
}
.home strong{
    color: #6a6b6c;
    font-weight: 700;
}
.home h1{
    line-height: 80px;
}

.hme-btn{
    border: none;
    outline: none;
    padding: 10px 55px;
    border-radius: 50px;
    font-size:13px;
    font-weight: 600;
    background: transparent;
    text-transform: uppercase;
    transition: 0.5s;
    margin: 0 10px;
    background-color: #f3971e;
    color: #fff;
    border: 3px solid #eca446;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
}
.bt-log{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
}
.bt-log img{
    width: 170px;
    
}
.hme-btn:hover{
    background-color: transparent;
    color: #eca446;
}
.btn-a{
    background-color: #f3971e;
    color: #fff;
    border: 3px solid #eca446;
}

.btn-b{
    background-color: #f3971e;
    color: #fff;
    border: 3px solid #eca446;
}
.scnd-section{
    width: 100%;
    background: #f8f8f8;
}
.desc-bx{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    flex-direction: column;
}
.desc-bx p{
    font-size: 15px;
    line-height: 45px;
    font-weight: 500;
    color: #222;
    text-align: left;
}
.desc-bx span{
    font-size: 25px;
    color: #eca446;
}
.video-bx{
    width: 100%;
    height: 400px;
    border-radius: 4px;
    overflow: hidden;
}
.video-bx iframe{
    width: 100%;
    height: 100%;
}
.dsc-2 {
    padding: 0px 50px;
}
.dsc-2 h3{
    color: #eca446;
    font-weight: 500;
}
.dsc-2 p{
    text-align: left;
    margin-top: 20px;
    font-size: 13px;
    color: #222;
    line-height: 30px;
    font-weight:500 ;
}

.footer{
    width: 100%;
    /*height: 100%;*/
    background: #e7e7e7;
}
.ft-bx-1{
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ft-bx-1 img {
    width: 150px;

}
.ft-bx-1 h6{
    margin-top: 20px;
    color: #eca446;
    text-transform: capitalize;
}
.ft-bx-1 p{
    margin: 0;
    color:#2f2e2e ;
    margin-top: 17px;
    font-size: 13px;
    font-weight: 500;
}

.ft-bx-1 span{
    font-size: 15px;
    margin-right: 10px;
}
.ft-bx-1 span i{
    color: #f5a53c;
}

.ft-bx-2{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft-bx-2 p{
    color: #222;
    font-size: 13px;
    text-transform: capitalize;
}
.ft-bx-2 a{
    margin-left: 5px;
    color: #eca446;
    text-decoration: none;
    font-weight: 600;
}
.sponsor-event{
    width: 100%;
    height: 200px;
   display: flex;
   justify-content:center;
   align-items: center;
   flex-direction: column;
   gap: 10px;

}
.sponsor-event h4{
    font-size: 25px;
}
.donor-desc-bx{
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.donor-desc-bx h3{
    font-size: 50px;
    color: #eca446;
}
.donor-desc-bx p{
    margin: 0;
    font-size: 35px;
    color: #222;
   
}
.donor-desc-bx small{
    font-weight: 500;
    font-size: 14px;
}
.donor-form-bx{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
}
.donor-form-bx form{
    width: 100%;
}
.donor-form-bx input,.donor-form-bx select,.rfrnce-bx input{
    width: 100%;
    height: 45px;
    font-size: 12px;
    border: 1px solid #6a6b6c;

}
.donor-form-bx input:focus,.donor-form-bx select:focus,.rfrnce-bx input:focus{
    box-shadow: none;
    border-color: #eca446;
}
.donor-form-bx label{
    font-size: 12px;
    font-weight: 700;
    color: #4c4c4c;
}


.inp-rd-bx{
    width: 100%;
    height: 100%;
}
.value1::after{
    content: '$ 25';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    font-weight: 500;
    transform: translate(-50%,-50%);
}
.value2::after{
    content: '$ 50';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    font-weight: 500;
    transform: translate(-50%,-50%);
}
.value3::after{
    content: '$ 75';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    font-weight: 500;
    transform: translate(-50%,-50%);
}
.value4::after{
    content: '$ 100';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    font-weight: 500;
    transform: translate(-50%,-50%);
}
.value5::after{
    content: '$ 200';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    font-weight: 500;
    transform: translate(-50%,-50%);
}
.donor-form-bx input[type=radio] {
    width: 80px !important;
    height: 50px !important;
    border-radius: 5px !important;
    border: 1px solid #222 !important;
    margin-left: 10px;
}
.donor-form-bx input:checked[type="radio"]{
    background-image: none !important;
}
.donor-form-bx input:checked{
    border: none !important;
    color: #fff;

}
.donor-form-bx label:after,.sponsor-form-bx label::after,.rfrnce-bx label::after {
    content:" *";
    color: red;
  }
.front-end-lbl::after {
    content:"" !important;
  }
  .payments input{
    width: 100%;
    height: 45px;
    font-size: 12px;

    border: 1px solid #6a6b6c;
  }
  #formFile {
    padding: 0;
    background-color: transparent;
    width: 100%;
    height: 45px;
    font-size: 12px;
    border: 1px solid #6a6b6c;
    border-radius: 5px;
  }
  #formFile::file-selector-button {
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    background-color: #eca446;
    color: #fff;
  }
  .ar-hde::-webkit-outer-spin-button,
  .ar-hde::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
 .modal-body2{
    width: 100%;
    height: 100%;
 } 
  
 .qr-bx{
    width: 100%;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .qr-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 .donor-popup p{
    margin: 0;
    margin-top: 10px;
    color: #2e2e2e;
    font-weight: 600;
 }
 .donor-popup p span{
    color: #6a6b6c;
    font-weight: 500;
 }
.sponsor-desc-bx{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.sponsor-desc-bx h3{
    font-size: 50px;
    color: #eca446;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.sponsor-desc-bx p{
    margin: 0;
    font-size: 40px !important;
    color: #222;
    letter-spacing: 15px;
   
}
.sponsor-desc-bx small{
    font-weight: 500;
    font-size: 13px;
    margin: 0;
}
.sponsor-form-bx{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.sponsor-form-bx form{
    width: 50%;
}
.sponsor-form-bx input,.sponsor-form-bx select{
    width: 100%;
    height: 45px;
    font-size: 12px;
    border: 1px solid #6a6b6c;

}
.sponsor-form-bx textarea,.home textarea{
    height:89px;
    resize: none;
    border: 1px solid #6a6b6c;
}
.sponsor-form-bx label{
    font-size: 12px;
    font-weight: 700;
    color: #4c4c4c;
}
.sponsor-form-bx input:focus,.sponsor-form-bx select:focus,.sponsor-form-bx textarea:focus,.home textarea:focus{
    box-shadow: none;
    border-color: #eca446;
}
.sponsor-btn{
    padding: 8px 30px;
    border: none;
    outline: none;
    background-color: #f19d2f;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    font-size: 15px;
}
.modal-body{
    background: #eca446;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    color: #fff;
    border-radius: 10px;
    
}
.modal-body p{
    font-size: 18px;
    font-weight: 500;
}


.Participate-bx{
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    
}
.Participate-bx h3{
    font-size:80px;
    color: #eca446;
}
.Participate-bx p{
    margin: 0;
    font-size: 25px;
    color: #222;
   
}
.Participate-logo-bx{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    
}
.Participate-logo-bx img{
    width: 150px;
    margin-bottom: 20px;
}
.Participate-logo-bx p{
    margin: 0;
    color:#2f2e2e ;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;

}



.Participate-logo-bx span{
    font-size: 15px;
    margin-right: 10px;
}
.Participate-logo-bx span i{
    color: #f5a53c;
}

.th p{
color: #222;
font-size: 18px;
line-height: 40px;
}
.ar i{
    font-size: 25px;
    color: #eca446;
}
.qrcde{
    width: 250px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qrcde img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.qrdwnld button{
padding: 10px;
border: none;
outline: none;
background-color: #eca446;
color: #fff;
font-size: 12px;
font-weight: 500;
}





.value1::after{
    content: '$ 25';
    position: absolute;
    top: 28px;
    left: 50%;
    font-size: 15px;
    font-weight: 500;
    transform: translate(-50%,-50%);
}
.value2::after{
    content: '$ 50';
    position: absolute;
    top: 28px;
    left: 50%;
    font-size: 15px;
    font-weight: 500;
    transform: translate(-50%,-50%);
}
.value3::after{
    content: '$ 75';
    position: absolute;
    top: 28px;
    left: 50%;
    font-size: 15px;
    font-weight: 500;
    transform: translate(-50%,-50%);
}
.value4::after{
    content: '$ 100';
    position: absolute;
    top: 28px;
    left: 50%;
    font-size: 15px;
    font-weight: 500;
    transform: translate(-50%,-50%);
}
.value5::after{
    content: '$ 200';
    position: absolute;
    top: 28px;
    left: 50%;
    font-size: 15px;
    font-weight: 500;
    transform: translate(-50%,-50%);
}
.rdio-lbl{
    position:absolute;
        bottom: -36px;
    left:30%;
    font-weight:500;
    color:#222;
}
.donate input[type=radio] {
    width: 65px !important;
    height: 45px !important;
    border-radius: 5px !important;
    border: 1px solid #222 !important;
    margin-left: 10px;
    
}
.donate input:checked[type="radio"]{
    background-image: none !important;
    background-color:#ec9a2f !important;
    box-shadow:none;
}
.donate input:checked[type="radio"] + .rdio-lbl{
   color:#fff !important;
}
.donate input:checked{
    border: none !important;
    color: #fff;

}
/*.logo-3{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/
.logo-3 img{
    width: 250px;
}
.rfrnce-bx{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rfrnce-bx form{
    display: flex;
    flex-direction: column;;
}
.rfrnce-bx label{
    font-size: 12px;
    font-weight: 700;
    color: #4c4c4c;
}
.bx-grp{
   margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.bx-grp div{
    width: 300px;
    height: 30px;
    background-color: #ec9a2f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.bx-grp div p{
    margin: 0;
    font-weight: 500;
    color: #fff;
}
.don-amt{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.spnevnt-2{
    
   display: none  !important;
    width: 100%;
    height: 200px;
  
   justify-content:center;
   align-items: center;
   flex-direction: column;
   gap: 10px;
    
    

}
.lgn{
     display: none  !important;
}


.spnevnt-2 h4{
    font-size: 25px;
}
.logo-3{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
.download-btn a{
    text-decoration: none;
    padding: 8px 12px;
    background-color: #ec9a2f;
    color: #fff;
    border-radius: 7px;
    font-size:13px;
}

.model-logo{
    width:100%;
    height:200px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.model-logo img{
    width:130px;
}
.model-cls-btn{
    background:#fff;
    color:#ec9a2f;
    border-radius:10px;
    padding:8px 20px;
    border:none;
    outline:none;
    text-decoration:none;
    
}
@media screen and  (max-width:998px){
 
   .sponsor-event {
       display:none  !important;
   }
   .spnevnt-2,.lgn{
       display:block  !important;
   }.lgn{
       display:block  !important;
   }
   .lgn2{
     display: none  !important;
}
   
}

@media screen and  (max-width:470px){
 
    .logo-3 img{
        width: 150px;
    }
   
}

.form-check{
    padding: 0 !important;
}