/*home page css*/
body{
    padding:0;
}
/*body header .container_in .top_cart_area{
    margin-top:50px;
}
body header .container_in .amnu{
    top:97%;
}*/
body header{
    padding:0px 10px;
} 
body #show_video_sec{
    z-index:1;
}
body .page_wrapper{
    padding-bottom: 0px;
}
body header .header_left .logo {
    margin-bottom: 0px!important;
}
body header .container_in .top_cart_area .cart_mnu .menu_link .cir_shp span {
    color: #000000;
    font-size:3.5rem;
    margin-top: 9px;
}
body header .container_in .top_cart_area .cart_mnu .menu_link:hover .cir_shp {
    color: #000000;
}
body header .container_in .top_cart_area .cart_mnu .menu_link:hover {
    text-shadow: none;
}
body header .container_in .top_cart_area .cart_mnu .menu_link {
    text-align:left;
    padding-bottom: 0px;
    /*margin-top: 10px;*/   

}

body header .header_left{
    text-align:left;
}

body header .header_left .logo{
    margin-bottom:20px;
    /*margin-top:10px;*/
}
body header .header_left .logo img{
    max-width:95%;  
    /*height:70px;*/
}
body header .container_in .top_cart_area {
    margin-top: 0px;

}
body header .header_right{
    /*text-align:right;*/
    /*margin-top:20px;*/
}

body header .header_top,body header .header_right .header_top{
    color:#035ea2;
    text-align:right;
    font-size:1.2rem;
    font-family:lato;
    font-weight: bold;
    /*padding-top: 20px;*/
}
body header .header_top_xs{
    text-align: center;
    background-color:#035ea2;
    color:#fff;
    font-size: 1.3rem;
    font-family:lato;
    padding:10px;
}
body header .header_right .header_btm{
    /*margin-top:20px;*/
    text-align:right;
}


body header .header_right .login_btn{
    border: 2px solid #b80500;
    color:#b80500;
    text-transform: uppercase;
    font-size:15px;
    font-family:lato;
    padding:5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration:none;
}
body header .header_right .login_btn:hover{
    background:#b80500;
    color:#fff;
    text-decoration:none;
}
body header .header_right .menu_toggle{
    font-size:30px;
    color:#000000;
    margin-left:20px;
}
body #home_abt{
    /*background: #ffffff url("../images/bg1.jpg") center cover no-repeat padding-box padding-box scroll;*/
    background: linear-gradient(rgba(0,0,0,.9), rgba(0,0,0,.9)), url("../images/bg1.jpg") top no-repeat scroll;
    background-size: cover;
    padding-top:160px;
    padding-bottom:214px;

}

body #home_abt .choose_spz_area{
    width:90%;
    font-size:25px;
    margin-top:5px;
    margin-bottom:0px;
}

body #home_abt .home_sec_right{
    font-family: lato;
}
body #home_abt .home_sec_right .chosen_spz{
    width:90%;
    color:#fff;
    font-size:1.5rem;
}
body #home_abt .home_sec_right .chosen_spz a{
    color:#fff;
    text-decoration: none;
    font-size:1rem;
}

body #home_abt .home_sec_left{
    text-align:center;
    color:#fff;
    padding:0px 175px;
    font-family: lato;
}

body #home_abt .home_sec_left h1{
    color:#fff;
    text-align:left;
    text-transform: uppercase;
    font-weight: normal;
    font-size:60px;
}

body #home_abt .home_sec_left h3{
    text-align:left;
    color:#fff;
    font-size:30px;
    margin-bottom:20px;
    font-weight: bold;
}

body #home_abt .home_sec_left h4{
    color:#fff;
    text-align:left;
    font-size:25px;
}

body #home_abt .choose_spz_area .dropdown-Specialization-spz {
    background: #b80500;
    font-size:3rem;
    padding:2%;
}
body #home_abt .choose_spz_area .dropdown-Specialization-spz span {
    font-size:4rem;
}
body #home_abt .choose_spz_area:focus .dropdown-Specialization-spz {
    text-decoration:none;
    outline:none;
}
body #home_abt .choose_spz_area:hover .dropdown-Specialization-spz {
    font-size: 3rem; 
    color:#b80500;
    text-decoration:none;
}
body #home_abt .choose_spz_area .dropdown-Specialization-sub-spz ul.dropdown-Specialization-sub-spz-scroll li:hover {
    background: #b80500; 
}
body .drpdwn_indicator{
    margin-top:10px;
}
body .drpdwn_indicator li{
    border:none;
    margin-right:5px;
    background:#fff;
}
body .drpdwn_indicator li.active{
    background:#b80500;
}
body #home_abt .choose_spz_area .dropdown-lib-type {
    background: #b80500;
    font-size:3rem;
}
body #home_abt .choose_spz_area .dropdown-lib-type span {
    font-size:4rem;
}
body #home_abt .choose_spz_area .choose_lib_area:hover .dropdown-lib-type{
    color: #b80500;
    font-size:3rem;
    text-decoration: none;
}
body #home_abt .choose_spz_area .choose_lib_area.active .dropdown-lib-type{
    color: #b80500;
    font-size:3rem;
    text-decoration: none;
}
body #home_abt .choose_spz_area .dropdown-lib-type-sub ul.dropdown-lib-type-sub-scroll {
    margin:0px;
}
body #home_pa{
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("../images/bg2.jpg") top no-repeat scroll;
    background-size: cover;
    text-align: center;
    z-index: -1;
}
body #home_pa .home_pa_btn{
    background:#b80500;
    color:#fff;
    font-size:3rem;
    padding:20px 30px;
    margin:277px 310px;
    border:0;
    font-weight:bold;
    cursor: default;
}

