/* Call to Action */
.sub-whatapp-icon {
    position: relative;
    z-index: 999999;
}
.sub-whatapp-icon a {
    position: fixed;
    bottom: 30px;
    z-index: 999999;
    right: 30px;
}
.sticky-icon {
    z-index: 9;
    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(../images/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: #1d4c84;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}
.fa-arrow-circle-up {
    font-size: 30px;
}
#myBtn:hover {
    background-color: #555;
}
.all-icon-color {
    background-color: #0b5270;
}
/* Call to Action End */

@media screen and (max-width: 664px) {
    .sticky-icon{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 */


/* Form Error */
.has-feedback {
    position: relative;
}

.has-feedback input {
    position: relative;
}
.has-error input,
.has-error textarea,
.has-error select {
    margin: 0px !important;
}

.has-error label {
    margin-bottom: 5px;
}
/* Form Error End */

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

/* Modal */
.sub-modal-popup .modal-dialog {
  max-width: 850px;
}
.sub-modal-popup .modal-header {
  background: #0b5270;
}
.sub-modal-popup .modal-content .modal-header button.btn-close{background: #ffffff;}
.sub-modal-popup .modal-header .modal-title {
  width: 100%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
}
.sub-modal-popup .modal-logo {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.sub-modal-popup .modal-body .modal-logo .modal-call a {
    color: #5b5b5b;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 0 0;
}
.sub-modal-popup .modal-body .modal-logo .modal-call a:hover{
    color: #0b5270;
}
input.rts-btn.btn-primary {
  background: #0b5270;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 20px 33px;
  line-height: 6px;
  max-width: max-content;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 2px;
  display: block;
  min-width: max-content;
}
.sub-modal-popup .modal-footer {
  width: 100%;
  display: inline-block;
  padding: 15px 0;
  margin: 15px 0 0 0;
}
.sub-modal-popup .modal-body .form-group .form-control{
    margin: 0 0 15px 0;
}
.sub-modal-popup .modal-content .modal-header button i{
    top: -3px;
    position: relative;
}
/* Modal End */