 /* Footer Form CSS */
 main{
    margin-top: 80px;
}
 .Dialy-update{
    width: 35%;
}
#myForm{
    width: 90%;
}
.formbox{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}

.formbox h5 {
width: 100%;
font-size: 20px;
text-align: center;
margin: 15px;
}
.formbox input{
width: 90%;
height: 30px;
padding: 5px;
margin: 5px;
border: 2px solid  #003da5;
border-radius: 3px;
}
/*captcha style */
#captcha-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 10px;
    align-items: center;
    
}
#captcha-image{
    width: 60%;
    padding: 10px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 40px;
    background: linear-gradient(90deg, #DC1D2E 0%, #0A2653 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    user-select: none;  
}
    #captcha-container .refresh-btn{    
        width: 25%;
        height: 30px;
        
    }
        /*end here */ 
    .Submit {
    padding: 15px 25px;
    border: none;
    border-radius: 10px;
    color: #212121;
    z-index: 1;
    background: #e8e8e8;
    position: relative;
    font-weight: 1000;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    width: 100%;
    text-align: center;
    animation: breathing 2s ease-in infinite normal;
   }
   
   .Submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 1px;
    background-color: #0A2653;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms;
   }
   
   .Submit:hover {
    color: #f0c06f;
   }
   
   .Submit:hover::before {
    width:100%;
   }
    
    @keyframes breathing {
        0% {-webkit-transform: scale(.95);transform: scale(.95);
     }
     10% {-webkit-transform: scale(.96);transform: scale(.96);
     }
       30% {-webkit-transform: scale(.97);transform: scale(.97);
          }
       40% {-webkit-transform: scale(.98);transform: scale(.98);
         }
       50% {-webkit-transform: scale.99;transform: scale(.99);
        }
       60% {-webkit-transform: scale(1);transform: scale(1);
         }
       70% {-webkit-transform: scale(.99);transform: scale(.99);
        }
       80% { -webkit-transform: scale(.98);transform: scale(.98); }
      90% {-webkit-transform: scale(.97);transform: scale(.97);}
    
      100% {-webkit-transform: scale(.95);transform: scale(.95);}
    }
    
    .Submit:hover{background-color: rgb(253, 253, 253);color: #003da5;}
    input:hover{background-color: white; color: #000000;}
    .location iframe {width: 100%;
    }
/* Common Page css for other pages   */
.meanheadimgbx{
    width: 100%;
}
.meanheadimgbx img{
    width: 100%;
}
        .workwithus{
            width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        }
        a{
text-decoration: none;
        }
    
        .wrkwtussec{
            width: 90%;
            display: flex;
         align-content: center;
            justify-content: center;
            flex-direction: column;
    
        }
        .wwucontsec{
            display:flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 1rem; 
        }
        .wwumainhead h1{
            font-size: 3rem;
            text-shadow:2px 2px 10px #420b0b7a;;
            font-family:  fantasy;
            font-weight: 300;
        } 
        .wwumainimg{
width: 100%;
        }
        .wwumainimg img{
            width: 100%;
        }
        .wwumaintxt{
            width: 100%;
        }
        .wwumaintxt h2{
            font-size: 20px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.973);
            font-family:  normal normal normal 22px/1.4em montserrat,sans-serif;
        }
.patcntbx{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    /* width: 100%; */
    align-items: center;
    justify-content: center;
}
.patcntbx h2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.973);
    font-family:  normal normal normal 22px/1.4em montserrat,sans-serif;
}
.patcnttxbx{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.patcnttxbx h2{
    width: 95%;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.973);
    font-family:  normal normal normal 22px/1.4em montserrat,sans-serif;
}
.patcntimgbx{
    width: 36%;
    display: flex;
    
}
.patcntimgbx img{
   width: 400px;
   background: transparent;
}
  .form-container {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);background-color: #f9f9f9;padding: 20px;border: 1px solid #ccc;border-radius: 8px;z-index: 9999; width:350px;}
    .form-container.show {display: block;}
    .form-container.show form{display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;    }
    .form-container.show form input{padding: 7px 13px;margin: 0px 0px 0px 10px;width: 90%;border-radius: 5px;font-size: 17px;color: #003DA5;border: 1.5px solid #003DA5;} 
    .form-container.show form input::placeholder{color: #302f2f;}
    .form-container.show form .formbtn{background-color: #DC1C2E;border: none;padding: 12px 15px;margin: 8px 0px 8px 15px;width: 50%;border-radius: 5px;font-size: 17px;color: #ffffff;}
    .close-btn {float: right;cursor: pointer;color: black;font-size: 30px;font-weight: 800;z-index: 1111;position: relative;top: -16px;left: -6px;display: flex;width: 100%;justify-content: end;font-family: math;}
    .icon-link p {font-family: Gotham-Black;width: 103%;text-align: center;}
    .google-loc a{text-decoration: none; color: inherit;}
      .showformbnt{ display:none; margin:0;}
@media (max-width:900px) {
    main{ margin-top: 80px;}
           .wrkwtussec {
        width: 100%;
        padding: 2px; 
    }
    .wwumainhead h1 {
        font-size: 2rem;
    }
  
    .wwumainimg img{
        width: 100%;
    } 
    .Dialy-update{
        width: 100%;
    }
    .patcntbx{
        display: flex;
        flex-direction:row;
        width: 95%;
        align-items: center;
        justify-content: space-around;
    }
    .patcnttxbx{ width: 100%;}
    .patcnttxbx h2{font-size: 19px;}
    .patcntimgbx{width: 100%;
        align-items: center;
        justify-content: center;}
    .patcntimgbx img{width: 310px;}
}
/*CSS for footer of every page of client-registration*/
.footer_class {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

.footer_class p {
    margin: 10px 0;
}

.footer_class i {
    color: red;
}

.footer_class a {
    color: #3c97bf;
    text-decoration: none;
}
@media (max-width:760px) {
    form, .overlay-panel{
        padding: 0 10px;
    }
    form h1, .overlay-panel h1{
        font-size: 21px;
        font-weight: 700;
    }
    input ,select{
        font-size: 14px;
    }
    ::placeholder {
  font-size: 14px;
}
}

/*css for blibking effect on new course on learning center*/
.new-course-update::before {
  content: 'NEW';
  width: 42px;
  height: 23px;
  background-color: cyan;
  position: absolute;
  color: #000;
  font-weight: 600;
  font-family: roboto;
  text-align: center;
   animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}








