.block {
	display: block;
}
.fwb {
	font-weight: bold !important;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb0 {
	margin-bottom: 0px;
}
.fs20 {
	font-size: 20px;
}
.fs15 {
	font-size: 15px;
}
.fs18 {
	font-size: 18px;
}
.fs13 {
	font-size: 13px;
}
.fs24 {
	font-size: 24px;
}
.fs26 {
	font-size: 26px;
}
.fs28 {
	font-size: 28px;
}
.pr50 {
	padding-right: 50px;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.fc-grey {
	color: #565656;
}
.personal-info-container {
	padding-left: 10px;
	padding-right: 10px;
}
.personal-info-container a.change-pic,
.personal-info-container a.remove-pic
{
	font-size: 12px;
	text-decoration: underline !important;
	color: #007ad0;
}
.personal-info-container span.dot {
	color: #007ad0;
	margin: 0px 5px;
}
.info-container {
	border-left: 5px solid #007ad0;
	background: #f9f9f9;
    padding: 35px 25px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.info-container span a.add {
	margin-right: 25px;
}
.info-container span a.delete,
.info-container span a.add,
.info-container span a.edit,
.info-container span a.changepass,
.info-container span a.history,
.info-container span a.view,
.info-container span a.edit2 {
	position: relative;
	color: #007ad0;
	padding-left: 25px;
}


.info-container span a.add::before,
.info-container span a.delete::before,
.info-container span a.edit::before ,
.info-container span a.changepass::before {
	content: "";
	background-image: url("../images/add-icon.png");
    height: 15px;
    width: 15px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0px;
    top: 4px;
    background-size: cover;
}
.info-container span a.delete::before {
    background-image: url("../images/delete-icon.png");
    height: 17px;
}
.info-container span a.edit::before,
.info-container span a.changepass::before {
    background-image: url("../images/edit-icon.png");
    height: 17px;
}

.info-container span a.history::before {
	content: "";
	background-image: url("../images/history_icon.png");
    width: 22px;
    height: 22px;
    position: absolute;
    background-repeat: no-repeat;
    left: -5px;
    top: 2px;
    background-size: cover;
}
.info-container span a.view::before {
	content: "";
	background-image: url("../images/view_icon.png");
    width: 33px;
    height: 18px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    left: -15px;
    top: 2px;
    background-size: cover;
}

.info-container span a.edit2::before {
	content: "";
	background-image: url("../images/Edit-Icon2.png");
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    left: -5px;
    top: 2px;
    background-size: cover;
}

.personal-info-container span.logout2 {
	position: relative;	
	padding-left: 25px;
    margin-left: 30px;
}

.personal-info-container span.change_pass {
	position: relative;	
	padding-left: 25px;
}
.personal-info-container span.logout2 a,
.personal-info-container span.change_pass a {
	color: #007ad0;
}

.personal-info-container span.change_pass::before {
	content: "";
	background-image: url("../images/Change-Password-Icon.png");
    width: 23px;
    height: 22px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    left: -5px;
    top: 1px;
    background-size: cover;
}

.personal-info-container span.logout2::before {
	content: "";
	background-image: url("../images/Logout-Icon.png");
    width: 17px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    left: -5px;
    top: 2px;
    background-size: cover;
}



.faq-container .title {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.faq-container .title span {
    padding: 10px 0px;
    display: inline-block;
    color: #0091d2;
    border-bottom: 1px solid #0091d2;
    font-weight: bold;
}
.faq-container .container {
	padding: 0px 15px !important;
}

/* Customer care popup css starts */


/* Customer care popup css ends */
.customer-care-popup {
    position: fixed;
    width: 400px;
    height: 450px;
    background: white;
    bottom: 0;
    border: 2px solid #000;
    right: 0px;
    border-bottom: 25px solid #000;
    z-index: 999;
}
#popup-header {
    padding: 10px 20px;
    display: block;
    font-size: 20px;
    border-bottom: 2px solid #000;
    color: black;
    position: relative;
}
#popup-header:after {
    content: " ";
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    background: #000;
    right: 10px;
    top: 23px;
}
/* Mega menu header css ends */

/* Tutorial css starts */

.tutorials-container .nav.nav-tabs {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.tutorials-container .nav.nav-tabs li.active a {
    bottom: 1px;
}
.tutorials-container .nav-tabs>li {
	margin-bottom: -2px;
}
.tutorials-container .tutorial-inner-container img {
	max-width: 300px;
    width: 100%;
}
.tutorials-container .tutorial-inner-container h4,
.tutorials-container .tutorial-inner-container p {
	color: #000000;
    max-width: 300px;
}
.business-solution-container .solution-box {
    padding: 80px 15px 20px 15px;
    text-align: center;
    background: #f1f1f1;
    margin-bottom: 20px;
}
.business-solution-container .solution-box .explore {
    text-align: left;
}

.business-solution-container .solution-box h3 {
    color: #007ad0;
    padding: 0px 25px;
    line-height: 30px;
    height: 60px;
}

.business-solution-container .solution-box h4 {
    line-height: 25px;
    margin: 20px 0px 30px 0px !important;
    display: block;
    overflow: hidden;
    position: relative;
}
.business-solution-container .solution-box-main-cont .col-md-4 .solution-box {
    border-top: 3px solid #ff5f00;
}

.single-tp-business-solution .business-solution-container.first +  .tp-ajax-loader + .business-solution-container  .solution-box-main-cont .col-md-4 .solution-box {
    border-top: 3px solid #8500a9;
}

.single-tp-business-solution .business-solution-container.last  .solution-box-main-cont .col-md-4 .solution-box {
    border-top: 3px solid #ec1b4c;
}

.pr-info-ml122{margin-left: 122px !important;}
.pr-info-ml25{margin-left: 25px !important;}
.pr-info-ml15{margin-left: 15px !important;}
.pr-info-ml10{margin-left: 10px !important;}
.pr-info-ml134{margin-left: 134px !important;}


/* Tutorial css ends */

@media (max-width: 992px) {
    .single-tp-business-solution .deviceDetails_cont{
        height: 650px;
    }

    .deviceDetailsInfo{     
        padding-top: 10px !important
    }

    .single-tp-business-solution .deviceDetailsInfo .contentTitle h1{
        margin-bottom: 20px;
    }

	.info-container {
		margin: 0px -20px;
	}
	.info-container .tar {
		text-align: left;
	}
	.info-container span a.delete, 
	.info-container span a.add, 
	.info-container span a.edit, 
	.info-container span a.changepass {
	    top: 20px;
	}
}

@media (max-width: 768px) {
    .tutorials-container .tutorial-inner-container img { max-width: 100%;}
    .tab-content { padding: 0px 15px 0px 15px;}
    .wrapper .tutorial-popup .modal-content .video-container {max-height: 300px;}
    .wrapper .tutorial-popup .modal-content .video-description {background-color: #0c1026; color:white; padding-top: 0px !important;}
    .wrapper .tutorial-popup .modal-content .video-description .videos {float: none;}
    .wrapper .tutorial-popup .modal-content .video-description .realated-videos img {width: 100%;}
    .tutorial-popup {background-color: #0c1026; }
    .tutorials-container .nav-tabs .nav-item {
        width: 50%;
        text-align: center;
        text-transform: uppercase;
    }
    .tutorials-container .nav-tabs .nav-item:first-child a {
        border-right: 1px solid #ddd !important;
    }
    .tutorials-container .nav-tabs .nav-item a {
        border: 0px !important;
        padding: 14px 26px 12px !important;
    }
    .tutorials-container .tutorial-inner-container .col-md-4{
        margin: 50px 0px;
    }
    .tutorials-container .tutorial-inner-container .col-md-4:first-child{
        margin: 10px 0px;
    }
    .tutorial-popup .modal-content .video-container{
        height: auto;
        margin-top: 50px;
    }
    .tutorials-container .nav.nav-tabs > li.active a{
        border-bottom: 1px solid #0091d2!important;
        bottom: 0px;
        border-radius: 0px;
    }
    .tutorials-container .nav-tabs > li{
        margin-bottom: 0px !important;
    }
    .pr-info-ml122{margin-left:0px !important;}
    .pr-info-ml25{margin-left: 0px !important;}
    .pr-info-ml15{margin-left: 0px !important; padding-left: 10px;}
    .pr-info-ml10{margin-left: 0px !important;}
}
.ErrorMessageModal .msg-body {
    padding: 25px;
}