@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;1,500&amp;family=Barlow:wght@400;500;600&amp;family=Poppins:wght@400;600;700&amp;display=swap');

#cwatch { overflow-y: visible; }
#cwatch .contentTab .tabHead ul li {
	display: inline-block;
}
.clear
{
	clear:both;
}
.cwatch-contact-block
{
	margin-top:20px;
}
.cwatch-support .sales-support
{
	width:100%;
	max-width:420px;
	padding: 0 8px 5px;
}
.cwatch-support h2 {
    color: #333333;
    font-size: 26px;
    padding: 0 0px 5px;
}
.cwatch-support  p {
    display: block;
    padding-bottom: 5px;
    width: 71%;
}
.cwatch-support p {
    height: auto;
    min-height: 70px;
}
.cwatch-support a {
    color: #35a1d4;
    padding-bottom:5px;
}
.cwatch-contact
{
	margin:0 auto;
	text-align:center;
}
.cwatch-contact h2
{
	color: #333333;
    font-size:30px;
    padding:30px 30px 20px 15px;
    text-align:center;
}
.cwatch-contact a
{
	color: #333333;
    font-size:24px;
    padding: 0 10px 5px;
    text-align:center;
}	
.highlighted-features {
    width: auto;
    padding-top: 30px; 
}	
.highlighted-features ul
{
	list-style-type:disc;
}	
.highlighted-features h2
{
	font-size:26px;
	font-weight:bold;
	color:#000000;
	padding:5px 0 10px;
}			
.highlighted-features li
{
	font-size:14px !important;
	color:#000000;
	line-height:19px;
    margin-bottom: 15px;
}
.highlighted-features li span
{
	font-size:17px !important;
	color:#2e525b !important;
	display:block;
	font-weight:600 !important;	
	padding-bottom:5px !important;				
}
.cwatch-partners .banner {
    background: url(../jpg/partners_banner.jpg) no-repeat;
    min-height: 630px;
    padding: 30px 15px;
    box-sizing: border-box;
    margin: 0 -10px;
}
.cwatch-partners .banner h2 {
    font: 600 36px 'Titillium Web';
    color: #19aada;
    text-align: center;
}
.cwatch-partners .banner p {
    font: 300 21px/40px 'Titillium Web';
    color: #5e6062;
    text-align: center;
}

.cwatch-partners .banner .btn-group {
    margin: 30px 0 0;
}

.section .get-started a,
.cwatch-partners .banner .btn-group a {
    font: 600 25px 'Titillium Web';
    color: #ffffff;
    text-transform: uppercase;
    padding: 6px 12px;
    min-width: 220px;
    display: inline-block;
    border-radius: 15px;
    margin: 0 20px;
}

.section .get-started a,
.cwatch-partners .banner .btn-group a:first-child {
    background-color: #ff6600;
}

.section .get-started a:hover,
.section .get-started a:focus,
.section .get-started a:active,
.cwatch-partners .banner .btn-group a:first-child:hover,
.cwatch-partners .banner .btn-group a:first-child:focus,
.cwatch-partners .banner .btn-group a:first-child:active {
    background-color: #e25c03;
}

.cwatch-partners .banner .btn-group a:last-child {
    background-color: #00bfff;
}

.cwatch-partners .banner .btn-group a:last-child:hover,
.cwatch-partners .banner .btn-group a:last-child:focus,
.cwatch-partners .banner .btn-group a:last-child:active {
    background-color: #00a7df;
}