body #home_reason{
    background:#b80500;
    color:#fff;
    padding-top:70px;
    padding-bottom:24px;
}
body #home_reason h1{
    text-align:center;
    font-family:lato;
    font-size:4rem; 
    margin-bottom:60px;
}
body #home_reason .reason_area{
    text-align:center;
    font-family:lato;
    font-size:2rem;
    margin-bottom:40px;

}
body #home_reason .reason_area img{
    margin:0 auto;
    display:block;
    margin-bottom:10px;
}
body #home_video{
    background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url("../images/video_bg.jpg") top no-repeat scroll;
    background-size: cover;
    text-align: center;
    padding:225px 0px;
}
body .modal-dialog {
    max-width: 1500px;
    margin: 30px auto;
}

body .modal-body {
    position:relative;
    padding:0px;
}
body #video_modal .close {
    position:absolute;
    right:10px;
    top:0px;
    z-index:999;
    font-size:5rem;
    font-weight: normal;
    color:#fff;
    opacity:0.5;
}
body #video_modal .close:hover {
    color:#fff;
    opacity:1;
}

body #home_video .video_sec{
    text-align: center;
    font-size:2.5rem;
    color:#fff;
    font-family:lato;
    text-decoration: underline;
    font-weight: bold;
}
body #home_video .video_sec a{
    color:#fff;
}
body #home_video .video_sec a:focus{
    text-decoration: none;
    color:#fff;
    outline:none;

}
body #home_video .video_sec a:active{
    text-decoration: none;
    color:#fff;
    outline:none;
}
body #home_video .video_sec a:visited{
    text-decoration: none;
    color:#fff;
    outline:none;
}

body #home_video .video_sec img{
    display:block;
    margin:0 auto;
    margin-bottom:10px;
}
body #home_video .video_desc{
    color:#fff;
    font-family:lato;
    padding:0px 100px;
}
body #home_video .video_desc h3{
    font-size:5rem;
    font-weight:bold;
    text-align:left;
    margin-bottom:30px;
}
body #home_video .video_desc p{
    font-size:2rem;
    text-align:justify;
    font-weight: bold;
}
body #home_video .video_desc p .site_name{
    color:#b80500;
}
body #home_segment{
    background:#ffffff;
    font-family:lato;
    color:#000000;
    padding:137px 0px;
}
body #home_segment h1{
    font-size:4rem;
    font-weight:bold;
    text-align:center;
    margin-bottom: 80px;
}
body #home_segment .segment_area img{
    display:block;
    margin:0 auto;
    margin-bottom:50px;
}
body #home_segment .segment_area .segment_caption{
    font-size:2rem;
    text-align: center;
    font-weight: bold;
}
body #home_ab{
    background:#b80500;
    color:#fff;
    font-family:lato;
    padding:108px 0px;
}
body #home_ab h1{
    text-align:center;
    font-size:4rem;
    margin-bottom:50px;
}
body #home_ab img{
    margin-bottom:20px;
}
body #home_ab .ab_img_caption{
    text-align: center;
    font-weight: bold;
    font-size:1.5rem;
}
body #home_ab .controls_block {
    position: relative;
    top: 50px;
    right:120px;
    display: block;
    width: 100px;
    z-index: 1;
    height:40px;
    float:right;
} 
body #home_ab .controls_block .carousel-control{
    background-image: none;
    opacity: 1;
}
body #home_ab .controls_block .carousel-control img{
    width: 40px;
    height: 40px;
}
#home_ab .owl-carousel img {
    margin: 0 auto;
    display: block;
    height: 220px;
    width: 220px;
    margin-bottom:20px;
}
body #home_footer{
    background:#191919;
    font-family:lato;
    color:#fff;
    text-align:center;
    padding:50px 0;
}
body #home_footer .footer_left{
    font-size:2.5rem;
    font-weight:bold;
}
body #home_footer .footer_right{
    padding-right:100px;
}
body #home_footer .footer_menus{
    list-style: none;
    text-align: left;
    margin: 0;
}
body #home_footer .footer_menus li{
    font-size:1.5rem;
}
body #home_footer .footer_menus li a{
    color:#fff;
}
body #home_footer .footer_menus li:first-child{
    font-size:2rem;
    margin-bottom:10px;
}
body #footer{
    font-family:lato;
    text-align:right;
    color:#fff;
    background:#191919;
    font-size:1.5rem;
    padding-bottom:10px;
    padding-right:110px;
}

