/*--------------------------------------------------------------
    Theme Name: Music Magic Template
    Theme URL: https://www.ogwebsolutions.com/
    Author: OG Websolutions Pvt. Ltd.
    Version:  1.0
--------------------------------------------------------------*/


/**
@File:  Music Magic Theme Styles
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

# General Style
    ## Google Font
    ## Preloader
    ## Back to top button
    ## Typography
# Header
# Footer
# Home Page
	## Banner Section
	## About Section
    ## Gallery Section
    ## CTA Banner Section
# Thank you Page
# Privacy Policy & and Term & Conditions page

**/


/*--------------------------------------------------------------
    # General
--------------------------------------------------------------*/


/* ----------------------------------
    ## Google Font
----------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&family=Ruda:wght@400;500;600;700&display=swap');

/* ----------------------------------
    ## Prelaoder
----------------------------------*/


/* ## Preload Spinner */

.preloadSpinner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99999;
}

.preloadSpinner::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background-color: #f5f7fa;
    border: 1px solid #358aea;
    border-top: 10px dotted #358aea;
    border-radius: 100%;
    animation: spinner 500ms infinite ease-in-out;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:767.98px) {
    .preloadSpinner::after {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        border-top: 5px dotted #99be4f;
    }
}


/* ----------------------------------
    ## Back to top button
----------------------------------*/

.backtotop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
    background-color: #358aea;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    opacity: 0.9;
    transition: opacity 200ms linear;
    display: none;
}

.backtotop::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -4px;
    transform: rotate(-45deg);
    height: 0;
    width: 0;
    border-width: 3px 3px 0 0;
    border-style: solid;
    padding: 5px;
    border-color: #fff;
}

.backtotop:hover {
    opacity: 1;
    transition: opacity 200ms linear;
}


/* ----------------------------------
    ## Typography
----------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.2;
}

h3 {
    font-size: 25px;
}

h2 span {
    font-size: 20px;
    display: block;
    font-family: 'Rubik', sans-serif;
    line-height: 1;
    margin-bottom: 15px;
}

@media only screen and (max-width: 575.98px) {
    h2 span {
        font-size: 18px;
    }
}

p {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
    color: #313131;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

@media only screen and (max-width: 991.98px) {
    p {
        font-size: 16px;
    }
}

p:last-child {
    margin-bottom: 0;
}

dl,
ol,
ul {
    margin-bottom: 0;
    font-family: 'Rubik', sans-serif;
}

a {
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #3c3c3c;
}

a {
    text-decoration: none;
    color: #fff;
}

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

label {
    font-weight: normal;
}

label.error {
    color: #f00;
    padding-left: 12px;
    font-size: 14px;
    padding-top: 5px;
}

.form-control {
    height:48px;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #aaaaaa;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    margin-bottom: 20px;
}

.form-control.error {
    border-color: #f00;
}

.form-select {
    background-image: url(../icons/carrot-icon.png);
    background-size: 10px 8px;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

 ::-webkit-input-placeholder {
    opacity: 1;
    color: #aaaaaa;
}

 :-moz-placeholder {
    opacity: 1;
    color: #aaaaaa;
}

 ::-moz-placeholder {
    opacity: 1;
    color: #aaaaaa;
}

 :-ms-input-placeholder {
    opacity: 1;
    color: #aaaaaa;
}

figure {
    margin: 0 0 0rem !important;
}


/*------ Font Weight ------*/

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}


/*------ Custom Text Color ------*/

.text-white {
    color: #fff;
}

.text-yellow {
    color: #fbe657;
}


/*------ Box Shadow ------*/

.box-shadow {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}


/*------ Button Style ------*/

.btn {
    color: #fff !important;
    font-weight: 600;
    background-color: #e42626 !important;
    font-size: 16px;
    line-height: 1;
    padding: 18px 35px;
    box-shadow: inset 0 0px 0px 0 rgb(255 255 255 / 22%), 0 233px 233px 0 rgb(255 255 255 / 12%);
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    border: 0px !important;
    text-transform: uppercase;
}

.btn:hover {
    opacity: 0.9;
    text-decoration: none;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

@media only screen and (max-width: 991.98px) {}


/*------ image width ------*/

.w-100 {
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .w-100 {
        width: 70% !important;
    }
}


/*------ Custom Container ------*/

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991.98px) {
    .container {
        max-width: 95%;
    }
}

@media only screen and (max-width: 767.98px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }
}


