10xbet_website_design/css/style.css

1172 lines
22 KiB
CSS
Raw Permalink Normal View History

2024-03-28 12:43:05 +00:00
@charset "UTF-8";
/*
Style : MobApp CSS
Version : 1.0
Author : Surjith S M
URI : https://surjithctly.in/
Copyright © All rights Reserved
*/
/*------------------------
[TABLE OF CONTENTS]
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER
------------------------*/
/* GLOBAL
----------------------*/
body {
font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
position: relative;
scroll-behavior: smooth;
}
a {
color: white;
font-weight: 900;
}
a:hover,
a:focus {}
h1 {
font-size: 55px;
font-weight: 600;
letter-spacing: -1px;
margin-bottom: 1.5rem;
}
h2 {
font-size: 46px;
font-weight: 900;
color: #633991;
letter-spacing: -1px;
margin-bottom: 1rem;
}
h3 {
color: #633991;
font-size: 33px;
font-weight: 600;
}
h4 {
font-size: 20px;
font-weight: 600;
color: #633991;
}
h5 {
font-size: 28px;
font-weight: 600;
color: #000;
margin-bottom: 0.7rem;
}
p {
color: #959094;
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
p.more {
font-weight: 600;
font-family: "Nunito";
padding-left: 21px;
}
p.lead {
color: #e38cb7;
margin-bottom: 2rem;
}
.text-primary {
color: white !important;
}
.light-font {
font-weight: 300;
}
.btn {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
padding: 0.375rem 1.35rem;
transition: all 0.3s ease;
}
.btn-outline-light:hover {
/* color: #d6619c; */
color: white;
}
.btn-primary {
border-radius: 3px;
/* background-image: -moz-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
background-image: -webkit-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
background-image: -ms-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
background-image: linear-gradient(122deg, #e54595 0%, #fd378e 100%); */
background-image: linear-gradient(to right, #990000 0%, #460102 100%);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
font-weight: 600;
padding: 0.8rem 2rem;
border: 0;
color: white;
cursor: pointer;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
background-image: linear-gradient(to right, #910f19 0%, #085414 100%);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
color: #fff;
}
.btn-light {
border-radius: 3px;
background: #fff;
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
font-size: 14px;
font-weight: 600;
color: #633991;
margin: 0.5rem;
padding: 0.7rem 1.6rem;
line-height: 1.8;
}
.btn-light:hover {
color: white;
}
.btn-lg {
padding: 0.8rem 1rem;
font-size: 15px;
}
.light-bg {
background-color: #faf6fb;
}
.section {
padding: 80px 0;
}
.section-title {
text-align: center;
margin-bottom: 3rem;
}
.section-title small {
color: #998a9b;
}
@media (max-width: 767px) {
h1 {
font-size: 40px;
}
h2 {
font-size: 30px;
}
}
/* NAVBAR
----------------------*/
.nav-menu {
/* padding: 1rem 0; */
transition: all 0.3s ease;
}
.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
background-color: rgb(74, 13, 143);
/* background: -moz-linear-gradient( 135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
background: -webkit-linear-gradient( 135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
background: linear-gradient( 135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%); */
background: linear-gradient(to right, #085414 0%, #910f19 100%);
-webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}
.nav-menu.is-scrolling {
padding: 0;
}
.navbar-nav .nav-link {
position: relative;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;
font-size: 14px;
border-radius: 33px;
}
.navbar-nav>.nav-item>.nav-link.active:after {
content: "";
border-bottom: 2px solid #cd99d4;
left: 1rem;
right: 1rem;
bottom: 5px;
height: 1px;
position: absolute;
}
}
@media (max-width: 991px) {
.navbar-nav.is-scrolling {
padding-bottom: 1rem;
}
.navbar-nav .nav-item {
text-align: center;
}
}
/* HERO
----------------------*/
header {
padding: 100px 0 0;
text-align: center;
color: #fff;
}
.bg-gradient {
/* background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%); */
background: url(../images/banner.jpg) no-repeat scroll center center;
background-size: cover;
height: 44rem;
}
#bg-gradient {
/* background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%); */
background: url(../images/footer.png) no-repeat scroll center center;
background-size: cover;
height: 44rem;
}
.tagline {
font-size: 23px;
font-weight: 300;
color: #ffb8f6;
max-width: 800px;
margin: 0 auto;
}
.img-holder {
height: 0;
padding-bottom: 33%;
overflow: hidden;
}
@media (max-width: 1200px) {
.img-holder {
padding-bottom: 50%;
}
}
@media (max-width: 767px) {
.tagline {
font-size: 17px;
}
.img-holder {
padding-bottom: 100%;
}
}
/* FEATURES
----------------------*/
.gradient-fill:before {
color: #fc73b4;
/* background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%); */
background-image: linear-gradient(to bottom, #207e2e 0%, #a8121e 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.card.features {
border: 0;
border-radius: 3px;
box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
transition: all 0.3s ease;
height: 230px;
margin-bottom: 20px;
}
@media (max-width: 991px) {
.card.features {
margin-bottom: 2rem;
}
[class^="col-"]:last-child .card.features {
margin-bottom: 0;
}
}
.card.features:before {
content: "";
position: absolute;
width: 3px;
color: #fc73b4;
/* background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%); */
background-image: linear-gradient(to bottom, #207e2e 0%, #a8121e 100%);
top: 0;
bottom: 0;
left: 0;
}
.card-text {
font-size: 14px;
}
.card.features:hover {
transform: translateY(-3px);
-moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.box-icon {
box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
padding: 10px;
width: 70px;
border-radius: 3px;
margin-bottom: 1.5rem;
background-color: #fff;
}
.circle-icon {
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
padding: 1px;
width: 63px;
height: 63px;
border-radius: 50%;
margin-bottom: 1.5rem;
background-color: #fff;
/* color: #f5378e; */
font-size: 30px;
text-align: center;
line-height: 59px;
font-weight: 300;
transition: all 0.3s ease;
/* background-image: linear-gradient(to right, #085414 0%, #910f19 100%); */
background: -webkit-linear-gradient(#085414, #910f19);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/*
.circle-icon:hover {
color: white;
background-image: linear-gradient(to top, #085414 0%, #910f19 100%);
} */
@media (max-width: 992px) {
.circle-icon {
width: 70px;
height: 70px;
font-size: 28px;
line-height: 50px;
}
}
.ui-steps li:hover .circle-icon {
/* background-image: -moz-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
background-image: -webkit-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
background-image: -ms-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
background-image: linear-gradient(122deg, #e6388e 0%, #fb378e 100%); */
background-image: linear-gradient(to top, #085414 0%, #910f19 100%);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
color: #fff;
}
.ui-steps li {
padding: 15px 0;
}
.ui-steps li:not(:last-child) {
border-bottom: 1px solid #f8e3f0;
}
.perspective-phone {
position: relative;
z-index: -1;
}
@media (min-width: 992px) {
.perspective-phone {
margin-top: -100px;
width: 65rem;
}
}
/* TABS
----------------------*/
.tab-content {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
background-color: #fff;
box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
padding: 3rem;
}
@media (max-width: 992px) {
.tab-content {
padding: 1.5rem;
}
}
.tab-content p {
line-height: 1.8;
}
.tab-content h2 {
margin-bottom: 0.5rem;
}
.nav-tabs {
border-bottom: 0;
}
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
padding: 1rem 1rem;
border-color: #faf6fb #faf6fb #fff;
font-size: 19px;
color: #b5a4c8;
background: #f5eff7;
}
.nav-tabs .nav-link.active {
background: #580102;
border-top-width: 3px;
border-color: #9c360e #faf6fb #fff;
color: #fff;
}
/* TESTIMONIALS
----------------------*/
.owl-carousel .owl-item img.client-img {
width: 110px;
margin: 30px auto;
border-radius: 50%;
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
.testimonials-single {
text-align: center;
max-width: 80%;
margin: 0 auto;
}
.blockquote {
color: #7a767a;
font-weight: 300;
}
.owl-next.disabled,
.owl-prev.disabled {
opacity: 0.5;
}
.owl-prev,
.owl-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #910f19;
color: #fff;
padding: 4px;
border-radius: 0.3rem;
}
.owl-prev {
left: -18px;
}
.owl-next {
right: -18px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
margin-top: 60px;
}
.owl-theme .owl-dots .owl-dot span {
background: #e7d9eb;
width: 35px;
height: 8px;
border-radius: 10px;
transition: all 0.3s ease-in;
}
.owl-theme .owl-dots .owl-dot:hover span {
background-image: linear-gradient(to right, #085414 0%, #910f19 100%);
}
.owl-theme .owl-dots .owl-dot.active span {
/* background: #ff487e; */
background-image: linear-gradient(to right, #085414 0%, #910f19 100%);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
/* IMAGE GALLERY
----------------------*/
.img-gallery .owl-item {
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
transform: scale(0.8);
transition: all 0.3s ease-in;
}
.img-gallery .owl-item.center {
transform: scale(1);
}
/* PRICING
----------------------*/
@media (max-width: 992px) {
.card-deck {
-ms-flex-direction: column;
flex-direction: column;
}
.card-deck .card {
margin-bottom: 15px;
}
}
.card.pricing {
border: 1px solid #f1eef1;
}
.card.pricing.popular {
border-top-width: 3px;
border-color: #ce75b4 #faf6fb #fff;
box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
color: #633991;
}
.card.pricing .card-head {
text-align: center;
padding: 40px 0 20px;
}
.card.pricing .card-head .price {
display: block;
font-size: 45px;
font-weight: 300;
color: #633991;
}
.card.pricing .card-head .price sub {
bottom: 0;
font-size: 55%;
}
.card.pricing .list-group-item {
border: 0;
text-align: center;
color: #959094;
padding: 1.05rem 1.25rem;
}
.card.pricing .list-group-item del {
color: #d9d3d8;
}
.card.pricing .card-body {
padding: 1.75rem;
}
/* CALL TO ACTION
----------------------*/
.call-to-action {
text-align: center;
color: #fff;
margin: 3rem 0 0 15rem;
}
.call-to-action .box-icon {
margin-left: auto;
margin-right: auto;
border-radius: 5px;
transform: scale(0.85);
margin-bottom: 2.5rem;
}
.call-to-action h2 {
color: #fff;
font-weight: 600;
}
.call-to-action .tagline {
font-size: 16px;
font-weight: 600;
color: black;
max-width: 650px;
margin: 0 auto;
}
.btn-light img {
margin-right: 0.4rem;
vertical-align: text-bottom;
}
/* FOOTER
----------------------*/
.social-icons {
text-align: right;
}
.social-icons a {
background-color: #fff;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
width: 50px;
height: 50px;
display: inline-block;
text-align: center;
line-height: 50px;
margin: 0 0.3rem;
border-radius: 5px;
color: #870808;
transition: all 0.3s ease;
}
.social-icons a:hover {
text-decoration: none;
color: #870808;
}
@media (max-width: 991px) {
.social-icons {
text-align: center;
margin-top: 2rem;
}
.col-lg-6 {
text-align: center;
margin-top: 2rem;
}
}
.tag {
color: #900;
font-weight: 800;
}
.more_btn {
padding: 0px 46px;
background-image: -webkit-gradient(linear, left top, right top, from(#6fbcfe), color-stop(51%, #998dff), to(#6fbcfe));
background-image: -webkit-linear-gradient(left, #6fbcfe 0%, #998dff 51%, #6fbcfe 100%);
background-image: -o-linear-gradient(left, #6fbcfe 0%, #998dff 51%, #6fbcfe 100%);
background-image: linear-gradient(to right, #910f19 0%, #910f19 57%, #910f19 100%);
background-size: 200% auto;
z-index: 2;
display: inline-block;
-webkit-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
text-align: center;
color: #fff;
font-size: 15px;
font-family: "Roboto", sans-serif;
line-height: 55px;
border: 6px solid rgba(204, 241, 255, 0.5);
border-radius: 33px;
}
.more_btn:hover {
background-image: linear-gradient(to right, #910f19 0%, #085414 57%, #910f19 100%);
}
a.nav-link:hover {
background-image: linear-gradient(to right, #910f19 0%, #085414 100%);
}
@media (max-width: 450px) {
h5 {
font-size: 20px;
}
}
#popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #e9eded;
/* border: 1px solid #0e6a2b; */
padding: 20px;
border-radius: 20px;
box-shadow: 0px 0px 5px -2px black;
}
#closeButton {
margin-top: 10px;
/* border: none; */
width: 80px;
border-radius: 20px;
color: white;
background-image: linear-gradient(to right, #085414 0%, #910f19 100%);
cursor: pointer;
}
#closeButton:hover {
background-image: linear-gradient(to right, #910f19 0%, #085414 100%);
}
a.small {
color: #c38282;
font-size: 12px;
}
a.small:hover {
color: #870808;
}
a.m-2 {
color: #c38282;
font-size: 15px;
}
a.m-2:hover {
color: #870808;
}
span.__cf_email__ {
color: #c38282;
}
span.__cf_email__:hover {
color: #870808;
}
a.simple {
color: #c38282;
}
a.simple:hover {
color: #870808;
}
#foot {
margin-top: 2rem !important;
}
/* Back to top button */
.back-to-top-icon {
width: 1rem;
height: 1rem;
color: rgb(252, 249, 249);
}
.back-to-top-icon :hover {
color: #000;
width: 1rem;
height: 1rem;
}
#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
/* background-color: #8c3ab9; */
cursor: pointer;
}
.btn-danger {
color: #fff;
background-color: #ece3e4;
border-color: #f1ecec;
}
.btn-danger:hover {
color: #070707;
background-color: #0c0c0c;
border-color: #0e0d0d;
}
/* Back to top button end */
h1.tag {
color: #000 !important;
font-weight: 800;
}
h3.download {
color: #990000 !important;
}
.terms {
text-align: right;
}
.myBox {
display: none;
position: absolute;
top: 50px;
left: 50px;
width: 95%;
height: 200px;
background-color: #f2f5f5;
padding: 10px;
margin-top: 2px;
z-index: 1;
box-shadow: 0px 0px 3px 0px;
}
.btd {
height: 25px;
width: 100px;
border: none;
border-radius: 7px;
font-family: auto;
font-weight: 600;
margin-bottom: 26px;
cursor: pointer;
}
.btd:hover {
box-shadow: 0px 0px 3px 0px;
}
.extra-content {
display: none;
}
.features-ul {
padding: 0;
}
.features-ul li {
margin-bottom: 10px;
}
.testimonial {
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
padding: 30px 30px 30px 130px;
margin: 0 15px 30px 15px;
overflow: hidden;
position: relative;
height: 313px;
}
/* .testimonial:before {
content: "";
position: absolute;
bottom: -4px;
left: -17px;
border-top: 25px solid #29d18b;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
transform: rotate(45deg);
}
.testimonial:after {
content: "";
position: absolute;
top: -4px;
left: -17px;
border-top: 25px solid #29d18b;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
transform: rotate(135deg);
} */
.testimonial .pic {
display: inline-block;
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
position: absolute;
top: 60px;
left: 20px;
}
.testimonial .pic img {
width: 100%;
height: auto;
}
/* .testimonial .description {
font-size: 15px;
letter-spacing: 1px;
color: #6f6f6f;
line-height: 25px;
margin-bottom: 15px;
} */
.testimonial .title {
display: inline-block;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #910f19;
margin: 0;
}
.testimonial .post {
display: inline-block;
font-size: 17px;
color: #29d18b;
font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
border: 2px solid #2a3d7d;
background: #fff !important;
border-radius: 0 !important;
opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
background: #29d18b !important;
border-color: #29d18b;
}
@media only screen and (max-width: 767px) {
.testimonial {
padding: 20px;
text-align: center;
}
.testimonial .pic {
display: block;
position: static;
margin: 0 auto 15px;
}
}
.square-holder {
padding: 0px 30px;
align-items: center;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
min-height: 200px
}
.square-holder img {
max-width: 100%;
filter: none;
transition: all 0.3s;
height: 172px;
}
.square-holder:hover img {
filter: none;
}
.contact-page-form {
position: relative;
display: block;
}
.contact-page-form__inner {
position: relative;
display: block;
padding: 80px;
background: #ffffff;
z-index: 5;
}
.contact-page-form__form {
position: relative;
display: block;
}
.contact-page-form__input-box input[type="text"],
.contact-page-form__input-box input[type="email"] {
color: var(--thm-gray);
font-size: 17px;
font-weight: 400;
width: 100%;
height: 65px;
background: #f1f5f9;
border: 2px solid transparent;
padding: 0 40px;
margin-bottom: 30px;
border-radius: var(--thm-bdr-radius);
outline: none;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.contact-page-form__input-box textarea {
color: var(--thm-gray);
font-size: 17px;
font-weight: 400;
width: 100%;
height: 200px;
border: 2px solid transparent;
background: #f1f5f9;
padding: 30px 40px 30px;
border-radius: var(--thm-bdr-radius);
margin-bottom: 20px;
outline: none;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.contact-page-form__input-box input[type="text"]:focus {
color: #2e2e36;
border-color: var(--thm-base);
background: #ffffff;
}
.contact-page-form__input-box input[type="email"]:focus {
color: #2e2e36;
border-color: var(--thm-base);
background: #ffffff;
}
.contact-page-form__input-box textarea:focus {
color: #2e2e36;
border-color: var(--thm-base);
background-color: #ffffff;
}
.contact-page-form__input-box input[type="text"]::-webkit-input-placeholder {
color: #2e2e36;
}
.contact-page-form__input-box input[type="text"]:-moz-placeholder {
color: #2e2e36;
}
.contact-page-form__input-box input[type="text"]::-moz-placeholder {
color: #2e2e36;
}
.contact-page-form__input-box input[type="text"]:-ms-input-placeholder {
color: #2e2e36;
}
.contact-page-form__input-box input[type="email"]::-webkit-input-placeholder {
color: #2e2e36;
}
.contact-page-form__input-box input[type="email"]:-moz-placeholder {
color: #2e2e36;
}
.contact-page-form__input-box input[type="email"]::-moz-placeholder {
color: #2e2e36;
}
.contact-page-form__input-box input[type="email"]:-ms-input-placeholder {
color: #2e2e36;
}
.contact-page-form__input-box textarea::-webkit-input-placeholder {
color: #2e2e36;
}
.contact-page-form__input-box textarea:-moz-placeholder {
color: #2e2e36;
}
.contact-page-form__input-box textarea::-moz-placeholder {
color: #2e2e36;
}
.contact-page-form__input-box textarea:-ms-input-placeholder {
color: #2e2e36;
}
.contact-page-form__btn {
position: relative;
display: block;
text-align: center;
}
.contact-page-form__btn button {
position: relative;
display: block;
outline: none;
border: none;
padding: 0;
margin: 0 auto;
}
/* RESPONSIVE CSS */
@media only screen and (max-width: 767px){
.contact-page-form__inner{
padding: 10px;
}
.testimonial{
height: auto;
}
}