/*


COLOR CODE:  #f0504c


*/

.dot1,
.dot2 {
    background-color: #f0504c;
}
.btn-2-play-store:hover,
.btn-2-app-store:hover {
    background: #f0504c;
    border: 2px solid #f0504c;
}
.nav a:hover,
.scroll-fixed-nav .nav a:hover,
#nav .current > a {
    color: #f0504c !important
}
.single-how-works i {
    color: #f0504c;
}
.single-feature-1 i {
    color: #f0504c;
}
.img-1-text-container h2 {
    color: #f0504c;
}
.img-2-text-container h2 {
    color: #f0504c;
}
.subscribe-section form input[type="email"]:focus {
    border: 1px solid #f0504c;
}
.subscribe-section form input[type="submit"] {
    background: #f0504c;
}


.single-feature-2 i {
    color: #f0504c;
}
.featured-price.single-price button {
    background-color: #f0504c;
    border-color: #f0504c;
}
.featured-price .plan-price h4 {
    color: #f0504c;
}
.featured-price.single-price button:hover {
    background-color: #f0504c;
    border-color: #f0504c;
}
.single-price button:hover {
    background-color: #f0504c;
    border-color: #f0504c;
}
.dark-gry-bg .single-price button:hover {
    background-color: #f0504c;
    border-color: #f0504c;
}

.modal-content {
    background-color: #444449;
    color: #fff;
}

.modal-body {
    padding-top: 40px;
    padding-bottom: 40px;
    padding: 40px;
    max-height: 60vh;
}
.modal-body span {
    opacity: 0.7;
}

.modal-body label {
    font-weight: bold;
    color: #f0504c;
}

.modal .btn {
    background-color: #f0504c;
    border-color: #f0504c;
    color: #fff;
}

.modal-header {
    border-bottom: 1px solid rgba(255,255,255, 0.05);
}

.modal-footer {
    border-top: 1px solid rgba(255,255,255, 0.05);
    padding-top: 40px;
    padding-bottom: 40px;    
}

.modal a {
    color: #fff;
    text-decoration: underline;
}

.modal .btn-grey {
    background-color: #aaa;
    border-color: #aaa;
    color: #fff;
}


form.contact-form input[type="text"]:focus,
form.contact-form input[type="email"]:focus,
form.contact-form textarea:focus {
    border: 1px solid #f0504c;
}
form.contact-form button {
    background: #f0504c;
}
.footer-container .social-icons li a:hover {
    color: #f0504c;
}
#scrollUp:hover {
    background-color: #f0504c;
}