body {
    background-color: white !important; 
    max-width: 100%; 
    margin: 0px auto !important; 
    float: none !important; 
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;    
} 
h4, h3, h5, ul li, ol li {
     font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;    
}

.carousel .item img {
        max-height: 310px !important;
        min-height: 310px !important;
        min-width: auto;        
    }
    .event_info dl dt {
        font-size: 15px !important;
        color : #005eb8 !important;       
    }
    .event_info dl dd {
        font-size: 14px !important;
        padding : 1%;
        padding-left:8%;        
    }
    .org_list dl dt, .speaker_list dl dd {
        font-size: 14px !important;
        color : #000 !important;       
    }
    .org_list dl dd, .speaker_list dl dd {
        font-size: 13px !important;
        padding : 5px;
        padding-left:2%;        
    }
    /* Hide text in the navigation tabs by default */
    .nav-item span {
        display: none;          
    }
    /* Show the one that's active */
    .nav-item.active span {
        display: inline-block;
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: block;
        height: auto;
        max-width: 100%;
        line-height: 1;
        width: 100%; 
    }
    .users-list>li a {
        border-radius: 50%;
        max-width: 100%;
        height: auto;
    }

    .sub_agenda_info .timeline-item {
        background: #fff !important;
    }

    .products-list .product-info {
        margin-left: 0px;        
    }
    .xs-margin {
        margin-bottom: 120px;
    }
    .users-list-date {
        color : black;
    }   
    .btn {
        border-color : #ddd;
        
    }
    #rsvp_radio .noActive{
        color: #3276b1;
        background-color: #fff;
    }
    #like_radio .noActive{
        color: #3276b1;
        background-color: #fff;
    }
    .box-footer .input-group a{
          font-size: 15px !important;
          font-weight : 600;
          color : black !important;
    }
    .box-footer .input-group a.active{
        font-size: 15px !important;
        font-weight : 600;
        color : #fff !important;
      }
    @media only screen and (max-width: 600px) {
        .box-footer .pull-right {
          float: left !important;
        }
        .box-footer .input-group {
          padding-top: 10px !important;
        }
         .nav-tabs-custom .product-info.col-lg-10 {
            clear:both;
        }
    }
    
    .nav-tabs-custom>.nav-tabs>li.active {
        font-size: 16px;
        border-top-color: #005eb8;
    }
    
     .register_dup_btn {
        font-size: 20px;
        width : 100%;
    }
    .wrapper {
        background-color: #fff !important;
    }
    .btn-box-tool {
        border:none !important;
    }
    @media only screen and (max-width: 600px) {
        .register_dup_btn {

        }

        .content-header {
            position: relative;
            padding: 15px 0px 0 0px;
        }
        .indv_form_submit {
            width:100% !important;
        }
    }
    @media only screen and (max-width: 900px) {

        .content-header {
            position: relative;
            padding: 15px 0px 0 0px;
        }
    }
    .mb-5, .my-5 {
        margin-bottom: 3rem!important;
    }


    h1, h2, h3, h4, h5, h6 {
        color: #333;
    }

    p {
        font-size: 15px;
    }

    a {
        -webkit-transition: all 0.4s ease!important;
        transition: all 0.4s ease!important;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    input::placeholder,
    select::placeholder,
    textarea::placeholder {
        color: #acacac!important;
    }

    .bg-lightblue {
        background: #f1f5f9;
    }

    .w-60 {
        width: 60px!important;
    }
    .w-400 {
        width: 400px!important;
    }
    .w-300 {
        width: 300px!important;
    }
    .w-200 {
        width: 200px!important;
    }
    .w-100-p {
        width: 100%!important;
    }
    .w-auto {
        width: auto!important;
    }

    .h-70 {
        height: 70px!important;
    }
    .h-100 {
        height: 100px!important;
    }
    .h-200 {
        height: 200px!important;
    }
    .h-300 {
        height: 300px!important;
    }

    .bg_ffffff {
        background: #ffffff!important;
    }
    .bg_333333 {
        background: #333333!important;
    }
    .bg_f3f3f3 {
        background: #f3f3f3!important;
    }
    .bg_ea0955 {
        background: #ea0955!important;
    }
    .bg_dcdcdc {
        background: #dcdcdc!important;
    }
    .bg_c5e2ea {
        background: #c5e2ea!important;
    }

    .c_f3f3f3 {
        color: #f3f3f3!important;
    }
    .c_red {
        color: red;
    }
    .fz_40 {
        font-size: 40px!important;
    }
    .fw_700 {
        font-weight: 700!important;
    }
    .fl_l {
        float: left;
    }
    .d_n {
        display: none!important;
    }
    .d_b {
        display: block!important;
    }

    .pt_8 {
        padding-top: 8px!important;
    }

    .pos_r {
        position: relative!important;
    }



    .btn-arf {
        background: #ea0955!important;
        border: 0;
    }

    .btn-arf:hover {
        background: #333!important;
    }



    .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #134050;
        opacity: 0.7;
    }


    /* Pricing */
    .pricing {
        padding-top: 0px;
        padding-bottom: 20px;
        overflow: hidden;
    }

    .pricing .heading {
        text-align: center;
        margin-bottom: 30px;
    }

    .pricing .heading h2 {
        font-size: 36px;
        font-weight: 700;
        color: #333;
        margin-top: 0;
    }

    .pricing .heading h3 {
        font-size: 20px;
        font-weight: 500;
        color: #928f8f;
    }

    .pricing .card {
        border: none;
        border-radius: 1rem;
        transition: all 0.2s;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 250, 0.5);
        background : #fff;
        padding:10px;
    }

    .pricing hr {
        margin: 1.5rem 0;
    }

    .pricing .card-title {
        margin: 0.5rem 0;
        font-size: 20px;
        letter-spacing: .1rem;
        font-weight: bold;
        color: #ea0955;
    }

    .pricing .card-price {
        font-size: 50px;
        margin: 0;
        font-weight: 700;
        color: #ea0955;
    }

    .pricing ul li {
        margin-bottom: 16px;
    }

    .pricing .text-muted {
        opacity: 0.7;
    }

    .pricing .btn {
        background: #ea0955;
        font-size: 20px;
        font-weight: 700;
        padding: 10px;
        border: 0;
    }
    .pricing .btn:hover {
        background: #333;
    }
        #mobile-input-1{
                    width: 15% !important;
                    border-color: #e3e3e3;
                    background-color:white;
                    padding-bottom:6px;
                    height:35.5px;
                    padding-top: 5px;
                }
                #mobile-input-2 {
                    width: 74%;
                    border-color: #e3e3e3;
                    border: 1px solid #d2d6de;
                    height:34px;
                    margin-left:5px
                }
    /* Hover Effects on Card */
    @media (min-width: 992px) {
        .pricing .card:hover {
            margin-top: -.25rem;
            margin-bottom: .25rem;
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        }
        .pricing .card:hover .btn {
            opacity: 1;
        }


    }
    .intl-tel-input {
        width:100% !important;
    }
    .pkg_box .box-header {
        cursor : pointer;
    }
    .menu_section .container {
        padding:0px !important;
        background : #fff;
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    }

    .skin-blue .content-header {
        padding-top : 0px;

    }
    .skin-blue .container {
        padding-top : 0px;
    }
    .skin-blue .main-header .logo {
        background: #fff;
    }
    .skin-blue .main-header .logo:hover {
        background: #fff;
    }
    .skin-blue .main-header .navbar {
        background : #fff;
    }
    .main-header  {
        height : 60px !important;
    }
    .main-header .logo {
        width : auto !important;
        text-align: right;
        height : 60px !important;
    }

    .box.main-box {
        border-top: none !important;
    }
    .info-box {
        border: 1px solid #e3e3e3;
        border-radius: 10%;
        padding: 10%;
        font-size: 16px;
        font-weight: 600;
        height: 200px;
        box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
    }
    .bank-color {
        color:#005eb8 !important
    }
    .carousel {
        /*box-shadow : 3px 3px 3px 3px rgb(0 0 0 / 10%); */
        box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 6%);
    }
   
    
    
    .qr-code-wrapper {
                width : 28% ;
                
            }
            
            .margin-top-event-description {
                height : 10px ;
            }
            .margin-btm-event-description {
                height : 10px ;
            }
            
            .des {
                padding-left:10px;
                margin-top:0px;
                margin-bottom:0px;
                font-size : 17pt ;
                line-height : 1.2 ;
            }
            /* .button-special{
                width: 33.33%;
            } */
            .line{
                position: absolute;
                height: 5px;
                background-color: #005eb8;
                left: 0;
                right: 0;
                bottom: 0px;
                margin: 0;
                margin-left : 15px;
                margin-right : 15px;
            }
            .header{
                width: 10%;
            }
            strong{
                color: #00216d;
            }
            .main-btn{
                background-color: #001e6f;
                color: white;
                box-shadow: none;
                padding-top: 15px;
                padding-bottom:15px;
                height: 60px;
            }
            form *{
                font-size: 18px;
            }
            form i{
                font-size: 14px;
            }
            .about_section {
                padding-right:60px;
            }
            @media  screen and (max-width: 700px) {
                .des{
                    padding:0px;
                    text-align: center;
                    margin:0px;
                    font-size : 17pt ;
                    line-height : 1 ;
                }

                .margin-top-event-description {
                    height : 30px ;
                }
                .margin-btm-event-description {
                    height : 30px ;
                }
                
                .qr-code-wrapper {
                    width : 60% ;
                
                }
                .tnc{
                    font-size: 16px;
                }
                form *{
                font-size: 20px;
                }
                form i{
                    font-size: 16px;
                }
                .theme_slot{
                    font-size: 20px;
                }
                #ans_p9{
                    display: block;
                    width: 85% !important;
                }
                #area-label{
                    width: 85% !important;
                }
                #mobile-label-1{
                    display: none !important;
                    width: 85% !important;
                }
                #mobile-label-2{
                    color: #00216d;
                    font-weight: bold;
                    font-style: italic;
                    display: block !important;
                }
                #mobile-input-1{
                    width: 25% !important;
                }
                
                #instruc{
                    width: 100% !important;
                    margin:auto !important;
                    margin-top: 30px !important;

                }
                #instruc img{
                    display: none !important;
                }
                #instruc img.instruc_res{
                    display: block !important;
                    width: 100%;
                    margin-bottom: 20px;
                }
                .moble_margin {
                    margin-bottom: 0.5rem !important;
                }
                .about_moble_margin {
                     margin-bottom: 3rem !important;
                }
                .no-margin .pkg_box {
                    border: none !important;
                    box-shadow: none !important;
                }
                .no-margin .tab-content {
                    padding-left : 0px !important;
                    padding-right : 0px !important;
                }
                .step_row {
                    padding-left : 0px !important;
                    padding-right : 0px !important;
                }
                .inline-class {
                    display : block !important;
                }
                .about-event {
                    padding-left: 15px;
                    padding-top: 15px;
                }
                .no-padding {
                     padding-left : 5px !important;
                    padding-right : 5px !important;
                }
                .about_section {
                    padding-right:10px !important;
                }
                
            }
            
            .box.main_box {
        border-top: none !important;
    }
    
    
        .time_table tr td {
        border : none !important;
    }
       .terms_box ol li {
        font-size: 14px;
    }
     .terms_box a {
        font-size: 14px;
        text-decoration: underline;
    }