.cwatch-partners .section {
    padding: 60px 0;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.cwatch-partners .section:nth-child(odd) {
    background-color: #ffffff;
}

.cwatch-partners .section:nth-child(even) {
    background-color: #f5f5f5;
}

.cwatch-partners .section ul {
    list-style: none;
    padding: 0;
    margin: 50px 0 20px;
}

.cwatch-partners .section ul + p {
    margin-bottom: 30px;
    padding: 0 15px;
}

.cwatch-partners .section ul li {
    max-width: 18%;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    box-sizing: border-box;
}

.cwatch-partners .section ul li img {
    max-width: 120px;
}

.cwatch-partners .section h3 {
    font: 28px/30px 'Titillium Web';
    color: #2b3437;
    text-transform: uppercase;
}
.cwatch-partners .cwatch-tab-content {
    padding-bottom: 0;
}

.cwatch-partners .section h4 {
    font: 22px 'Titillium Web';
    color: #05bd45;
    margin: 20px 0 15px;
    padding: 0;
}

.cwatch-partners .section p {
    font: 18px 'Titillium Web';
    color: #5e6062;
}

.cwatch-partners .section p a {
    color: #05bd45;
}

.cwatch-partners .section form {
    max-width: 495px;
    margin: 30px auto;
}

.cwatch-partners .section form .form-select {
    position: relative;
}

.cwatch-partners .section form .form-select:after {
    content: '';
    background: url(../png/arrow-2.png) no-repeat;
    width: 24px;
    height: 15px;
    position: absolute;
    top: 22px;
    right: 20px;
}

.cwatch-partners .section form .group {
    margin: 0 0 35px;
    position: relative;
}

.cwatch-partners .section form .group label.error {
    font-size: 13px;
    position: absolute;
    bottom: -30px;
}

.cwatch-partners .section form .form-select {
    position: relative;
}

.cwatch-partners .section form select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.cwatch-partners .section form textarea.form-control {
    resize: none;
}

.cwatch-partners .section form .form-control {
    width: 100%;
    min-height: 60px;
    border: 1px solid #959595;
    box-shadow: none;
    padding: 12px 15px;
    box-sizing: border-box;
    color: rgba(33,33,33,0.8);
    font: 300 18px 'Titillium Web';
    border-radius: 6px;
    height: auto !important;
    margin: 0;
}

.cwatch-partners .section form .form-control:focus {
    border: 1px solid #05bd45;
}

.cwatch-partners .section form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(33,33,33,0.8);
}
.cwatch-partners .section form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(33,33,33,0.8);
}
.cwatch-partners .section form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(33,33,33,0.8);
}
.cwatch-partners .section form .form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(33,33,33,0.8);
}

.cwatch-partners .section form .group > div {
    border: 0;
    box-shadow: none;
    margin: 0;
}

.cwatch-contact-new .cwatch-support a,
.cwatch-partners .section form .form-btn .btn {
    background: #05bd45;
    font: 600 25px 'Titillium Web';
    color: #ffffff;
    border: 1px solid #05bd45;
    text-transform: uppercase;
    max-width: 250px;
    margin: auto;
    padding: 6px 12px;
    transition: 0.3s linear;
    border-radius: 10px;
    box-shadow: none;
}

.cwatch-contact-new .cwatch-support a:hover,
.cwatch-contact-new .cwatch-support a:focus,
.cwatch-contact-new .cwatch-support a:active,
.cwatch-partners .section form .form-btn .btn:hover,
.cwatch-partners .section form .form-btn .btn:focus,
.cwatch-partners .section form .form-btn .btn:active {
    background: #07a73f;
    box-shadow: none;
}

.cwatch-partners .section form .form-btn .btn:before,
.cwatch-partners .section form .form-btn .btn:after {
    display: none;
}

.cwatch-contact-new {
    width: 100%;
    float: left;
    background: #ffffff;
    margin: 0 0 -50px;
}

.cwatch-contact-new .middle {
    padding: 0;
}

.cwatch-contact-new .cwatch-support {
    padding: 60px;
    border-right: 1px solid #636363;
    text-align: center;
    width: 50%;/*33.3333%;*/
    float: left;
    box-sizing: border-box;
}

.cwatch-contact-new .cwatch-support:last-child {
    border: 0;
}

.cwatch-contact-new .cwatch-support a {
    max-width: 50%;/*100%;*/
    display: block;
}

.cwatch-contact-new .cwatch-support .fa {
    font-size: 70px;
    color: #696e75;
}

.cwatch-contact-new .cwatch-support p {
    width: auto;
    font: 600 24px/30px 'Titillium Web';
    color: #363636;
    margin: 50px 0;
}

.section .get-started {
    text-align: center;
}

@media only screen and (max-width: 1074px) {
	#cwatch .contentTab .tabHead ul li {
		display: table-cell;
	}	
}
#cwatch .contentTab .tabHead ul li a {
	padding:0 16px;
}
@media only screen and (max-width: 1235px) {
	#cwatch .contentTab .tabHead ul li a {
		font-size: 14px;
		padding:0 20px;
	}	
}
@media only screen and (max-width: 1074px) {
	#cwatch .contentTab .tabHead ul li a {
		padding: 0px;
	}	
}
.bttn {
	display: inline-block;
	padding: 15px 40px;
}

