
@font-face {
    font-family: 'Gotham Book Regular';
    src: url('../../../fonts/Gotham Book Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('../../../fonts/Gotham Bold.otf') format('opentype');
}

body {
    margin: 0 !important;
    padding: 0 !important;
    /*color: #4D4D4D !important;*/
    /*background: #fff;*/
    background: #f5f4f4;
    font-family: 'Poppins', sans-serif !important;
    /*font-family: Arial, Helvetica, sans-serif !important;*/
    overflow-x: hidden;
    font-size: 14px;
    color: #000 !important;
}

label, h1, h2, h3, h4, h5, h6 {
    margin: 0 auto;
    padding: 0;
}

p {
   /* margin: 0 0 10px !important;*/
}
ul{
    list-style-type:none;
    padding-left:0;
    margin-bottom:0;
}
a:hover {
    text-decoration: none !important;
}

button:focus {
    outline: 1px aqua transparent !important;
}
*:focus {
    outline: none;
}
.form-group {
    margin-bottom: 0.5rem !important;
}
.headerLogoright {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #9f9f9f;
    margin:7px 0px 0px 10px;
}
/*******************************************************************************/
.clr_white {
    color: #474747;
}
/**************************Landing page responsive******************************/
.featureSec {
    padding: 75px 0;
    margin-bottom: 40px;
}

.f-box {
    position: relative;
    transition: all ease-in-out .5s;
}

.f-content {
    position: absolute;
    width: 255px;
    height: 100%;
    top: 62px;
    left: 120px;
    background-color: #104c8a;
    padding: 20px;
    box-shadow: 8px 10px 8px -9px #000000b8;
    transition: all ease-in-out .3s;
    border: 2px solid transparent;
}

.f-content h4 {
    color: #fff;
    transition: all ease-in-out .3s;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.f-content p {
    color: #fff;
    transition: all ease-in-out .3s;
    font-size: 12px;
}

.firstSec {
    background-color: #828282;
}

.ContentSec {
    margin: 50px 0 11px;
    padding-bottom: 25px;
}

.contentHead {
    position: relative;
    top: -40px;
}

.contentHead h3 {
    color: #000;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.ContentSec ul li {
    color: #fff;
    line-height: 30px;
    font-size: 15px;
}

.contentHead h3 img {
    vertical-align: text-top;
    width: 75px;
}

.firstSec ul {
    margin-top: -50px;
}

.secondSec {
    background-color: #104c8a;
}

.secondSec ul {
    margin-top: -50px;
}

.contentArea {
    margin-top: -50px;
}

.contentArea > h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contentArea p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
}

.contact_footer {
    color: #fff;
    background-color: #4b4b4b;
    margin-top: 40px;
    padding: 20px 0;
}

.contact_footer h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.contact_footer a {
    font-size: 16px;
    color: #fbb500;
}

.contact_footer a:hover {
    font-size: 16px;
    color: #fbb500;
    text-decoration: underline !important;
    transition: 0.4s;
}

.contact_footer p {
    margin-top: 10px !important;
}

.ContentSec ul {
    padding-left: 30px;
    list-style-type: disc;
    margin-bottom: 15px;
}


@media (min-width: 320px) and (max-width: 480px) {
    .txt_size_17px {
        font-size: 14px !important;
    }
    .mob_pad0px {
        padding: 0 !important
    }
    .zindexclick {
        float: none !important;
    }
    .contentHead h3 {
        font-size: 20px;
    }
    .cvf_flow_div {
        top: 0px !important;
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
    }

        .cvf_flow_div h3 {
            font-size: 18px !important;
        }

        .cvf_flow_div p {
            font-size: 15px !important;
        }
    .f-box {
        margin-bottom: 75px;
    }

    .featureSec {
        padding: 30px 0 0px 0 !important;
        margin-bottom: 0px !important;
    }
    .mb100 {
        margin-bottom: 65px !important;
    }
    .ContentSec {
        margin: 40px 0 11px !important;
        padding-bottom: 25px;
    }
    .f-content {
        width: 210px !important;
        height: 85% !important;
    }

        .f-content h4 {
            margin-top: 0 !important;
            margin-bottom: 5px !important;
            font-size: 15px !important;
        }

        .f-content p {
            font-size: 11px !important;
        }
    .contentHead {
        position: relative;
        top: -30px !important;
    }
        .contentHead h3 img {
            vertical-align: text-top;
            width: 50px !important;
        }
    .successMessage {
        font-size: 14px !important;
        width: 92% !important;
    }
}
/**/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .zindexclick {
        float: none !important;
    }
    

        .featureSec {
            padding: 30px 0 20px 0 !important;
            margin-bottom: 0px !important;
        }
    .f-content {
        position: unset !important;
        width: 100% !important;
        height: 125px !important;
        padding: 10px 5px !important;
    }
    .mb100 {
        margin-bottom: 65px !important;
    }
        .f-content h4 {
            margin-top: 0 !important;
            margin-bottom: 5px !important;
            font-size: 15px !important;
        }

        .f-content p {
            font-size: 11px !important;
        }
    
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    .featureSec {
        padding: 50px 0 90px 0 !important;
        margin-bottom: 0 !important;
    }

}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .zindexclick {
        float: right !important;
    }

    .cvf_flow_div {
        top: 11% !important;
    }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .txt_size_17px {
        font-size: 14px !important;
    }
    .mob_pad0px{
        padding:0 !important
    }
    .zindexclick {
        float: none !important;
    }
    .cvf_flow_div {
        top: 6% !important;
        width: 50% !important;
    }
    .featureSec {
        padding: 50px 0 50px 0 !important;
        margin-bottom: 0 !important;
    }
    .mb100 {
        margin-bottom: 65px !important;
    }
    .f-content {
        position: unset !important;
        width: 100% !important;
        height: 110px !important;
        padding: 10px 5px !important;
    }

        .f-content h4 {
            margin-top: 0 !important;
            margin-bottom: 5px !important;
            font-size: 15px !important;
        }

        .f-content p {
            font-size: 11px !important;
        }
}

@media (min-width: 320px) and (max-width: 1023px) and (orientation: landscape) {
    .txt_size_17px {
        font-size: 14px !important;
    }
    .mob_pad0px {
        padding: 0 !important
    }
    .zindexclick {
        float: none !important;
    }
    .cvf_flow_div {
        top: 5% !important;
        position: absolute !important;
        left: 3% !important;
        width: 52% !important;
    }

        .cvf_flow_div h3 {
            font-size: 18px !important;
        }

        .cvf_flow_div p {
            font-size: 15px !important;
        }
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1024px) and (max-width: 1366px) {
    .cvf_flow_div {
        top: 15% !important;
    }
}
@media (min-width: 1025px) and (max-width: 1366px) {
    .zindexclick {
        float: right !important;
    }

    .cvf_flow_div {
        top: 15% !important;
    }

    .featureSec {
        padding: 65px 0 90px 0 !important;
        margin-bottom: 0 !important;
    }

    .mb100 {
        margin-bottom: 80px !important;
    }

    .f-content {
        position: absolute !important;
        width: 270px !important;
        height: 70% !important;
        padding: 10px 5px !important;
        top: 85px !important;
        left: 130px !important;
    }
}

