body {
    background: #ffffff;
    padding: 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

html,
body {
    height: 100%
}

.wrap {
    min-height: calc(100% - 202px);
}


/* header css start */

.bg-light {
    background-color: transparent !important;
}

.container {
    max-width: 1650px;
}

.header-bg.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    padding: 9px 22px;
    font-family: 'Oswald', sans-serif;
}

a.nav-link.cont {
    border: solid 1px #fff;
    border-radius: 3px;
    font-weight: 700 !important;
}

.bg-light img {
    vertical-align: inherit;
    border-style: none;
    padding-left: 5px;
}

.header-bg .navbar {
    padding: 0.5rem 0rem;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ef865e;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ef865e;
}

.top-bg {
    width: 100%;
    background: #172e60;
}

.prifile-icon a {
    color: #fff;
    font-size: 33px;
    margin-left: 15px;
}

/* header css end */

.wrap {
    min-height: calc(100% - 195px);
}


/* EXPLORE css START */
.explore-bg {
    background: url("../img/explore-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #04120f;
    background-position: right;
}

.explore-padding {
    padding: 100px 0px;
}

.explore-heading {
    font-size: 70px;
    color: #ef855f;
    margin: 0;
    font-weight: 500;
    padding-bottom: 30px;
}

.e-titile {
    font-size: 25px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    text-align: center;
}

.top-bg-left {
    background: #449a8d;
    padding: 15px;
}

.top-bg-title {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    text-align: center;
}

.search-part .border {
    border: 1px solid #ff7f53 !important;
}

.search-part .form-control {
    display: block;
    width: auto;
    height: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1c2d5d;
    font-family: 'Oswald', sans-serif;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ff7f53;
    border-radius: 0px;
    text-align: center;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-part .btn {
    border-radius: 0;
}

.search-part {
    padding: 50px 0px;
}

.filter-part {
    padding-bottom: 30px;
}

.filter-part-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #459a8d;
    font-weight: 700;
    text-align: right;
    margin: 0;
}


.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    font-weight: 300;
    color: #41d2d5c;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.accdian-part .card {
    border: none;
    border-radius: 0;
}

.accdian-part .card-header {
    padding: 20px 0rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #000e45;
    cursor: pointer;
}

.accdian-part .card-title {
    margin-bottom: 0.75rem;
    color: #182959;
    font-size: 18px;
}

.accdian-part .card-header:first-child {
    border-radius: 0;
    border-top: solid 1px #000e45;
}

.accdian-part {
    border-bottom: solid 1px #000e45;
    margin-top: 15px;
}

.crd-detail {
    font-size: 18px;
    color: #1b2d5d;
    margin: 0;
    font-weight: 300;
    text-align: justify;
    font-family: 'Oswald', sans-serif;
}

.accdian-part .card-body {
    padding: 10px 0px;
}

.gallery-part {
    position: relative;
    margin-bottom: 30px;
}