.red-bttn {
	font-size: 27px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #db0f00;
	background-color: #c90401;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fb5002), to(#c90401));
	background-image: -webkit-linear-gradient(top, #fb5002, #c90401);
	background-image: -moz-linear-gradient(top, #fb5002, #c90401);
	background-image: -ms-linear-gradient(top, #fb5002, #c90401);
	background-image: -o-linear-gradient(top, #fb5002, #c90401);
	background-image: linear-gradient(to bottom, #fb5002, #c90401);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fb5002, endColorstr=#c90401);
	box-shadow: 1px 1px 5px #fe7e41 inset;
    -moz-box-shadow: 1px 1px 5px #fe7e41 inset;
	-webkit-box-shadow: 1px 1px 5px #fe7e41 inset;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.17);
	-moz-text-shadow: 1px 1px 5px rgba(0,0,0,0.17);
	-webkit-text-shadow: 1px 1px 5px rgba(0,0,0,0.17);
}
.red-bttn:hover {
	background-color: #fb5002;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c90401), to(#fb5002));
	background-image: -webkit-linear-gradient(top, #c90401, #fb5002);
	background-image: -moz-linear-gradient(top, #c90401, #fb5002);
	background-image: -ms-linear-gradient(top, #c90401, #fb5002);
	background-image: -o-linear-gradient(top, #c90401, #fb5002);
	background-image: linear-gradient(to bottom, #c90401, #fb5002);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c90401, endColorstr=#fb5002);
}
.product_page .middle.wide .middle p:last-child {
	padding:5px 0px 10px;
}
.text-center {
	text-align: center;
}
.t-table {
	display: table;
	width: 100%;
}
.t-row {
	display: table-row;
}
.t-cell {
	display: table-cell;
	vertical-align: top;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    color:"";
    text-shadow:none!important;
}
.ui-shadow {
    box-shadow:none;
}
.button-block a.red-bttn, .tab-button-block a.red-bttn{ color:#FFFFFF; font-weight:bold;}
.button-block a.red-bttn:hover, .tab-button-block a.red-bttn:hover{ color:#FFFFFF;}

.list-title ul li, .list-title ul li a.ui-link{color:#666666!important; font-weight:normal!important;}
.ui-slider-track {
    border-style: solid;
    border-width: 1px;
    height: 15px;
    margin: 0 15px 0 0 !important;
    overflow: visible;
    position: relative;
    top: 6px;
}
.ui-slider-track .ui-btn.ui-slider-handle { border-radius:15px;}
.pdt-0{ padding:0;}
.text-blocks p{ line-height:24px;}
.text-blocks p b { font-size: 16px; }
.text-blocks p { font-size: 15px; }
@media only screen and (max-width:1200px) 
{
	.highlighted-features
	{
		width:350px;
	}
}
@media only screen and (max-width: 991px) {
	.t-cell {
		display: block;
	}
}
.bg-lgt-blue {
	background-color: #f9fafe;
}
.bg-white {
	background-color: #ffffff;
}
.bg-blue {
	background-color: #0daeff;
}
.bg-color-grey {
	background-color: #e0e1e7;
}
.js-price {
	color:inherit;
}
#cwatch .contentSlider {
	padding:0px;
	background: #dbeaef;
	min-height: 365px;
	/*background: #d3e5eb url(../imagesv2/content/slider-bg2.jpg) no-repeat center top;*/
}
#cwatch .banner-lsh {
	width:50%;
	float:left;
}
@media only screen and (max-width:991px) {
	#cwatch .banner-lsh {
		width:100%;
		float:none;
	}	
	.highlighted-features
	{
		max-width:100%;
		width:100%;
	}
}
#cwatch .banner-rsh {
	width:50%;
	float:right;
}
@media only screen and (max-width:991px) {
	#cwatch .banner-rsh {
		width:100%;
		float:none;
		display: none;
	}	
}
#cwatch .banner-rsh img {
	float:right;
}
#cwatch .banner-text-block {
	padding-top:50px;
}
#cwatch .banner-text-block h1 {
	color:#2b3437;
	font-size: 45px;
	margin-bottom:10px;
	/*margin-bottom:25px;*/
	font-weight: 700;
	line-height: 45px;
}
#cwatch .banner-text-block .running-txt {
	font-family: 'Roboto';
	color:#6b868f;
	font-size: 20px;
	line-height: 30px;
	padding-bottom:10px;
	font-weight: 400;
}
#cwatch .banner-text-block .price-txt {
    color: #2b3437;
    font-size: 26px;
    line-height: 1.4;
    padding-bottom: 10px;
    font-weight: 700;
    margin: 20px 0px;
}
#cwatch .banner-text-block .register-txt {
	font-family: 'Roboto';
	color:#6b868f;
	font-size: 16px;
	line-height: 25px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight: 400;
}
#cwatch .contentTab .tabHead {
	margin:0px;
}
#cwatch .r-tabs-panel {
	padding:0px !important;
}
.cwatch-tab-content {
	padding:30px 0;
}
#cwatch .tab-section {
	padding:30px 10px 0;
}
@media only screen and (max-width: 991px) {
	#cwatch .tab-section {
		padding:30px 10px 60px;
	}
    .cwatch-partners .banner {
        background: #f0f0f0;
        min-height: auto;
    }
    .cwatch-partners .banner h2 {
        font-size: 25px;
    }
    .cwatch-partners .section .banner p {
        font-size: 18px;
        line-height: 25px;
    }
    .cwatch-partners .banner .btn-group a {
        font-size: 20px;
        margin: 10px 20px;
    }
    .cwatch-partners .section h3 {
        font-size: 22px;
    }
    .cwatch-partners .section ul li img {
        max-width: 120px;
    }
    .cwatch-partners .section h4 {
        font-size: 25px;
        min-height: auto;
        margin: 10px 0;
    }
    .cwatch-partners .section p {
        font-size: 18px;
    }
    .cwatch-partners .section ul {
        margin-top: 20px;
    }
    .cwatch-partners .section ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e8e8e8;
        max-width: 100%;
    }
    #cwatch .cwatch-partners .tab-section {
        padding: 30px 0 60px;
    }
    .cwatch-partners .tab-section .t-table,
    .cwatch-partners .tab-section .t-row,
    .cwatch-partners .tab-section .t-cell {
        display: block;
    }
    .cwatch-partners .section {
        padding: 30px 15px;
    }
    .cwatch-partners .section form .form-control {
        font-size: 16px;
        min-height: 50px;
    }
    .cwatch-partners .section form .form-select::after {
        top: 20px;
    }
    .cwatch-contact-new .cwatch-support {
        width: 100%;
        padding: 30px;
        border-bottom: 1px solid #636363;
    }
    .cwatch-contact-new .cwatch-support p {
        margin: 15px 0;
    }
    .cwatch-contact-new .cwatch-support .fa {
        font-size: 50px;
    }
    .cwatch-contact-new .cwatch-support p,
    .cwatch-contact-new .cwatch-support a, 
    .cwatch-partners .section form .form-btn .btn {
        font-size: 20px;
    }
}
#cwatch #breadcrumbs + .tab-section {
	padding-top: 0px;
}
.green-border {
	/*background-color: #40b769;*/
	width: 100%;
	height: 20px;
	margin-bottom:20px;
}
.tab-section .cwatch-service-wheel {
	width:625px;
	margin:0 auto;
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .cwatch-partners .banner {
        background-size: cover;
        min-height: auto;
    }
    .cwatch-partners .section .banner p {
        font-size: 25px;
    }
    .cwatch-partners .section ul li img {
        max-width: 120px;
    }
    .cwatch-partners .section h4 {
        font-size: 22px;
        min-height: 75px;
    }
    .cwatch-partners .section p {
        font-size: 18px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .cwatch-partners .section .banner p {
        font-size: 23px;
    }
    .cwatch-contact-new .cwatch-support {
        font-size: 20px;
    }
    .cwatch-partners .section ul {
        float: left;
    }
    .cwatch-partners .section ul li {
        max-width: 50%;
        float: left;
        padding-top: 20px;
        box-sizing: border-box;
        margin-bottom: 0;
    }
    .cwatch-partners .section ul li:nth-of-type(1) {
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }
    .cwatch-partners .section ul li:nth-of-type(2) {
        border-bottom: 1px solid #e8e8e8;
        border-right: 0;
    }
    .cwatch-partners .section ul li:nth-of-type(3),
    .cwatch-partners .section:nth-of-type(2) ul li:nth-of-type(5) {
        border-right: 1px solid #e8e8e8;
        border-bottom: 0;
    }
    .cwatch-partners .section ul li:nth-of-type(4) {
        border-right: 0;
        border-bottom: 0;
    }
    .cwatch-partners .section:nth-of-type(2) ul li:nth-of-type(4) {
        border-bottom: 1px solid #e8e8e8;
    }
    .cwatch-partners .section ul li:nth-of-type(5) { 
        border-top: 1px solid #e8e8e8;
        border-bottom: 0;
    }
    .cwatch-partners .section ul li p {
        min-height: 139px;
    }
    .cwatch-contact-new .cwatch-support {
        width: 50%;/*33.3333%;*/
        border-bottom: 0;
    }
    .cwatch-contact-new .cwatch-support p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
	.tab-section .cwatch-service-wheel {
		width:320px;
		margin:0 auto;
	}
    .cwatch-tab-content {
        box-sizing: border-box;
        float: left;
        overflow-x: auto;
        padding: 0 15px;
        width: 100%;
        margin-bottom: 30px;
    }
    
}
.tab-section .tab-section-title {
	color:#2b3437;
	font-size: 36px;
	line-height: 42px;
	margin-bottom:15px;
	font-weight: 700;
}
.tab-section .tab-section-sub-title {
	color:#2b3437;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 700;
}
.tab-section .text-blocks {
	margin-right: 60px;
}
@media only screen and (max-width: 991px) {
	.tab-section .text-blocks {
		margin-right: 0px;
		margin-bottom: 25px;
	}	
}
.tab-section.switch .text-blocks {
	margin-left: 58px;
	margin-right:0px;
}
@media only screen and (max-width: 991px) {
	.tab-section.switch .text-blocks {
		margin-left: 0px;
	}	
}
.tab-section .image-block {
	margin-bottom:15px;
}
@media only screen and (max-width: 991px) {
	.tab-section .image-block {
		margin-bottom: 25px;
		text-align: center;
	}	
}
@media only screen and (max-width: 991px) {
	.tab-section .image-block img {
		max-width: 100%;
		display: inline-block;
		height: auto;
	}	
}
.tick-list li {
	padding-left:35px;
	margin-bottom: 25px;
	position: relative;
}
.tick-list li:before {
	content:'';
	background: url(../png/tick-list.png) no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top:5px;
	width: 22px;
	height: 17px;
}
.red-round-list li {
	padding-left:25px;
	margin-bottom: 25px;
	position: relative;
}
.red-round-list li:before {
	content:'';
	background-color: #c04a36;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position: absolute;
	left: 0px;
	top:6px;
	width: 8px;
	height: 8px;
}
.grey-round-list li {
	padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
}
.grey-round-list li:before {
	content:'';
	background-color: #505050;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position: absolute;
	left: 0px;
	top:10px;
	width: 5px;
	height: 5px;
}
.cwatch-web .t-cell:first-child {
	width:70%;
}
@media only screen and (max-width: 991px) {
	.cwatch-web .t-cell:first-child {
		width:100%;
	}	
}
.tab-section .contact-txt {
	font-size:25px;
	text-align: center;
	font-style: italic;
}
.cwatch-tab-content.bg-blue {
	color:#ffffff;
}
.cwatch-tab-content.bg-blue .tab-section-title {
	color:#ffffff;
}
.quick-fact .t-cell:first-child {
	width:40%;
}
.two-cols .t-cell {
	width:50%;
}
@media only screen and (max-width: 991px) {
	.two-cols .t-cell {
		width:100%;
	}
}
.three-cols .t-cell {
	width:33.3%;
}
@media only screen and (max-width: 991px) {
	.three-cols .t-cell {
		width:100%;
	}
}
.four-cols .t-cell {
	width:25%;
}
@media only screen and (max-width: 991px) {
	.four-cols .t-cell {
		width:100%;
	}
}
.three-fourth-cols .t-cell:first-child {
	width:75%;
}
.three-fourth-cols .t-cell:last-child {
	width:25%;
}
@media only screen and (max-width: 991px) {
	.three-fourth-cols .t-cell {
		width:100%;
	}
}
.attack-list .image-block {
	text-align: center;
	min-height: 100px;
}
.cwatch-product-details {
}
@media only screen and (max-width:991px) {
	.cwatch-product-details {
		padding-bottom: 15px;
	}
}
.cwatch-product-table {
	width: 100%;
	font-family: 'Roboto';
}
.cwatch-product-table thead {
	height: 110px;
}
@media only screen and (max-width:1228px) {
	.cwatch-product-table thead {
		height: 320px;
	}
}
.cwatch-product-table td {
	padding:10px;
}
.cwatch-product-table .services {
	color: #259d56;
}
.cwatch-product-table .services .bandwidth-txt {
	padding-top:20px;
}
.cwatch-product-table .product-head .month-price {
	text-align: center;
}
.cwatch-product-table .product-head .product-info {
	text-align: center;	
}
.cwatch-product-table .product-name-block, .cwatch-product-table .product-price-block {
	display: inline-block;
	vertical-align: top;
}
.cwatch-product-table .product-name-block {
	font-size: 25px;
	color:#666666;
    font-weight: 500;
    padding-right: 5px;
    text-transform: uppercase;
    padding-top: 0px;
}
.cwatch-product-table .product-name-block .small {
	display: block;
	font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}
.cwatch-product-table .product-price-block .price-wrap {
	display: inline-block;
	border: 2px solid #53ae80;
	padding: 10px 10px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.cwatch-product-table .month-price {
	color: #259d56;
	font-size:16px;
	text-align: center;
	font-weight: 500; 
}
.cwatch-product-table tbody {
	border: 2px solid #5eb088;
}
.cwatch-product-table tbody td {
	border-left: 1px solid #e6e7eb;
}
.cwatch-product-table tbody td:first-child {
	border-bottom: 1px solid #e4e5ea;
}
.cwatch-product-table thead td {
    padding-bottom:0px;
}
.cwatch-product-table td {
	text-align: center;
}
.cwatch-product-table td:first-child {
	text-align: left;
}
.cwatch-product-table .tb-text, .grey-round-list li
{
	font-size:16px;
}
.cwatch-product-table .tb-text p {
	padding-bottom:5px;
}
.pdb15 { padding-bottom: 15px !important; }
.pdb40 { padding-bottom: 40px !important; }
.cwatch-product-table .fup-wrap {
	display: inline-block;
	background-color: #f9fafe;
	border:2px solid #259d56;
	padding:10px 10px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	position: relative;
	padding: 10px;
	top: -85px;
	width:120px;
	height: 120px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.cwatch-product-table .fup-wrap .fub {
	color: #666666;
	font-size: 17px;
	display: inline-block;
	padding-top:15px;
	vertical-align: middle;
}
.cwatch-product-table .fup-wrap .span-1st a
{
	color:#333;
}
.cwatch-product-table .fup-wrap .span-1st .from-txt {
    font-size: 14px;
    display: block;
}
.cwatch-product-table .fup-wrap span:last-child, .span-last a
{
	color:#259d56;
}
.cwatch-product-table .red-bttn {
	font-size: 16px;
}
.owasp-top-list {
	padding-top:20px;
	padding-bottom:20px;
}
.owasp-top-list:after {
	content:'';
	display: table;
	clear: both;
}
.owasp-top-list.cols-four li {
	width:25%;
	float:left;
	margin-bottom:25px;
}
.cwatch-product-table .bw-text
{
	margin-top: 75px;
    padding-top: 12px;
}
.cwatch-product-table-li-img {
    padding: 5px 0;
}
@media only screen and (max-width: 991px) {
	.owasp-top-list.cols-four li {
		width:100%;
	}
}
.owasp-top-list.cols-two li {
	width:50%;
	float:left;
	margin-bottom:10px;
}
@media only screen and (max-width: 991px) {
	.owasp-top-list.cols-two li {
		width:100%;
	}
}
.owasp-top-list li .owasp-list-content {
	margin-right:40px;
}
.owasp-top-list li:last-child .owasp-list-content {
	margin-right:0px;
}
.owasp-top-list .owasp-image-block {
	margin-bottom:20px;
	min-height: 80px;
}
@media only screen and (max-width: 991px) {
	.owasp-top-list .owasp-image-block {
		min-height: auto;
	}
}
.owasp-top-list .owasp-content-block {

}
.owasp-top-list .owasp-content-block .oswap-title {
	color:#444444;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
	.owasp-top-list .owasp-content-block .oswap-title {
		min-height: auto;
	}
}

@media only screen and (max-width:540px){	
.pdt-0 {padding: 0;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .cwatch-product-table td {
    	padding:16px 10px;
    	vertical-align:top;
	}
}
.tab-button-block {
	padding-top:20px;
}
.tab-button-block .price-txt {
	color: #141414;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 10px;
}
.tab-button-block .btn-desc-txt {
	color: #8ba5ae;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.tab-section .orange-sub-title {
	color: #c04a36 !important;
	font-size: 18px;
}
.tab-section .question-answer-block {

}
.tab-section .question-answer-block .question {
	color: #2b3437;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.img-responsive {
	display: block;
	max-width: 100%;
	width: auto;
}
#cwatch-type {
	display:none;
}
.slider-control{
	margin: 0 auto;
	width:450px;
	padding-top:20px;
	position:relative;
}
.slider-control .lft{
	position:absolute;
	left:0;
}
.slider-control .lft:nth-of-type(2){
	left:50%;
	margin-left: -20px;
	/*margin-left: -124px;*/
}
.slider-control .lft:nth-of-type(3){
	/*left:auto;
	right:0;*/
	left:50%;
	margin-left: 146px;
}
.slider-control .lft:nth-of-type(4){
	left:auto;
	right:0;
}
@media screen and (max-width:991px) {
	.slider-control {
		width:auto;
	}
    .slider-control .lft:nth-of-type(3)
    {
        margin-left:39%;
    }
}
.cwatch-product-table tbody tr:not(:first-child) td {
	padding: 1px 10px;
}
.cwatch-product-table tbody tr:nth-child(1) td:first-child {
	padding-top: 22px;
}
.cwatch-product-table tbody tr:last-child td {
	padding: 16px 10px;
}
.cwatch-product-table-li-top {
	margin-bottom: 5px;
    margin-top: 10px;
}
.cwatch-product-table-ul > li:last-child {
    margin-top: 8px;
}
.cwatch-product-table-ul {
	margin-top: -90px;
}
.malware-removal-img {
    border-top: 1px solid #e9e9e9;
    padding-top: 50px;
}
.fancybox-buttons .fancybox-button,
.fancybox-infobar{
    display: none !important;
}
.fancybox-buttons .fancybox-button.fancybox-button--close {
    display: block !important;
}

#cwatch .cwatch-product-details .bttn {
    padding: 10px 25px;
}
.grn-clr { color: #23C46C; }

@media screen and (max-width:480px) {
    .slider-control .lft:nth-of-type(3)
    {
        margin-left:30%;
    }
}

.plans-div{
    background:#fff;
	text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.plans-div.plans-pro .title{
    background: #1976cc;
    color: #fff;
    font-family: 'Barlow',sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 29px;
}
.plans-div .title{
    color: #fff;
    font-family: 'Barlow',sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 29px;
}
.plans-div.plan-pro{
    border:2px solid #1976cc;
}
.plans-div.plan-premium{
    border:2px solid #04cdff;
}
.plans-div.plan-pro .title{
    background: #1976cc!important;
}
.plans-div.plan-premium .title{
    background:#04cdff!important;
}
.plans-div .title{
	color: #fff;
    font-family: 'Barlow',sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.plans-div h4{
    font: 700 48px 'poppins';
    text-transform: uppercase;
}
.plans-div .text-blue{
    color:#1976cc!important;
}
.plans-div .text-lblue{
    color:#04cdff!important;
}
.pale-paraa{
    color: #efe4b0;
    font-size: 24px;
    text-align: center;
    margin: 0px 0px 30px;
    font-weight: 600;
}
.plans-div label{
    font: 600 14px/16px 'Poppins',sans-serif;
    text-transform: uppercase;
    color: #595959;
    letter-spacing: 1px;
    display: block!important;
    max-width: 250px;
    margin: 0 auto 10px!important;
}
.plans-div table{
	text-align:left;
}
.plans-div .mnth{
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom:20px;
}
.plans-div.plan-pro .mnth{
    color: #1976cc!important;
}
.plans-div.plan-premium .mnth{
    color: #04cdff!important;
}
.plans-div table tr td {
    color: #505050 !important;
    font-size: 16px !important;
    opacity: 1 !important;
    font-weight: 600 !important;
    padding: 5px 4% !important;
    font-family: 'Barlow',sans-serif;
}
.plans-div table tr td:last-child {
    text-align:right;
}
.plans-div .opacity-new{
    color:#8b8b8b!important;
}

.plans-div .plans-btn {
    text-decoration:none!important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border: 1px solid #ff4307;
    display: inline-block;
    padding: 12px 0 !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    background: #ff4307 !important;
    font-size: 23px!important;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 40px;
    min-width: 200px;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.3);
    border-radius: 4px;
}

@media screen and (min-width:992px){
	.col-sm-4{
		width: 33.33%;
		float: left;
		padding: 0px 15px;
		margin-bottom: 30px;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
}