/***********************************************************************************/
@media (min-width: 360px) and (max-width: 767px) {
    #headermenu {
        margin-top: 8px;
    }
    #headermenu li {
        margin-top: 13px !important;
        margin-right: 10px;
    }
 
}
@media only screen and (min-width:320px) and (max-width:640px) {
   
    
    #wrapper {
        margin-top: 9px;
    }
    .headerLogo {
        width: 160px;
        padding:6px 0;
    }
    .header_logo_left {
        padding: 0px 0px 0px 15px;
    }
    .header-r-menu {
        padding-right: 8px;
        padding-top:0px;
    }
    .headerLogoright {
        margin: 2px 0px 0px 6px;
    }
    #headermenu li {
        margin-top: 12px !important;
        margin-right:10px;
    }
    #headermenu .dropdown-menu > li {
        margin-top: 0px !important;
        font-size: 11px;
        padding-bottom: 0px !important;
    }
    .header-r-menu #headermenu ul li {
        margin-left: 0px !important;
    } 
    .contminh {
        padding-top: 60px;
    }
    #headermenu .dropdown-menu {
        top: 38px !important;
    }    
    .d-md-none {
        padding: 0px;
        font-size: 20px;
        padding-right:10px;
    }
    .sign_btn {
        font-size: 12px !important;
        padding: 6px 7px !important;
        margin-top: 12px !important;
    }
    .padle10 {
        padding-left:0px;
    }
    .registration_flow_div {
        width: 83%;
    }
    .arrow_img {
        display: none !important;
    }
    #page-content-wrapper {
        padding: 5px 0px 30px 0 !important;
    }
    .banner img {
        height: 88% !important;
        top: 48px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .mpfooter .col-xs-6 {
        width: 50% !important;
    }

    .welcome {
        max-width: 120px !important;
    }
    .wtext {
        display:none;
    }

    .headerLogoright {
        display:none;
    }
    .pdevoider {
        display: none;
    }

    .nav > li > a {
        padding: 5px 1px 5px 1px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height:40px;
    }

    .nav-pills.nav-wizard > li:not(:last-child) a:after {
        display: none;
    }

    .nav-pills.nav-wizard > li:not(:first-child) a:before {
        display: none;
    }

    .nav-pills.nav-wizard > li {
        border-right: 0px solid #ffffff !important;
        border-left: 1px solid #ffffff !important;
        display: table;
        width: 74px;
        line-height: 15px;
    }

    .disib {
        padding-bottom: 0px;
        /*margin-right: 5px;*/
    }
    .f-left {
        margin-right: 0px !important;
        width: 35% !important;
    }
    .headerLogo_d{
        width:135px;
        padding:8px 0;
    }

    .f-text {
        font-size: 10px !important;
        margin-top: 6px !important;
        width: 100% !important;
        line-height: 13px;
        padding: 10px !important;
        text-align:center !important;
    }
    .nav-pills.nav-wizard > li a {font-size: 11px !important;}
    .banner img {height: 77%;top: 48px;}
    #banner .nav-pills.nav-wizard > li a {font-size: 12px !important;}
    #banner .nav > li > a {padding: 10px 8px 9px 8px;}
    #banner .nav-pills.nav-wizard > li {width: 100px;    line-height: 18px;}
    #banner .nav-pills.nav-wizard > li:not(:last-child) a:after {border-width: 28px 0px 29px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:first-child) a:after {border-width: 27px 0px 28px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:first-child) a:before {border-width: 28px 0 29px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:last-child) a.active:before {border-width: 28px 0 27px 20px !important;}

    #dbanner .nav-pills.nav-wizard > li {width:100%;}
    .wizard .footer ul li {
        margin-right: 6px !important;
    }
    .wizard .footer ul li .btn {
        padding: 0.375rem 0.30rem;
    }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
    .mpfooter .col-xs-6 {
        width: 50% !important;
        font-size: 13px;
    }
    #dbanner .nav-pills.nav-wizard > li a {
        width: 100% !important;
        display: inline-table;
    }
    .disib {
        padding-bottom: 0px;
    }
    .wtext {
        display: none;
    }
    .nav > li > a {
        padding: 5px 1px 5px 1px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 50px;
    }
    .nav-pills.nav-wizard > li a {
        font-size: 12px !important;
        min-height: 50px;
        width: 110px;
        line-height: 15px;
        text-align: center;
    }
    .nav > li > a {
        padding: 10px 5px 9px 5px;
    }
    .nav-pills.nav-wizard > li:not(:last-child) a:after {
        display:none;
    }
    .nav-pills.nav-wizard > li:not(:first-child) a:before {
        display: none;
    }
    .nav-pills.nav-wizard > li {
        border-right: 1px solid #ffffff !important;
        border-left: 0px solid #ffffff !important;       
    }
    .f-text {
        font-size: 13px;
        margin-top: 10px !important;
        width: 100% !important;
        text-align: center !important;    
    }
    .f-left {
        margin-right: 12px !important;
        width:35% !important;
    }
    .banner img {height: 82%;top: 48px;}
    #banner .nav > li > a {padding: 10px 10px 9px 10px;line-height: 18px;}
    #banner .nav-pills.nav-wizard > li:not(:last-child) a:after {border-width: 28px 0px 29px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:first-child) a:after {border-width: 28px 0px 28px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:first-child) a:before {border-width: 28px 0 29px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:last-child) a.active:before {border-width: 28px 0 27px 20px !important;}
    .cdmm50 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 641px) and (max-width: 767px) {

    .disib {
        padding-bottom: 0px;
    }
    #headermenu .dropdown-menu > li {
        margin-top: 0px !important;
        font-size: 11px;
        padding-bottom: 0px !important;
    }
    .nav-pills.nav-wizard > li a {
        font-size: 13px !important;
    }

    .nav-pills.nav-wizard > li:not(:first-child) a:before {
        border-width: 18px 0 20px 20px !important;
    }

    .nav-pills.nav-wizard > li:not(:last-child) a:after {
        border-width: 18px 0 20px 20px !important;
    }
    .f-text {
        font-size: 13px;
        margin-top: 10px !important;
        width: 70% !important;
    }
    .f-left{
        width:30% !important;
    }
    #banner .nav > li > a {
        padding: 10px 10px 9px 10px;
    }
    #banner .nav-pills.nav-wizard > li:not(:last-child) a:after {border-width: 28px 0px 29px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:first-child) a:after {border-width: 28px 0px 29px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:first-child) a:before {border-width: 28px 0 29px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:last-child) a.active:before {border-width: 28px 0 29px 20px !important;}
    .profooter .button2 {padding: 7px 10px;}

}
@media only screen and (min-width:641px) and (max-width:991px) {    
    .d-md-none {
        padding: 0px 0px 0px 10px;
        font-size: 21px;
    }
    
    .registration_flow_div {
        width: 88% !important;
    }
        .registration_flow_div li {
            font-size: 12px !important;
        }
    .regt_after {
        width: 85px !important;
    }
    .nav > li > a {
        padding: 10px 2px 9px 2px;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .cdmm50 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .rwd50 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .welcometext {
        width: 230px;
    }
    .dascw50 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .apl_gird li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #sidebar-wrapper {
        width: 200px !important;
    }
    #wrapper {
        padding-left: 200px !important;
    }
    .f-left {
        width: 200px !important;
    }
    .f-text{
        width:70% !important;
    }
    .sidebar-nav {
        width: 200px !important;
    }
    .sidebar-nav li a {
        font-size: 13px !important;
        padding: 10px 14px !important;
    }
    #page-content-wrapper {
        padding: 15px 0px !important;
    }
    .panel-title a {
        font-size: 13px !important;
        padding: 10px 10px 10px 10px !important;
    }
    .nav-pills.nav-wizard > li a {
        font-size: 13px !important;
    }

    .nav-pills.nav-wizard > li:not(:first-child) a:before {
        border-width: 18px 0 20px 20px !important;
    }

    .nav-pills.nav-wizard > li:not(:last-child) a:after {
        border-width: 18px 0 20px 20px !important;
    }  
    #banner .nav > li > a {padding: 10px 10px 9px 10px;}
    #banner .nav-pills.nav-wizard > li:not(:last-child) a:after {border-width: 28px 0px 29px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:first-child) a:after {border-width: 28px 0px 29px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:first-child) a:before {border-width: 28px 0 29px 20px !important;}
    #banner .nav-pills.nav-wizard > li:not(:last-child) a.active:before {border-width: 28px 0 29px 20px !important;}

    .banner img {height:90%;}
    .profooter .button2 {padding: 7px 10px;}
    
}
@media only screen and (min-width:992px) and (max-width:1023px) {
    .header_logo_left {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header-r-menu {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (min-width:992px) and (max-width:1258px) {
    .registration_flow_div {
        width: 66%;
    }
    .registration_flow_div {
        width: 70% !important;
    }
}
@media only screen and (min-width:576px) and (max-width:767px) {
    .container {
        max-width: 100% !important;
    }
    #page-content-wrapper {
        padding: 5px 0px !important;
    }
    .profooter .button2 {padding: 7px 25px;}
}
@media (max-width: 767px) {
.cc-message {
    top: 0px !important;
}
.tac h2 {
    font-size: 18px;
}
.mpfta {
    text-align: left !important;
    padding-top: 0rem !important;
}
.w100p {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.lsatm50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right:0px;
}
}
@media only screen and (min-width:1024px) and (max-width:1200px) {
    .welcome {
        max-width:88px !important;
    }
}
/***********************.header start***********************************************************/
.preheader {
    background: white;
    position: fixed;
    padding: 5px 0 5px 8px;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0px -5px 12px;
} 

.header_center p {
    padding-top: 15px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}
.header_right_logo ul {
    float: right;
    margin-right: 15px;
}
.header_right_logo li {
    display: inline-block;
    padding-right: 3px;
}
.sign_btn {
    /*background: #672b4d;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    border: none;*/
    margin-top: 12px;
}

    .sign_btn:hover {
        color: #fff;
    }

#demo {
    position: relative;
    margin-top:75px;
}
.reset_pass {
    font-size: 14px;
}

.registration_flow_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000004f;
    border-radius: 10px;
    padding: 20px 10px 0px 10px;
}
    .registration_flow_div ul{
        text-align:center;
    }
    .registration_flow_div li {
        display: inline-block;
        color: #fff;
        /* height: 110px; */
        vertical-align: top;
        /* border: 1px solid; */
        font-size: 13px;
        margin-bottom: 20px;
    }