body .register_area {
    background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url("../images/bg2.jpg") top no-repeat scroll;
    background-size: cover;
    text-align: center;
    font-family:lato !important;
    min-height: 400px;
}
body .register_area .register_inner .register-form .txt-forgot{
    color:#333;   
    margin-top: 30px;
    padding-right:10px;
}
body .register_area .register_inner .register-form {
    border: 1px solid #000;
    margin-top: 50px;
    margin-bottom: 50px;
    /*background:#fff;*/
    background:linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8));
    padding:10px 10px;
    max-width: 530px;
    width: 100%;
}
body .register_area .register_inner .register-form label .mandatory_field{
    color:#f00!important;
}
body .register_area .register_inner .reg-title {
    color:#fe0000;
    text-transform:uppercase;
    font-weight:bold;
}
body .register_area .register_inner .reg_note{
    font-size:1rem;
    color:#787878;
    margin-bottom:10px;
}
body .register_area .register_inner .mar-bott a {
    color: #000;
    font-size: 1.3rem;
    text-decoration: none;
}
body .register_area .register_inner .mar-bott a .login_lnk{
    color:#fe0000;
}
body .register_area .register_inner label:not(.rem_label){
    height:30px;
    vertical-align:middle;
    line-height: 60px;
}
body .register_area .register_inner .popup_error_div {
    padding:0;
    padding-bottom: 0;
}
body .register_area .register_inner #l_popup_error{
    height:auto;
    line-height:20px;
}
body .register_area .register_inner .rem_sec{
    text-align:left;
    padding-left:30px;
    margin-top: 20px;
}
body .register_area .register_inner .txt-remember{
    height:auto;
    line-height: 20px!important;
    padding-left: 0px;
}
body .register_area .register_inner .form-control {
    border:none;
    border-width:0;
    display:inline-block;
    border-bottom:1px solid #000;
    width: 100%;
    -webkit-appearance: none;
    vertical-align:middle;
    box-shadow:none;
    padding:0;
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
    line-height: 16px;
    font-size: 14px;
    height:40px;
    border-radius: 0;
    text-overflow: ellipsis;
    padding-right: 10px;
}

body .register_area .register_inner .intl-tel-input #mobile{
    padding-left:40px;
}
body .register_area .register_inner .intl-tel-input {
    margin-bottom:10px;
    display:block;
}
body .register_area .register_inner .failedverify:before{
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: red;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 10px;
}
body .register_area .register_inner .verified:before{
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: green;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 10px;
}
body .register_area .register_inner .loading{
    position: relative;
    /*    width: 20px;
        height: 20px; */
    /*margin:50px auto;*/

}
body .register_area .register_inner .loading:before{
    -webkit-animation: fa-spin 1.5s infinite linear;
    animation: fa-spin 1.5s infinite linear;
    content: "\f110";
    font-family: FontAwesome;
    font-size:20px;
    position: absolute;
    top: 0; 
    right:20px;
}

body .register_area .register_inner .form-control:focus {
    outline: none;
    -moz-box-shadow: inset 0 -3px 3px -3px #286090;
    -webkit-box-shadow: inset 0 -3px 3px -3px #286090;
    box-shadow: inset 0 -3px 3px -3px #286090;
}

body .register_area .register_inner .form-group {
    border: 0;
    text-align:left;
}
body .register_area .register_inner .flag-container {
    left :0;
}
body .register_area .register_inner .btn-reg {
    background-color:#fe0000;
    border:1px solid #fe0000;
    text-transform:uppercase;
    width:60%;
    display:block;
    margin:0 auto;
    padding:10px;
    margin-top:30px;
    font-size:1.5rem;
}
body .reg-succ .text-primary{
    color:#fe0000;
}

body .isd-code-inp{

    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 14px;
    color: #555;
    padding: 5px 7px 7px 5px;
    background-color: #eeeeee;
    border-right: 1px solid #000;

}
body .register_area .reg_verify_success_inner .reg-succ {
    padding: 50px 0px 0px 0px;
    /*padding-bottom:100px;*/
}

