/* Call to Action */
.sub-whatapp-icon {
    position: relative;
}
.sub-whatapp-icon a {
    position: fixed;
    bottom: 30px;
    z-index: 999999;
    right: 30px;
}
.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0%;
    width: 220px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sticky-icon a {
    transform: translate(-160px, 0px);
    border-radius: 0 0px 0px 0;
    text-align: right;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    transition: all 0.8s;
    position: relative;
}
.sticky-icon a::before {
    width: 26px;
    height: 60px;
    content: "";
    background: url(../img/right-tr.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: -19px;
}
.sticky-icon a:hover {
    color: #fff;
    transform: translate(0px, 0px);
}
.sticky-icon a:hover i {
    transform: rotate(360deg);
}
/*.search_icon a:hover i  {
transform:rotate(360deg);}*/
.Facebook {
    background-color: #2c80d3;
    color: #fff;
}
.Youtube {
    background-color: #fa0910;
    color: #fff;
}
.Twitter {
    background-color: #53c5ff;
    color: #fff;
}
.Instagram {
    background-color: #fd1d1d;
    color: #fff;
}
.Google {
    background-color: #d34836;
    color: #fff;
}
.sticky-icon a i {
    background-color: #fff;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 -4px 0 10px;
    transition: all 0.5s;
}
.sticky-icon a i.fa-facebook-f {
    background-color: #fff;
    color: #2c80d3;
}
.sticky-icon a i.fa-google-plus-g {
    background-color: #fff;
    color: #d34836;
}
.sticky-icon a i.fa-instagram {
    background-color: #fff;
    color: #fd1d1d;
}
.sticky-icon a i.fa-youtube {
    background-color: #fff;
    color: #fa0910;
}
.sticky-icon a i.fa-twitter {
    background-color: #fff;
    color: #53c5ff;
}
.fas fa-shopping-cart {
    background-color: #fff;
}
#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}
.fa-arrow-circle-up {
    font-size: 30px;
}
#myBtn:hover {
    background-color: #555;
}
.all-icon-color {
    background-color: #0a2572;
}
.sub-modal-popup .modal-header{background: #f4f9fd;}
.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: 30px 30px 15px 30px;
}
.sub-modal-popup .modal-footer .btn-primary {
    font-size: 16px;
    font-weight: 500;
    background: #0a2572;
    border: 1px solid #0a2572;
    border-radius: 6px;
    padding: 12px 35px;
}
.sub-modal-popup .modal-footer .btn-primary:hover {
    background: #e30016;
    border: 1px solid #e30016;
}
.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: #0a2572;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 0 0 0;
}
.sub-modal-popup .modal-content a {
    color: #0a2572;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 0 0 0;
}
.modal-title {
    width: 100%;
    color: #0a2572;
    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: #0a2572;
    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: #e30016;
}
/* Call to Action End */