
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    outline: 0px;
    scroll-behavior: smooth;
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}
.para{
    text-align: justify;
 
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    border: 0px solid #1488cc;
    -webkit-box-shadow: inset 0 0 0 2.5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 2.5px 2px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(to right, #00b4db, #0083b0);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00b4db, #0083b0);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 30px;
}

body {
    background-image: none !important;
}

.nav-tabs>li {
    float: none;
    display: inline-block;
    zoom: 1;
}

/* Card Upcoming Webinar */
.upcoming_Webinar {
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.1s ease-in-out;
}

.upcoming_Webinar:hover {
    transform: translateY(-5px) !important;
}

.upcoming_Webinar .card:hover {
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
}

.upcoming_Webinar .card {
    border: 1px solid #1858a0;
    border-radius: 0px;

}

.upcoming_Webinar .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.6rem;
}

.upcoming_Webinar .card-body h4 {
    font-size: 18px;
}

.upcoming_Webinar .card-body h5 {
    font-size: 16px;
}

.upcoming_Webinar .btn {
    border-radius: 0px;
}

.upcoming_Webinar .btn {
    border-radius: 0px;
}

.upcoming_Webinar .btn-primary {
    background-color: #1858a0;
}

.register-btn-bg {
    background-color: #2095f2;
    color: white;
    opacity: 0.8;
    font-size: 18px;
}

.register-btn-bg:hover {
    color: white;
    opacity: 1;
}

.badge {
    padding: 10px 20px;
    font-size: 60%;
    font-weight: 500;
    border-radius: 50px;
    background-color: #28a745;

}


/* --------------------------------------------------- */
/* Login Form (Modal)  */
/* --------------------------------------------------- */