body .register_area .reg-succ .reg-succ-note p{
    /*color:#0189c3;*/
    color:#333;
    font-size:1.5rem;
}
body .register_area .reg-succ .reg-succ-note a{
    text-decoration: underline;
}
body .register_area .reg-succ .reg-succ-message{
    color:#fe0000;
    font-family:lato;
}
body .register_area .reg-succ .reg-succ-inner a{
    color:#333;    
}
body .register_area .reg-succ .reg-succ-inner a:hover {
    text-decoration: none;
}
body .register_area .reg-succ .reg-succ-inner a:hover .segment_area{
    box-shadow: 5px 10px 8px #888888;
}
body .register_area .reg-succ .reg-succ-message h4{
    font-size:2rem;
    margin-bottom:20px;
    line-height:40px;
    font-weight:bold;
}
body .register_area .reg-succ .reg-succ-h4{
    font-size:2rem;
}
body .register_area .reg-succ .reg-succ-h3{
    font-size:1.5rem;
    font-weight: bold;
    margin-bottom:20px;
}
body .register_area .reg-succ .reg-succ-inner{
    padding:30px;
}
body .register_area .reg-succ .segment_area{
    border:1px solid #333;
    border-radius: 10px;
    background:#fff;
    padding:20px;
}
body .register_area .reg-succ .segment_area .segment_caption{
    font-size: 1.5rem;   
}
body .register_area .reg-succ .segment_area img{
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom:30px;
    width:30%;
}
body .register_area .reg-succ .reg-container {
    padding-bottom: 20px;
}
body #spz_modal #home_abt{
    background:none;
    padding:50px;
}
body #spz_modal #home_abt .choose_spz_area{
    width:100%;
}
body #spz_modal .close {
    position:absolute;
    right: -25px;
    top: -8px;
    z-index:999;
    font-size:3rem;
    font-weight: normal;
    color:#fff;
    opacity:0.5;
}
body #spz_modal .close:hover {
    color:#fff;
    opacity:1;
}
body #video_listing .video_listing_sec .video_plan_sec .pricing-popup-area {
    padding-top:10px;
}
body #home_abt .choose_spz_area .dropdown-Specialization-sub-spz ul.dropdown-Specialization-sub-spz-scroll li a {
    padding:1%;   
}
body #video_listing .video_listing_sec .breadcrumb{
    padding-left:25px;
}
body section#video_listing .coming_soon_list{
    padding-bottom:20px;
}
body section#video_listing .channel_list .list_item{
    width:100%;
}
body section#video_listing .coming_soon_list .list_item img{
    border: 1px solid #818181;
    width: 264px;
    height: 164px;
    margin-bottom: 10px;   
}
body section#video_listing .list_item .channel_det{
    padding:0px;
    font-size: 1.5rem;
    color:#3b3b3b;
}
body section#video_listing .list_item .channel_det .channel_det_value{
    font-style: italic;
    font-weight:bold;
}
body section#video_listing .list_item .channel_det .channel_org{
    color:#5674b3;
}
body section#video_listing .video_listing_title_area{
    margin-bottom:20px;
}
body #pricing-popup .pricing-popup-body .breadcrumb {
    border: 0;
    padding: 0;
    background: none;
    font-size: 1.2rem;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
    font-family:lato;
    color:#333;
}
body #pricing-popup .pricing-popup-body .breadcrumb a{
    color:#333;
}

#page_sidenav {
    font-family:lato;
    height:auto;
    width: 350px;
    position: absolute;
    z-index: 100;
    top: -20px;
    right: -25px;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    display:none;
    border: 0.1px solid #333;
    margin-top: 20px;
    line-height: 2;
}
#page_sidenav ul {
    list-style: none;
    margin:0;
    padding:0;
}
#page_sidenav ul li{
    border-top: 0.1px solid #333;
}
#page_sidenav .menu_header{
    color:#fff;
    font-size:2.2rem;
    padding:20px;
}

#page_sidenav ul li a {
    padding: 8px 8px 8px 35px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #fff;
    display: block;
    transition: 0.3s;
}
#page_sidenav ul li a.active {
    color: #fff;
    background:#f00;
}

#page_sidenav ul li a .product_sub_menu {
    float:right;
    color:#fff;
    padding-right:20px;
}
#page_sidenav ul li a.active .product_sub_menu {
    color:#fff;
}
#page_sidenav ul li a:hover .product_sub_menu {
    color:#fff;
}
#page_sidenav ul li a:focus {
    outline:none;
    text-decoration:none;
}
#page_sidenav ul li a:hover {
    color: #fff;
    background:#f00;
}
#page_sidenav ul li a:active {
    outline:none;
    text-decoration:none;
}


#page_sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 50px;
    font-size: 50px;
    color:#fff;
    text-decoration: none;
}
#page_sidenav .closebtn:focus {
    outline: none;
}
#page_sidenav .closebtn:visited {
    outline: none;
}