.arrow_img {
    position: relative;
    top: 16px;
}
.regt_name{
    line-height:1.2;
    margin-top:5px;
}
.reg_img_bg {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    padding-top:6px;
}
.regt_after{
    width:105px;
}

#popUpClose {
    position: relative;
    top: -28px;
    right: -1px;
    background: #dcdcdc;
    padding: 7px 10px 8px 25px;
    -webkit-border-radius: 0px 0px 0px 40px;
    -moz-border-radius: 0px 0px 0px 40px;
    border-radius: 0px 0px 0px 40px;
    text-shadow: none;
    color: #6e6e6e;
    opacity: 1;
}
#CartDetailsPopUpClose {
    position: relative;
    top: -28px;
    right: -1px;
    background: #dcdcdc;
    padding: 7px 10px 8px 25px;
    -webkit-border-radius: 0px 0px 0px 40px;
    -moz-border-radius: 0px 0px 0px 40px;
    border-radius: 0px 0px 0px 40px;
    text-shadow: none;
    color: #6e6e6e;
    opacity: 1;
}

#CartDeletionPopUpClose {
    position: relative;
    top: -28px;
    right: -1px;
    background: #dcdcdc;
    padding: 7px 10px 8px 25px;
    -webkit-border-radius: 0px 0px 0px 40px;
    -moz-border-radius: 0px 0px 0px 40px;
    border-radius: 0px 0px 0px 40px;
    text-shadow: none;
    color: #6e6e6e;
    opacity: 1;
}

#MultipledatacartPopUpClose {
    position: relative;
    top: -28px;
    right: -1px;
    background: #dcdcdc;
    padding: 7px 10px 8px 25px;
    -webkit-border-radius: 0px 0px 0px 40px;
    -moz-border-radius: 0px 0px 0px 40px;
    border-radius: 0px 0px 0px 40px;
    text-shadow: none;
    color: #6e6e6e;
    opacity: 1;
}

.title_style {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #575757;
}

/***********************************************************************************************/
.signin_input input {
    background: #e9e9e9;
    border: 0;
    border-radius: 0;
    height: 40px;
    border: 1px solid #ced4da;
}
.form-control:focus {
    background-color: #ffffff !important;
    border: 1px solid #125aa4 !important;
    box-shadow: 0 0 0 0.2rem rgba(18, 90, 164, 0.18);
}
.sign_in_icon {
    border: 0;
    background: #e9e9e9;
}
input::placeholder {
    color: #c0c0c0;
    font-size: 12px;
}
/*select {
    background: url(../../../Images/iicon.png) no-repeat right #fff !important;
    -webkit-appearance: none;
    background-position-x: 200px;
    border-radius: 0 !important;
    background-position-y: 24px !important;
    font-size: 13px !important;
    color: #747d84 !important;
}*/

/***********************************************************************************************/
/*footer {
    background: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:1000;
}*/
.footer_left p{
     font-size:14px;   
     color:#fff;
}
.footer_right img{
    float:right;
}
.f-left {
    background-color: #fff;
    width: 220px;
    margin-right: 0px;
}
.f-text {
    width: 100%;
    padding-top: 12px;
    font-size: 12px;
    letter-spacing: 0.7px;
    padding-left: 20px;
    padding-bottom: 12px;
    text-align: left;
}
#menu-toggle {
    color: #104c8a;
    padding-left: 0.75rem;
}

@media only screen and (min-width: 320px) and (max-width: 640px){
    #menu-toggle {
        
    }
}
/***********************************************************************************************/
.hide {
    display: none !important;
}
/**********************************************************************************************/
.main-container {
    background: #eaeaea;
    padding-top:30px;
    padding-bottom:30px;
}
.myprofile_title {
    color: #474747;
    font-size: 20px;
    font-weight: 600;
}
.float-right {
    text-align: right;
    /*font-size: 13px;*/
   
}
/*file upload btn*/
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type=file] {
    font-size: 0px;
    position: absolute;
    left: 0;
    top: 7px;
    opacity: 0;
    height: 35px;
    cursor: pointer;
}

.upload-btn-wrapper .form-control {
    line-height: 0;
}


/*****************************************************************************/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}

    #wrapper.toggled {
        padding-left: 220px;
    }

#sidebar-wrapper {
    z-index: 99;
    position: fixed;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    background: #104c8a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    padding: 15px 10px;
    background: #f5f4f4;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0px 0px 100px 0px;
    list-style: none;
}

.sidebar-nav li {
    /*text-indent: 10px;
    line-height: 30px;*/
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding:10px 10px;
}

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background: #0065b0;
    }
.sidebar-nav-active {
    text-decoration: none;
    color: #fff;
    background: #3e162e;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav li a img {
    opacity:0.5;
}
.sidebar-nav li a img:active {
    opacity: 1;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

        

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 220px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 220px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }    

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    .profooter .button2 {
        padding: 7px 10px;
    }
}
/******************************************************************************/
.d_header {
    background: #ffffff;
    padding-top: 0px;
    color: #fff;
    width: 100%;
    box-shadow: 0px -5px 11px #272727;
    position: fixed;
    z-index: 1000;
}
.dashb_title p {
    font-size: 22px;
    color: #474747;
    display: flex;
    padding-bottom: 6px;
}
.dashb_img {
    background: url('../../../Images/h_sprite_img.png') no-repeat 0 0px;
    width: 30px;
    height: 26px;
    float: left;
    margin-right: 10px;
}
.schedule_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -47px;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
.purchase_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -85px;
    width: 25px;
    height: 35px;
    float: left
}
.myorder_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -138px;
    width: 30px;
    height: 26px;
    float: left;
    margin-right: 10px;
}
.logout_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -182px;
    width: 30px;
    height: 26px;
    float: left;
    margin-right: 10px;
}
.progress_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 13px -222px;
    width: 45px;
    height: 50px;
    float:right;
}
.progress_img_transp{
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -285px;
    width: 45px;
    height: 45px;
}
.completed_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -337px;
    width: 45px;
    height: 45px;
}

