﻿body{
    background-color: #fff !important;
}

.banner_img {
    max-width: 550px;
    width: 100%;
   
}
img.navbar-brand-icon {
    max-width: 170px;
    height: 100%;
    max-height: 55px;
/*    width: 100px;*/
}
.description{
    display:block;
}
.row {
    margin-left: inherit !important;
    margin-right: inherit !important;
}
.banner_row {
    align-items: center;
}
.banner_section {
    position: relative;
    float: left;
    width: 100%;
}
.banner_image {
    text-align: right;
}
.banner_text h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 50px !important;
    font-style: normal !important;
    font-weight: bolder;
    line-height: normal !important;
}
.banner_text p {
    color: #FFF;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    max-width: 500px;
}
.courses_head {
    margin-bottom: 15px;
}
img.courses_icon {
    width: 40px;
}
.icon_img {
    background-color: #3084D8;
    text-align: center;
    padding: 20px;
    border-radius: 50%;
}
.card_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.text_side h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    text-align: right;
}
.text_side p {
    color: #747474;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    text-align: right;
}
.card_main_ {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.15), -0.5px -0.5px 4px 0px rgba(0, 0, 0, 0.15);
}
.banner_text_main{
    padding-left: 74px;
}
.info_cards{
    padding: 0 74px;
}
.courseName {
    color: rgba(138, 138, 138, 1) !important;
    text-align: center !important;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    cursor:pointer !important;
}
    .courseName:hover{
        text-decoration:underline !important;
        font-weight:800 !important;
    }
    .info_cards {
        padding: 0 74px;
        position: absolute;
        width: 100%;
        top: 86%;
        z-index: 1;
    }
.our_courses_main {
    padding: 0 74px;
    float: left;
    width: 100%;
    margin-top: 70px;
}

.banner_section_main, .info_cards {
    float: left;
    width: 100%;
}
.banner_section_main {
    background: linear-gradient(70deg, #5CAEFC 47.74%, rgba(255, 160, 71, 0.26) 49.43%), linear-gradient(180deg, #FFF -54.9%, rgba(255, 255, 255, 0.00) 117.2%);
    }

    p.courses_main_head_p1 {
        color: #838383;
        font-size: 30px;
        font-weight: bold !important;
        text-transform: capitalize;
        margin-bottom: 0;
    }
p.courses_main_head_p2 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.courses_view_main {
    text-align: right;
}
a.btn.btn-link.view_courses {
    color: #FF830F;
    font-size: 14px;
    font-style: unset;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-offset: 3px;
}









span.material-icons.start_arrow {
    color: #fff !important;
    background: #FFA047;
    padding: 5px;
    border-radius: 0px 50px 50px 0px;
    font-size: 17px;
    margin-left: -8px;
}
span.start_btn_span1 {
    border-radius: 50px 0 0px 50px;
    background: rgba(255, 160, 71, 0.30);
    padding: 7px 10px 7px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #FFA047;
}
@media only screen and (max-width: 1135px) and (min-width:798px) {
    .span.start_btn_span1 {
        font-size: 8px;
    }
} 

.courses_card_main {
    margin-top: 70px;
}
.review_section_main {
    float: left;
    width: 100%;
    margin-top: 40px;
    background: #F7F7F7;
    padding: 40px 0;
}
.review_section_head {
    text-align: center;
}
span.review_span1 {
    color: #757575;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
span.review_span2 {
    color: #333;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
}
    span.review_span2:after {
        content: "";
        float: left;
        background: #FFA047;
        width: 100%;
        height: 6px;
        border-radius: 3px;
        position: absolute;
        bottom: -7px;
        left: 0;
    }

/*SliderCSS*/

    .swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

    .swiper-navBtn:hover {
        color: #4070F4;
    }

    .swiper-navBtn::before,
    .swiper-navBtn::after {
        font-size: 38px;
    }

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}
.card_slider {
    border-radius: 10px;
    background: #FFF;
    box-shadow: -0.5px -0.5px 4px 0px rgba(0, 0, 0, 0.15), 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.15);
    margin-top: 40px;
}
.review_section_slider_main {
    padding: 0 74px;
}
img.card-img {
    width: 100px !important;
}
.card_slider {
    text-align: center;
}
.card-content_slider h2 {
    margin: 0;
    color: #333;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0 0 0;
}
span.rating__item_slider .material-icons {
    color: #FFA047;
    font-size: 30px;
    margin-bottom: 20px;
}
.card-content_slider p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.card_slider {
    padding: 20px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    bottom: 0;
}
.swiper {
    padding: 0px 10px 30px 10px;
}

