.sub-brochure-pdf {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 9;
}

.sub-send-inquiry-form {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 9;
}

.mobile-footer-social-icon-main{
        display: none;
}

/* Footer Whatsapp & Call icon Left Right */
.footer-whatsapp-left{
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0 20px 100px 0;
        z-index: 999999;
}
.footer-whatsapp-left a{
        display: flex;
        align-items: center;
        justify-content: center;
}

.footer-call-right{
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0 20px 180px 0;  
        z-index: 999999;
}
.footer-call-right a{
        display: flex;
        align-items: center;
        justify-content: center;
}

.vibrate-3 {
        -webkit-animation: vibrate-3 1s linear infinite both;
        animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
        0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        }

        10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
        }

        40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
        }

        50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
        }

        80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        }
}

@keyframes vibrate-3 {
        0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        }

        10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
        }

        40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
        }

        50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
        }

        80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        }
}
/* Footer Whatsapp & Call icon Left Right End */

/* Call to Action */
.fade:not(.show){
    opacity: inherit;
}
.sub-modal-popup .modal-header{background: #dd2f42; padding: 9px 14px;}
.sub-modal-popup .form-group .form-control {
    height: 45px;
    font-size: 16px;
    border: 1px solid #0a2572;
    margin: 0 0 15px 0;
}
.sub-modal-popup .form-group textarea {
    height: auto !important;
    padding: 15px;
}
.sub-modal-popup .modal-body {
    padding: 0;
}
.sub-modal-popup .modal-footer .btn-primary {
    font-size: 16px;
    font-weight: 500;
    background: #01B9E6;
    border: 1px solid #01B9E6;
    border-radius: 6px;
    padding: 12px 35px;
}
.sub-modal-popup .modal-footer .btn-primary:hover {
    background: #646464;
    border: 1px solid #646464;
}
.modal-footer {
    padding: 15px 0;
}
.modal-footer .form-group {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-items: flex-start;
}
.footer-form {
    padding: 0 0 30px 0;
}
.footer-form .form-group .form-control {
    font-size: 16px;
    height: 45px;
    border: 1px solid #77204a;
    margin: 0 0 15px 0;
}
.footer-form .form-group textarea {
    height: auto !important;
    padding: 20px 25px;
}
.sub-modal-popup .modal-dialog-centered{
    max-width: 850px !important;
}
.sub-modal-popup .modal-content{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.sub-modal-popup .modal-content a {
    color: #212529;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background: transparent;
    padding: 10px 0 0 0;
}
.modal-title {
    width: 100%;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
input.edu-btn {
    width: auto;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    height: auto;
    color: #ffffff;
    background: #01B9E6;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0 none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 14px 35px;
    cursor: pointer;
}
input.edu-btn:hover {
    color: #ffffff;
    background: #646464;
}
.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.sub-modal-popup-form {
  width: 100%;
  display: inline-block;
  background: #f6f6f6;
  padding: 30px 30px 15px 30px;
}
.sub-title-call h2 {
  width: 100%;
  display: inline-block;
  color: #080403;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0 15px 0;
  margin: 0;
}
.sub-modal-logo-box .sub-modal-icons {
  width: 45px;
  height: 45px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dd2f42;
  border-radius: 100%;
  margin: 0 15px 10px 0;
}
.sub-modal-icons-mail {
  display: inline-block;
  text-align: left;
  margin: 0 0 15px 0;
}
.sub-modal-popup button.close {
    color: #ffffff;
  background-color: #241f21;
  margin: -9px -15px -25px 0;
  border-radius: 0 4px 0 0;
  opacity: 0.9;
  padding: 17px 20px;
}
.submitbutton {
  background: #212529;
  color: #fff !important;
  font-size: 18px;
  line-height: 13px;
  border-radius: 5px;
  padding: 15px 30px !important;
  border: 1px solid #212529;
  font-weight: bolder;
}
.submitbutton:hover{
    background: #dd2f42;
    border: 1px solid #dd2f42;
}
/* Call to Action End */