.multilogin_area .register_area .register_inner .inner_login_area{
    border:1px solid #333;
    background-color:#f8f8f8;
    padding:10px 15px 15px 15px;
    -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.75);
    /*margin-bottom:20px;*/
    max-width:390px;
    margin:0 auto;

}
.multilogin_area .register_area .register_inner .inner_login_area .form-main-conainer{
    display:none;

}
.multilogin_area .register_area .register_inner .register-form{
    padding-left:40px;
    padding-right:40px;
}
.multilogin_area .register_area .register_inner .login_title_text{
    text-align:center;
    font-family:lato;
    font-size:1.2rem;
    margin-bottom:10px;
}
.multilogin_area .register_area .register_inner .login_title_text:not(:first-child){
    width:100%; 
    text-align:center; 
    border-bottom: 1px solid #333; 
    line-height:0.1em; 
    margin:10px 0 20px;
    font-size:1.2rem;
    font-family:lato;
}
.multilogin_area .register_area .register_inner .login_title_text span{ 
    background:#f8f8f8; 
    padding:0 10px; 
}
.multilogin_area .register_area .register_inner .social_login_area{
    margin-top:10px;
    margin-bottom:10px;
}
.multilogin_area .register_area .register_inner .form-btn-sec{

    margin:20px 0 15px 0;
}
.multilogin_area .register_area .register_inner .form-btn.loginnw{
    border-radius: 4px;
    border: 0 none;
    border-radius: 2px;
    max-width:none;
    width:100%;
    padding:12px 0 12px 55px;    
    font-size:1.2rem;
    text-transform:uppercase;
    font-family:"lato";
    font-weight:600;
    box-shadow: none;

    color: #fff;
    background-color: #6a99dd;
    border-color: rgba(0,0,0,0.2);
    margin-bottom: 15px;
    position:relative;
    border:1px solid #5780bb;
    text-align:left;

}
.multilogin_area .register_area .register_inner .form-btn.loginnw .btn-icon{
    position:absolute;
    left:0;
    top:0;
    font-size: 1.9em;
    line-height: 45px;
    width:45px;
    border-right:1px solid #5780bb;
    background:#4783db;
    text-align:center;

}
.multilogin_area .register_area .register_inner .form-btn{
    background-color: #e1e1e1;
    color:#3a3a3a;
    border: 0 none;
    border-radius: 2px;
    max-width:174px;
    width:100%;
    padding:10px 0;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.75);
    display:table;
    margin:0 auto;

}

.multilogin_area .register_area .register_inner .form-btn.loginnw.act{
    background-color: #6a99dd;
}
.multilogin_area .register_area .register_inner .form-btn.act{
    background-color: #006bb3;
    color:#fff;

}
.multilogin_area .register_area .register_inner .social_login_area .btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family:lato;
    padding:12px 12px;
    padding-left:55px;
    font-weight:bold;
    font-size:1.2rem;
}
.multilogin_area .register_area .register_inner .btn-submit {
    background-color: #881405;
    width:100% !important;
    text-transform:uppercase;
}
.multilogin_area .register_area .register_inner label.error {
    line-height:16px;
    height:auto;
    color:red;
}
.multilogin_area .register_area .register_inner .social_login_area .btn-google {
    color: #fff;
    background-color: #4784dd;
    border-color: rgba(0,0,0,0.2);
    margin-bottom: 15px;
}
.multilogin_area .register_area .register_inner .social_login_area .btn-facebook {
    color: #fff;
    background-color: #385486;
    border-color: rgba(0,0,0,0.2);
    margin-bottom: 15px;
}
.multilogin_area .register_area .register_inner .social_login_area .btn-mobile,.multilogin_area .register_area .register_inner .social_login_area .btn-mail {
    color: #fff;
    background-color: #719ed9;
    border-color: rgba(0,0,0,0.2);
    margin-bottom: 15px;
}

.multilogin_area .register_area .register_inner .social_login_area .btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    line-height: 45px;
    font-size: 1.9em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
    color:#fff;
}
.multilogin_area .register_area .register_inner .social_login_area .btn-facebook > :first-child {
    background-color:#2a4065;
}
.multilogin_area .register_area .register_inner .social_login_area .btn-google > :first-child {
    background-color: #2f5890;
}