.completed_img_transp {
    background: url(../../../Images/h_sprite_img.png) no-repeat 10px -455px;
    width: 45px;
    height: 48px;
    float: right;
}
.query_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -228px;
    width: 45px;
    height: 45px;
}
.query_img_transp {
    background: url(../../../Images/h_sprite_img.png) no-repeat 2px -507px;
    width: 55px;
    height: 48px;
    float:right;
}
.refersh_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -760px;
    width: 35px;
    height: 30px;    
}
.myquery_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat -36px -138px;
    width: 30px;
    height: 26px;
    float: left;
    margin-right: 10px;
}
#captchadiv img{
    height:40px;
}
.dashb_div {
    background: #6a3352;
    padding: 15px 12px;
    color: #fff;
    margin-bottom: 10px;
    min-height: 100px;
}
.dashb_div1 {
    background: #797979;
    color: #fff;
    padding: 15px 12px;
    margin-bottom: 10px;
    min-height: 100px;
}

.profile_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 3px -624px;
    width: 42px;
    height: 40px;
    background-color: #e9e9e9;
    border: 1px solid #ced4da;
}
.password_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 3px -695px;
    width: 42px;
    height: 40px;
    background-color: #e9e9e9;
    border: 1px solid #ced4da;
}
.emailotp_correct {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -1202px;
    width: 42px;
    height: 40px;
    background-color: #e9e9e9;
    border: 1px solid #ced4da;
}
.emailotp_wrong {
    background: url(../../../Images/h_sprite_img.png) no-repeat 5px -1157px;
    width: 42px;
    height: 40px;
    background-color: #e9e9e9;
    border: 1px solid #ced4da;
}
.email_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -660px;
    width: 42px;
    height: 40px;
    background-color: #e9e9e9;
    border: 1px solid #ced4da;
}
.contact_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 4px -729px;
    width: 42px;
    height: 40px;
    background-color: #e9e9e9;
    border: 1px solid #ced4da;
}
.download_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat -27px -556px;
    width: 30px;
    height: 20px;
    float: left;
}
.myprofile_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -633px;
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    right: 6px;
}
.changep_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0 -703px;
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    right: 6px;
}
.u_logout_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat -28px -184px;
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    right: 6px;
}
.My_cart_type_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0px -808px;
    height: 40px;
    width: 40px;
}
.My_cart_delete_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0px -1110px;
    height: 35px;
    width: 25px;
}
.prev_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat 0px -873px;
    height: 35px;
    width: 40px;
    float: left;
}
#headermenu li {
    margin-top: 18px;
}
/**********************************************************************************************/
.apl_gird {
    background: #fff;
    padding: 8px 14px 0px 14px;
    margin-bottom: 10px;
}
.apl_gird p{
    font-size:14px;
    font-weight:bold;
}
.apl_gird ul {
    text-align: left;
}
.apl_gird li {
    display: inline-block;
    line-height: 17px;
    padding-bottom:8px;
}
.adt_card_b {
    padding: 6px 15px;
    background: #cfcfcf;
    color: #a8a6a6 !important;
    cursor: auto !important;
    font-size:14px;
}
.star {
    /*color: #ff0000 !important;*/
    margin-right: 0.20rem;
}
/************************************************************************************************/
.imp_note_div {
    border-color: #ececec;
    margin: 10px;
}
.imp_note_div span {
    color: #b1375c;
}
.imp_note_div li{
    font-size:13px;
}
    /************************************************************************************************/
    @media only screen and (min-width:320px) and (max-width:640px) {
        .header_center p{
        font-size:16px;
        padding-top:5px;
    }
    .header_right_logo ul{
        text-align:right;
    }
        .proddetimg img{
            width:320px !important;
        }
        .pdevoider {
            height: 36px !important;
            top: 4px !important;
        }
}

@media only screen and (min-width:641px) and (max-width:991px) {

    .header_right_logo li {
        display: inline-block;
        padding-right: 0px;
    }
    .sign_btn{
        padding:4px 6px;
    }
    .header_center p{
        font-size:15px;
    }    
}

@media only screen and (min-width:992px) and (max-width:1258px) {

    .header_right_logo li {
        display: inline-block;
        padding-right: 3px;
    }
    .sign_btn {
        padding: 4px 6px;
    }
    .header_center p {
        font-size: 15px;
    }
    .registration_flow_div{
        width:65%;
    }
    .mpfta {
        font-size: 13px;
        padding: 0.5rem 0rem;
    }
}
.header-heading {
    font-size: 1.3rem;
}
.text56 {
    font-size: 1.1rem;
}


@media only screen and (max-width:1023px) {
    .header_center {
        display:none;
    }
    .rplr15 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}


@media only screen and (min-width:1024px) and (max-width:1199px) {
    .w50od {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.header-r-menu ul li{
    float:right;
    margin-left:10px;
}
.dinitial .mobNoprefixmyProfile {
    width: 15%
}
.dinitial .mobNowidthleftmyProfile {
    width: 100%
}

.My_cart_book_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat -8px -995px;
    height: 40px;
    width: 40px;
}

.My_cart_test_img {
    background: url(../../../Images/h_sprite_img.png) no-repeat -3px -808px;
    height: 40px;
    width: 40px;
}

.modal-header {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding:9px 15px;
}
.inpbgcolor {
    background-color: #e9e9e9 !important;
    font-size:12px;
}

.dclw70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.dclw60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.dclw30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.dclw40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.mpfta {
    text-align: right;
    padding-top: 0.5rem;
}
.marr5 {
    margin-right: 5px !important;
}
.welcome {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#474747;
}
.dinitial {
    display:block !important;
}
.hyphen{
    position: relative;
    z-index: 1;
    right: 2px;
}
.pdevoider {
    border-right: 1px solid #cecece;
    float: right;
    height: 40px;
    top: 8px;
    position: relative;
    padding-left: 5px;
}
#pdptable .table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #e6e6e6;
}
#pdptable .table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
    border-color: #ffffff;
}

#pdptable .table-bordered th, .table-bordered td {
    border: 1px solid #ffffff;
}

.listview ul{
    padding-left:0px !important;
}
.listview li {
    list-style-type: disc !important;
    display: list-item !important;
}
.wizard .listview ul {
    padding: 10px 15px 0px 30px !important;
    margin-bottom: 0px !important;
    background-color: #efebef;
}
.mpfooter {
    background-color: #efebef;
    line-height: 30px;
    padding: 8px 0px;
    font-weight: bold;
}
.h84 {
    height: 84px !important;
}
.vm1 {
    /*display: table;*/
    position: relative;
}
.vm2 {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}
.fs12 {
    font-size:12px;
}
.w170 {
    width:170px;
}
.letspe {
    letter-spacing: -0.4px;
}

