@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "OpenSans-BoldItalic";
    src: url(../fonts/OpenSans-BoldItalic.ttf);
}

@font-face {
    font-family: "OpenSans-ExtraBold";
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}

@font-face {
    font-family: "OpenSans-ExtraBoldItalic";
    src: url(../fonts/OpenSans-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: "OpenSans-Light";
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "OpenSans-SemiBold";
    src: url(../fonts/OpenSans-SemiBold.ttf);
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "OpenSans-Regular";
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
label,
h1,
h2,
h3,
h4,
h5,
h5 {
    margin: 0;
}

.custom_container {
    max-width: 1175px;
    margin: auto;
}

.navigation {
    background-color: #69a628;
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 999;
}

.upper-logon {
    right: 0;
    border-bottom: 45px solid #ce8452;
    border-left: 24px solid transparent;
    border-right: 10px solid #ce8452;
    z-index: 999;
    position: fixed;
}

.navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 31px;
    padding: 31px 66px 31px 0px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.navigation .navbar-expand-lg .navbar-nav .nav-link:hover {
    text-decoration: none;
    transition: 0.5s ease-in-out;
    border-bottom: 5px solid #f1f1f1;
}

.navigation .navbar-expand-lg .navbar-nav li:last-child .nav-link {
    padding-right: 0px;
}


/* banner csss star  */

.banner-section {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: -30px;
    height: 600px;
}

.banner-section .banner-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-section img {
    width: 100%;
}


/* ------------------------------------------------------------------- */

.inner__heading {
    text-align: center;
    font-family: "OpenSans-Bold";
    font-size: 26px;
    line-height: 19px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}

.inner__wrapper--one {
    position: relative;
    width: 100%;
}

.text__overly__inner {
    position: absolute;
    content: "";
    text-align: center;
    width: 96%;
    height: 96%;
    bottom: 0;
    margin: 0 auto;
    opacity: 0.8;
    left: 4px;
    background-color: #090740;
    display: none;
}

.text_ovelay {
    font-size: 18px;
    line-height: 19px;
    color: #ffffff;
    margin-top: 70px;
    font-family: "OpenSans-Regular";
    font-weight: 700;
}

.inner__wrapper--one:hover .text__overly__inner {
    display: block;
}

.margin__top {
    margin-top: 16px;
}

.col_leftspace {
    padding: 5px !important;
}

.wrapper__two-bg {
    background-color: #ececec;
    padding: 3rem 0;
}

.flex__wrapper {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    align-self: center;
    justify-content: center;
}

.width__max {
    max-width: 800px;
    margin: 30px auto 0px;
}

.button__inner__wrapper {
    margin-right: 30px;
}

.btn--wrapper {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #000000;
    padding: 9px 48px;
    font-size: 14px;
    font-family: "OpenSans-Regular";
    text-transform: uppercase;
}

.btn--wrapper:hover {
    color: #ffffff;
    background-color: #ce8452;
    border: 2px solid #ce8452;
}

.btn--wrapper:focus {
    box-shadow: none;
    border-color: #ce8452;
}

.btn--wrapper.active {
    color: #ffffff;
    background-color: #ce8452;
    border: 2px solid #ce8452;
}

.heading-one {
    font-size: 26px !important;
    line-height: 19px;
    color: #000000;
    font-weight: 700;
    font-family: "OpenSans-Bold";
    margin-bottom: 12px;
    /* text-align: center; */
}

.heading-two {
    font-size: 18px !important;
    line-height: 25px;
    margin-bottom: 6px;
    color: #000000;
    font-weight: 700;
    font-family: "OpenSans-Regular";
    /* text-align: center; */
}

.label__wrapper {
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
}

.heading__wrapper-four {
    font-size: 18px;
    font-family: "OpenSans-Bold";
    line-height: 24px;
}

.label__wrapper--four {
    font-size: 14px;
    font-family: "OpenSans-Regular";
    margin-top: 8px;
    color: #787878;
}

.margin__wrapper-one {
    margin: 10px 0;
}

.section__inner--wrapper {
    padding: 3rem 0;
}

.bg__baner-one {
    background-image: url("../images/banner5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7rem 0;
    position: relative;
    z-index: 0;
}

.bg__brown {
    background-color: #ce8452;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    z-index: -1;
}

.col__padding-5 {
    padding: 8px;
}

.custom_container {
    max-width: 1175px;
    margin: auto;
}

.select-inner {
    background-color: #ce8452;
    padding: 3rem 0;
}

.select__custm__wrapper {
    border-radius: 23px;
    background-color: #000000;
    height: 47px;
    border: 1px solid #000;
    background-size: auto;
    background-image: url("../images/Layer46.png");
    background-repeat: no-repeat;
    font-family: "OpenSans-Bold";
    color: #fff;
}

.copyright__inner {
    background-color: #ce8452;
    padding: 20px 0;
}

.copy__content {
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    font-weight: 400;
    font-family: "OpenSans-Regular";
    /* text-align: center; */
}

.navigation {
    background-color: #69a628;
    position: fixed;
    width: 100%;
    top: 48px;
    z-index: 999;
}

.upper-logon {
    right: 0;
    z-index: 999;
    position: fixed;
    background: #ce8452;
    height: 48px;
    clip-path: polygon(9% 0, 100% 1%, 100% 100%, 0% 100%);
    display: flex;
    justify-content: center;
    padding-left: 43px;
    padding-right: 60px;
}

.upper-logon a {
    font-size: 14px;
    color: #ffffff;
    padding-right: 27px;
    text-decoration: none;
}

.upper-logon img {
    padding-right: 9px;
}

.custm__indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 31px;
    padding: 28px 24px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.navigation .navbar-expand-lg .navbar-nav .nav-link:hover {
    text-decoration: none;
    /* text-decoration-thickness: 2px; */
    transition: 0.5s ease-in-out;
}

.navigation .navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 4px solid #fff;
}

.navigation .navbar-expand-lg .navbar-nav li:last-child .nav-link {
    padding-right: 0px;
}


/* banner csss star  */

.banner-section {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.banner-section .banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    text-align: center;
}

.banner-inner-text h1 {
    font-size: 60px;
    color: #fff;
    font-family: "OpenSans-Bold";
    padding-bottom: 40px;
    text-transform: uppercase;
}

.banner-inner-text h1 span {
    color: #6ba82b;
}

.banner-section img {
    width: 100%;
    height: 663px;
}

.banner-inner-text p {
    width: 751px;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 24px;
    margin: auto;
    font-family: "OpenSans-Regular";
}

.banner-btn {
    font-size: 16px;
    line-height: 19px;
    color: #fefefe;
    font-weight: 700;
    text-align: center;
    height: 50px;
    border-radius: 20px;
    background-color: rgba(205, 131, 82, 0);
    border: 2px solid #ce8452;
    background-color: #ce8452;
    width: 211px;
    transition: 0.5s ease-in-out;
}

.banner-btn:hover {
    color: #ce8452;
    background-color: #fefefe;
}


/* footer css  */

.footer-left-sec {
    background-image: url(../images/footer-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 89px 79px 107px 110px;
}

.foote-left-inner h2 {
    font-size: 26px;
    color: #fff;
    font-family: "OpenSans-Bold";
    padding-bottom: 20px;
}

.foote-left-inner p {
    font-size: 14px;
    color: #fff;
    font-family: "OpenSans-Regular";
    padding-bottom: 16px;
    line-height: 25px;
}

.social-list li {
    float: left;
    margin-left: 5px;
}

.social-list li a {
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}

.social-list li a span {
    display: inline-block;
    width: 34px;
    height: 33px;
    background: #f1f1f1;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    transition: 0.3s linear;
}

.social-list li a span i {
    line-height: 33px;
    font-size: 20px;
    transition: 0.3s linear;
    width: 34px;
    height: 33px;
    text-align: center;
}

.social-list li a span:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.social-list li:nth-child(1) span::before {
    background: #3b5998;
}

.social-list li:nth-child(1) span i {
    color: #3b5998;
}

.social-list li:nth-child(2) span::before {
    background: #1da1f2;
}

.social-list li:nth-child(2) span i {
    color: #1da1f2;
}

.social-list li:nth-child(3) span::before {
    background: #c32aa3;
}

.social-list li:nth-child(3) span i {
    color: #c32aa3;
}

.social-list li:nth-child(4) span::before {
    background: rgba(253, 0, 20);
}

.social-list li:nth-child(4) span i {
    color: rgba(253, 0, 20);
}

.social-list li:nth-child(5) span::before {
    background: #d44837;
}

.social-list li:nth-child(5) span i {
    color: #d44837;
}

footer {
    width: 100%;
    display: inline-block;
}

.social-list li a span:hover {
    transform: scale(1.1);
}

.social-list li a span:hover i {
    transform: scale(1.2);
    color: #fff;
}

.social-list li a span:hover::before {
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa {
    0% {
        left: -110%;
        top: 90%;
    }
    50% {
        left: 10%;
        top: -30%;
    }
    100% {
        left: -10%;
        top: -10%;
    }
}

.footer-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #70ae2f;
    padding: 89px 79px 89px 110px;
    height: 100%;
}

.footer-right ul li a {
    padding-bottom: 18px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    line-height: 32px;
}

.footer-right ul li a:hover {
    text-decoration: underline;
}


/* new styles  */

.custom_container {
    max-width: 1175px;
    margin: auto;
}

.navigation {
    background-color: #69a628;
    position: absolute;
    width: 100%;
    top: 48px;
    z-index: 999;
}

.upper-logon {
    right: 0;
    z-index: 999;
    position: absolute;
    background: #ce8452;
    height: 48px;
    clip-path: polygon(9% 0, 100% 1%, 100% 100%, 0% 100%);
    display: flex;
    justify-content: center;
    padding-left: 43px;
    padding-right: 60px;
}

.upper-logon a {
    font-size: 14px;
    color: #ffffff;
    padding-right: 27px;
    text-decoration: none;
}

.upper-logon img {
    padding-right: 9px;
}

.navigation .navbar-expand-lg .navbar-nav li:last-child .nav-link {
    padding-right: 0px;
}


/* banner csss star  */

.banner-section {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.banner-section .banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    text-align: center;
}

.banner-inner-text h1 {
    font-size: 60px;
    color: #fff;
    font-family: "OpenSans-Bold";
    padding-bottom: 40px;
    text-transform: uppercase;
}

.banner-inner-text h1 span {
    color: #6ba82b;
}

.banner-section img {
    width: 100%;
    height: 663px;
}

.banner-inner-text p {
    width: 751px;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 24px;
    margin: auto;
    font-family: "OpenSans-Regular";
}

.banner-btn {
    font-size: 16px;
    line-height: 19px;
    color: #fefefe;
    font-weight: 700;
    text-align: center;
    height: 50px;
    border-radius: 20px;
    background-color: rgba(205, 131, 82, 0);
    border: 2px solid #ce8452;
    background-color: #ce8452;
    width: 211px;
    transition: 0.5s ease-in-out;
}

.banner-btn:hover {
    color: #ce8452;
    background-color: #fefefe;
}


/* footer css  */

.footer-left-sec {
    background-image: url(../images/footer-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 89px 79px 107px 110px;
}

.foote-left-inner h2 {
    font-size: 26px;
    color: #fff;
    font-family: "OpenSans-Bold";
    padding-bottom: 20px;
}

.foote-left-inner p {
    font-size: 14px;
    color: #fff;
    font-family: "OpenSans-Regular";
    padding-bottom: 16px;
    line-height: 25px;
}

.social-list li {
    float: left;
    margin-left: 5px;
}

.social-list li a {
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}

.social-list li a span {
    display: inline-block;
    width: 34px;
    height: 33px;
    background: #f1f1f1;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    transition: 0.3s linear;
}

.social-list li a span i {
    line-height: 33px;
    font-size: 20px;
    transition: 0.3s linear;
    width: 34px;
    height: 33px;
    text-align: center;
}

.social-list li a span:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.social-list li:nth-child(1) span::before {
    background: #3b5998;
}

.social-list li:nth-child(1) span i {
    color: #3b5998;
}

.social-list li:nth-child(2) span::before {
    background: #1da1f2;
}

.social-list li:nth-child(2) span i {
    color: #1da1f2;
}

.social-list li:nth-child(3) span::before {
    background: #c32aa3;
}

.social-list li:nth-child(3) span i {
    color: #c32aa3;
}

.social-list li:nth-child(4) span::before {
    background: rgba(253, 0, 20);
}

.social-list li:nth-child(4) span i {
    color: rgba(253, 0, 20);
}

.social-list li:nth-child(5) span::before {
    background: #d44837;
}

.social-list li:nth-child(5) span i {
    color: #d44837;
}

footer {
    width: 100%;
    display: inline-block;
}

.social-list li a span:hover {
    transform: scale(1.1);
}

.social-list li a span:hover i {
    transform: scale(1.2);
    color: #fff;
}

.social-list li a span:hover::before {
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa {
    0% {
        left: -110%;
        top: 90%;
    }
    50% {
        left: 10%;
        top: -30%;
    }
    100% {
        left: -10%;
        top: -10%;
    }
}

.footer-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #70ae2f;
    padding: 89px 79px 89px 110px;
}

.footer-right ul li a {
    padding-bottom: 18px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    line-height: 32px;
}

.footer-right ul li a:hover {
    text-decoration: underline;
}


/* checkbox  */

.settings_check_main {
    display: inline-block;
    position: relative;
    padding: 5px 0px 16px 35px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    user-select: none;
    color: #616060;
    margin-bottom: 0;
}

.settings_check_main input {
    display: none;
}

.settings_checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 24px;
    width: 22px;
    border-radius: 4px;
    border: 3px solid #70ae2f;
    background: #fff;
}

.settings_check_main input:checked~.settings_checkmark {
    background-color: #ce8452;
    border-radius: 4px;
}

.settings_checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0px;
    transform: rotate(45deg);
}

.settings_check_main input:checked~.settings_checkmark:after {
    display: block;
}

.poup-sinin {
    color: #70ae2f;
    font-size: 30px;
    padding: 30px 15px;
    font-family: "OpenSans-Bold";
    display: inline-block;
}

.poup-sinin:hover {
    color: #ce8452;
    text-decoration: none;
}


/*Don't forget to add Font Awesome CSS : "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"*/

.bagger-form input {
    border: 1px transparent;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    width: 100%;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

input[type="text"]:focus {
    border-color: #ce8452;
    box-shadow: 2px 2px 2px 0px rgb(206 132 82);
    border: 1px solid #ce8452;
}

.bagger-form {
    padding: 0px 65px;
}

.bagger-form input {
    padding-left: 40px;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon i {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus+i {
    color: #ce8452;
}

.inputWithIcon.inputIconBg i {
    background-color: #aaa;
    color: #fff;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus+i {
    color: #fff;
    background-color: #ce8452;
}

.forgot-psd {
    text-align: right;
    font-size: 14px;
    color: #aaa;
    float: right;
}

.sign-in-poup {
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    border-radius: 30px;
}

.modal-footer p {
    display: inline-block;
    font-size: 14px;
    color: #000;
}

.modal-footer a {
    color: #70ae2f;
}

.modal-footer {
    justify-content: center;
    border: 0;
    padding-bottom: 20px;
    padding-top: 50px;
}

.custm__mrtop {
    margin-top: 12px;
}

.navigation .navbar-brand {
    position: absolute;
}

.navigation .navbar {
    height: 81px;
}


/* =====================================================OHTER PAGE=============================================================== */


/* =====================================================OHTER PAGE=============================================================== */


/* /*********************8 Second Banner css start 8*********************** / */

.banner2 {
    background-image: url(../images/new-banner.png);
    width: 100%;
    display: block;
    height: 235px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form__wrapper {
    background-color: #f1f1f1;
    max-width: 750px;
    margin: 40px auto;
    padding: 20px;
}

.flex__button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
}

.btn__wrapper-two {
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #565c80;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #565c80;
    font-weight: 700;
    text-transform: uppercase;
}

.btn__wrapper-two.active {
    border: 2px solid #ce8452;
    background-color: #ce8452;
    color: #fff;
}

.label__wrapper {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    color: #646989;
    font-family: "OpenSans-Regular";
    font-weight: 400;
}

.form__mainwrapper {
    max-width: 650px;
    margin: auto;
}

.input__box--wrapper {
    background-color: #fff;
    border: 2px solid #565c80;
    font-family: "OpenSans-Regular";
}

.input__box--wrapper::placeholder {
    font-family: "OpenSans-Regular";
    font-size: 14px;
}

.input__box--wrapper:focus {
    border-color: #ce8452;
    box-shadow: 2px 2px 2px 0px rgb(206 132 82);
    border: 1px solid #ce8452;
}

.btn__next {
    border-radius: 12px;
    background-color: #ce8452;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 40px;
    color: #ffffff;
    font-weight: 700;
    padding: 14px 60px;
    border: 1px solid #ce8452;
    font-family: "OpenSans-Bold";
}

.btn__next:hover {
    background-color: transparent;
    color: #ce8452;
}

.btn__next:focus {
    box-shadow: none;
}

.col__mr-right {
    padding-right: 16px !important;
}

.btn__file--upload {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    padding: 12px 30px;
    font-weight: 700;
    font-family: "OpenSans-Bold";
    border-radius: 12px;
    background-color: #646989;
    text-transform: uppercase;
    border: 2px solid #646989;
}

.btn__file--upload:hover {
    background-color: transparent;
    color: #646989;
}

.space__tp--wrapper {
    padding: 3rem 0 5rem 0;
}

.space__tp--wrapper2 {
    padding-bottom: 60px;
}

.heading__wraper-three {
    font-family: "OpenSans-Bold";
    font-size: 26px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.down-icons {
    font-family: "OpenSans-Regular";
    font-size: 14px;
}

.down-icons:focus {
    box-shadow: none;
    border-color: #ce8452;
}

.social__heading {
    font-size: 14px;
    line-height: 16px;
    color: #646989;
    font-family: "OpenSans-Bold";
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
}

input[type="file"] {
    content: "";
    opacity: 0;
    appearance: none !important;
}

.flex__cotent--wrapper {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-between;
}

.mr__right20 {
    width: 100%;
    margin-right: 10px;
}

.required::after {
    font-size: 14px;
    content: "*";
    color: #e80606;
}

.flex__end--wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
}

.btn-add-more {
    background: #ce8452;
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn__wrapper--four {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    padding: 12px 30px;
    font-weight: 700;
    font-family: "OpenSans-Bold";
    border-radius: 12px;
    background-color: #ce8452;
    text-transform: uppercase;
    border: 2px solid #ce8452;
    background-color: #ce8452;
}

.btn__wrapper--four:hover {
    color: #ce8452 !important;
    background-color: transparent !important;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}


/* =====================================================OHTER PAGE=============================================================== */


/* =====================================================OHTER PAGE=============================================================== */


/* ==============================tabs============================== */

.player-reg {
    max-width: 750px;
    margin: auto;
    background-color: #f1f1f1;
    padding: 40px 22px;
    border-radius: 7px;
}

.panel-title {
    font-family: "OpenSans-Bold";
    text-transform: uppercase;
    font-size: 14px;
}

.bagger-pills {
    margin-bottom: 39px;
    border: 0;
}

.bagger-pills li a {
    border-radius: 10px;
    background-color: rgba(206, 132, 82, 0);
    border: 2px solid #565c80;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #646989;
    font-family: "OpenSans-Bold";
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10.5px 13px;
}

.bagger-pills li {
    margin-right: 10px;
}

.bagger-pills li:last-child {
    margin-right: 0;
}

.bagger-pills.nav-tabs>li .active,
.bagger-pills.nav-tabs>li>a:focus,
.bagger-pills.nav-tabs>li>a:hover {
    color: #fff;
    background-color: #ce8452;
    border: 2px solid #ce8452;
}

.player-reg .panel-default>.panel-heading {
    background-color: #ce8452;
    color: #fff;
    border-color: #ddd;
    margin-bottom: 10px;
}

.player-reg .panel-default>.panel-heading a {
    color: #fff;
    text-decoration: none;
}

.player-reg .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.player-reg .panel-body {
    padding: 10px 15px 15px;
}

@media (min-width: 768px) {
    .player-reg .panel-heading {
        display: none;
    }
    .player-reg .panel {
        border: none;
        box-shadow: none;
    }
    .player-reg .panel-collapse {
        height: auto;
    }
    .player-reg .panel-collapse.collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .player-reg .tab-content .tab-pane {
        display: block;
    }
    .player-reg .nav-tabs {
        display: none;
    }
    .player-reg .panel-title a {
        display: block;
    }
    .player-reg .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }
    .player-reg .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0;
    }
    .player-reg .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px;
    }
}


/* ==============================tabs============================== */

@media screen and (max-width: 1199px) {
    .custom_container {
        padding: 0px 15px;
    }
    .navigation .navbar-expand-lg .navbar-nav li:last-child .nav-link {
        padding-right: 31px;
    }
    .upper-logon {
        padding-left: 15px;
        padding-right: 0;
    }
    .navigation .navbar-brand img {
        width: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .navigation .navbar-collapse {
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .navigation .navbar-light .navbar-nav .nav-link {
        color: white;
        text-align: center;
    }
    .navigation .navbar-light .navbar-nav .nav-link {
        padding: 15px;
    }
    .for-mobile-device {
        width: 100%;
    }
    .for-mobile-device .navbar-toggler {
        z-index: 999;
    }
    .custom_container {
        padding: 0px 15px;
    }
    .navigation .navbar-brand {
        position: relative;
        top: -23px;
    }
}

@media only screen and (max-width: 991px) {
    .navigation .navbar-collapse {
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.9);
        position: relative;
        top: -45px;
    }
    .navigation .navbar-light .navbar-nav .nav-link {
        color: white;
        text-align: center;
    }
    .navigation .navbar-light .navbar-nav .nav-link {
        padding: 15px;
    }
    .for-mobile-device {
        width: 100%;
    }
    .for-mobile-device .navbar-toggler {
        z-index: 999;
        position: absolute;
        top: 19px;
    }
    .custom_container {
        padding: 0px 15px;
    }
    .banner-inner-text p {
        padding-left: 20px;
        padding-right: 20px;
        width: 450px;
    }
    .banner-inner-text h1 {
        font-size: 40px;
        padding-bottom: 30px;
    }
    .footer-left-sec,
    .footer-right {
        padding: 50px 79px 108px 79px;
    }
    .bagger-pills li a {
        padding: 10.5px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .copy__content {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    .inner__heading {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .flex__wrapper {
        flex-direction: column;
    }
    .col_leftspace {
        padding: 15px !important;
    }
    .text__overly__inner {
        width: 100%;
        height: 100%;
        left: 0px;
    }
    .button__inner__wrapper {
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    .btn--wrapper {
        width: 100%;
    }
    .select__custm__wrapper {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .inner__heading {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .flex__wrapper {
        flex-direction: column;
    }
    .col_leftspace {
        padding: 5px 15px !important;
    }
    .text__overly__inner {
        width: 100%;
        height: 100%;
        left: 0px;
    }
    .button__inner__wrapper {
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    .btn--wrapper {
        width: 100%;
    }
    .select__custm__wrapper {
        margin-bottom: 20px;
    }
    .bg__baner-one {
        padding: 4rem 0;
    }
    .heading-one {
        font-size: 22px;
    }
    .upper-logon a {
        padding-right: 5px;
    }
    .upper-logon {
        padding-left: 5px;
    }
    .banner-inner-text p {
        width: 325px;
    }
    .banner-section img {
        height: 600px;
    }
    .footer-right ul {
        width: 100%;
    }
    .footer-right {
        flex-wrap: wrap;
    }
    .footer-right ul li:last-child a {
        padding-bottom: 0;
    }
    .footer-right {
        padding: 50px 79px;
    }
    .section__inner--wrapper {
        padding: 2rem 0;
    }
    .footer-left-sec,
    .footer-right {
        padding: 30px 20px 80px 20px;
    }
    .footer-right {
        padding-bottom: 30px;
    }
    .player-reg {
        max-width: 100%;
        padding: 20px 15px;
    }
    .form__mainwrapper {
        max-width: 100%;
    }
    .player-reg .panel-body {
        padding: 10px 0;
    }
    .col__mr-right {
        padding-right: 0px !important;
    }
}

.btn__add {
    background: #ce8452;
    color: white;
    border-radius: 10px;
}

.flex__right {
    flex-direction: row-reverse;
}

.close_btn {
    height: 25px;
    width: 25px;
    font-size: 12px;
    line-height: 0;
    padding: 0px;
    /*position: absolute;
    right: -15px;
    top: 31px;
    z-index: 999999999;*/
}

.btn_rest {
    background-color: #70ae2e;
}

.btn_rest:hover {
    background-color: #6b943f;
}

.password_head {
    background-color: #ce8452;
}

.head_pass {
    margin-top: 18px;
    margin-bottom: 50px;
}

.bg-top {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    height: 155px;
    margin-bottom: 2rem;
}

.img-bg-top {
    height: 125px;
}

.bg-img {
    background-image: url('../images/profileBG.jpg');
}

.container-height {
    height: 400px !important;
}

.player-img {
    border: 1px solid whitesmoke;
}

.desc_text {
    font-size: 13px;
}

.hr_profile {
    border-top: 1px solid lightslategrey;
}

.desc_text--parent {
    display: block;
    margin-top: 1rem;
}

.border-left {
    border-left: 1px solid lightslategrey !important;
}

.border-right {
    border-right: 1px solid lightslategrey !important;
}


/* =====================================================player PAGE=============================================================== */


/* =====================================================player PAGE=============================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "OpenSans-Bold";
}

.lbl-wraper-three {
    text-align: center;
}

.lbl-wraper-three h2 {
    margin-top: 30px;
}

.bg__wrappertwo {
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    padding: 30px 0;
}

.player__img {
    width: 200px;
    margin: auto;
    border: 4px solid #ddd;
    border-radius: 5px;
}

.heading__one {
    font-size: 45px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    /* line-height: 60px; */
    font-family: "OpenSans-Bold";
}

.link1 {
    color: #3399FF;
    text-decoration: dotted underline;
    font-size: 20px;
    font-family: "OpenSans-Regular";
}

.label__two {
    font-size: 18px;
    font-family: "OpenSans-Bold";
    line-height: 24px;
    color: white;
}

.Twenty {
    display: block;
    height: 20px;
    width: auto;
    clear: both;
}

.img__wrapper3 {
    max-width: 150px;
    margin: auto;
}

.img__heading1 {
    font-size: 22px;
    color: #c0c0c0;
    margin-bottom: 20px;
    font-family: "OpenSans-Bold";
}

.lblheading__three {
    font-family: "OpenSans-Bold";
    color: #fff;
    font-size: 24px;
}

.flex__wrapper-three {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
}

.border__right-wrapper {
    border-right: 1px solid Gray;
}

.link2 {
    color: #fff;
    text-decoration: dotted underline;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "OpenSans-Regular";
}

.label__three {
    margin: 20px 0px;
}

.label__three p {
    font-size: 20px;
    color: #fff;
    font-family: "OpenSans-Bold";
    text-transform: uppercase;
}

.heading__four {
    font-size: 17px;
    color: #fff;
    font-family: "OpenSans-Bold";
    text-transform: uppercase;
}

.font__colr-wraper {
    font-family: "OpenSans-Regular";
    color: #fff;
}

.linkwrapper {
    color: #fff;
    text-decoration: dotted underline;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "OpenSans-Regular";
}

.font__colr-wraper1 {
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
    font-family: "OpenSans-Regular";
}

.player-reg2 {
    /* max-width: 750px; */
    margin: auto;
    background-color: #f1f1f1;
    padding: 40px 22px;
    border-radius: 7px;
}

.panel-title {
    font-family: "OpenSans-Bold";
    text-transform: uppercase;
    font-size: 14px;
}

.bagger-pills2 {
    margin-bottom: 39px;
    border: 0;
}

.bagger-pills2 li a {
    border-radius: 0px;
    background-color: rgba(206, 132, 82, 0);
    /* border: 2px solid transparent; */
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #646989;
    font-family: "OpenSans-Bold";
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10.5px 13px;
    border-bottom: 1px solid #383838 !important;
}


/* .bagger-pills2 li {
      margin-right: 10px;
    } */

.bagger-pills2 li:last-child {
    margin-right: 0;
}

.bagger-pills2.nav-tabs>li .active,
.bagger-pills2.nav-tabs>li>a:focus,
.bagger-pills2.nav-tabs>li>a:hover {
    color: #fff;
    background-color: #383838;
    /* border: 2px solid #383838; */
}

.player-reg2 .panel-default>.panel-heading {
    background-color: #ce8452;
    color: #fff;
    border-color: #ddd;
    margin-bottom: 10px;
}

.player-reg2 .panel-default>.panel-heading a {
    color: #fff;
    text-decoration: none;
}

.player-reg2 .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.player-reg2 .panel-body {
    padding: 10px 15px 15px;
}

@media (min-width: 768px) {
    .player-reg2 .panel-heading {
        display: none;
    }
    .player-reg2 .panel {
        border: none;
        box-shadow: none;
    }
    .player-reg2 .panel-collapse {
        height: auto;
    }
    .player-reg2 .panel-collapse.collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .player-reg2 .tab-content .tab-pane {
        display: block;
    }
    .player-reg2 .nav-tabs {
        display: none;
    }
    .player-reg2 .panel-title a {
        display: block;
    }
    .player-reg2 .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }
    .player-reg2 .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0;
    }
    .player-reg2 .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px;
    }
}

.ContentPlaceHolder1 {
    border-bottom: solid 3px gray;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.label--wrapperfour {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: forestgreen;
}

.ContentPlaceHolder12 {
    border-bottom: solid 3px gray;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mb-wrapper {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .flex__wrapper-three {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .link1 {
        text-align: center;
    }
    .border__right-wrapper {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .flex__responsive {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .font__colr-wraper1 {
        margin-bottom: 30px;
    }
    .player-reg2 {
        padding: 40px 0px;
    }
    .lbl-wraper-three {
        margin: 20px 0;
    }
    .heading__one {
        font-size: 24px;
        margin-top: 30px;
    }
    .link1 {
        font-size: 16px;
        margin: 10px 0px;
        display: block;
    }
    .link2 {
        font-size: 16px;
        margin: 10px 0px;
        display: block;
    }
    .pg-heading {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .label--wrapperfour {
        margin: 10px 0px;
        display: block;
        font-size: 20px;
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #ce8452;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #69a628;
}

.dropdown-item {
    color: #fff;
}

.heading_para {
    background-color: #ce8452 !important
}

.heading-color {
    color: #69a628;
}

.h-25 {
    height: 25px !important;
}

.font-large {
    font-size: 22px !important;
}

.overflow-auto {
    overflow: scroll !important;
}

.overflow-auto::-webkit-scrollbar {
    display: none !important;
}


/* Hide scrollbar for IE, Edge and Firefox */

.overflow-auto {
    -ms-overflow-style: none !important;
    /* IE and Edge */
    scrollbar-width: none !important;
    /* Firefox */
}

.upper-logon>div>span {
    color: white;
    font-size: 15px;
    font-weight: 900;
}

.heading_btn {
    background-color: #ffffff;
    border-color: #ce8452;
    padding: 10px 30px;
    color: #ce8452;
    font-size: 17px;
    font-weight: 600;
}

.heading_btn:not(:disabled):not(.disabled).active,
.heading_btn:not(:disabled):not(.disabled):active,
.show>.heading_btn.dropdown-toggle {
    color: #ce8452;
    background-color: white;
    border-color: #ce8452;
}

.heading_btn:hover {
    color: #ce8452;
    background-color: white;
    border-color: #ce8452;
}

.heading_btn:focus,
.heading_btn:not(:disabled):not(.disabled).active:focus,
.heading_btn:not(:disabled):not(.disabled):active:focus,
.show>.heading_btn.dropdown-toggle:focus {
    box-shadow: none;
}

.heading_btn.disabled,
.heading_btn:disabled {
    color: #fff;
    background-color: #7b7b7b;
    border-color: #7b7b7b;
    cursor: not-allowed;
}

.sub_line {
    font-size: 13px;
    font-weight: 900;
}

.sub_para {
    font-size: 13px;
}

.small-size {
    font-size: 13px;
}

.reduce-padding th,
.reduce-padding td {
    padding: 10px 5px;
}

.margin-icon {
    margin: 0px 5px;
}

.active-btn {
    background-color: #6b2b00;
}

.active-btn:hover {
    background-color: #6B2B1B;
}

.text-brown {
    color: #6b2b00
}

.text-decoration-none {
    text-decoration: none !important;
}

.border-grey {
    border: 1px solid lightgrey
}

.img-profile--team {
    position: absolute;
    z-index: 999999;
    bottom: -100px;
    left: 59px;
    width: auto !important;
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "OpenSans-BoldItalic";
    src: url(../fonts/OpenSans-BoldItalic.ttf);
}

@font-face {
    font-family: "OpenSans-ExtraBold";
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}

@font-face {
    font-family: "OpenSans-ExtraBoldItalic";
    src: url(../fonts/OpenSans-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: "OpenSans-Light";
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "OpenSans-SemiBold";
    src: url(../fonts/OpenSans-SemiBold.ttf);
}

.bgbanner1 {
    background-image: url(../images/banner11.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9rem 0;
    height: 50vh !important;
    margin-top: 23px;
}

.d__flex-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
}

.d__flex-two {
    display: flex;
}

.mx__50 {
    background-color: #ce8452;
    width: 30%;
    color: #FFFFFF;
    padding: 14px;
    position: relative;
}

.logo--wrapper--inner {
    position: absolute;
    top: -50px;
    left: 25px;
    max-width: 150px;
}

.mx__50 h2 {
    font-size: 20px;
    text-align: right;
    margin-bottom: 0px !important;
    font-family: "OpenSans-Bold";
    padding-right: 20px;
}

.mx__60 {
    width: 70%;
    padding-left: 20px;
    font-size: 20px;
    padding: 14px;
    color: #FFFFFF;
    background-color: #69a628;
}

.mx__60 h2 {
    font-size: 20px;
    margin-bottom: 0px !important;
    font-family: "OpenSans-Bold";
}

.wrapper-four-content {
    border-bottom: solid Silver 2px;
    padding: 10px 0px
}

.wrapper-four-content strong {
    font-family: "OpenSans-Bold";
}

.wrapper-four-content a {
    color: #ce8452;
    font-family: "OpenSans-Regular";
}

.wrapper-four-content span {
    /* color: #ce8452; */
    font-family: "OpenSans-Regular";
}

.box-sub-contnet {
    font-size: 12px;
    color: #333;
}

.sub__wrapper {
    font-size: 14px;
    font-weight: 600;
}

.font__bold-wrapper {
    font-weight: bold;
}

.mb__70--wrapper {
    margin-bottom: 70px;
}

#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

.table__box--container th {
    font-family: "OpenSans-Regular";
    background-color: #ce8452;
    font-size: 14px;
}

.table__box--container td {
    font-family: "OpenSans-Regular";
    vertical-align: middle;
    font-size: 14px;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    background: #d8d8d8;
    border-radius: 0px !important;
    padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #d8d8d8;
    color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .card-header .btn-header-link:focus {
    box-shadow: none;
}

#main #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}

.crd-border {
    border: 1px solid #ececec !important;
}

.lock-box {
    border: solid 2px gray;
    padding: 10px;
    text-align: center;
    max-width: 500px;
    overflow: hidden;
    background-color: white
}

.lock-box--heading {
    font-size: 15px;
    font-weight: bold;
    font-family: "OpenSans-Bold";
}

.lock-box--icon {
    font-weight: bold;
    display: block;
    font-size: 56px;
    padding: 30px;
}

.lock-box a {
    font-family: "OpenSans-Regular";
    color: #000;
}

.lock-box a:hover {
    color: #ce8452;
    text-decoration: none;
}

.lock-box span {
    font-family: "OpenSans-Regular";
    color: #69a628;
}


/* .nav__container--wrapper{
                width: 60%;
                margin: auto;
            } */

.crd-border a {
    font-size: 15px;
    font-family: "OpenSans-Regular";
}

.mt--top-40 {
    margin-top: 50px;
}

.hover__effect {
    position: relative;
}

.wrapper-box2 {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-top: 10px;
    position: absolute;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    z-index: 100;
    display: none;
}

.space__left {
    padding: 0px 5px;
}

.box-img-container {
    width: 100%;
}

.box-img-container img {
    width: 100%;
    height: 300px;
    /* -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; */
}


/* .box-img-container img:hover {
     -webkit-transform: scale(1.3);
    transform: scale(1.3);
} */

.hover__effect:hover .wrapper-box2 {
    display: block !important;
    top: 0;
    position: absolute;
}

@media(max-width: 1199px) {
    .logo--wrapper--inner {
        position: absolute;
        top: -60px;
        left: 25px;
        max-width: 150px;
    }
}

@media(max-width: 992px) {
    .logo--wrapper--inner {
        position: absolute;
        top: -60px;
        left: 25px;
        max-width: 100px;
    }
    .mx__50 {
        width: 40%;
    }
    .mx__60 {
        width: 60%;
    }
}

@media(max-width: 767px) {
    .mx__50 {
        width: 100%;
    }
    .mx__60 {
        width: 100%;
    }
    .lock-box {
        margin-bottom: 30px;
    }
    /* .d__flex-one{
                    flex-direction: column;
                } */
    .logo--wrapper--inner {
        position: absolute;
        top: -60px;
        left: 25px;
        max-width: 100px;
    }
    .mx__50 h2 {
        font-size: 15px;
    }
    .mx__60 h2 {
        font-size: 15px;
    }
}

@media(max-width: 575px) {
    .mx__50 {
        width: 100%;
    }
    .mx__60 {
        width: 100%;
    }
    .d__flex-one {
        flex-direction: column;
    }
    .logo--wrapper--inner {
        position: absolute;
        top: -60px;
        left: 25px;
        max-width: 100px;
    }
}

.lock-box {
    margin-bottom: 30px;
}


/* .d__flex-one{
                    flex-direction: column;
                } */

.logo--wrapper--inner {
    position: absolute;
    top: -60px;
    left: 25px;
    max-width: 100px;
}

.mx__50 h2 {
    font-size: 15px;
}

.mx__60 h2 {
    font-size: 15px;
}

@media(max-width: 575px) {
    .mx__50 {
        width: 100%;
    }
    .mx__60 {
        width: 100%;
    }
    .d__flex-one {
        flex-direction: column;
    }
    .logo--wrapper--inner {
        position: absolute;
        top: -60px;
        left: 25px;
        max-width: 100px;
    }
}

.requested-players a {
    color: white;
    position: relative;
    top: 24px;
    text-decoration: none;
    background: #ce8452;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: smaller;
}

.request-count {
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #69a628;
}

.dir-logo-img {
    width: 70px;
    height: 70px;
}

.span-btn,
.search-btn {
    background-color: #ce8452 !important;
    color: white;
    cursor: pointer;
}


/* payment form */

.input-txt-wrapper {
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.input-content-wrapper {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.input-content-wrapper:focus {
    box-shadow: none;
    border-color: #ccc;
}

.card-icons {
    width: 30px;
}

.clear-fix1 {
    height: 80px;
}

.heading-label1 {
    font-size: 15px;
    color: gray;
    text-transform: uppercase;
}

.btn-wrapper-one {
    padding: 0.5rem 2rem;
}

.my-25 {
    margin: 1.9rem 0px;
}


/* Pricing Tab */

.pricing-box {
    border: 1px solid #ededed;
    box-shadow: 4px 1px 5px 2px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    height: 100%;
}

.equal-height-cards {
    margin: 50px 0;
}

.pricing-box ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.pricing-box ul>li {
    padding: 5px;
}

.pricing-box ul li svg {
    color: green;
}

.pricing-box .display-4 {
    font-weight: 500;
    color: #3b8004;
}

.nav-ctabs {
    border-bottom: none !important;
    justify-content: center;
}

.nav-ctabs .nav-link {
    background-color: #fff !important;
    color: #6c757d !important;
    border: 1px solid #6c757d !important;
    padding: 2px 40px !important;
    border-radius: 0px !important;
}

.nav-ctabs .nav-link:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.nav-ctabs .nav-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(108 117 125 / 50%);
}

.nav-ctabs .nav-link.active {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    /* border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important; */
}

#home-tab {
    /* border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important; */
    border-radius: 5px !important;
}

#profile-tab {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.card-edit {
    background-color: #ce8452;
    transition: all 0.5s ease;
    color: #ffffff;
}

.card-edit:hover {
    background-color: #6fad2f !important;
    color: #fff;
}


/* contact us home page  css  */


/* ===============Contact===============*/

.privacy-content li {
    margin: 30px 0px;
}

.banner_contact {
    background-image: url("../image/banner_contact.jpg");
    background-position: center;
    background-repeat: no-repeat;
    padding: 10rem 0rem;
    background-size: cover;
}

.about_banner_top {
    width: 100%;
}

.banner_contact h2 {
    color: #fff;
    font-family: Roboto !important;
    margin-bottom: 0px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}

.banner_contact h3 {
    color: #24b04f;
    font-family: Roboto !important;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.contact_bg_1 {
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0rem;
    background-size: cover;
}

.contact_bg_1 h2 {
    font-size: 24px;
    color: #000;
    font-family: mythirdFont;
    text-align: left;
    font-weight: lighter;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.contact_1_heading {
    font-size: 33px;
    color: #000;
    font-family: mythirdFont;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.contact_1_heading span {
    font-size: 33px;
    color: #5068d2;
    font-family: mythirdFont;
    text-align: left;
    font-weight: bold;
}

.contact_us_page input {
    border: solid 1px #d0d0d0;
    height: 49px;
    color: #787878;
}

.contact_us_page textarea {
    border: solid 1px #d0d0d0;
    height: 120px;
    padding: 20px;
    color: #787878;
}

.contact_us_page label {
    margin-left: 10px;
    color: #787878;
}

.btn_submit_contact {
    float: right;
    width: 216px;
    height: 55px;
    text-align: center;
    font-family: Roboto;
    background-color: #69a628;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn_submit_contact:hover {
    float: right;
    width: 216px;
    height: 55px;
    text-align: center;
    font-family: Roboto;
    background-color: #ce8452;
    border-radius: 10px;
    border: none;
}

.social-cotnent {
    padding: 2rem 0rem;
    background-color: #f7f7f7;
}

.social {
    text-align: center;
}

.social ul {
    margin: 0px;
}

.social ul li {
    display: inline;
}

.social ul li a {
    margin-right: 10px;
}

.social-links {
    width: 74px;
}


/*Contact End*/

.custom_iconss {
    color: #69a628 !important;
    font-size: 60px;
}

.office_heading {
    color: #ce8452!important;
}

.office_heading-1 {
    color: #da874f!important;
}

.miss {
    color: #69a628 !important;
}

.custom-content {
    background-color: #69a628;
    border-radius: 10px;
}

.custom_iconss {
    color: #69a628 !important;
    font-size: 60px;
}

.privacy-content ul li img {
    padding-right: 8px;
}

.about_banner {
    background-image: url("../image/about_banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    padding: 10rem 0rem;
    background-size: cover;
}

.about_banner_top {
    width: 100%;
}

.about_banner_top h2 {
    color: #fff;
    font-family: Roboto !important;
    margin-bottom: 0px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}

.about_banner_top h3 {
    color: #24b04f;
    font-family: Roboto !important;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.about_bg_1 {
    background-image: url("../image/about_bg_1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0rem;
    background-size: cover;
}

.about_bg_1 h3 {
    font-size: 33px;
    color: #5a5a5a;
    font-family: Roboto;
    text-align: left;
    font-weight: lighter;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about_1_heading {
    font-size: 33px;
    color: #000;
    font-family: mythirdFont;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.about_1_heading span {
    font-size: 33px;
    color: #69a628;
    font-family: mythirdFont;
    text-align: left;
    font-weight: bold;
}

.about_bg_1 p {
    font-size: 14px;
    color: #5a5a5a;
    text-align: left;
    font-weight: normal;
    line-height: 24px;
}

.mission_and_vission_label {
    color: #24b04f;
    font-family: Roboto !important;
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.about_bg_middle_label {
    font-size: 18px;
    color: #5a5a5a;
    font-family: Roboto;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
}

.about_bg_2 {
    background-image: url("../images/about_bg2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0rem;
    background-size: cover;
}

.about_bg_2 h3 {
    font-size: 33px;
    color: #fff;
    font-family: Roboto;
    text-align: left;
    font-weight: lighter;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about_2_heading {
    font-size: 33px;
    color: #fff;
    font-family: mythirdFont;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.about_2_heading span {
    font-size: 33px;
    color: #24b04f;
    font-family: mythirdFont;
    text-align: left;
    font-weight: bold;
}

.about_bg_2 p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    line-height: 24px;
}

.custom-btn a {
    padding: 9px 48px;
}

.custom-color {
    background-color: rgb(221, 221, 221);
}

.box-title p {
    font-size: 15px;
    font-weight: bold;
}

.small-box-1 p {
    background-color: rgb(224, 164, 34) !important;
}

.custom-column {
    padding: 0px 5px;
}

.grades p {
    float: right;
    position: relative;
    color: white;
    background-color: rgb(44, 28, 187);
    padding: 3px 3px;
    margin-bottom: 2px;
    border-radius: 5px;
    font-size: 13px;
}

.grades-name p {
    color: rgb(230, 77, 77);
    font-weight: bold;
}

.grade-closed P {
    background-color: rgb(224, 164, 34);
    border-radius: 5px;
    margin-bottom: 2px;
    color: white;
}

.grade-open P {
    background-color: #4fa746;
    border-radius: 5px;
    margin-bottom: 2px;
    color: white;
}

.map-icon a {
    color: gray;
    font-weight: bold;
    padding-left: 7px;
}

.flex-container {
    display: flex;
}

.flex-container>div {
    margin: 2px;
    padding: 2px;
    font-size: 14px;
}

.florida {
    color: rgb(3, 3, 3);
    font-weight: bold;
    font-size: 13px !important;
    width: 100%;
    margin-top: 6px !important;
}

.az span {
    border-radius: 0px !important;
}

.dates {
    width: 200px;
    text-align: center;
    margin-top: 5px !important;
}

.custom-column {
    padding: 0px 5px;
}

.AuBurnDale {
    color: rgb(240, 52, 52);
    font-weight: bold;
    margin-top: 5px !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
}

.overlay i {
    float: right;
    position: relative;
  top: 15px;
   

    font-size: 20px;
    display: none;
}
.age-group span {
    margin-top: 10px  !important;
}
.parent-overlay:hover .overlay {
    display: block;
    width: 100%;
    height: auto;
}

.parent-overlay:hover .overlay i {
    display: block;
}

.age-group span {
    margin: 0px 0px !important;
    padding: 4px 3px;
}

.lanwood-link a {
    color: gray;
    font-weight: bold;
}

.custom-background {
    background-color: rgb(231, 231, 231);
}

@media only screen and (max-width: 600px) {
    .florida {
        color: rgb(3, 3, 3);
        font-weight: bold;
        font-size: 10px !important;
        float: left;
    }
}

.dates {
    font-size: 10px !important;
    font-weight: bold;
    margin-top: 8px !important;
}

.wrapper-four-content.table-content-flex {
    display: flex;
    justify-content: space-between;
}

.d-flex-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px 20px;
    width: 100%;
}


/* accordion */

.acco-card {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    cursor: pointer;
}

.accordion-card .card-body {
    background-color: transparent !important;
    border-radius: 0;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

/* .card-header {
    background-color: transparent !important;
} */
#accordionExample .table thead th {
    vertical-align: bottom;
    background-color: #3a910f !important;
    color: #fff !important;
}
.card .nav-link:hover {
    color: #6fad43 !important;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.card-body .dropdown-item {
    color: white !important;
    height: 45px;
    padding-top: 10px;
}

.card-body .dropdown-item:hover {
    color: #6fad43 !important;
    background-color: white !important;
    border-radius: 50px;
}

#settings-anchor:hover {
    color: #6fad2f !important
}


/*  */
.carousel-inner img {
    width: 100%;
    height: 100%;
    
  }

  .slidermargin {
      margin-bottom: 20px;
  }
  .img_profile{
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .img_coloum{
      padding-left: 30px;
  }
  .az span {
      width: 149px;
  }
.dates{
    white-space: nowrap;
    position: relative;
    left: 25px;
}
.florida{
    position: relative;
    left: 45px;
}
.AuBurnDale p{
position: relative;
left: 100px;
}

.custom-file-label {
    overflow: hidden;
}

.mm_bagger_slider .carousel-item {
    height: 736px;
}
.mm_bagger_slider .carousel-item img {
    object-fit: cover;
}
.imgsixeofspan {
    font-size: 10px;
    margin-left: 3px !important;
}


.event-banner {
    background-image: url(../eventmodifyimages/event_banner.png);
    width: 100%;
    display: block;
    height: 275px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -62px;
    background-position: center;
  }
  .event_custom_container {
      max-width: 1170px;
      margin: 0 auto;
  }
  .event_banner_inner {
      display: flex;
      justify-content: center;
      align-items: center;
      top: 14%;
      position: relative;
  }
  .event_heder-img {
      width: 194px;
      height: 194px;
      display: inline-block;
      border-radius: 50%;
      border: 8px solid #cd8451;
  }
  .event_heder-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
  }
  .event_banner_text {
      padding-left: 40px;
  
  }
  .event_bannerr_hed {
      font-size: 48px;
      color: #fff;
      font-family: "OpenSans-Bold";
      margin-bottom: 23px;
  }
  .event_bannerr_text {
      font-family: "OpenSans-SemiBold";
      color: #fff;
      font-size: 17px;
  }
  .event_content_section {
      width: 100%;
      display: inline-block;
      background-color: #f5f7fb;
      padding: 46px 0px;
  }
  .event_inner_hed {
      font-size: 27px;
      color: #1a2534;
      font-family: "OpenSans-Bold";
      margin-bottom: 15px;
  }
  .event_inner_text {
      font-family: "OpenSans-Bold";
      color: #1a2534;
      font-size: 18px;
      margin-bottom: 28px;
  }
  .event_inner_box {
      width: 100%;
      display: inline-block;
  }
  .event_inner_box_left {
      border: 2px solid #cd8451;
      padding: 17px 0px;
      background-color: #fff;
      float: left;
     
  }
  .event_inner_text2 {
      font-family: "OpenSans-Regular";
      color: #646464;
      font-size: 18px;
      margin-bottom: 16px;
  }
  .event_game_box {
      padding-left: 30px;
      display: inline-block;
  }
  .event_green_list {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .event_green_list li {
      padding-bottom: 17px;
  }
  .event_green_list li p {
      font-family: "OpenSans-Bold";
      color: #69a628;
      font-size: 16px;
      padding-right: 10px;
      margin: 0;
  }
  .event_green_list li span {
      font-family: "OpenSans-Regular";
      color: #4d4d4d;
      font-size: 16px;
  }
  .event_ul_bottom {
      font-size: 13px;
      color: #696969;
      font-family: "OpenSans-Regular";
      margin-bottom: 44px;
  }
  .event_check_span {
      width: 182px;
      float: left;
      height: 183px;
      padding-left: 15px;
  }
  .event_check_span img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .event_list_images {
      display: flex;
      justify-content: space-between;
  }
  .event_img_box {
      width: 142px;
      border-right: 1px solid #69a628;
      text-align: center;
      padding: 15px 8px;
  }
  .event_img {
      height: 74px;
      text-align: center;
      display: inline-block;
      margin-bottom: 9px;
  }
  .event_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .event_img_box p {
      font-family: "OpenSans-Bold";
      color: #292929;
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 5px;
  
  }
  .event_inner_box_right {
      float: left;
      margin-left: 10px;
      width: 303px;
     
  }
  .event_inner_box_right_green {
      padding: 16px;
      background-color: #69a628;
      border: 2px solid #cd8451;
  }
  .start_end_date_outer {
      width: 100%;
      display: flex;
      justify-content: space-between;
      background-color: #517e22;
      padding: 10px;
      margin-bottom: 7px;
  }
  .start_end_date_outer h2 {
      font-size: 18px;
      font-family: "OpenSans-Bold";
      color: #fff;
      margin: 0;
  
  }
  .start_end_date_outer p {
      font-size: 18px;
      font-family: "OpenSans-Regular";
      color: #fff;
      margin: 0;
  
  }
  .event_list_images .event_img_box:last-child {
      border-right: 0;
  }
  .age_eligibilty {
      font-size: 18px;
      color: #fff;
      font-family: "OpenSans-Regular";
      margin: 1rem 0px;
  }
  .event_graduate {
      font-size: 14px;
      color: #fff;
      font-family: "OpenSans-Regular";
     margin-bottom: 1rem;
  
  }
  .event_right_btns {
      margin:14px 0px;
  }
  .event_right_btns button{
      width: 100%;
      display: inline-block;
      background-color: #cd8451;
      color: #fff;
      text-align: center;
      font-size: 20px;
      font-family: "OpenSans-Regular";
      padding: 20px 10px;
      box-shadow: none;
      border: 2px solid #cd8451;
      margin-top: 14px;
      border-radius: 0;
  }
  .event_right_btns button:hover {
      background-color: #fff;
      color: #cd8451;
  }
  
  .event_right_btns button span {
      width: 20px;
      height: 20px;
      display: inline-block;
      text-align: center;
      background-color: #fff;
      font-size: 10px;
      color: #69a628;
      border-radius: 50%;
      position: relative;
      top: -18px;
      left: -4px;
      line-height: 20px;
  
  }
  @media screen and (max-width:1199px){
      .event_custom_container {
          padding:0px 30px;
      }
      .event_inner_box_right {
          float: left;
          margin-left: 0;
          width: auto;
          margin-top: 40px;
      }
      
  }
  @media screen and (max-width:991px) {
  
      .event_list_images {
          flex-wrap: wrap;
          justify-content: flex-start;
      }
      .event_img_box {
          margin-top: 20px;
      }
      .event_list_images .event_img_box:last-child {
          border-right: 1px solid #69a628;;
      }
  }
  @media screen and (max-width:767px) {
    
     
      .event_bannerr_hed {
          font-size: 30px;
          margin-bottom: 15px;
      }
      .event_bannerr_text {
          font-size: 15px;
      }
      .event_heder-img {
        width: 120px;
        height: 120px;
      }
  } 
  @media screen and (max-width:575px){
      .event_bannerr_hed {
          font-size: 25px;
          margin-bottom: 10px;
      }
      .event_banner_inner {
          padding: 0px 15px;
      }
      .event_heder-img {
        width: 155px;
       
    }
    .event_banner_inner {
        top: 26%;
    }
      
  }
  @media screen and (max-width:480px){
     
      .event_banner_inner {
          top: 62px;
      }
      .event-banner {
          height: 237px;
      }
      .event_heder-img {
        width: 160px;
        height: 117px;
    }
  }

  .event_right_btns a{
    width: 100%;
    display: inline-block;
    background-color: #cd8451;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "OpenSans-Regular";
    padding: 20px 10px;
    box-shadow: none;
    border: 2px solid #cd8451;
    margin-top: 14px;
    border-radius: 0;
    text-decoration: none;
}
.event_right_btns a:hover {
    background-color: #fff;
    color: #cd8451;
}

.event_right_btns a span {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    font-size: 10px;
    color: #69a628;
    border-radius: 50%;
    position: relative;
    top: -18px;
    left: -4px;
    line-height: 20px;

}





























.home2-banner {
    background-image: url(../eventmodifyimages/home2_banner.png);
    width: 100%;
    display: block;
    min-height: 565px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 133%;
    display: flex;
    align-items: center;
  }
  .event_custom_container {
      max-width: 1170px;
      margin: 0 auto;
  }
  .home2_banner_inner_main {
    
      max-width: 1175px;
      margin: 0 auto;
      background-color: rgba(0, 0, 0, 0.6);
      min-height: 466px;
      justify-content: center;
      align-items: center;
      padding: 16px 35px;
  
  }
  .home2_banner_inner{
      display: flex;
      justify-content: space-between;
      align-items: center;
      
  }
  /* .home2_banner_inner_main:after {
      position: absolute;
      background-color: rgb(0, 0, 0);
      opacity: .6;
      height: 467px;
      width: 1175px;
      content: '';
      left: 13%;
      top: 172px
  } */
  .home2_prifile_img {
      height: 178px;
      width: 179px;
      display: inline-block;
      background-color: gray;
      border:2px solid rgb(205, 132, 81);
      border-radius: 50%;
      float: left;
      
  }
  .home2_prifile_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
  }
  .home2_profile_text {
      padding-left: 40px;
      float: left;
  
  }
  .home2_profile_hed {
      font-size: 34px;
      color: #fff;
      font-family: "OpenSans-Bold";
      /* margin-bottom: 23px; */
     ;
  }
  .home2_profile_p {
      font-family: "OpenSans-SemiBold";
      color: #fff;
      font-size: 22px;
      margin-bottom: 15px;
  }
  .home2_profile_p2 {
      font-family: "OpenSans-SemiBold";
      color: #fff;
      font-size: 17px;
      margin-bottom: 15px;
      line-height: 22px;
  }
  .home2_profile_main {
      display: flex;
      align-items: center;
      margin-bottom: 40px;
  }
  .school_box {
      padding: 17px;
      text-align: center;
      border-radius: 12px;
      border: 3px solid #69a628;
      width: 140px;
      min-height: 157px;
      float: left;
      margin: 0px 5px;
      min-height: 180px;
  }
  .schoolbox_p {
      font-size: 14px;
      color: #fff;
      font-family: "OpenSans-Regular";
      margin-bottom: 1rem;
  
  }
  .schoolbox_h3 {
      font-size: 14px;
      color: #fff;
      font-family: "OpenSans-Bold";
      margin-bottom: 27px;
  }
  .national_ranking {
      /* padding: 20px 16px; */
      text-align: center;
      border-radius: 5px;
      display: flex;
      margin-bottom: 26px;
  }
  .national_ranking1 span {
      background-color: #69a628;
      font-size: 17px;
      color: #fff;
      font-family: "OpenSans-Bold";
      margin-bottom: 20px;
      display: inline-block;
      width: 100%;
      padding: 20px 15px;
     
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
  }
  .national_ranking1 p {
    
      color: #515151;
      font-family: "OpenSans-SemiBold";
      font-size: 20px;
      display: inline-block;
     
  }
  .national_ranking1 {
      margin-right: 22px;
      background-color: #eef0ef;
      padding: 0px 0px 20px;
      display: inline-block;
      border-radius: 5px;
      max-width: 210px;
  }
  .national_ranking1:last-child {
      margin-right: 0;
  }
  .outstanding-text {
      color: #fff;
      font-family: "OpenSans-Regular";
      font-size: 14px;
      display: inline-block;
      line-height: 20px;
  
  }
  .home2_content_section {
      width: 100%;
      display: inline-block;
      background-color: #f5f7fb;
      padding: 28px 0px;
  }
  .home2_custom_container {
      max-width: 1170px;
      margin: 0 auto;
  }
  .home2_tabs_ul.nav-pills {
      background-color: #fff;
      padding: 25px 2px;
      border-radius: 5px;
      border: 1px solid #f1f1f1;
  
  }
  .home2_tabs_ul.nav-pills .nav-link.active {
      background-color: #cd8451;
  }
  .tabs-btns {
      width: 269px;
      float: left;
  }
  .tabs-content {
      padding-left: 46px;
      width: calc(100% - 269px);
      float: left;
  }
  .home2_tabs_ul .nav-link.active{
      border-radius: 5px;
  }
  .home2_tabs_ul .nav-link {
      font-size: 18px;
      color: #212529;
      font-family: "OpenSans-Regular";
      padding: 13px 20px;
  }
  .home2_tabs_ul.nav-pills .nav-link.active i {
      color: #fff;
  }
  .home2_tabs_ul .nav-link  i {
      font-size: 25px;
      float: right;
      color: #69a628;
  }
  .events_result_hed {
      font-size: 36px;
      color: #1a2534;
      font-family: "OpenSans-Bold";
      margin-bottom: 30px;
  
  }
  .home2_list_boxes {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
  }
  .home2_green_box {
      width: 228px;
      border: 2px solid #cd8451;
      text-align: center;
      padding: 35px 15px;
      border-radius: 20px;
      background: rgb(61,149,17);
  background: linear-gradient(90deg, rgba(61,149,17,1) 2%, rgba(91,157,22,1) 47%, rgba(91,157,22,1) 99%);
  margin: 0px 37px 37px 0px;
  }
  .home2_green_box:nth-child(3) {
      margin-right: 0;
  }
  .home_box_hed {
      height: 74px;
      text-align: center;
      display: inline-block;
      margin-bottom: 9px;
      font-size: 44px;
      color: #fff;
      font-family: "OpenSans-Bold";
  }
  .home2_green_box p {
      font-family: "OpenSans-SemiBold";
      color: #fff;
      font-size: 20px;
  }
  .latest_show_cast {
      width: 100%;
      display: inline-block;
      padding: 46px 20px;
      background-image: url(../eventmodifyimages/home2_latest-showcart.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position:center ;
  }
  .latest_show_cast h1, .career_prograssion h1, .percentage_ranking h1 {
      text-align: center;
      display: block;
      margin-bottom: 23px;
      font-size: 36px;
      color: #1a2534;
      font-family: "OpenSans-Bold";
  
  }
  .latest_show_cast h3, .percentage_ranking h3 {
      text-align: center;
      display: block;
      margin-bottom: 40px;
      font-size: 17px;
      color: #cd8451;
      font-family: "OpenSans-Bold";
  
  }
  
  .latest_show_cast p {
      text-align: center;
      display: block;
      margin-bottom: 40px;
      font-size: 14px;
      color: #2f2f2f;
      font-family: "OpenSans-Regular";
  
  }
  .career_prograssion {
      width: 100%;
      display: inline-block;
      padding: 46px 20px;
      background-image: url(../eventmodifyimages/home2_career_progression.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position:center ;
  
  }
  .career_boxes_main {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
  }
  .career_box {
      width: 283px;
      display: inline-block;
      padding: 44px 15px;
      text-align: center;
      margin-right: 10px;
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .career_box h1 {
      text-align: center;
      display: block;
      margin-bottom: 20px;
      font-size: 47px;
      color: #fff;
      font-family: "OpenSans-Bold";
  
  }
  .career_box p {
      font-family: "OpenSans-SemiBold";
      color: #fff;
      font-size: 21px;
      margin-bottom: 19px;
  }
  .view-prograssion {
      width: 368px;
      display: inline-block;
      background-color: #cd8451;
      color: #fff;
      text-align: center;
      font-size: 21px;
      font-family: "OpenSans-SemiBold";
      padding: 20px 10px;
      box-shadow: none;
      border: 2px solid #cd8451;
      margin-top: 14px;
      border-radius: 0;
      text-decoration: none;
      border-radius: 10px;
  
  }
  .view-prograssion:hover {
      background-color: #fff;
      color: #cd8451;
      text-decoration: none;
  }
  .view-prograssion-div {
      width: 100%;
      text-align: center;
  }
  .percentage_ranking {
      width: 100%;
      display: inline-block;
      padding: 46px 0px;
  }
  .ranking_table {
      background-color: #fff;
      max-width: 930px;
      margin: 0 auto;
  }
  .ranking_table .table-bordered thead th {
      font-family: "OpenSans-Bold";
      font-size: 17px;
      color: #fff;
      background: #69a628;
  
  }
  .ranking_table .table-bordered thead td {
      font-family: "OpenSans-Regular";
      font-size: 14px;
      color: #37383b;
  
  }
  .ranking_table .table-bordered thead td, .ranking_table .table-bordered thead th {
      border-bottom-width: 2px;
      width: 267px;
      text-align: center;
  }
  .ranking_table .table-bordered td {
      text-align: center;
  }
  .ranking_table table {
      margin: 0;
  }
  @media screen and (max-width:1340px){
    .home2_green_box {
        width: 185px;
        margin: 0px 26px 26px 0px;
        padding: 20px 15px;
    }
  }
  @media screen and (max-width:1199px){
    .home2_green_box:nth-child(3) {
        margin-right: 26px;
    }
  }
  @media screen and (max-width:991px) {
      .home2_banner-right {
          padding: 0;
      }
      .national_ranking1 span, .national_ranking1 p {
          margin-bottom: 0  ;
      }
      .home2_school_box {
          display: flex;
          flex-wrap: wrap;
      }
      .school_box {
          margin-bottom: 5px;
      }
      .home2_green_box:nth-child(3) {
          margin-right: 20px;
      }
      .home2_profile_text {
          padding-left: 20px;
          float: left;
      }
      .home2_profile_hed {
          font-size: 25px;
      }
      .home2_profile_p  {
          font-size: 18px;
      }
      .home2_profile_p2 {
          font-size: 15px;
      }
      .home2_prifile_img {
          height: 155px;
          width: 179px;
      }
      .home2_green_box {
        width: 180px;
        margin: 0px 20px 20px 0px;
    }
  }
  @media screen and (max-width:767px){
      .home2_profile_main {
          justify-content: center;
      }
      .home2_prifile_img {
          height: 178px;
          width: 179px;
      }
      .home2_school_box {
          display: flex;
          justify-content: center;
      }
      .national_ranking {
          justify-content: center;
          margin-top: 20px;
      }
      .outstanding-text {
          text-align: center;
      }
      .home2_green_box {
          width: 192px;
      }
      .home_box_hed {
          height: auto;
          font-size: 30px;
      }
      .home2_green_box p {
          font-size: 18px;
      }
      .tabs-btns, .tabs-content {
        width: 100%;
        float: left;
        padding: 0;
    }
    .home2_sidebar_tabs_main {
        width: 100%;
    display: inline-block;
    padding: 20px;
    }
  }
      @media screen and (max-width:575px){
        .home2_prifile_img {
            height: 158px;
            width: 176px;
        }
          .latest_show_cast h1, .career_prograssion h1, .percentage_ranking h1 {
              font-size: 30px;
          }
          .latest_show_cast {
              padding: 40px 15px 0px;
          }
          .career_boxes_main {
              flex-wrap: wrap;
              justify-content: center;
          }
          .career_box {
              margin-bottom: 15px;
              padding: 15px   ;
          }
          .view-prograssion {
             
              width: 60%;
              font-size: 15px;
          }
          .percentage_ranking {
              padding: 40px 0px;
          }
          
          .events_result_hed {
              font-size: 30px;
              margin-bottom: 25px;
              margin-top: 25px;
          }
          .home2_list_boxes {
              justify-content: center;
          }
          .home2_school_box {
              flex-wrap: wrap;
          }
          .school_box {
              margin-bottom: 10px;
          }
      }
  
      @media screen and (max-width: 480px){
      .home2_prifile_img {
          height: 104px;
          width: 139px;
      }
      .home2_banner-left{
          padding: 0;
      }
      .home2_profile_hed {
          font-size: 20px;
      }
      .home2_profile_p {
          font-size: 16px;
      }
      .home2_profile_p2 {
          font-size: 14px;
      }
  }

  #accordionExample .card {
    margin: 15px 0px;
    border: 1px solid rgba(0,0,0,.125);
}
#accordionExample .card .card-header {
    background-color: #ce8452;
    color: #ffffff;
}
#accordionExample .card .card-header button {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}
#accordionExample label {
    font-weight: 500;
    color: #787878;
}
#accordionExample .card .card-header button:focus {
   outline: none;
   box-shadow: none;

}
#accordionExample .card .card-header .btn-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
#accordionExample .card .card-header .btn-link.collapsed:after {
    content: "\f106";
}
#accordionExample .card .card-body .row{
    padding: 10px 0px;
}
#accordionExample .table td,#accordionExample .table th {
    text-align: center;  
}