.multilogin_area .register_area .register_inner .social_login_area .btn-mail > :first-child,.multilogin_area .register_area .register_inner .social_login_area .btn-mobile > :first-child {
    background-color: #5289d7;
}
body .multilogin_area .register_area .register_inner .form-control{
    border:1px solid #333;
    /*border-radius:5px;*/
    line-height: normal;
    padding:5px;
    margin-bottom:10px;
    height: 40px;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
}
body .multilogin_area .register_area .register_inner .input-group{
    width:100%;
}
body .multilogin_area .register_area .register_inner .input-group .form-control{
    border:1px solid #333;
    /*border-radius: 5px 0px 0px 5px;*/
    height: 40px;
}
body .multilogin_area .register_area .register_inner .field-icon{
    cursor: pointer;
    float: right;
    position: absolute;
    right:18px;
    z-index: 2;
    font-size:1.5rem;
    padding:10px 0px;
    color:#555;
}
body .form-group .field-icon{
    cursor: pointer;
    float: right;
    position: absolute;
    right:18px;
    z-index: 2;
    font-size:1.5rem;
    padding:10px 0px;
    color:#555;
}
body .multilogin_area .register_area .register_inner .btn-primary{   
    margin-bottom: 10px;
    padding:9px;
    height: 40px;
    width: 90%;
    border-radius:0;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
}
body .multilogin_area .register_area .register_inner .custom_btn_area{   
    padding:0;
}
body .multilogin_area .register_area .register_inner .btn-primary#btn_mobile_verify{   
    background-color:#881405;
    border:1px solid #881405;
}
body .multilogin_area .register_area .register_inner .btn-primary#btn_signup{   
    background-color:#881405;
    border:1px solid #881405 ;
}
.multilogin_area .register_area .register_inner .forgot_pwd_area{
    text-align:right;
    padding:0px;
}
.multilogin_area .register_area .register_inner .forgot_pwd_area .txt-forgot{
    padding:0;
    color:#0094c8!important;
}

body #mobile-verify-popup{ position:relative; width:100%; max-width: 460px; display: none; background-color: #fff; z-index:999;}
body #mobile-verify-popup .mobile-verify-popup-inner{ position:relative; width:100%; padding:10px; display: table; background-color: #fff;}
body #mobile-verify-popup .mobile-verify-popup-inner p{ padding:0 0 8px 0; font-size: 15px; margin: 0;}
body #mobile-verify-popup .mobile-verify-popup-inner .inp-section{ display: table; margin: 0 auto; width: auto; position: relative; padding-bottom:10px;}
body #mobile-verify-popup .mobile-verify-popup-inner input{ float:left; padding: 3px 0 4px 10px; margin-right:12px; border: 1px solid #000; border-radius: 1px; width:300px;}
body #mobile-verify-popup .mobile-verify-popup-inner .msg, .msg-timer{ font-size:14px;  text-align:center;}
body #mobile-verify-popup .mobile-verify-popup-inner .msg.error{color:red}
body #mobile-verify-popup .mobile-verify-popup-inner .msg.succ{color:green}

/* scoial_accounts_popup */
body #scoial_accounts_popup{position:relative; width:100%; max-width: 610px; display: none; background-color: #fff; z-index:999; }
body #scoial_accounts_popup h2{ width:100%; margin: 0; padding: 15px 0; background-color: #2472bd; color:#fff; font-size: 20px; text-align: center; text-transform: uppercase; } 
body #scoial_accounts_popup .social_popup_inner{ width:100%; margin: 0; padding: 10px 15px; position: relative;} 
body #scoial_accounts_popup .social_popup_inner .aready_verified{padding: 10px 0 0 15px; color:#4b8628; font-size: 15px; position: absolute;} 
body #scoial_accounts_popup .social_popup_inner .aready_verified i{ font-size:20px;} 
body #scoial_accounts_popup .social_popup_inner p{ width:100%; margin: 0; padding:0 0 15px 0; color:#0a0a0a; font-size: 17px;} 
/*body #scoial_accounts_popup .social_popup_inner p:last:child{ padding-bottom: 15px;}*/ 
body #scoial_accounts_popup .btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
body #scoial_accounts_popup .btn-labeled {padding-top: 0;padding-bottom: 0; box-shadow:2px 3px 3px #70756f; position: relative}
body #scoial_accounts_popup .btn { margin-bottom:20px; }
body #scoial_accounts_popup .btn-facebook { border-radius:2px;  border:1px solid #425c95; background-color: #425c95; color: #fff; font-weight: bold; font-size:15px;}
body #scoial_accounts_popup .btn-facebook span{ background-color:#fff;}
body #scoial_accounts_popup .btn-facebook span.fb-text{ background-color:transparent; vertical-align:text-bottom}
body #scoial_accounts_popup .btn-facebook span i{ color:#425c95; font-size: 25px;}
body #scoial_accounts_popup .btn-gmail { border-radius:2px;  border:1px solid #498cf5; background-color: #498cf5; color: #fff; font-weight: bold; font-size:15px;}
body #scoial_accounts_popup .btn-gmail span{ background-color:#fff;}
body #scoial_accounts_popup .btn-gmail span.fb-text{ background-color:transparent; vertical-align:text-bottom}
body #scoial_accounts_popup .btn-gmail span i{ color:#425c95; font-size: 25px;}
body #scoial_accounts_popup .btn-section{width:100%; margin: 0; padding: 15px 0 0 0;}