.fs13-5 {
    font-size:13.5px !important;
}
/*Cookie Consent styles start*/
.cookieconsent {color: rgb(255, 255, 255);background-color: rgb(0, 0, 0);left: 0;right: 0;bottom: 0;align-items: center;}
.cc-window{padding: 1em 0em;width: 100%;position: fixed;overflow: hidden; font-size: 12px;z-index: 9999;opacity: 1;transition: opacity 1s ease;}
.cc-banner .cc-message{box-sizing: border-box;}
.cc-compliance {align-items: center;align-content: space-between;}
.cc-btn {display: block;padding: .4em .8em;font-size: .9em;font-weight: 700;border-width: 2px;border-style: solid;text-align: center;white-space: nowrap;
    color: rgb(0, 0, 0);background-color: rgb(255, 255, 255);border-color: transparent;min-width: 140px;}
.cc-link{text-decoration: underline;opacity: .8;display: inline-block;padding: .2em;color: rgb(255, 255, 255);}
.cc-link:active,.cc-link:visited{color: rgb(255, 255, 255);}
.cc-link:hover {opacity: 1;}
.cc-btn:hover,.cc-btn:visited,.cc-btn:active,.cc-btn:focus{text-decoration: underline;border-color: transparent;color: rgb(0, 0, 0);}
@media screen and (min-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-banner .cc-message {
    margin-bottom:5px;
    }
}
@media screen and (max-width: 575px) {
    .cc-window {
        padding: 0em 0em 1em 0em;
    }
}
.cc-message{position: relative;top: 5px;}
/*Cookie Consent styles end*/

.dbdelete {
    font-size: 24px;
    border: 1px solid #F5821E;
    color: #F5821E;
    padding: 6px 10px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 24px;
}
    .dbdelete:hover {
        border: 1px solid #F5821E;
        color: #fff;
        background-color: #F5821E;
        transition: 0.3s;
    }

.delete{font-size:18px;color: #ff5858;}
.delete:hover{color: #652c4d;}

.spullh li{line-height: 20px; margin-bottom:14px;}
.spullh50{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
/************************************************************************/
.tablewidth100{
    width:100%;
}
.tablewidth100 td{
    padding:5px;
    border:0;
}
.tdwidth30{
    width:100px;
}
.tdwidth5{
    width:5px;
}
/**************************************************************************/
#HCL_contminh_new {
    padding-bottom: 90px !important;
}
.HCL_terms_cond_div h4 {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    padding: 15px 5px;
    background: #fff !important;
}

.HCL_terms_cond_div h5 {
    border-bottom: 1px solid #999;
    color: #104c8a;
    font-size: 18px !important;
}

.HCL_terms_cond_div p {
    margin-bottom: 10px !important;
    font-size: 13.5px !important;
}

.HCL_terms_cond_div ul {
    padding-left: 20px !important;
    list-style-type: disc !important;
    margin-bottom: 10px !important;
}

.HCL_terms_cond_div a {
    color: #007bff !important;
}
/***********************************************************************************/
.minHeight98 {
    min-height: 98px !important;
}
/************************************************************************************/
.banner_right_left_div{
    position:absolute;
    right:15px;
}
.landing_page_banner {
    background: linear-gradient(to right, #ddd, #fff);
    padding: 25px 0;
}
.left_techbee_div1{
    margin:18px 0;
}
.left_startup_div1 .startup_fntsiz {
    font-size: 20px;
    color: #000;
}

.left_startup_div1 .university_fntsiz {
    color: #000;
    font-size: 18px;
}

.left_techbee_div1 .techbee_img1 {
    display: table-cell;
}

.left_techbee_div1 .techbee_content1 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
}

.left_techbee_div1 .techbee_reg_fontsize18px {
    font-size: 18px;
    color: #000;
}

.left_techbee_div1 .techbee_date_fontsize {
    font-size: 20px;
    color: #0065b0;
}

.program_high_div p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.program_high_div ul {
    font-size: 16px;    
    padding-left: 0px;
    margin-bottom:18px;
}
    .program_high_div ul li:before {
        content: "\f0da"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        width: 14px;
        color: #b8b8b8;
    }

    .left_eligibity_div p {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
    }
.left_eligibity_div ul {
    font-size: 16px;
    padding-left: 0px;
    margin-bottom:18px;
}
.left_eligibity_div ul li:before {
    content: "\f0da"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;    
    width:14px;
    color: #b8b8b8;
}
.banner_mob_pad0{
    padding-left:45px;
}
/******************************/
.reghere_div {
    position: absolute;
    right: 0;
    top: -29px;
    color: #000;
    width: 225px !important;
}
.right_reg_banner_img img{ 
    margin-top:50px;
}
.right_reg_div .reghere_fntsize20 {
    color: #0065b0;
    font-size: 18px;
}
.reghere_fntsize20:after {
    content: "";
    width: 50px;
    height: 37px;
    display: inline-block;
    background: url('../../../Images/reg_arrow.png');
    margin-left: 15px; 
    margin-top:20px;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .landing_page_banner {
        background: linear-gradient(to right, #ddd, #fff);
        padding: 20px 0;
    }
    .left_techbee_div1 {
        margin: 8px 0;
    }

    .left_startup_div1 .startup_fntsiz{
        font-size:13px !important;
    }
    .left_startup_div1 .university_fntsiz {
        font-size: 13px !important;
    }
    .left_techbee_div1 .techbee_content1 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px !important;
    }
    .left_techbee_div1 .techbee_reg_fontsize18px {
        font-size: 15px !important;
    }
    .left_techbee_div1 .techbee_date_fontsize {
        font-size: 18px !important;
        color: #0065b0;
    }
    .program_high_div p {
        font-size: 14px !important;        
    }
    .program_high_div ul {
        font-size: 12px !important;       
    }
    .left_eligibity_div p {
        font-size: 14px !important;
    }

    .left_eligibity_div ul {
        font-size: 12px !important;
    }
    
    .banner_right_left_div {
        position: absolute;
        right: 5px;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .left_startup_div1 .startup_fntsiz {
        font-size: 18px !important;
    }

    .left_startup_div1 .university_fntsiz {
        font-size: 18px !important;
    }

    .left_techbee_div1 .techbee_content1 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 30px !important;
    }

    .left_techbee_div1 .techbee_reg_fontsize18px {
        font-size: 15px !important;
    }

    .left_techbee_div1 .techbee_date_fontsize {
        font-size: 18px !important;
        color: #0065b0;
    }

    .program_high_div p {
        font-size: 17px !important;
    }

    .program_high_div ul {
        font-size: 15px !important;
    }

    .left_eligibity_div p {
        font-size: 17px !important;
    }

    .left_eligibity_div ul {
        font-size: 15px !important;
    }
     
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .banner_scroll_div{
        margin:30px 0 10px 0;
    }
    .banner_mob_pad0 {
        padding-left: 15px;
    }
    .left_techbee_div1 {
        margin: 8px 0;
    }
    .program_high_div{
        margin:10px 0;
    }
    .left_eligibity_div {
        margin:10px 0;
    }
    .reghere_div{
        display:none;
    }
    .right_reg_banner_img img {
        width: 70%;
        display: block;
        margin: 0px auto 20px;
    }
    .landing_page_banner {
        padding: 20px 0 !important;
    }
    .left_startup_div1 .startup_fntsiz {
        font-size: 14px !important;
    }
    .left_startup_div1 .university_fntsiz {
        font-size: 14px !important;
    }
    .left_techbee_div1 .techbee_img1 {
        display: block;
        width: 50%;
        margin: 0 auto;
    }
    .left_startup_div1 h3{
        font-size:23px;
    }
    .left_techbee_div1 .techbee_content1 {
        padding-left: 0px !important;
    }
    .left_techbee_div1 .techbee_reg_fontsize18px {
        font-size: 13px !important;
    }
    .left_techbee_div1 .techbee_date_fontsize {
        font-size: 15px !important;
        color: #0065b0;
    }
    .program_high_div p {
        font-size: 14px !important;        
    }
    .program_high_div ul {
        font-size: 12px !important;
        margin-bottom:10px;
    }
    .left_eligibity_div p {
        font-size: 14px !important;
    }

    .left_eligibity_div ul {
        font-size: 12px !important;
        margin-bottom:10px;
    }
    .techbee_img1 img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 360px) and (max-width: 767px) and (orientation: landscape) {
    .landing_page_banner {
        padding: 30px 0 !important;
    }
    .right_reg_div .reghere_fntsize20 {
        color: #0065b0;
        font-size: 16px;
    }
    .left_techbee_div1 {
        margin: 8px 0;
    }
    .left_techbee_div1 .techbee_content1 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }

    .left_startup_div1 .startup_fntsiz {
        font-size: 11px;
    }

    .left_startup_div1 .university_fntsiz {
        font-size: 12px;
    }

    .banner_right_left_div {
        position: absolute;
        right: 0px;
    }

    .right_reg_banner_img img {
        width: 100%;
        display: block;
        margin: 0px auto 20px;
    }

    .techbee_img1 img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .left_techbee_div1 .techbee_reg_fontsize18px {
        font-size: 14px;
    }

    .left_techbee_div1 .techbee_date_fontsize {
        font-size: 15px;
        color: #0065b0;
    }

    .program_high_div p {
        font-size: 14px !important;
    }

    .program_high_div ul {
        font-size: 12px !important;
    }

    .left_eligibity_div p {
        font-size: 14px !important;
    }

    .left_eligibity_div ul {
        font-size: 12px !important;
    }
    .reghere_div {
        position: absolute;
        right: 0;
        top: -43px;
        color: #000;
        width: 195px !important;
    }
    .banner_mob_pad0 {
        padding-left: 25px;
    }
}


/*******************************************************************************/
.banner_scroll_bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-14px);
    }

    60% {
        transform: translateY(-12px);
    }
}
/*********************************************************************************/
#HCL_dashboard_wizard .wizard {
    margin: 0px auto 5px auto;
    background: #fff;
}

    #HCL_dashboard_wizard .wizard .nav-tabs {
        position: relative;
        margin: 10px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    #HCL_dashboard_wizard .wizard > div.wizard-inner {
        position: relative;
    }