.login-bg {
    background-image: url(../img/tutor-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-bg .modal-header {
    padding: 0.2rem 1rem;
}

.login-btn {
    font-weight: bold;
    color: #000;
    /* border: 1px solid; */
    display: inline-block;
    border-radius: 50px;
    padding: 8px 50px;
    background: -webkit-linear-gradient(to right, #ff8008, #ffc837);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff8008, #ffc837);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.login-btn:hover {
    opacity: 0.8;
}

.webinar .modal-header {
    border: 0px;
}

.modal-dialog {
    max-width: 60% !important;
    margin: auto;
}

@media (max-width: 425px) {
    .modal-dialog {
        max-width: 100% !important;
        margin: auto;
    }
}

@media (max-width: 680px) {
    .modal-dialog {
        max-width: 90% !important;
        margin: auto;
    }
}

.modal-bg {
    background-image: url(../img/form-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-style: solid;
    border-width: 10px;
    border-color: rgba(0, 0, 0, 0.4);
    border-radius: 0px !important;
}

.modal-boxes {
    position: relative;
    background-color: #fcc024;
    width: 250px;
}

@media (max-width: 425px) {
    .modal-boxes {
        width: 210px;
        font-size: 16px;
    }
}

@media (max-width: 280px) {
    .modal-boxes {
        width: 160px;
    }
}

.register-webinar {
    color: #fff;
    margin-top: 2.6em;
}

@media (max-width: 991px) {
    .register-webinar {
        margin-top: 1em;
        color: #1858a0
    }
}

@media (min-width: 1400px) {
    .register-webinar {
        margin-top: 0em;
    }
}

.submitbtn {
    font-weight: bold;
    color: #fff;
    /* border: 1px solid; */
    display: inline-block;
    border-radius: 50px;
    padding: 8px 50px;
    background: -webkit-linear-gradient(to right, #ff8008, #ffc837);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff8008, #ffc837);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.submitbtn:hover {
    opacity: 0.8;
}

.modal-boxes::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 40px;
    background-color: #2095f2;
    /* border: 0.6px solid white; */
    top: 28%;
    left: -4px;
}

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


/* Navbar */
.logo {
    width: 120px;
    height: 36px;
}

.navbar-light .navbar-toggler {
    color: rgb(32 149 242);
    border-color: rgba(227, 163, 163, 0.1);
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    outline: 0px;
}

.navbar-light .navbar-toggler {
    /* border: 1px solid black; */
    width: 1.8em;
    height: 1.8em;
    padding: 0 0 0.30em 0.40em;
}

.navbar-light .navbar-toggler.active .inner-menu {
    transition: 0.3s;
    transform: rotate(45deg);
}

.navbar-light .navbar-toggler.active .inner-menu::before {
    top: 0;
    opacity: 0;
}

.navbar-light .navbar-toggler.active .inner-menu::after {
    bottom: 0;
    transform: rotate(-90deg);
}

.navbar-light .navbar-toggler .inner-menu,
.navbar-light .navbar-toggler .inner-menu::before,
.navbar-light .navbar-toggler .inner-menu::after {
    width: 20px;
    height: 0.20em;
    position: absolute;
    background-color: rgb(0, 123, 255);
}

.navbar-light .navbar-toggler .inner-menu::before {
    content: "";
    display: block;
    top: -0.3em;
}

.navbar-light .navbar-toggler .inner-menu::after {
    content: "";
    display: block;
    bottom: -0.3em;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active {
    color: rgb(0, 123, 255);
    font-weight: 500;
}
.headercolor{
    color: #fff;
}

/* Header ban */

.header-ban {
    /*background: url('../img/bg.jpg') no-repeat;*/
    background-position: center;
    background-size: cover;
    background: #6254a3;
}

.header-ban .register {
    background-color: #f88023;
    cursor: pointer !important;
    border-radius: 20px;
}

.banner-after .jumbotron {
    background-color: transparent;
    margin-bottom: 0rem;
    padding: 3rem 0rem;
}

.theme-color {
    background-color: #0172ac;
}

.video-border-bg {
    border: 5px solid white;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
}

.video-border-bg:hover {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.6);
}

@media (max-width: 425px) {
    .form-control {
        font-size: 0.7rem;
    }
}

/* google download */
@media (max-width: 767px) {
    .playstore_left_content {
        text-align: center;
    }
}

.playstore_box_right .playdownload {
    position: relative;
    bottom: -47px;
}

/* Footer */
footer {
    background-color: #252525;
}

footer .footer-link ul {
    list-style-type: none;
}

footer .footer-link h5 {
    color: #fff;
}

footer .footer-link ul li a {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 4px 0px;
    font-size: 14px;
}

footer .bottom_footer-link h5 {
    color: #fff;
}

footer .bottom_footer-link h6 {
    color: #fff;
}

footer .bottom_footer-link .about-ahaguru p {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 25px;
}

footer .bottom_footer-link .about-ahaguru p>a {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    cursor: pointer;
}

.bottom_footer-link .form-control {
    height: 40px;
    border-color: #ffffff;
    border-radius: 0;
    border: 0px;
}

.form-check-input {
    position: absolute;
    /* margin-top: .3rem; */
    margin-left: -2.25rem;
}

.form-check>input:checked~label>button {
    background-color: #ffc107;
    border-color: #ffc107;
}

/* .form-check > input:enabled ~ label > button{
        background-color: #ffc107;
        border-color: #ffc107;
    } */
@media (max-width: 400px) {
    .form-check-input {
        position: absolute;
        margin-left: -1.25rem;
    }
}

.bottom_footer-link .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.bottom_footer-link .btn {
    min-height: 40px;
    border-radius: 0;
    background: #fff;
    color: green;
    font-weight: 600;
}

.copy {
    background-color: #2f2d2e;
    color: rgba(255, 255, 255, 0.6);
}



.md-footer-display-none {
    visibility: hidden;
}

@media (max-width: 992px) {
    .md-footer-display-none {
        display: none;
    }
}


.modal-header {
    border-bottom: 0px;
}



/* Testimonial */

.testimonial {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slick-slide img {
    display: block;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
}

.single-slider .testi {
    line-height: 40px;
    width: 75%;
}

@media (max-width: 480px) {
    .single-slider .testi {
        line-height: 25px;
        width: 100%;
    }
}

/* ----------------------------- */
/* Slick Dots clolor Chang */
/* ----------------------------- */

.slick-dots li button:before {
    color: #0172ac;
}

.slick-dots li.slick-active button:before {
    color: #0172ac !important;
}

@media (max-width: 425px) {
    .form-control {
        font-size: 0.7rem;
    }
}

/* google download */

@media (max-width: 767px) {
    .playstore_left_content {
        text-align: center;
    }
}

.playstore_box_right .playdownload {
    position: relative;
    bottom: -47px;
}

.contact_box_right h2 {
    font-size: 30px;
    display: inline-block;
    font-weight: 700;
    padding: 6px 10px;
    background-color: #ffcb08 !important;
    color: #000 !important;
}

.contact_box_right h4 {
    font-size: 26px;
    padding: 6px 10px;
    font-weight: 700;
    color: #000 !important;
    display: inline-block;
    background-color: #ffcb08 !important;
}

.contact_box_right h5 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}

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

.card {
    border: none;
    background-color: #e8f4ff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
}

.card:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.card .card-img {
    border-radius: 3px 0px 0px 3px;
    height: 100%;
}

.card .card-head-text {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 50px 0px;
    background-color: #9f9b98;
}


.card .card-head-text h1 {
    font-size: 40px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .card .card-head-text h1 {
        font-size: 30px;
    }
}

.desk-view {
    display: block;
}

.mobile-view {
    display: none;
}


@media (max-width: 767px) and (min-width: 500px) {
    .card {
        margin: auto;
    }
}

@media (max-width: 932px) and (min-width: 768px) {
    .card .card-footer .card-btn {
        font-size: 15px !important;
    }

    .card .card-footer a .card-btn span {
        font-size: 15px !important;
    }
}

.card .card-body {
    position: relative;
}

.card .card-body p {
    font-size: 18px;
}

.card .card-body .card-title {
    font-size: 1.5rem;
    font-weight: 700;
}


.card .card-body .card-text {
    font-size: 1.1rem;
}

.card .card-footer {
    background-color: #ffffff;
    border: none;
}

.card .card-footer .card-date {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

.card .card-footer .card-time {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

.card .card-footer .card-hours {
    color: #000;
    font-size: 20px;
    text-align: center;
    margin: 0px;
}

.card .card-footer .badge {
    /* position: absolute;
    top: 20px;
    right: 40px; */
    background-color: transparent;
    color: #ff0000;
    font-weight: 800;
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 30px;
    display: inline-block;
}


@media (max-width: 933px) and (min-width: 767px) {
    .card .card-footer .card-time .space-div {
        display: block;
    }
}

.card .card-footer a {
    text-decoration: none;
}

.card .card-footer .card-btn {
    background-color: #1858a0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border-radius: 50px;
    width: 75%;
    margin: 10px auto;
}

.card .card-footer .card-btn .arrow-icon {
    font-size: 20px;
    vertical-align: text-bottom;
}




.card .card-footer .card-btn:hover {
    background-color: #fff;
    border: 1px solid #1858a0;
    color: #1858a0;
}

/* form-sec */
.popup-form {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 99;
    /* opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-in-out; */
}

.popup-form .form-bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-color: #000000b9;
}



.form-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.form-sec .form-field {
    background-color: #f3f5f8;
    padding: 13px 0px;
}

.form-sec h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.form-sec .close-btn {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    border: none;
}

.form-sec .close-btn:focus {
    outline: none;
    box-shadow: none;
}

.form-sec .form {
    padding: 0px 40px 40px 40px;
}

.form-sec .form-header {
    background-color: #ee690b;
}

.form-sec .form .inputs {
    padding: 10px 0px;
}

.form-sec .form .inputs label {
    font-size: 15px;
    font-weight: 600;
    color: #5a5a5a;
    margin-bottom: 0px !important;
}

.form-sec .form .inputs input {
    padding: 0px 0px;
    margin-top: 0px;
    color: #ee690b;
    width: 100%;
    border: none;
    font-size: 18px;
    border-bottom: 1px solid #0002;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-sec .form .inputs input:-webkit-autofill,
.form-sec .form .inputs input:-webkit-autofill:hover,
.form-sec .form .inputs input:-webkit-autofill:focus {
    color: #ff0000 !important;
    box-shadow: 0 0 0 30px #fff inset !important;
}


.form-sec .form .inputs input:focus {
    outline: none;
    box-shadow: none;
    color: #ee690b;
    border-bottom: 4px solid #0f0e0d;
}

.form-sec .form .inputs select {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    color: #ee690b;
    border: none;
    font-size: 18px;
    background-color: #74747421;
}

.form-sec .form .inputs select:focus {
    outline: none;
    box-shadow: none;
}

.form-sec .form .inputs select option {
    color: #ee690b;
    padding: 10px 0px;
}

.form-sec .form .submit-btn {
    width: 100%;
    background-color: #ee690b;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 10px;
}

.form-sec .form .error-meg {
    color: #ff0000;
    display: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .form-sec {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .form-sec {
        width: 65%;
    }
}


@media (max-width: 600px) {
    .form-sec {
        width: 90%;
    }

    .card .card-footer .badge{
        font-size: 14px;
    }

    .form-sec .form {
        padding: 0px 20px 20px 20px;
    }

    .form-sec .form .inputs input {
        margin-top: 0px;
    }

    .form-sec .form .inputs label {
        font-size: 14px;
    }

    .form-sec .form .error-meg {
        font-size: 12px;
    }

}

@media (max-width: 356px) {
    .contact_box_right h2 {
        font-size: 24px;
    }

    .contact_box_right h4 {
        font-size: 20px;
    }
}

.webinar-content-text p {
    font-size: 20px;
}

.center-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 250px;
    background-color: #ee690b;
}

@media (max-width: 990px) {
    .app-img {
        padding-top: 20px;
        width: 60%;
    }
}

.get-link p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.get-link form {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
}

.get-link form input {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    width: 100%;
}

.get-link form button {
    padding: 8px 15px 8px 15px;
    border: none;
    background-color: #9bc035;
    color: #000;
}

.get-link form button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.get-link form button span {
    vertical-align: text-bottom;
    font-size: 18px;
}

@media (max-width: 767px) and (min-width: 400px) {
    .get-link form {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .youtube-video {
        display: none;
    }
}

.youtube-video {
    height: 325px;
}

/* Mobile view design */
@media (max-width: 767px) {
    .contact_box_right h2 {
        background-color: transparent !important;
    }

    .youtube-video {
        display: none;
    }

    .box-header {
        margin-bottom: 0%;
    }

    .card-header-img {
        /*display: none;*/
    }

    .card .card-body .card-title {
        font-size: 17px;
    }

    .card .card-body .card-text {
        font-size: 15px;
    }

    .card .card-body .card-list li {
        font-size: 14px;
    }

    .card .card-img {
        height: 186px;
        object-fit: cover;
    }

    /* .card .card-footer .badge {
        right: 40px !important;
    } */

    .center-line {
        display: none;
    }

    .card .card-body .card-des {
        display: none;
    }

    .desk-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .card .card-footer .card-btn {
        width: auto;
        font-size: 15px;
        padding: 5px 10px !important;
    }

    .card .card-footer .card-btn .arrow-icon {
        font-size: 16px;
    }

    .card .card-footer .card-date {
        font-size: 20px;
    }

    .card .card-footer .card-time {
        font-size: 20px;
    }

    .card .card-footer .card-hours {
        font-size: 18px;
    }
    
    .card .webinar-card-body
    {
        text-align: center !important;
    }
}


.banner-video-temp .modal-body{
    padding: 0px;
    height: 400px;
}

.banner-video-temp .embed-responsive{
    height: 100%;
}

.hanner-container button{
    outline: 0px;
    border: 0px;
    position: relative;
}

.hanner-container button::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #009bff;
    top: 40%;
    left: 45%;
    animation: pulse-animation 2s infinite;
}




  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }
  
  .hanner-container button span{
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.hanner-container button span i{
    display: block;
    position: absolute;
    /* transform: translate(-50%, -50%); */
    top: 43%;
    left: 45%;
    padding-left: 18px;
    z-index: 3;
    font-size: 20px;
    color: white;
}

@media (max-width: 500px) {
    .hanner-container button span i{
        top: 45% !important;
    }
    .video-mobile-hide{
        display: none;
    }
}

.mb-5{
    margin-bottom: 3em !important;
}

.mt-5{
    margin-top: 3em !important;
}

.bg-white{
    background-color: #fff !important;
}

/*----------------------------------------
    27. Faq Section CSS
----------------------------------------*/
.rs-faq-part .content-part .title .text-part {
    font-size: 20px;
    color: #111111;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .rs-faq-part .content-part .accordion {
    border-width: 12px;
  }
  .rs-faq-part .content-part .accordion .card {
    margin-bottom: 15px;
    border: none;
  }
  .rs-faq-part .content-part .accordion .card:last-child {
    margin-bottom: 0;
  }
  .rs-faq-part .content-part .accordion .card .card-header {
    padding: 0 !important;
    border: none;
  }
  .rs-faq-part .content-part .accordion .card .card-header .card-link {
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    display: block;
    padding: 15px 15px;
    text-transform: capitalize;
    background: #21a7d0;
  }
  .rs-faq-part .content-part .accordion .card .card-header .card-link.collapsed {
    background: #f9f8ff;
    color: #505050;
  }
  .rs-faq-part .content-part .accordion .card .card-body {
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #505050;
    padding: 15px 14px 15px !important;
    border: 1px solid #f9f8ff;
  }
  .rs-faq-part.style1 .main-part {
    background: #f9f8f8;
    padding: 60px 20px 70px;
  }
  .rs-faq-part.style1 .main-part .title .text-part {
    font-size: 36px;
    color: #111111;
    line-height: 46px;
    font-weight: 700;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion {
    border-width: 13px;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card {
    margin-bottom: 25px;
    border: none;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card:last-child {
    margin-bottom: 0;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 60px;
    /*height: 65px;*/
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    background: #21a7d0;
    box-shadow: 0 0 49px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    padding: 30px 10px 30px 50px;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f1f7";
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 400;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link.collapsed {
    background: #ffffff;
    color: #111111;
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link.collapsed:after {
    content: "\f0a2";
  }
  .rs-faq-part.style1 .main-part .faq-content .accordion .card .card-body {
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #505050;
    padding: 15px 14px 15px !important;
    width: 100%;
  }
  .rs-faq-part.style1 .main-part.new-style {
    background: #f3fcf8;
    padding: 49px 50px 70px;
  }
  .rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card:last-child {
    margin-bottom: 0;
  }
  .rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link {
    background: #d60e0e;
  }
  .rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 900;
  }
  .rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link.collapsed {
    background: #ffffff;
    color: #111111;
  }
  .rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link.collapsed:after {
    content: "\f105";
  }
  .rs-faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-body {
    padding: 20px 14px 35px !important;
  }
  .rs-faq-part.style1 .img-part {
    background: url(../img/webinar-1.png);
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    /*min-height: 382px;*/
    background-repeat: no-repeat
  }
  .rs-faq-part.orange-color .content-part .accordion .card .card-header .card-link,
  .rs-faq-part.orange-color .main-part .faq-content .accordion .card .card-header .card-link {
    background: #ff5421;
  }
  .rs-faq-part.orange-color .content-part .accordion .card .card-header .card-link.collapsed,
  .rs-faq-part.orange-color .main-part .faq-content .accordion .card .card-header .card-link.collapse {
    background: #f9f8ff;
  }
  



  
.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.input-group input[type="text"],
.input-group input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.input-container {
    display: flex;
    align-items: center;
}

.country-code {
    display: flex;
    align-items: center;
    background-color: #e0e0e0;
    padding: 5px 10px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ccc;
    border-right: none;
}

.flag {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

input[type="text"]#phone {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    outline: none;
    flex-grow: 1;
}