﻿.chmrg_top
{
    margin-top: 200% !important;
}

.ul-txt
{
	line-height: 15px !important;
}

.ul-height
{
    height: 54px;
}

.slider-height
{
    height: 400px !important;
}


.owl-prev
{
    display:none;
}

.owl-next
{
    display:none;
}

.logo-width
{
     width:38%;
}
.fullimg
{
    width: 100%;
    height: 300px;
    border-radius: 8%;
}

.admin-login
{
    position: relative;
    z-index: 1;
    padding: 13px 20px;
    background-color: #ed3974;
    line-height: 70px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5%;
}
.reqmrg-top
{
    margin-top: 32%;
}

.top-nav
{
    background:#76c8c0 !important;
}

.homeimagepannel
{
    width:449px;
    height:300px;
}

.letterheading
{
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #f2f4f5;
    padding: 10px 25px;
}
.txtalign
{
    text-align: justify;
}
.centeralign
{
    text-align:center;
}

.pdlft
{
    padding-left: 5%;
}

.incfontsize
{
    font-size: 22px;
}

.nametxt
{
    color: #5050ebf7;
    font-size: 16px;
    font-weight: 700;
}

.boldstyle
{
    font-size: 15px;
    font-weight: 600;
}

.datetxt
{
    font-size: 14px;
    color: #7878f7;
    font-weight: 600;
}

.fontstylea
{
    color: #371fff;
    font-weight: 500;
    font-size: 15px;
}

.fontstyleb
{
    color: #371fff;
    font-weight: 500;
}

.logostyleimg {
    max-width: 16% !important;
}

.logotxt1 {
    font-size: 19px;
    font-family: 'pt_sansbold';
    font-weight: 600;
    color: #bf4812;
}

.logotxt2 {
    font-size: 19px;
    font-family: 'pt_sansbold';
    font-weight: 600;
    color: #849c0b;
}

.pfntstyle {
    font-weight: 800 !important;
    text-align: center;
}

@media only screen and (max-width: 1269px) 
{
    .homeresponsive1 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(100% - 30px) !important;
        flex: 0 0 calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
        width: calc(100% - 30px) !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .homeresponsive2 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(100% - 30px) !important;
        flex: 0 0 calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
        width: calc(100% - 30px) !important;
    }
}


@media only screen and (max-width: 767px)
{
  .medialogo 
  {
      max-width: 100% !important;
  }
}

.classy-navbar-toggler {
    padding: 2%;
}














.payment {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
}

.paybutton {
    min-width: 300px;
    min-height: 60px;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    background: #4FD1C5;
    background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px rgba(79,209,197,.64);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
}

paybutton::before {
    content: '';
    border-radius: 1000px;
    min-width: calc(300px + 12px);
    min-height: calc(60px + 12px);
    border: 6px solid #00FFCB;
    box-shadow: 0 0 60px rgba(0,255,203,.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

.paybutton:hover, .paybutton:focus {
    color: #313133;
    transform: translateY(-6px);
}

paybutton:hover::before, paybutton:focus::before {
    opacity: 1;
}

paybutton::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #00FFCB;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

paybutton:hover::after, paybutton:focus::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}