#HCL_dashboard_wizard .connecting-line {
    height: 2px;
    background: #b5b5b5;
    position: absolute;
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 26px !important;
    z-index: 1;
}

#HCL_dashboard_wizard .wizard .nav-tabs > li.active > a, #HCL_dashboard_wizard .wizard .nav-tabs > li.active > a:hover, #HCL_dashboard_wizard .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

#HCL_dashboard_wizard span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    padding: initial;
}

    #HCL_dashboard_wizard span.round-tab i {
        color: #555555;
        position: relative;
        bottom: 5px;
        font-size: 14px;
    }

#HCL_dashboard_wizard .wizard li.active span.round-tab {
    background: #00AFBE;
    border: 2px solid #00AFBE;
}

    #HCL_dashboard_wizard .wizard li.active span.round-tab i {
        color: #fff;
        font-size: 14px;
    }

#HCL_dashboard_wizard span.round-tab:hover {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    padding: initial;
}

#HCL_dashboard_wizard .wizard .nav-tabs > li {
    width: 33%;
    font-size: 15px;
}

#HCL_dashboard_wizard .wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

#HCL_dashboard_wizard .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

#HCL_dashboard_wizard .wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
    cursor: default !important;
}

    #HCL_dashboard_wizard .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

#HCL_dashboard_wizard .wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

#HCL_dashboard_wizard .wizard h3 {
    margin-top: 0;
}

@media( max-width : 1179px ) {
    #HCL_dashboard_wizard .connecting-line {
        top: 33%;
    }
}

@media( max-width : 585px ) {
    #HCL_dashboard_wizard .wizard {
        width: 100%;
        height: auto !important;
    }

        #HCL_dashboard_wizard .wizard .nav-tabs > li {
            font-size: 9px !important;
            line-height: 14px;
        }

        #HCL_dashboard_wizard .wizard li.active:after {
            content: " ";
            position: absolute;
            left: 35%;
        }

    #HCL_dashboard_wizard .connecting-line {
        top: 30%;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    #HCL_dashboard_wizard .wizard .nav-tabs > li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/********************************************************************/
#dbanner .nav-pills.nav-wizard > li {
    position: relative;
    overflow: visible;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

    #dbanner .nav-pills.nav-wizard > li + li {
        margin-left: 0;
    }

    #dbanner .nav-pills.nav-wizard > li:first-child {
        border-left: 0;
    }

    #dbanner .nav-pills.nav-wizard > li:last-child {
        border-right: 0;
    }

    #dbanner .nav-pills.nav-wizard > li a {
        border-radius: 0;
        color: #fff;
        background-color: #707070;
    }

    #dbanner .nav-pills.nav-wizard > li:not(:last-child) a:after {
        position: absolute;
        content: "";
        top: 0px;
        right: -15px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 34px 0px 35px 15px;
        border-color: transparent transparent transparent #707070;
        z-index: 150;
    }

    #dbanner .nav-pills.nav-wizard > li:not(:first-child) a:after {
        position: absolute;
        content: "";
        top: 0px;
        right: -15px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 34px 0px 35px 15px;
        border-color: transparent transparent transparent #652c4d;
        z-index: 150;
    }

    #dbanner .nav-pills.nav-wizard > li:not(:first-child) a:before {
        position: absolute;
        content: "";
        top: 0px;
        left: -15px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 34px 0px 35px 15px;
        border-color: #652c4d #652c4d #652c4d transparent;
        z-index: 150;
    }

    #dbanner .nav-pills.nav-wizard > li:not(:last-child) a.active:before {
        position: absolute;
        content: "";
        top: 0px;
        left: -15px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 34px 0px 35px 15px;
        border-color: #104c8a #104c8a #104c8a transparent;
        z-index: 150;
    }

    #dbanner .nav-pills.nav-wizard > li a.active {
        background-color: #104c8a;
    }

    #dbanner .nav-pills.nav-wizard > li:not(:last-child) a.active:after {
        border-color: transparent transparent transparent #104c8a;
    }

    #dbanner .nav-pills.nav-wizard > li:hover a {
        color: #fff;
    }

#dbanner .nav > li > a {
    padding: 10px 10px 9px 10px;
}

#dbanner .nav-pills.nav-wizard > li {
    margin-bottom: 30px;
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .progress_img {
        position: absolute;
        bottom: 15px;
        right: 20px;
    }

    .completed_img_transp {
        position: absolute;
        bottom: 15px;
        right: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #HCL_dashboard_wizard .wizard .nav-tabs > li{
        font-size:13px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 1023px) and (orientation: landscape) {
    #HCL_dashboard_wizard .wizard .nav-tabs > li {
        font-size: 13px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #dbanner .nav-pills.nav-wizard > li:not(:last-child) a.active:before {
        display: none !important;
    }

    #dbanner .nav-pills.nav-wizard > li:not(:last-child) a.active:after {
        display: none;
    }

    #dbanner .nav-pills.nav-wizard > li {
        border-right: 0px solid transparent !important;
        margin-bottom: 20px;
    }

        #dbanner .nav-pills.nav-wizard > li:not(:first-child) a:before {
            display: none;
        }

        #dbanner .nav-pills.nav-wizard > li + li {
            border-left: 0;
        }

        #dbanner .nav-pills.nav-wizard > li:not(:first-child) a:after {
            display: none;
        }

    #dbanner .nav-pills.nav-wizard > li {
        border: none !important;
        width: 350px;
    }

    .progress_img {
        position: absolute;
        bottom: 15px;
        right: 20px;
    }

    .completed_img_transp {
        position: absolute;
        bottom: 15px;
        right: 20px;
    }

    #dbanner .wizard .nav-tabs > li {
        width: 25%;
        font-size: 11px;
    }

    #dbanner .nav-pills.nav-wizard > li a {
        text-align: left !important;
    }

    #dbanner .nav-pills.nav-wizard > li a {
        font-size: 14px !important;
    }

    .vm2 {
        height: 42px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    #dbanner .nav-pills.nav-wizard > li:not(:last-child) a.active:before {
        display: none;
    }

    #dbanner .nav-pills.nav-wizard > li:not(:last-child) a.active:after {
        display: none;
    }

    #dbanner .nav-pills.nav-wizard > li {
        border-right: 0px solid transparent !important;
    }

        #dbanner .nav-pills.nav-wizard > li:not(:first-child) a:before {
            display: none;
        }

        #dbanner .nav-pills.nav-wizard > li + li {
            border-left: 0;
        }

        #dbanner .nav-pills.nav-wizard > li:not(:first-child) a:after {
            display: none;
        }

        #dbanner .nav-pills.nav-wizard > li:not(:last-child) a:after {
            display: none;
        }
}
/****************************************************************************/