/* Switch 4 Specific Style Start */

.box_4{
	background: #eee;
}

.input_wrapper{
  width: 70px;
  height: 36px;
  position: relative;
  cursor: pointer;
}

.input_wrapper input[type="checkbox"]{
  width: 75px;
  height: 36px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #a0a0a0;
  border-radius: 2px;
  position: relative;
  outline: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.input_wrapper input[type="checkbox"]:after{
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 2;
  border-radius: 2px;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.input_wrapper svg{
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  fill: #fff;
  -webkit-transition: all .35s;
  transition: all .35s;
  z-index: 1;
}

.input_wrapper .is_checked{
  width: 18px;
  left: 18%;
  -webkit-transform: translateX(190%) translateY(-30%) scale(0);
          transform: translateX(190%) translateY(-30%) scale(0);
}

.input_wrapper .is_unchecked{
  width: 15px;
  right: 10%;
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
          transform: translateX(0) translateY(-30%) scale(1);
}

/* Checked State */
.input_wrapper input[type="checkbox"]:checked{
  background: #23da87;
}

.input_wrapper input[type="checkbox"]:checked:after{
  left: calc(100% - 37px);
}

.input_wrapper input[type="checkbox"]:checked + .is_checked{
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
          transform: translateX(0) translateY(-30%) scale(1);
}

.input_wrapper input[type="checkbox"]:checked ~ .is_unchecked{
  -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
          transform: translateX(-190%) translateY(-30%) scale(0);
}
.no-margin {
    padding : 2px !important;
}
.form-check-input {
    transform: scale(1.2) !important;
    margin-right : 5px !important;
}

.inline-class {
    display : inline-flex;
}
.inline-class:first-child div {
    padding-right : 15px;
} 
.pkg_box {
    border-left : none !important;
    border-right : none !important;
}
/* Switch 4 Specific Style End */
    