.icon {
    font-size: 25px;
    position: absolute;
    bottom: -16px;
    left: 25px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.gallery-part:hover .overlay {
    /* opacity: 1; */
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    color: rgb(175, 175, 175);
}


/* EXPLORE css START */

/* FQ css START */

.faq-main-part {
    padding: 50px 0px;
}

.faq-heading {
    font-size: 50px;
    color: #1b2d5d;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}

.q-heading {
    font-size: 25px;
    color: #1b2d5d;
    margin: 0;
    font-weight: 500;
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

.q-titile {
    font-size: 18px;
    color: #1b2d5d;
    margin: 0;
    font-weight: 300;
    text-align: justify;
    font-family: 'Oswald', sans-serif;
}

.question-part {
    padding: 50px 0px;
}

/* FQ css END */

.support-bg {
    background: url("../img/support-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #04120f;
    background-position: right;
    padding: 80px 0px;
}

.support-heading {
    font-size: 50px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}

.s-heading {
    font-size: 25px;
    color: #ef875e;
    margin: 0;
    font-weight: 500;
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

.s-titile {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    text-align: justify;
    font-family: 'Oswald', sans-serif;
}

.s-titile span {
    display: block;
    font-style: italic;
}

.qs-heading {
    font-size: 25px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    padding-top: 30px;
}

.qs-title {
    font-size: 25px;
    color: #fff;
    margin: 0;
    font-weight: 200;
    padding-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

.qs-title a {
    font-size: 25px;
    color: #fff;
    margin: 0;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
    text-decoration: underline;
}




.support-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.support-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
}

.support-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: left;
}

.support-form textarea.form-control {
    height: 120px !important;
}

.support-form .btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.support-form .btn {
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    padding: 20px 35px;
    font-size: 20px;
}

.support-form .btn-primary:hover {
    color: #fff !important;
    background-color: #fe7f53 !important;
    border-color: #fe7f52 !important;
}



/* LOGIN css START */

.login-right-content {
    padding: 100px;
}

.forexbnr_left {
    background-image: url(../img/login-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 742px;
    background-position: bottom;
}

.billing_left {
    background-image: url(../img/biling-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 742px;
    background-position: bottom;
}

.match_left {
    background-image: url(../img/match-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 742px;
    background-position: bottom;
}

.account_left {
    background-image: url(../img/account-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 742px;
    background-position: bottom;
}



.login-frm {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.login-heading {
    font-size: 30px;
    color: #2b5ca4;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.9em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #d2d2d2;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ee865d;
    border-radius: 30px;
    font-family: 'Oswald', sans-serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
}

::placeholder {
    color: #d2d2d2;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.login-frm .btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    padding: 1.375rem 0.75rem;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 44px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.login-frm .btn-primary {
    color: #fff;
    background-color: #ef865e;
    border-color: #ef865e;
}

.login-frm .btn-primary:hover {
    color: #fff !important;
    background-color: #2b5ca4 !important;
    border-color: #2b5ca4 !important;
}

.forgot {
    padding: 25px 0px;
}

.forgot {
    text-align: center;
    color: #555555;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 25px;
}

.forgot a {
    text-align: center;
    color: #555555;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.org {
    text-align: center;
    color: #555555;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 30px;
}

.buton-group p {
    display: inline-block;
    text-align: center;
    color: #555555;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
    width: 49%;
}

.buton-group p a {
    display: block;
    text-align: center;
    color: #555555;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    background-color: #2b5ca4;
    border-color: #2b5ca4;
    border-radius: 44px;
    padding: 0.375rem 0.75rem;
    margin-top: 15px;
}

.buton-group p a:hover {
    color: #fff;
    background-color: #ee865e;
    border-color: #ee865e;
    text-decoration: none;
}

/* LOGIN css END */


.match-heading {
    font-size: 50px;
    color: #ee865e;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}

.match-title {
    font-size: 25px;
    color: #1c2e5d;
    margin: 0;
    font-weight: 200;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}

.match-title a {
    font-size: 25px;
    color: #1c2e5d;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
}

.match-main .btn-primary {
    color: #fff;
    background-color: #ef865e;
    border-color: #ef865e;
}

.match-main .btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 1.375rem 2.75rem;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
}


.billing-part .form-control {
    display: block;
    width: 100%;
    height: calc(1.9em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #318e86;
    border-radius: 0px;
    font-family: 'Oswald', sans-serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: left;
}

.billing-part {
    padding: 0px 30px;
}

.billing-heading {
    font-size: 25px;
    color: #0e2f64;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}

.billing-title {
    font-size: 18px;
    color: #0e2f64;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    padding-top: 30px;
    letter-spacing: 1px;
    text-align: center;
}

.submit-btn .btn-primary {
    color: #fff;
    background-color: #ef865e;
    border-color: #ef865e;
}

.submit-btn .btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 0.575rem 2.75rem;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.billing-part .form-check-label {
    margin-bottom: 30px;
    font-size: 25px;
    color: #092b5b;
    font-weight: 300;
}

.billing-part .form-check-label span {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    display: block;
    color: #092b5b;
}

.billing-part .form-check-input {
    position: absolute;
    margin-top: 0.8rem;
    margin-left: -1.25rem;
}

.choose-plan {
    padding: 50px 0px;
}

.submit-btn {
    text-align: center;
}

.video-container {
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #ff7f52;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.9;
}

/* FOOTER css START */

.footer-bg {
    background: #172e60;
    padding: 8px 0px;
}

ul.s-icon {
    /* margin: 0; */
    padding: 0;
}

ul.s-icon li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
}

ul.s-icon li img {
    width: 30px;
}

.footer-menu {
    text-align: center;
    padding-top: 10px;
}

ul.ftr-menu li {
    list-style: none;
    display: inline-block;
    padding: 0px 9px;
}

ul.ftr-menu {
    margin: 0;
    padding: 0;
}

ul.ftr-menu li a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

ul.ftr-menu li a:hover {
    color: #ef865e;
    text-decoration: none;
}

.copyright p {
    color: #fff;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.copyright {
    padding-top: 10px;
}

.social-icon {
    padding-top: 15px;
}

/* FOOTER css END */



/* POPUP css START */
.pop-heading {
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.pop-title {
    font-size: 17px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    line-height: 24px;
}

.sign-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-image: url(../img/signupbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 770px;
    background-position: center;
    background-clip: padding-box;
    border: none;
    border-radius: 0rem;
    outline: 0;
}

.sign-modal .modal-header {
    border-bottom: none;
    padding: 15px;
}

.sign-modal .modal-footer {
    border-top: none;
}

.flit-iocn {
    text-align: center;
    padding-bottom: 10px;
}

.signup-pop .form-control {
    display: block;
    width: 100%;
    height: calc(1.9em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #d2d2d2;
    background: rgba(255%, 255%, 255%, 0.75);
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: left;
}

.signup-pop label {
    display: inline-block;
    margin-bottom: 0.8rem;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    width: 100%;
}

.signup-pop label span {
    float: right;
    font-weight: 300;
    font-size: 18px;
    vertical-align: top;
}

.sign-modal .modal-body {
    padding: 0rem 2rem;
}

.sign-modal .close {
    opacity: 1;
}

.get-btn .btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 0.575rem 2.75rem;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.get-btn .btn-primary {
    color: #fff;
    background-color: #ef865e;
    border-color: #ef865e;
}

.get-btn {
    text-align: center;
    padding-top: 20px;
}

.get-btn p {
    color: #fff;
    font-size: 12px;
    padding-top: 20px;
    font-weight: 400;
}

.get-btn p a {
    color: #ef865e;
    text-decoration: underline;
}

/* POPUP css END */

/* PRICING css START */
.p-titile {
    font-size: 35px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
}

.p-titile-small {
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    text-align: center;
    padding-top: 30px;
}

.p-titile-small span {
    display: block;
    color: #ff7f53;
}

.p-titile-small span a {
    color: #ff7f53;
    text-decoration: underline;
}

.p-titile span {
    color: #2b6dd7;
}

.memeber-box {
    background: rgba(14, 47, 100, 0.90);
    padding-top: 30px;
}

.mb-heading {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    padding-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.mbs-heading {
    font-size: 25px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    padding-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
}

.mb-heading span {
    color: #ff7f53;
}

.m-title {
    font-size: 30px;
    color: #ff7f53;
    margin: 0;
    font-weight: 300;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
}

.m-sm-title {
    font-size: 18px;
    color: #0473fd;
    margin: 0;
    font-weight: 300;
    padding-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding-top: 15px;
    letter-spacing: 1px;
}

a.join-now-btn {
    background: #ef855f;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.join-now-btn:hover {
    background: #e76435;
    text-decoration: none;
}

.com-title {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    padding-bottom: 10px;
    padding-top: 30px;
    font-family: 'Oswald', sans-serif;
    text-align: right;
    line-height: 24px;
}

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

.pricing-padding {
    padding: 60px 0px;
}

.mem-bg {
    background: #0e5fa9;
}

.mem-mobile {
    margin-top: -70px;
    text-align: center;
}

ul.m-list {
    margin: 0;
    padding: 0;
}

ul.m-list li {
    list-style: none;
    color: #fff;
    background-image: url(../img/flit-small-icon.png);
    background-repeat: no-repeat;
    font-weight: 400;
    background-position: left 1px top 9px;
    padding-left: 40px;
    padding-bottom: 20px;
    font-size: 25px;
}

ul.m-list li span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.m-include {
    padding: 30px 0px;
}

.m-includs {
    font-size: 25px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    padding-bottom: 30px;
    padding-top: 30px;
    font-family: 'Oswald', sans-serif;
}

.free-trial {
    font-size: 40px;
    color: #0e5fa9;
    margin: 0;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 45px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.payment-form .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #318e86;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: left;
    margin-top: 6px;
}

ul.p-option {
    text-align: center;
    background: #e3e3e3;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 10px 0px;
}

.payment-form {
    padding-top: 15px;
}

ul.p-option li {
    list-style: none;
    display: inline-block;
}

ul.p-option li img {
    width: 30px;
}

.pay-option {
    padding-bottom: 11px;
    font-size: 14px;
}

.d_pricing_img_bg {
    width: 100%;
    background: url(../img/pricing-img1.jpg) left top no-repeat;
    background-size: cover;
}

.d_pricing_img_bg .pricing {
    padding: 50px 0;
    width: 35%;
}

.d_pricing_img_bg .pricing img {
    width: 100%;
}

.m_pricing_img_bg {
    display: none;
}

/* PRICING css END */

.thank .modal-content {
    background-color: #0e2f64;
    border-radius: 0;
}

.b-poup-heading {
    font-size: 35px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    padding-bottom: 30px;
    padding-top: 30px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.b-poup-title {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.b-poup-title span {
    display: block;
}

.pb-bottom {
    padding-bottom: 50px;
}


.find-match .modal-header {
    border-bottom: 1px solid #172e60;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #172e60;
}

.find-match .modal-body {
    background: #009c8e;
}

.find-match .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    width: 100%;
}

.find-match .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.find-match .modal-header .close {
    padding: 0rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.f-poup-heading {
    font-size: 45px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    padding-bottom: 30px;
    padding-top: 30px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    position: relative;
    z-index: 9;
}

.f-poup-title {
    font-size: 17px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.fm-poup-title {
    font-size: 26px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    padding-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.inner-space {
    padding: 25px;
}

.find-match .radio-part {
    text-align: left;
}

.right-arrow {
    text-align: right;
}

.find-match .form-check-label {
    margin-bottom: 18px;
    color: #fff;
    font-size: 20px;
}

.find-match .form-check-input {
    position: absolute;
    margin-top: 10px;
    margin-left: -2rem;
}

.f-poup-heading:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 60px;
    height: 63px;
    background: url(../img/flit-icon.png);
    margin: 0 auto;
    z-index: -1;
}



/* PROVIDER PROFILE  START */
.privider-bg {
    position: relative;
}

.prifile-icon img {
    border-radius: 100%;
    width: 250px;
    height: 250px;
}

ul.chat-part {
    margin: 0;
    padding: 0;
}

ul.chat-part li {
    list-style: none;
    font-size: 30px;
    text-transform: uppercase;
    color: #eb784f;
    padding: 5px 0px;
    cursor: pointer;
}

ul.chat-part li i {
    font-size: 25px;
    color: #ff7f53;
    padding-right: 15px;
}

.profile-social-part {
    text-align: right;
    padding-top: 50px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
}

.social-icons ul li {
    list-style: none;
    display: inline-block;
}

.social-icons ul li a {
    background: #182e60;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.social-icons ul li a:hover {
    background: #ff7f53;
}

.social-icons {
    text-align: left;
    padding-top: 15px;
}

.heading-fiver {
    font-family: 'Oswald', sans-serif;
    color: #182e60;
    padding-bottom: 0px;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    padding-top: 30px;
    cursor: pointer;
}

.heading-fiver-small {
    font-family: 'Oswald', sans-serif;
    color: #009c8e;
    padding-bottom: 0px;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
}

.prifile-icons {
    margin-top: -121px;
    margin-left: 25px;
}

.prifile-icons img {
    width: 230px;
    height: 228px;
    border-radius: 100%;
}

.video-bg-part {
    background: #182e60;
    padding: 30px;
    margin: 30px 0px;
}

.video-part {
    text-align: right;
}

.heading-four {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    padding-bottom: 30px;
    margin: 0;
    font-size: 30px;
}

.commannn {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 300;
}

.what-i-we-offer {
    background: #2b5da4;
    padding: 10px 0px 10px 20px;
}

.heading-one {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 30px;
}

.more-space {
    padding: 20px 0px;
}

.offer-btn a {
    border: solid 5px #009c8e;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    padding: 16px;
    color: #182e60;
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
}

.offer-btn a:hover {
    background: #009c8e;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    padding: 16px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
}

.heading-three {
    font-family: 'Oswald', sans-serif;
    color: #182e60;
    padding-bottom: 7px;
    margin: 0;
    font-size: 30px;
}

.p-comman {
    font-family: 'Oswald', sans-serif;
    color: #808080;
    padding-bottom: 15px;
    margin: 0;
    font-size: 18px;
}

.s-part {
    background: #125eaa;
    /* padding: 30px; */
    margin: 3%;
}

.s-img {
    text-align: center;
}

.privider-bg img {
    margin-top: 1px;
    width: 100%;
    height: 69vh;
    object-fit: cover;
}

.p-comman-service {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    padding-bottom: 30px;
    margin: 0;
    font-size: 25px;
    text-align: center;
}

.p-comman-service span {
    display: block;
    margin-top: 20px;
}

.instagram-img {
    padding-bottom: 30px;
}

.profile-provi .btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 0.575rem 2.75rem;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    width: 100%;
}

.profile-provi .btn-primary {
    color: #fff;
    background-color: #ef865e;
    border-color: #ef865e;
}

.client-bg {
    background: #182e60;
    padding: 20px;
    margin-top: 30px;
}

.client-feedback {
    font-size: 30px;
    width: 73% !important;
    margin: 0 auto;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
    padding-top: 35px;
}

.client-feedback span {
    display: block;
    padding-top: 35px;
}

.carousel-control-next-icon {
    background: url(../img/next-icon.png) left top no-repeat;
    width: 25px;
    height: 41px;
}

.carousel-control-prev-icon {
    background: url(../img/previous-icon.png) left top no-repeat;
    width: 25px;
    height: 41px;
}

/* PROVIDER PROFILE  END */







/* Media Query 1199px start */
@media screen and (max-width: 1350px) {
    .heading-one {
        font-size: 22px;
    }

    .p-comman-service {
        font-size: 20px;
    }

    ul.chat-part li {
        font-size: 35px;
    }

    .heading-fiver {
        font-size: 30px;
    }

    .heading-fiver-small {
        font-size: 30px;
    }

    .social-icons ul li a {
        width: 50px;
        height: 50px;
        font-size: 25px;
        line-height: 45px;
    }
}


@media screen and (max-width: 991px) {

    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 112px;
        background: #172e60;
        width: 100%;
        z-index: 99;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fe7f52;
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #fe7f52;
    }

    a.nav-link.cont {
        border: solid 1px #fff;
        border-radius: 3px;
        font-weight: 700 !important;
        display: inline-block;
        margin-left: 15px;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: transparent;
    }

    .login-frm {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .explore-bg {
        background-size: cover;
        background-position: center;
    }

    .d_pricing_img_bg {
        display: none;
    }

    .m_pricing_img_bg {
        display: block;
    }

    .m_pricing_img_bg .pricing img {
        width: 100%;
    }

}
















@media screen and (max-width: 767px) {
    ul.ftr-menu li a {
        font-size: 12px;
    }

    ul.ftr-menu li {
        padding: 0px 6px;
    }

    .copyright p {
        text-align: center;
        font-size: 12px;
    }

    .social-icon {
        text-align: center;
    }

    .explore-padding {
        padding: 60px 0px;
    }

    .explore-heading {
        font-size: 56px;
    }

    .accdian-part {
        display: none;
    }

    .login-frm .btn {
        padding: 0.375rem 0.75rem;
    }

    .buton-group p a {
        font-size: 18px;
    }

    .submit-btn {
        text-align: center;
    }

    .forexbnr_left {
        min-height: 350px;
    }

    .billing_left {
        min-height: 350px;
    }

    .match_left {
        min-height: 350px;
    }

    .account_left {
        min-height: 350px;
    }

    .prifile-icons {
        text-align: center;
    }

    .profile-content {
        text-align: center;
    }

    .profile-social-part {
        text-align: center;
        padding-top: 20px;
    }

    .social-icons {
        text-align: center;
        padding-top: 30px;
    }

    .video-left {
        padding-bottom: 30px;
    }

    .p-img {
        padding-top: 5px;
    }

    .offer-btn a {
        margin-bottom: 15px;
    }

    .s-part {
        padding: 10px;
        margin-bottom: 10px;
    }

    .video-part {
        text-align: center;
    }

}

@media screen and (max-width: 567px) {
    .video-bg-part {
        padding: 30px;
        margin: 30px 0px;
    }

    .heading-one {
        font-size: 20px;
    }

    .heading-three {
        font-size: 30px;
    }

    .client-bg {
        padding: 8px;
    }

    .s-part {
        padding: 25px;
        border-bottom: solid 2px #fff;
    }

    .more-space {
        padding: 10px 0px;
    }

    .client-feedback {
        font-size: 20px;
    }

    .p-comman {
        font-size: 15px;
    }

    .prifile-icons img {
        width: 120px;
        height: 120px;
        border-radius: 100%;
    }

    .prifile-icons {
        margin-top: -60px;
    }

    .heading-fiver-small {
        font-size: 20px;
    }

    ul.chat-part li {
        font-size: 25px;
    }

    ul.chat-part li i {
        font-size: 30px;
        color: #ff7f53;
        padding-right: 5px;
    }

    .commannn {
        font-size: 15px;
        text-align: justify;
    }

    .offer-btn a {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

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

/* custom css start*/
.custom-btn {
    background: #ff7f53;
    border: none;
}

.input-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
    font-weight: bolder;
    box-sizing: border-box;
}


.profile-certificate-image {
    border: 1px solid #ef865e;
    /* height: 56vh; */
    border-radius: 6px;
}

.form-control-with-select-box {
    display: block;
    width: 100%;
    height: calc(1.9em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #318e86;
    border-radius: 0px;
    font-family: 'Oswald', sans-serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: left;
}

.workout-categories-label {
    font-weight: 777;
}

.reset-filter-btn {
    background-color: #449a8d;
    color: #fff;
}

.remove-margin {
    margin-right: 0;
    margin-left: 0;
}

.cover_image {
    width: 100%;
    height: 63vh;
    object-fit: cover;
}

.orange_font_in_li {
    color: #eb784f;
}

.remove-list-style {
    list-style: none;
    color: white;
    text-align: end;
    cursor: pointer;
}

.play-gif {
    opacity: 1;
    transition: opacity 0.3s ease;
}

#video-container:not(:hover) .play-gif {
    opacity: 0;
}

video::-webkit-media-controls-play-button,
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-overflow-button {
    display: none !important;
}

.reset-filter {
    color: #ff9e7c;
    text-decoration: underline;
}

.modal-icon {
    width: 97px;
}