.msg_bg_white {
    background: #fff;
    padding: 10px;
    color: #F5821E;
    box-shadow: 0px 0px 5px #555;
    border-radius: 5px;
    margin-top: 12px;
}
.msg_bg_white ul li {
    padding-bottom: 10px;
}
.msg_bg_white ul.dashed {
    list-style-type: none;
}
.msg_bg_white ul.dashed > li {
    text-indent: -12px;
}
.msg_bg_white ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
    font-weight: 600;
}
.msg_bg_white a:hover {
    color: #00afbe !important;
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .delvery_status_div {
        float: left !important;
    }

    .mob_font_size {
        font-size: 13px;
    }
}

@media only screen and (min-width:641px) and (max-width:991px) {
    .delvery_status_div {
        float: left !important;
    }
} 
/****************************************************************************/
.txt_size_17px {
    font-size: 16px;
}

.txt_size_17px_nobootom {
    font-size: 16px;
    padding-bottom: 0px;
}

.txt_size_17px_top10 {
    font-size: 16px;
    padding-top: 10px;
}

.txtblack {
    color: #000000 !important;
}

.txt_size_22px {
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px;
}

.delvery_status_div {
    float: right;
}
/**********************************************************/
.oopscontainer{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    font-size:16px;
}
.hz_vrt_div_center_align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 19px;   
}
@media only screen and (min-width: 320px) and (max-width: 480px){
    .hz_vrt_div_center_align {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 14px;
        width:90%;
    }
}
@media only screen and (min-width: 360px) and (max-width: 1023px){
    .hz_vrt_div_center_align {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 14px;
        width: 90%;
    }
}
/*********************************************************************************/
.side_bar_inactive {
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    right: -455px;
    width: 455px;
    min-height: 480px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0, .5);
    transition: 0.5s ease-in-out;
    z-index:155;
}

.side_bar_active {
    right: 0;
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    width: 455px;
    min-height: 480px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0, .5);
    transition: 0.5s ease-in-out;
    z-index: 155;
}

    .side_bar_active input, select {
        background: #e9e9e9;
        border: 0;
        border-radius: 0;
        height: 40px;
        border: 1px solid #ced4da;
        width: 100%;
        padding: 5px;
    }

    .side_bar_active textarea {
        background: #e9e9e9;
        border: 0;
        border-radius: 0;
        border: 1px solid #ced4da;
        width: 100%;
        padding: 5px;
        resize: none;
        color: #000;
    }

    .side_bar_active .form-group {
        margin-bottom: 15px !important;
    }

.query_submit_btn {
    background: #104c8a !important;
    width: 25% !important;
    height: 34% !important;
    display: block;
    margin: 0 auto;
    border-radius: 5px !important;
    color: #fff;
    cursor: pointer;
}

    .query_submit_btn:hover {
        background-color: #fff !important;
        border: 1px solid #104c8a;
        transition: 0.3s;
        color: #104c8a !important;
    }

.side_bar_active span {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
}

.side_bar_active a {
    background: #eeeeee;
    border: 1px solid #5b5b5b;
    color: #5b5b5b;
    font-size: 14px;
    padding: 5px 12px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-left: 8px;
}

    .side_bar_active a i {
        font-size: 16px;
    }
/**************************************************************************/
.side_bar_inactive input, select {
    background: #e9e9e9;
    border: 0;
    border-radius: 0;
    height: 40px;
    border: 1px solid #ced4da;
    width: 100%;
    padding: 0px;
    color: #000;
}

.side_bar_inactive textarea {
    background: #e9e9e9;
    border: 0;
    border-radius: 0;
    border: 1px solid #ced4da;
    width: 100%;
    padding: 5px;
    resize: none;
    color: #000;
}

.side_bar_inactive .form-group {
    margin-bottom: 15px !important;
}

/*.side_bar_inactive input[type="button"] {
    background: #7ab947;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 16px;
    display: block;
    width: 25%;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 5px;
}*/

.side_bar_inactive span {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
}

.side_bar_inactive a {
    background: #eeeeee;
    border: 1px solid #5b5b5b;
    color: #5b5b5b;
    font-size: 15px;
    padding: 5px 12px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-left: 8px;
}

    .side_bar_inactive a i {
        font-size: 16px;
    }
/**************************************************************************/

#toggle123 {
    position: absolute;
    top: 222px;
    left: -104px;
    width: 175px;
    height: 35px;
    line-height: 2.5;
    text-align: center;
    cursor: pointer;
    background: #ffc502;
    color: #555;
    transform: rotate(-90deg);
    border-radius: 20px 20px 0 0;
}

.mobile_modal_hide {
    display: block !important;
}

.mobile_modal_show {
    display: none !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .mobile_modal_show {
        display: block !important;
    }

    .mobile_modal_hide {
        display: none !important;
    }


    .side_bar_active {
        right: 0;
        position: absolute;
        transform: none;
        top: 125px;
        width: 100%;
        min-height: 500px;
        padding: 10px;
        background: #fff;
        box-shadow: 0 20px 50px rgba(0,0,0, .5);
        transition: 0.5s ease-in-out;
        z-index: 100;
    }

        .side_bar_active span {
            display: block;
            margin-bottom: 0 !important;
        }

        .side_bar_active a {
            font-size: 13px;
            padding: 5px 15px;
            float: none !important;
            display: inline-block;
            margin: 5px auto 10px !important;
        }

        .side_bar_active #toggle123 {
            position: absolute;
            top: -32px;
            left: 92px;
            right: 0;
            width: 170px;
            height: 32px;
            line-height: 2.5;
            text-align: center;
            cursor: pointer;
            background: #ffc502;
            color: #555;
            transform: rotate(0deg);
            border-radius: 20px 20px 0 0;
        }

    #toggle123 {
        position: absolute;
        top: 50%;
        left: -103px;
        width: 170px;
        height: 36px;
        line-height: 2.5;
        text-align: center;
        cursor: pointer;
        background: #ffc502;
        color: #555;
        transform: rotate(-90deg);
        border-radius: 20px 20px 0 0;
    }
}

@media (min-width: 360px) and (max-width: 1023px) and (orientation: landscape) {
    .side_bar_active {
        right: 0;
        position: absolute;
        transform: translate(10px, 10px);
        top: 70px;
        right: 0;
        width: 455px;
        height: auto;
        padding: 20px;
        background: #fff;
        box-shadow: 0 20px 50px rgba(0,0,0, .5);
        transition: 0.5s ease-in-out;
        z-index: 100;
    }

        .side_bar_active #toggle123 {
            position: relative;
            top: 47px;
            left: -122px;
            width: 170px;
            height: 35px;
            line-height: 2.5;
            text-align: center;
            cursor: pointer;
            background: #ffc502;
            color: #555;
            transform: rotate(-90deg);
            border-radius: 20px 20px 0 0;
        }
}
/*************************************************************************************/