/*------ Section Spacer ------*/

.sectionPadding {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 991.98px) {
    .sectionPadding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/*------ Section Title ------*/


/*.section-title {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}*/

.section-title h2 {
    font-size: 55px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.section-title h3 {
    font-size: 28px;
}

@media only screen and (max-width: 991.98px) {
    /*.section-title h2,*/
    .section-title p {
        text-align: center;
    }
    .section-title h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575.98px) {
    .section-title h2 {
        font-size: 35px;
    }
}


/* ------------------------------------------------- 
#Header	
------------------------------------------------ */

.error-page {
    background-color: #fff !important;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: transparent;
}

header p {
    color: #358aea;
}

header.sticky {
    background-color: #181438;
    /*-webkit-box-shadow: 0 0 5px #c1c1c1;
    /*box-shadow: 0 0 5px #c1c1c1;*/
    z-index: 11;
}

.header-logo {
    max-width: 170px;
    width: 100%;
}

.header-mail a {
    color: #e42626;
}

header .fas {
    margin-right: 7px;
}

header .sticky.error {
    background-color: #3c3c3c !important;
}

@media only screen and (max-width: 767px) {
    header .mail {
        margin-top: 5px !important;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    padding: 40px 0 40px;
    background-color: #0c0714;
}

footer .footer-bottom .list-inline-item {
    line-height: 1;
}

footer .footer-bottom .list-inline-item a {
    font-size: 15px;
    line-height: 1;
    color: #fff !important;
    display: inline-block;
}

footer .footer-bottom .list-inline-item a:hover {
    text-decoration: underline;
}

footer .footer-bottom .list-inline-item:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}

footer .footer-bottom p {
    font-size: 16px;
}

footer .footer-bottom p {
    margin-bottom: 12px;
}

footer .footer-bottom .copyright {
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 30px 0 30px;
    }
    footer .footer-bottom .list-inline-item a,
    footer .footer-bottom .copyright,
    footer .footer-bottom .p {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/


/* ----------------------------------
    ## Banner Section
----------------------------------*/

h1 span {
    font-size: 60px;
    display: block;
}

.bannerSection {
    background: url(../images/music-banner1.jpg);
    background-repeat: no-repeat;
    padding-top: 170px;
    padding-bottom: 110px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bannerSection h1 {
    font-size: 90px;
    line-height: 1.4;
    font-weight: 600;
    color: #fbe657;
}

.bannerSection p {
    font-size: 20px;
}

.bannerSection h4 {
    font-size: 24px;
}

@media only screen and (max-width:1199.98px) {
    h1 span {
        font-size: 50px;
    }
    .bannerSection h1 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991.98px) {
    .bannerSection {
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .bannerSection h1 {
        font-size: 65px;
    }
    h1 span {
        font-size: 35px;
    }
    .bannerSection h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .bannerSection h1 {
        font-size: 55px;
    }
    .bannerSection {
        padding-bottom: 95px;
        text-align: center;
    }
    .bannerSection .left-img img {
        margin-top: 30px;
    }
    .bannerSection p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575.98px) {
    .bannerSection h1 {
        font-size: 40px;
    }
    h1 span {
        font-size: 30px;
    }
    .about-section .text-block p {
        font-size: 15px;
    }
}


/* ----------------------------------
    ## About Section
----------------------------------*/

.play-list li {
    font-family: 'Ruda', sans-serif;
    font-weight: 700;
}

.about-section .section-title {
    padding-right: 12px;
}

.about-section.bannerSection {
    background-image: url(../images/banner-2.jpg);
    padding-top: 120px;
    padding-bottom: 110px;
}

h2 span {
    font-size: 16px;
    letter-spacing: 3px;
}

.about-section p {
    font-size: 17px;
}

.about-section .slide-images ul {
    display: flex;
    justify-content: center;
}

.about-section .slide-images ul li:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
}

.about-section .img-block {
    position: relative;
}

.text-block {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
}

.about-section h3 {
    font-size: 32px;
}

.about-section ul {
    list-style: none;
}

.about-section ul li {
    font-size: 22px;
    margin-bottom: 35px;
}

.about-section ul li:last-child {
    margin-bottom: 0px;
}

.about-section .row .text-bold {
    font-size: 20px;
}

.about-section ul li .fa {
    margin-right: 20px;
}

.list-row {
    max-width: 970px;
}

.content {
    padding-right: 40px;
}

@media only screen and (max-width: 1199.98px) {}

@media only screen and (max-width: 991.98px) {
    .about-section .section-title {
        text-align: center;
    }
    .about-section.bannerSection {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .about-section .play-list {
        padding-left: 0px !important;
    }
    .about-section ul li {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .about-section .col-md-4 {
        width: 33.333%;
    }
    .about-section .play-list {
        margin-top: 40px;
    }
    .about-section .play-list {
        padding-left: 0px !important;
    }
    .img-block .w-100 {
        width: 100%!important;
    }
    .content {
        padding-right: 0px;
    }
    .about-section ul {
        text-align: left;
        max-width: 330px;
        margin: 0 auto;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 575.98px) {
    .about-section.bannerSection {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:414px) {}


/* ----------------------------------
    ## Gallery Section
----------------------------------*/

.gallery-section {
    background-color: #181438;
}

@media only screen and (max-width: 767.98px) {
    .gallery-section .img-items {
        text-align: center;
    }
}


/* ----------------------------------
    ## CTA Banner Section
----------------------------------*/

.cta-bannersection {
    background: url(../images/banner-3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta-bannersection {
    padding-top: 100px;
    padding-bottom: 120px;
}

.cta-bannersection h2 {
    font-size: 65px;
}

@media only screen and (max-width: 1199.98px) {
    .cta-bannersection h2 {
        font-size: 50px;
    }
    .cta-bannersection {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 991.98px) {
    .cta-bannersection {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .cta-bannersection h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cta-bannersection h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575.98px) {}


/* ----------------------------------
    ## Modal/Popup Style
----------------------------------*/

.modal-content {
    background-color: #f3f3f3;
}

.modal-lg {
    max-width: 645px !important;
}

.modal-body {
    padding: 40px 40px;
}

.modal .btn-close {
    position: absolute;
    z-index: 1155;
    top: 5px;
    right: 5px;
}

.modal-body h2 {
    font-size: 36px;
}

.modal-body h3 {
    font-size: 20px;
}

.modal-body P {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.modal-content .btn {
    padding: 15px 35px;
}

@media only screen and (max-width: 767.98px) {
    .form-control {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575.98px) {
    .modal-body h2 {
        font-size: 28px;
    }
    .modal-body h3 {
        font-size: 16px;
    }
    .modal-body P {
        font-size: 12px;
    }
    .form-control {
        font-size: 13px;
    }
}


/*--------------------------------------------------------------
# Upsell Page
--------------------------------------------------------------*/

.upsell .bannerSection h1 {
    font-size: 75px;
}

.upsell .bannerSection h2 {
    font-size: 50px;
}

.upsell .bannerSection h2 span {
    font-size: 50px;
    display: inline-block;
}

.upsell .btm-text {
    font-size: 24px;
}

.upsell .btn,
.downsell .btn {
    font-size: 21px;
    padding: 20px 40px;
}

.bottom-content p {
    font-size: 16px;
}

.upsell .about-section h2 span {
    display: block;
    font-size: 16px !important;
}

@media only screen and (max-width: 991.98px) {
    .upsell .bannerSection h1 {
        font-size: 55px;
    }
    .upsell .bannerSection h2 {
        font-size: 45px;
    }
    .upsell .bannerSection h2 span {
        font-size: 45px;
    }
}

@media only screen and (max-width:767.98px) {
    .upsell .bannerSection h1 {
        font-size: 50px;
    }
    .upsell .bannerSection h2 {
        font-size: 40px;
    }
    .upsell .bannerSection h2 span {
        font-size: 40px;
    }
}

@media only screen and (max-width:575.98px) {
    .upsell .bannerSection h1 {
        font-size: 35px;
    }
    .upsell .bannerSection h2 {
        font-size: 22px;
    }
    .upsell .bannerSection h2 span {
        font-size: 22px;
    }
    .upsell .btm-text {
        font-size: 18px;
        padding: 20px 30px;
    }
    .upsell .btn,
    .downsell .btn {
        font-size: 18px;
        padding: 20px 30px;
    }
    .upsell .about-section .section-title h2 {
        font-size: 35px;
    }
}


/*--------------------------------------------------------------
# downsell Page
--------------------------------------------------------------*/

.downsell .bannerSection h1 {
    font-size: 60px;
    line-height: 1.2;
}

.downsell .bannerSection .section-title h3 {
    font-weight: 400;
}

.downsell .bannerSection h2 {
    font-size: 36px;
}

.downsell .about-section h2 {
    font-size: 55px;
}

@media only screen and (max-width:1199.98px) {
    .downsell .bannerSection h1 {
        font-size: 50px;
    }
    .downsell .bannerSection .section-title h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width:991.98px) {
    .downsell .about-section h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767.98px) {
    .downsell .bannerSection h1 {
        font-size: 42px;
    }
    .downsell .bannerSection h2 {
        font-size: 28px;
    }
    .downsell .bannerSection h1 {
        font-size: 30px;
    }
    .downsell .bannerSection .section-title h3 {
        font-size: 22px;
    }
    .downsell .about-section .section-title h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575.98px) {
    .downsell .bannerSection h1 {
        font-size: 30px;
    }
    .downsell .about-section .section-title h2 {
        font-size: 35px;
    }
}


/*--------------------------------------------------------------
# Order Page
--------------------------------------------------------------*/

.order-page .bannerSection .section-title h1 {
    font-size: 60px;
}

.order-page .bannerSection .section-title h1 span {
    font-size: 60px;
    display: inline-block;
}


/* ----------------------------------
## Order Section
----------------------------------*/

.order-page .bannerSection h1 {
    font-size: 52px;
}

.formcontentSec {
    border-radius: 10px;
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

.formcontentSec .form-status {
    margin-top: 40px;
    display: none;
}

.your_productlist {
    background: #e4262612;
    padding: 15px;
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin-bottom: 30px;
}

.order_Section .left-col .your_productlist ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.order_Section .left-col .your_productlist li {
    background: none;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #757575;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.order_Section .left-col .your_productlist li:not(:last-child) {
    border-bottom: 1px solid #b0d2de;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.order_Section .left-col .your_productlist li:first-child,
.order_Section .left-col .your_productlist li:last-child {
    color: #000;
    font-size: 15px;
}

.order_Section .left-col .your_productlist li:last-child {
    font-size: 18px;
    padding-left: 0;
}

.order_Section .left-col .your_productlist li .pull-left {
    float: left;
}

.order_Section .left-col .your_productlist li .pull-right {
    float: right;
}

.order_Section h2.headingsec {
    color: #e42626;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 2px dotted #c7c7c7;
    padding: 0 0 20px;
    margin: 0 0 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.order_Section .btn-outer {
    text-align: center;
}

.declaration p {
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 15px;
}

.order_Section .cards {
    text-align: center;
}

.order_Section .cards img {
    display: inline-block;
}

.order_Section .pay-btn.btn {
    font-size: 22px;
    padding: 20px 80px;
    width: 100%;
}

.pay-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.pay-btn .btn-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

@media only screen and (max-width: 1199.98px) {
    .order-page .bannerSection p {
        font-size: 20px;
    }
    .order_Section .pay-btn.btn {
        font-size: 22px;
        padding: 20px 85px;
    }
}

@media only screen and (max-width: 991.98px) {
    .order-page .bannerSection .section-title h1 {
        font-size: 45px;
        text-align: center;
    }
    .order-page .bannerSection .section-title h1 span {
        font-size: 45px;
    }
    .order-page .bannerSection .left-img {
        text-align: center;
    }
    .order_Section .container {
        max-width: 720px;
    }
    .order_Section .pay-btn.btn {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .formcontentSec {
        padding: 15px;
    }
    .order_Section h2.headingsec {
        font-size: 18px;
    }
    .order_Section .left-col .your_productlist li {
        font-size: 12px;
    }
    .order_Section .left-col .your_productlist li:first-child,
    .order_Section .left-col .your_productlist li:last-child {
        font-size: 14px;
    }
    .declaration p {
        font-size: 13px;
    }
    .order_Section .pay-btn.btn {
        font-size: 18px;
    }
    .order-page .bannerSection p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .order_Section .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .order-page .bannerSection h1 {
        font-size: 30px;
    }
    .order-page .bannerSection p {
        font-size: 16px;
    }
    .order_Section .pay-btn.btn {
        padding: 18px 30px;
    }
    .pay-btn .btn-subtitle {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# Order confirmation(Thank you)/Order Cancelled Page
--------------------------------------------------------------*/


/* ----------------------------------
    ## Thank You Content Section
----------------------------------*/

.thank-you .bannerSection h1 {
    font-size: 60px;
    line-height: 1.1;
}

.thank-you h1 span {
    font-size: 60px;
}

.thank-you .bannerSection {
    padding-top: 120px;
    padding-bottom: 110px;
}

.thank-you .thank-youbanner h1 {
    font-size: 60px;
}

.thank-you .thank-youbanner p {
    font-size: 20px;
}

.thankyouContentSec p {
    font-size: 19px;
}

@media only screen and (max-width: 1199.98px) {
    .thankyouContentSec p {
        font-size: 19px;
    }
}

@media only screen and (max-width: 991.98px) {
    .thankyouContentSec p {
        font-size: 18px;
    }
    .thank-you .bannerSection h1 {
        font-size: 44px;
    }
    .thank-you h1 span {
        font-size: 44px;
    }
}

@media only screen and (max-width: 767.98px) {
    .thank-you .bannerSection {
        padding-bottom: 75px;
    }
    .thank-you .bannerSection h1 {
        font-size: 45px;
    }
    .thank-you h1 span {
        font-size: 45px;
    }
    .thank-you .bannerSection p {
        font-size: 16px;
    }
    .thank-you .thank-youSection .fb-img img {
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .thank-you .bannerSection h1 {
        font-size: 35px;
    }
    .thank-you h1 span {
        font-size: 35px;
    }
    .thankyouContentSec p {
        font-size: 16px;
    }
    .thankyouContentSec .fb-img img {
        width: 100%;
    }
}


/*--------------------------------------------------------------
#  Privacy Policy and Term & Conditions page
--------------------------------------------------------------*/

.termcond_privacypilocy {
    padding-top: 145px !important;
    padding-bottom: 100px;
}

.termcond_privacypilocy h1 {
    font-size: 60px;
}

.privacypolicyterms h2 {
    font-size: 40px;
}

.privacypolicyterms h3 {
    font-size: 24px;
}

.privacypolicyterms h4 {
    font-size: 22px;
}

.privacypolicyterms p {
    font-size: 18px;
}

.privacypolicyterms p a {
    color: #1577da;
}

.privacypolicyterms li {
    font-size: 18px;
}

.privacypolicyterms .highlight {
    font-weight: 500;
}

.privacypolicyterms p,
.privacypolicyterms li {
    font-weight: 400;
}

.privacypolicyterms h2,
.privacypolicyterms h3,
.privacypolicyterms h4 {
    font-weight: 500;
}

.termcond_privacypilocy .section-title {
    padding-bottom: 0;
}

@media only screen and (max-width: 1199.99px) {
    .termcond_privacypilocy h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 991.99px) {
    .privacypolicyterms h2 {
        text-align: left;
    }
    .termcond_privacypilocy h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .termcond_privacypilocy {
        padding-top: 150px !important;
        padding-bottom: 65px;
    }
    .privacypolicyterms h2 {
        font-size: 28px;
    }
    .privacypolicyterms h3 {
        font-size: 22px;
    }
    .privacypolicyterms h4 {
        font-size: 20px;
    }
    .privacypolicyterms p,
    .privacypolicyterms li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 567.98px) {
    .termcond_privacypilocy h1 {
        font-size: 35px;
    }
}


/*--------------------------------------------------------------
#  Error page
--------------------------------------------------------------*/

/* stripe card */
.payment-outer{
    display: flex;
    flex-wrap: wrap;
    padding: 22px 15px 5px;
    background-color: #e9e9e9;
    position: relative;
    margin-top:10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.payment-outer:before{
    content: "";
    position: absolute;
    left: 35px;
	top: -8px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e9e9e9;
}
.payment-outer .form-group{
    width: 33.33%;
    padding: 0 7px;
}
.payment-outer .form-group.card-number-group{
    width: 100%;
}
.payment-outer .form-group #card_number{
    background-image: url('../images/cards.png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: right 10px center;
    padding-right: 140px;
}
.paypal-card-group{
    display: flex;
    color: #000000;
    flex-direction: column;
    margin-bottom:15px;
}
.paypal-card-group label:first-child{
    margin-bottom: 10px;
}
.form-group.btn-outer{
    position: relative;
}
.form-group.btn-outer #loader{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
}
form #loader img{
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}
@media only screen and (max-width: 390px) {
    .payment-outer{
   	 padding: 15px 10px 0px;
    }
    .payment-outer .form-group #card_number{
   	 padding-right: 100px;
   	 background-size: 80px;
    }
    form select{
   	 background-size: 12px;
    }
}
/* stripe card end */