/*Slider End*/


img.img_contact {
    max-height: 70px;
}
.key_point_section_main {
    float: left;
    width: 100%;
    padding: 0 74px;
    margin: 40px 0;
}
.contact_main {
    text-align: center;
    border-radius: 10px;
    background: #FFF;
    box-shadow: -0.5px -0.5px 4px 0px rgba(0, 0, 0, 0.15), 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact_head h3 {
    margin: 0;
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.contact_des p {
    margin: 0;
    color: #8E8E8E !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

/*Responsive CSS*/
@media only screen and (max-width: 1023px) and (min-width: 799px) {
  

    .courses_card_main {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 1024px) {
        img.courses_icon {
            width: 30px;
        }

        .text_side h3 {
            font-size: 18px;
        }

        img.course_img {
            width: 60px;
        }

        .course_img_section {
            top: -17%;
        }

        .course_card_text_section {
            margin-top: 50px;
        }
    }

@media only screen and (max-width: 1024px) and (min-width: 982px) {
        img.courses_icon {
            width: 30px;
        }

        .text_side h3 {
            font-size: 18px;
        }

       /* img.course_img {
            width: 60px;
        }
*/
        .course_img_section {
            top: -17%;
        }

        /*.course_card_text_section {
            margin-top: 50px;
        }*/
    }

@media only screen and (max-width: 982px) and (min-width: 799px){
    .text_side p {
        font-size: 10px;
    }
    .text_side h3 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    img.courses_icon {
        width: 25px;
    }
    .card_main {
        padding: 14px;
    }
    .banner_text p {
        font-size: 13px !important;
        line-height: 22px;
    }
    .banner_text h1 {
        font-size: 35px !important;
    }
    .banner_img {
        width: 75%;
    }
    .info_cards {
        top: 83%;
    }
    .course_img_section {
        top: -16%;
    }
    /*img.course_img {
        width: 55px;
    }*/
    .course_description_section p {
        font-size: 11px;
    }
    .icon_img {
        padding: 12px;
    }
    p.courses_main_head_p1 {
        font-size: 24px;
    }
    p.courses_main_head_p2 {
        font-size: 15px;
    }
    span.review_span2 {
        font-size: 22px;
    }
    span.review_span1 {
        font-size: 22px;
    }
    img.img_contact {
        max-height: 50px;
    }
    .contact_head h3 {
        font-size: 15px;
    }
    .contact_des p {
        font-size: 12px;
    }
    .contact_main {
        padding: 20px;
        gap: 10px;
    }
}

@media only screen and (max-width: 799px) and (min-width: 650px) {
    .course_card_main_col {
        max-width: 50% !important;
        flex: 50% !important;
    }

    .banner_img {
        width: 70%;
    }

    .banner_text h1 {
        font-size: 25px !important;
        margin-bottom: 5px;
    }

    .banner_text p {
        font-size: 11px !important;
        line-height: 18px;
    }

    .text_side h3 {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .text_side p {
        font-size: 9px;
    }

    img.courses_icon {
        width: 20px;
    }

    .card_main {
        padding: 8px;
    }

    p.courses_main_head_p2 {
        font-size: 12px;
    }

    p.courses_main_head_p1 {
        font-size: 18px;
    }

    a.btn.btn-link.view_courses {
        font-size: 12px !important;
    }

    .icon_img {
        padding: 10px;
    }

   /* img.course_img {
        width: 45px;
    }*/

    .course_img_main {
        padding: 20px;
    }

    .course_head h3 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    span.rating__item .material-icons {
        font-size: 14px;
    }

    .time_section span {
        font-size: 11px;
    }

    .course_description_section p {
        font-size: 11px;
        line-height: 16px;
        padding: 5px 0;
        margin-bottom: 0px;
    }

    .course_img_section {
        top: -15%;
    }

   /* .course_card_text_section {
        margin-top: 70px;
    }*/

    span.material-icons.start_arrow {
        font-size: 14px;
    }

    span.start_btn_span1 {
        font-size: 9px;
    }

    .courses_card_main {
        margin-top: 50px;
    }

    .course_card_main_row {
        margin-top: auto;
    }

    .course_card_main_col:first-child, .course_card_main_col:nth-child(2) {
        margin-bottom: 50px;
    }

    span.review_span1, span.review_span2 {
        font-size: 20px;
    }

    .card-content_slider h2 {
        font-size: 14px;
        padding: 5px 0;
    }

    span.rating__item_slider .material-icons {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .card-content_slider p {
        font-size: 10px;
        line-height: 20px;
    }

    .review_section_main {
        padding: 20px 0;
    }

    img.card-img {
        width: 80px !important;
    }

    img.img_contact {
        max-height: 35px;
    }

    .contact_head h3 {
        font-size: 11px;
    }

    .contact_des p {
        font-size: 10px;
        line-height: 16px;
    }

    .contact_main {
        padding: 15px;
        gap: 10px;
    }
}

@media only screen and (max-width: 650px) and (min-width: 576px) {
    .course_card_main_col {
        max-width: 50% !important;
        flex: 50% !important;
    }

    .banner_img {
        width: 70%;
    }

    .banner_text h1 {
        font-size: 25px !important;
        margin-bottom: 5px;
    }

    .banner_text p {
        font-size: 11px !important;
        line-height: 18px;
    }

    .text_side h3 {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .text_side p {
        display: none;
    }

    img.courses_icon {
        width: 16px;
    }

    .card_main {
        padding: 8px;
    }

    p.courses_main_head_p2 {
        font-size: 12px;
    }

    p.courses_main_head_p1 {
        font-size: 18px;
    }

    a.btn.btn-link.view_courses {
        font-size: 12px !important;
    }

    .icon_img {
        padding: 7px 12px;
    }

   /* img.course_img {
        width: 45px;
    }*/

    /*.course_img_main {
        padding: 20px;
    }*/

    .course_head h3 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    span.rating__item .material-icons {
        font-size: 14px;
    }

    .time_section span {
        font-size: 11px;
    }

    .course_description_section p {
        font-size: 11px;
        line-height: 16px;
        padding: 5px 0;
        margin-bottom: 0px;
    }

    .course_img_section {
        top: -15%;
    }

  /*  .course_card_text_section {
        margin-top: 60px;
    }
*/
    span.material-icons.start_arrow {
        font-size: 14px;
    }

    span.start_btn_span1 {
        font-size: 9px;
    }

    .courses_card_main {
        margin-top: 50px;
    }

        


    span.review_span1, span.review_span2 {
        font-size: 20px;
    }


    .card-content_slider h2 {
        font-size: 14px;
        padding: 5px 0;
    }

    span.rating__item_slider .material-icons {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .card-content_slider p {
        font-size: 10px;
        line-height: 20px;
    }

    .review_section_main {
        padding: 20px 0;
    }

    img.card-img {
        width: 80px !important;
    }

    img.img_contact {
        max-height: 35px;
    }

    .contact_head h3 {
        font-size: 10px;
    }

    .contact_des p {
        font-size: 9px;
        line-height: 16px;
    }

    .contact_main {
        padding: 15px;
        gap: 10px;
    }
}
@media only screen and (max-width: 650px) and (min-width: 577px)
{
    .course_card_main_col:first-child, .course_card_main_col:nth-child(2) {
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 576px) and (min-width: 450px) {
    .banner_text_main {
        padding-left: 16px !important;
    }
    .info_cards {
        padding: 0 16px;
    }
    .banner_text h1 {
        font-size: 25px !important;
    }
    .banner_text p {
        font-size: 10px !important;
        margin: 0;
        line-height: 20px;
    }
    .banner_img {
        width: 100%;
    }
    
    .banner_section_main {
        background: linear-gradient(70deg, #5CAEFC 55.95%, rgba(255, 160, 71, 0.26) 58.66%), linear-gradient(180deg, #FFF -54.9%, rgba(255, 255, 255, 0.00) 117.2%);
    }
    .info_cards {
        top: 100%;
        margin-top: 15px;
        position: initial;
    }
    .our_courses_main {
        padding: 0;
        margin: 0;
    }
    .courses_card_main{
        padding: 0 16px;
        margin-top:80px;
    }
    .review_section_slider_main {
        padding: 0 16px;
    }
    .key_point_section_main {
        padding: 0 16px;
    }
    .card_main_ {
        margin-bottom: 20px;
    }
    /*.course_card_main_row {
        flex-direction: column;
        gap: 5.5rem;
    }*/
    .course_card{
        margin-bottom: 80px;
    }
    .contact_main {
        margin-bottom: 20px;
    }
    span.review_span2, span.review_span1 {
        font-size: 18px;
    }
        span.review_span2:after {
            height: 4px;
            bottom: -5px;
        }
    /*.key_point_section_main_row {
        flex-direction: column;
        gap: 15px;
    }*/
    .review_section_main {
        padding: 25px 0;
    }
    p.courses_main_head_p1 {
        font-size: 20px;
    }
    p.courses_main_head_p2 {
        font-size: 12px;
    }
    a.btn.btn-link.view_courses {
        font-size: 12px;
    }
    .courses_main_head_col{
        padding:0 16px !important;
    }
}
@media only screen and (max-width: 450px) and (min-width: 350px) {
    .banner_text_main {
        padding-left: 16px !important;
    }

    .info_cards {
        padding: 0 16px;
    }

    .banner_text h1 {
        font-size: 20px !important;
        margin: 0;
    }

    .banner_text p {
        font-size: 8px !important;
        margin: 0;
        line-height: 1.5;
    }

    .banner_img {
        width: 100%;
    }

    .banner_section_main {
        padding: 1rem 0;
        background: linear-gradient(70deg, #5CAEFC 55.95%, rgba(255, 160, 71, 0.26) 58.66%), linear-gradient(180deg, #FFF -54.9%, rgba(255, 255, 255, 0.00) 117.2%);
    }

    .info_cards {
        top: 100%;
        margin-top: 15px;
        position: initial;
    }

    .our_courses_main {
        padding: 0;
        margin: 0;
    }

    .courses_card_main {
        padding: 0 16px;
        margin-top: 80px;
    }

    .review_section_slider_main {
        padding: 0 16px;
    }

    .key_point_section_main {
        padding: 0 16px;
    }

    .card_main_ {
        margin-bottom: 20px;
    }

    .course_card_main_row {
        flex-direction: column;
        gap: 5.5rem;
    }

    span.review_span2, span.review_span1 {
        font-size: 18px;
    }

        span.review_span2:after {
            height: 4px;
            bottom: -5px;
        }

    .key_point_section_main_row {
        flex-direction: column;
        gap: 15px;
    }

    .review_section_main {
        padding: 25px 0;
    }

    p.courses_main_head_p1 {
        font-size: 20px;
    }

    p.courses_main_head_p2 {
        font-size: 12px;
    }

    a.btn.btn-link.view_courses {
        font-size: 12px;
    }

    .courses_main_head_col {
        padding: 0 16px !important;
    }
}

@media only screen and (max-width: 349px) {
    .text_side h3 {
        font-size: 16px;
        margin:0;
    }
    img.courses_icon {
        width: 25px;
    }
    .card_main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
    }
    .icon_img {
        background-color: #3084D8;
        text-align: center;
        padding: 16px;
        border-radius: 50%;
    }
    .text_side p {
        color: #747474;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        text-align: right;
    }
    .banner_text_main {
        padding-left: 16px !important;
    }

    .info_cards {
        padding: 0 16px;
    }

    .banner_text h1 {
        font-size: 20px !important;
        margin: 0;
    }

    .banner_text p {
        font-size: 8px !important;
        margin: 0;
        line-height: 1.5;
    }
    .banner_image_col{
        display: none;
    }
    .banner_text_main{
        max-width: 100% !important;
    }
    .banner_img {
        width: 100%;
    }

    .banner_section_main {
        padding: 1rem 0;
        background: #5CAEFC;
    }

    .info_cards {
        top: 100%;
        margin-top: 15px;
        position: initial;
    }

    .our_courses_main {
        padding: 0;
        margin: 0;
    }

    .courses_card_main {
        padding: 0 16px;
        margin-top: 80px;
    }

    .review_section_slider_main {
        padding: 0 16px;
    }

    .key_point_section_main {
        padding: 0 16px;
    }

    .card_main_ {
        margin-bottom: 20px;
    }

    .course_card_main_row {
        flex-direction: column;
        gap: 5.5rem;
    }

    span.review_span2, span.review_span1 {
        font-size: 14px;
    }

        span.review_span2:after {
            height: 4px;
            bottom: -5px;
        }

    .contact_head h3 {
        margin: 0;
        color: #333;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }
    .contact_des p {
        margin: 0;
        color: #8E8E8E;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
    img.img_contact {
        max-height: 50px;
    }
    .banner_row{
        flex-direction: column;
    }
    .contact_main {
        text-align: center;
        border-radius: 10px;
        background: #FFF;
        box-shadow: -0.5px -0.5px 4px 0px rgba(0, 0, 0, 0.15), 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.15);
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .key_point_section_main_row {
        flex-direction: column;
        gap: 15px;
    }

    .review_section_main {
        padding: 25px 0;
    }

    p.courses_main_head_p1 {
        font-size: 16px;
    }

    p.courses_main_head_p2 {
        font-size: 10px;
    }

    a.btn.btn-link.view_courses {
        font-size: 11px !important;
    }

    .courses_main_head_col {
        padding: 0 16px !important;
    }
}

a.start_btn, .view_courses {
    cursor: pointer;
}




/* Upload Btn Modal Right */
.modal.right.fade .modal-dialog {
    right: 0 !important;
    /* -webkit-transition: opacity 0.3s linear, right 0.3s ease-out; */
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    /* transition: opacity 0.3s linear, right 0.3s ease-out; */
}

/*.modal {
    padding-right: 0.200073px;
    background: #000000a1;
}
*/
    .modal.right.fade.in .modal-dialog {
        right: 0 !important;
    }

.modal-content {
    border-radius: 20px !important;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: white;
}

.modal.right.fade {
    animation: fadeInRight 0.5s ease-in-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(5000px);
    }

    to {
        opacity: 1;
    }
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    min-width: 280px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}


.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    padding-top: 1px;
}


.modal.right .modal-body {
    padding: 0px;
}

.coursesbottomDiv {
    display: flex;
    justify-content: space-between;
}

.schedule_form .wpcf7-form, div#customForm {
    background: #fbfaff;
    box-shadow: 12px 12px 60px rgb(0 0 0 / 25%);
    padding: 25px 40px;
    float: left;
    width: 100%;
}
    .schedule_form form.wpcf7-form .btn.blue-btn, div#customForm input[type=button] {
        border: 0;
        background: #FF9441;
        border-radius: 4px;
        color: #fff;
        width: 150px;
        padding: 7px 25px;
        height: auto;
        font-size: 13px;
        margin-left: -2px;
        display: block;
    }
.formcontroldesi {
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    font-size: 13px !important;
    background-clip: padding-box !important;
    border-bottom: 2.5px solid #dddddd !important;
    margin-bottom: 10px !important;
    border-top: none !important;
    border-right: none !important;
    border-radius: 0px !important;
    background: none !important;
    border-left: none !important;
}
.parent {
    display: flex;
    justify-content: space-between;
}
.child1{
    width:48% !important;
}
.formclassh2 {
    color: #161616;
    letter-spacing: 1px;
    font-weight: 600;
}
p.form_desc {
    font-size: 12px;
    padding: 1px;
    font-family: 'Montserrat';
}
.privacyblue {
    color: blue !important;
    font-size: 12px;
}
.schedule_form form.wpcf7-form .btn.blue-btn, div#customForm input[type=button] {
    border: 0;
    background: #FF9441;
    border-radius: 4px;
    color: #fff;
    width: 150px;
    padding: 7px 25px;
    height: auto;
    font-size: 13px;
    margin-left: -2px;
    display: block;
}
.modal-backdrop{
    display:none;
}