.tracking-detail {
    padding: 3rem 0
}

#tracking {
    margin-bottom: 1rem
}

.tracking-item {
    border-left: 1px solid #104c8a;
    position: relative;
    padding: 10px 15px 10px 40px;
    font-size: .9rem;
    margin-left: 3rem;
}

    .tracking-item .tracking-date {
        margin-bottom: .5rem
    }

        .tracking-item .tracking-date span {
            color: #888;
            font-size: 85%;
            padding-left: .4rem
        }

.tracking-date p {
    font-size: 13px;
    background: #fff;
    padding: 4px;
    color: #8f918f;
}

.tracking-item .tracking-content {
    padding: 10px;
    background-color: #fff;
    min-height: 46px;
    position: relative;
}

    .tracking-item .tracking-content span {
        display: block;
        color: #888;
        font-size: 85%;
        text-align: justify;
    }

.tracking-item .tracking-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #fff;
    border: 1px solid #104c8a;
    color:#104c8a;
}



@media(min-width:992px) {
    .tracking-item {
        margin-left: 8.5rem !important;
    }

        .tracking-item .tracking-date {
            position: absolute;
            left: -8rem;
            width: 5.5rem;
            text-align: left;
        }

            .tracking-item .tracking-date span {
                display: block
            }
}

.tracking-date:before {
    display: none;
    content: " ";
    height: 0;
    position: absolute;
    top: 13px;
    width: 0;
    z-index: 1;
    right: -7px;
    border: medium solid #eaeaea;
    border-width: 8px 0px 8px 7px;
    border-color: transparent transparent transparent #fff;
}

.tracking-content:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 14px;
    width: 0;
    z-index: 1;
    left: -8px;
    border: medium solid #eaeaea;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
}

/*****************************************************************************************/
@media (min-width: 320px) and (max-width: 480px) {
    .tracking-item:last-child {
        padding-bottom: 0.5rem;
    }

    .tracking-item {
        margin-left: 1rem;
        padding: 10px 0px 10px 30px;
    }

    .tracking-date:before {
        display: none;
    }

    .tracking-content::before {
        display: none;
    }
}

@media (min-width: 360px) and (max-width: 1023px) and (orientation: landscape) {
    .tracking-item:last-child {
        padding-bottom: 0.5rem;
    }

    .tracking-date:before {
        display: none;
    }

    .tracking-item {
        margin-left: 1rem;
        padding: 10px 0px 10px 30px;
    }

    .tracking-content::before {
        display: none;
    }

    .txt_left_right {
        text-align: left !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tracking-item {
        margin-left: 1rem;
        padding: 10px 10px 10px 30px;
    }

    .tracking-date:before {
        display: none;
    }

    .tracking-content::before {
        display: none;
    }

    .txt_left_right {
        text-align: left !important;
    }
}

.info_icon {
    font-size: 12px;
    color: #004465;
    /*text-decoration: underline !important;
    font-weight: 600*/
}

.info_icon:hover {
    cursor: pointer;
    color: #004465;
}

/*******************************************************************************/
.outerbg {
    padding: 10px 0;
}

.chatboxout {
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    max-width: 95%;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 20px -1px rgba(59, 59, 59, 0.6);
    -moz-box-shadow: 4px 4px 20px -1px rgba(59, 59, 59, 0.6);
    box-shadow: 4px 4px 20px -1px rgba(59, 59, 59, 0.6);
}

.chatboxin {
    box-sizing: border-box;
    border: 1px solid rgba(208, 208, 208, 1);
    border-radius: 5px;
    padding: 5px 15px;
}

.chat-sender.msg {
    -webkit-clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 12px 70%);
    clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 12px 70%);
    padding: 9px 9px 25px 9px;
    padding-left: 21px;
    background-color: #5D5D5D;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    margin-left: -9px;
}

.chatmsg {
    margin-top: 5px;
    position: relative;
}

.chat-sender {
    display: inline-block;
    vertical-align: top;
}

.chat-container {
    margin-top: 15px;
    margin-bottom: 15px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.chat-respond.msg {
    -webkit-clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 12px 70%);
    clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 12px 70%);
    padding: 9px 9px;
    padding-left: 21px;
    background-color: #E6E6E6;
    color: #333;
    box-sizing: border-box;
    width: 100%;
    margin-right: -9px;
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
}

    .chat-respond.msg strong {
        color: #F48806;
    }

.chat-respond {
    display: inline-block;
    vertical-align: top;
}

.flippd {
    width: 100%;
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
}

@keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.qy_replay_btn {
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 14px;
    color: #ffc605;
    cursor: pointer;
}

.qz_replay_btn {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 14px;
    color: #ffc605;
    cursor: pointer;
}

.qy_vw_detl_btn {
    padding-right: 5px;
}

.border_right_height {
    border-left: 2px solid;
    overflow: auto;
    min-height: 75vh;
}

.txt_left_right {
    text-align: right;
}

.query_active_status {
    line-height: 2.6rem;
    position: absolute;
    left: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    border: 1px solid;
    background: #104c8a !important;
    color: #fff !important;
}

.query_completed_status {
    line-height: 2.6rem;
    position: absolute;
    left: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    border: 1px solid;
    background: #00ac72 !important;
    color: #fff;
}


@media (min-width: 320px) and (max-width: 480px) {
    .border_right_height {
        border: none;
        min-height: 0;
    }

    .txt_left_right {
        text-align: left;
    }
    /*.chat_box_close_ico {
        background: #fff !important;
        width: 35px;
        height: 35px;
        border-radius: 50px;
        position: absolute;
        right: -12px;
        top: -26px;
        line-height: 36px;
        opacity: 1;
        font-size: 25px;
        display:block;
    }*/
    .chatboxout {
        width: 100%
    }
}

#track_content_before:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 14px;
    width: 0;
    z-index: 1;
    left: -8px;
    border: medium solid #eaeaea;
    border-width: 8px 8px 8px 0;
    border-color: transparent #eaeaea transparent transparent;
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .txt_left_right {
        text-align: left !important;
    }
}
/******************************************************************************/
.spnRecNotFound {
    display: block;
    padding: 15px;
    position: relative;
    font-size: 20px;
    text-align: center;
    background: #fff;
}

#side_bar textarea::-webkit-input-placeholder {
    color: #000;
}

#side_bar textarea:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

#side_bar textarea::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

#side_bar textarea:-ms-input-placeholder {
    color: #000;
}

#side_bar input[type=file] {
    color: #000;
}
@media only screen and (min-width:320px) and (max-width:640px) {
    .imp_note_stl {
        left: 0 !important;
        top: 5px !important;
    }
}

@media only screen and (min-width:641px) and (max-width:991px) {
    .imp_note_stl {
        left: 0 !important;
        top:5px !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1258px) {

}

.tbl-UplDocborder {
    margin-bottom: 0;
}

.tbl-UplDocborder td {
    border: 1px solid #ddd;
    padding: 6px !important;
}
.curNotAllow{
    cursor:not-allowed;
}
.curPointer {
    cursor: pointer;
}
.modal-body ul {
    list-style-type: unset !important;
    padding-left: 20px;
}
.modal_ulstly iframe {
    margin-top: 6px;
}
.successMessage {
    font-size: 19px;
    width: 62%;
    margin: 0 auto;
}