/* Input with icon */
.input-icons i { 
    position: absolute; 
    right:30px;
    top:1px;
    font-size:16px;
} 
.input-icons i.fa-check { 
    color:green;
} 
.input-icons i.fa-times { 
    color:red;
} 
.icon { 
    padding: 10px; 
    /*color: green;*/ 
    min-width: 50px; 
    text-align: center; 
} 


@media screen and (max-height: 450px) {
    #page_sidenav {padding-top: 15px;}
    #page_sidenav a {font-size: 18px;}

}
@media (max-width: 500px) {
    body .multilogin_area .loginvia .form-btn { max-width: none !important; margin-bottom: 10px !important;}
    body .multilogin_area .form-btn-sec button{  max-width: none !important; margin-bottom: 10px !important; }
}

@media (max-width: 767px) {
    body .multilogin_area .register_area .register_inner .custom_btn_area{   
        padding-left:15px;
        padding-right:15px;
    }
    body .multilogin_area .register_area .register_inner .btn-primary{   
        width: 100%;
    }
    body header .container_in .top_cart_area .cart_mnu .menu_link {
        margin-top: 10px;   
    }
    body header{
        padding:0px;
    } 
    body header .container_in .header_right .menu_link{
        font-size: 3.5rem !important;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align:right;
    }
    body header .header_right{
        padding-right: 20px;
    } 
    body header .header_right .header_btm{
        margin-top:30px;
    } 
    #page_sidenav {
        top: 0px;
        right: -15px;
        line-height:initial;
    }
    #page_sidenav .closebtn {
        top: 10px;
        right: 30px;
        font-size: 40px;
    }
    body section#video_listing .coming_soon_list .list_item {
        text-align:center;
    }
    body header .header_left .logo{
        margin-top:5px;
        width:80%;
        margin-left:0;
    }
    body header .header_left{
        padding:0px 20px;
    } 
    body #home_abt{
        padding:90px 30px;
    }
    body #home_abt .choose_spz_area{
        width:100%;
        font-size:1rem;
        margin:0;
    }
    body #home_abt .choose_spz_area .dropdown-Specialization-spz {
        font-size: 1.5rem;
    }
    body #home_abt .choose_spz_area:hover .dropdown-Specialization-spz {
        font-size: 1.5rem;
    }
    body #home_abt .choose_spz_area .dropdown-Specialization-spz span {
        font-size: 2rem;
    }
    body .drpdwn_indicator li {
        width:20px;
        height:5px;
    }
    body #home_abt .home_sec_left{
        padding:0px;
        padding-bottom: 20px;
    }
    body #home_abt .home_sec_left h1{
        font-size: 2.5rem;
        text-align:center;
    }
    body #home_abt .home_sec_left h3{
        font-size: 1.5rem;
        text-align:center;
        line-height:25px;
    }
    body #home_abt .home_sec_left h4{
        font-size: 1.5rem;
        text-align:center;
    }
    body #home_abt .choose_spz_area .dropdown-lib-type {
        font-size: 1.5rem;
    }
    body #home_abt .choose_spz_area .choose_lib_area:hover .dropdown-lib-type{
        font-size: 1.5rem;
    }
    body #home_abt .choose_spz_area .dropdown-lib-type span {
        font-size: 2rem;
    }
    body #home_pa .home_pa_btn{
        font-size:1.5rem;
        padding:10px 20px;
        margin:205px 50px;
    }
    body #home_reason{
        padding-top:10px;
        padding-bottom:0px;
    }
    body #home_reason h1{
        font-size: 2rem;
        margin-bottom: 40px;
    }
    body #home_reason .reason_area{
        font-size:1rem;
        margin-bottom: 30px;
    }
    body #home_video {
        padding: 180px 30px;
    }
    body #home_video .video_desc {
        padding:0px;
        margin-bottom: 20px;
    }
    body #home_video .video_desc h3 {
        font-size:2.5rem;
        text-align:center;
        margin-bottom:10px;
    }
    body #home_video .video_desc p {
        font-size:1.3rem;
        text-align:center;
    }
    body #home_video .video_sec {
        font-size:1rem;
        padding-top:10px;
    }
    body #home_video .video_sec img {
        width:20%;
    }
    body #home_segment {
        padding:20px 10px;
    }
    body #home_segment h1 {
        font-size:2rem;
        margin-bottom:20px;
    }
    body #home_segment .segment_area{
        margin-bottom:25px;
    }
    body #home_segment .segment_area img {
        margin-bottom: 10px;
        width:20%;
    }
    body #home_segment .segment_area .segment_caption {
        font-size: 1rem;
    }
    body #home_ab {
        padding:108px 0px;
    }
    body #home_ab h1 {
        font-size: 2rem;
        margin-bottom: 50px;
    }

    body #home_ab .ab_img_caption {
        font-size: 1rem;
    }
    body #home_ab .controls_block{
        position: initial;
        color:#fff;
    } 
    body #home_ab .controls_block .carousel-control {
        width: 9%;
        font-size: 30px;   
    }
    body #home_ab .controls_block .carousel-control .glyphicon{
        color:#fff;
    } 
    #home_ab .owl-carousel img {
        height: 100px;
        width: 100px;
        margin-bottom:20px;
    }
    body #footer {
        padding:10px;
        text-align:center;
    }
    body #home_reason .reason_area{
        /*min-height: 111px;*/
    }
    body #home_reason .reason_area img {
        width: 40%;
    }
    body .login_btn, body .page_wrapper .box_login_area .sign_in{
        text-align: center;
        color:#b80500;;
        font-size: 1.5rem;
        font-family:lato;
        padding:5px;
        border:1px solid #b80500;
    }
    body .login_btn a{
        color:#b80500;;
    }
    body header .container_in .mo_menu .navbar-header .navbar-toggle {
        padding: 20px 0;
    }
    body #footer {
        font-size:1rem;
        padding:20px;
    }
    body .register_area .register_inner .register-form {
        padding:10px;   
    }
    body .register_area .reg_verify_success_inner .reg-succ {
        padding: 10px 0px;
    }
    body .register_area .reg-succ .reg-succ-message h4 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        line-height:25px;
    }
    body .register_area .reg-succ .reg-succ-h4 {
        font-size: 1.5rem;
    }
    body .register_area .reg-succ .segment_area img{
        margin-bottom:20px;
        width:40%;
    }
    body .register_area .reg-succ .segment_area .segment_caption{
        font-size: 1rem;   
    }
    body .register_area .reg_verify_success_inner .reg-succ {
        padding: 30px 0px 0px 0px;
        /*padding-bottom: 40px;*/
    }
    body .register_area .reg-succ .reg-succ-inner {

        padding: 10px;

    }
    body .register_area .reg-succ .reg-container {
        padding: 0px 80px;
    }
    body .register_area .reg-succ .reg-succ-note p{
        font-size:1rem;
    }
    body .register_area .register_inner .rem_sec{
        padding-left:15px;
    }
    /*    body .register_area .register_inner label:not(.rem_label){
            height:30px;
            line-height: 14px;
        }*/
    /*    body .register_area .register_inner .form-control {
            line-height: 16px;
            height:20px;
        }*/
    body .register_area .register_inner .btn-reg {
        width:100%;
    }
    body section#video_listing .channel_list {
        padding: 0px;
    }
    body #home_abt .home_sec_right .chosen_spz {
        width: 100%;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

}
@media (max-width: 767px) and (orientation:landscape) {
    body header .container_in .top_cart_area .cart_mnu .menu_link {
        margin-top: 30px;   
    }
    body header .container_in .header_right .menu_link{
        margin-top: 30px;
    }
    body header .header_right .header_btm{
        margin-top:60px;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    body header{
        padding:20px 30px;
    } 
    body header .container_in .top_cart_area .cart_mnu .menu_link {
        margin-top:20px;
    }
    body #home_abt .choose_spz_area .dropdown-Specialization-spz {
        background: #b80500;
        font-size: 2.5rem;
    }
    body #home_abt .choose_spz_area:hover .dropdown-Specialization-spz {
        font-size:2.5rem;
    }
    body #home_abt .choose_spz_area .dropdown-Specialization-spz span {
        font-size: 2.5rem;
    }
    body .drpdwn_indicator li {
        width:20px;
        height:5px;
    }
    body #home_abt .choose_spz_area .dropdown-lib-type {
        font-size: 2rem;
    }
    body #home_abt .choose_spz_area .choose_lib_area:hover .dropdown-lib-type{
        font-size: 2rem;
    }
    body #home_abt .choose_spz_area .dropdown-lib-type span {
        font-size: 2.5rem;
    }
    body #home_abt .home_sec_left {
        padding: 0px 50px;
    }
    body #home_abt {
        padding-top:100px;
        padding-bottom:100px;
    }
    body #home_pa .home_pa_btn {
        background: #b80500;
        color: #fff;
        font-size: 3rem;
        margin: 200px 150px;
    }
    body #home_video {
        padding: 100px 0px;   
    }
    body #home_video .video_desc {
        padding: 0px 50px;
    }
    body #home_footer .footer_left {
        font-size: 2rem;
    }
    body #home_footer .footer_menus {
        padding: 0;
    }
}


