.apply-btn{
border: 1px solid rgb(184, 230, 34);
color: white;
font-size: 15px;
background-color: rgb(210, 11, 111);
padding: 6px 20px;
}
.apply-btn:hover{
    background-color: transparent;
    transition: 1s;
}
.registration-btn{
    border: 1px solid rgb(8, 203, 207);
    color: white;
    font-size: 15px;
    background-color: rgb(115, 12, 180);
    padding: 6px 20px;
    }
    .registration-btn:hover{
        background-color: transparent;
        transition: 1s;
    }
    .social-content2 ul  {
        display: flex;
      
        align-items: center;
        height: auto;
        float: right;
    }
    .social-content2 ul li{
        list-style: none;
        margin-left: 20px;
    }
    .social-content2 ul li a{
        color: white;
    }
    .emailspan{
        font-size: 16px;
        word-spacing: 10px;
    }
  
   
    .admission-form input{
height: 40px;
    }
    .campus-information-area{
        background: aliceblue;
    }

    /* this is our courses section */
    .our-courses{
        background:linear-gradient(90deg, #9C27B0, #E91E63)
    }
    .our-courses .card {
        border: none;
        background: white;
        text-align: center;
    padding: 20px 0px;
    transition: 0.8s;
    }
    .our-courses .card:hover{
        transform: scale(1.1);
    }
    .our-courses .card img{
        width: 60px;
        margin: auto;
    }
    .our-courses .card button{
      border: none;
      font-size: 14px;
       height: 30px;
        width: 120px;
        border-radius: 5px;
        margin: auto;
        background: rgb(238, 6, 75);
        color: white;
    }
.middle h3{
    color: white;
    font-size: 30px;
}
/* this is best consultency style */
.best-consultency .box1{
    column-gap: 20px;
    border: 2px solid red;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.best-consultency .box1 p{
    color: black;
    font-size: 14px;
    
}
.best-consultency .box1 img{
    width: 180px !important;
}
/* .best-consultency .box1:hover{
    background-color: #E91E63;
    color: white !important;
} */
.best-consultency .animation{
    background-color: rgb(215, 11, 92);
    width: 40px;
    height: 40px;
    transition: 0.5s;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-top-left-radius: 100px;
    z-index: -1;
}
.best-consultency .box1:hover .animation {
    transform: scale(35);
}
.best-consultency .box1:hover.box1 p{
    color: white;
}
.best-consultency .box1 button {
    border: none;
    padding: 6px 15px;
    background: linear-gradient(45deg, #d625cd, #E91E63);
    color: white;
    font-size: 13px;
    position: relative;
    top: 0px;

}
/* this is modal form styling */
#applynow .modal-header{
    background-color: #202f84;
    color: white !important;
    text-align: center !important;
}
.modal-title{
    color: white;
    text-align: center !important;
}
.modal form input{
    margin-top: 12px;
    height: 40px;
}
.modal form textarea{
    margin-top: 12px;
}

/* this is scroll notice styling */
.notice-scroll{
    background-color: #673ab7;
    color: white;
    padding-top: 5px;
    height: 32px;
}
.notice-scroll img{
    width: 30px;
   
}
/* testmonials styling */
.header-image{
    width: 70px;
    height: 70px;
    border-radius: 100%;
   border:5px solid  #673ab7;
   margin: auto;
   margin-top: -30px;
}
.header-image img{
    width: 70px !important;
    height: 70px !important;
    border-radius: 100%;
    margin: auto !important;
    z-index: 99;
}
.testmonials .card{
    border: none;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #3F51B5;
}
.testmonials .quote1{
    width: 40px !important;
    position: absolute;
    top: 0px;
}
.testmonials .quote2{
    width: 40px !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.result{
    background-color:#111d5e;
    color: white;
    transition: 1s;
    margin-top: 40px;
 
}
/*this is contact form css*/
.contact-form {
    padding: 10px;
    border: 2px solid #343a40!important;
    transition: 0.7s;
}
.contact-form:hover{
    box-shadow: 1px -2px 15px 4px aqua;
}
.contact-form input {
    width: 100%;
    height: 45px;
    color: black;
    border: 1px solid white;
    margin-top: 15px;
    background: white;
    border-radius: 5px;
}
.contact-form select {
    width: 100%;
    height: 45px;
    border: 1px solid grey;
    border-bottom: 1px solid grey;
    margin-top: 15px;
    background: white;
    border-radius: 5px;
    padding-left: 15px;
}
.contact-form textarea {
    width: 100%;
    height: 100px !important;
    border: 1px solid grey;
    border-bottom: 1px solid grey;
    margin-top: 15px;
    background: white;
    border-radius: 5px;
    padding-left: 15px;
}
#rrt{
    padding-left: 100px;
}
.contact-form button{
    background-color: rgb(210, 11, 111);
    color: white;
    border: 1px solid #9C27B0;
    padding: 12px 75px;
    display: block;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
}

.contact-form input::placeholder{
    padding-left: 15px;
    color: black;
}
.question{
    margin-top: 15px;
    padding-left: 20px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    transition: 1s;
    border-radius: 5px;
}
.answer{
    transition: 1s;
    height: 40%; 
}
.question .fa-minus{
    display: none;
}
.none{
    display: none;
}
.block{
    display: block;
}
.result h5{
    font-size: 28px;
    padding-bottom: 15px;
}
.mycounter{
    background-color: #111d5e;
    padding-bottom: 0px;
    padding-top: 30px;
}
.star-crl img{
    display: inline-block !important;
   
}
.star-crl {
    width:100px;
    margin: auto;
}

.accordion {
    max-width: 1170px;
    margin: 40px auto 0;
  }
  
  .at-tab {
    display: none;
    padding: 15px;
    border: 1px solid #dddddd;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #000;
  }
  
  .at-title {
    cursor: pointer;
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);

    position: relative;
    transition: background-color 0.3s ease;
  }
  
  .at-title:hover {
    background-color: #e0e0e0;
  }
  
  .at-title:after {
    content: "+";
    position: absolute;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
  }
  
  .at-title.active:after {
    content: "-";
  }
  
  .at-item {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  
  .at-title h2 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin: 0;
  }
  
  .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
  }
  .ac-text{
      padding: 0px 0px 10px 0px;
      color: #fff;
      text-align: left !important;
  }
  .image-gallery{
    width: 100%;
    transition: 0.8s;
    overflow: hidden;
  }
  .image-gallery:hover.image-gallery img{
    transform: scale(1.1);
    transition: 0.8s;
  }

  }
  .image-gallery img{
    transition: 0.8s;
  }
  .about-section p{
    line-height: 30px;
  }
  .about-section ul li{
    margin-top: 15px;
    color: black;
  }
  .services ul li{
    margin-top: 15px;
    color: black;
  }
  .services p{
    line-height: 30px;
  }
  .credit-card p{
    line-height: 30px;
  }
  .credit-card ul li{
    margin-top: 15px;
    color: black;
  }
  .credit-card ol li{
    margin-top: 12px;
    line-height: 27px;
  }
  .credit-card ol li span{
    font-weight: bold;
    color: black;
  }
  .credit-card .bold{
    font-weight: bold;
    color: black;
  }
  .whatsapp {
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 999;
    cursor: pointer;
  }
  .whatsapp img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    animation: animate 1s linear infinite alternate;
  }
 @keyframes animate {
  0%{
    transform: scale(1.0);
  }
  100%{
    transform: scale(1.2);
  }
}
  .call-log{
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 999;
  }
  .call-log img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    animation: animate 1s linear infinite alternate;
  }
  .medical-content ul li{
margin-top: 12px;
  }
  .medical-content ul li span{
    color: black;
    font-weight: bold;
  }

/*  this is course-form styling*/
.course-form {
       /* background-color: red; */
    padding: 10px;
    box-shadow: 0px 0px 7px #3F51B5;
    position: sticky;
top: 100px;

}
.abc{
    
}
.course-form input{
    margin-top: 12px;
}
.course-form textarea {
    margin-top: 12px;
}