@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


*, body{
	font-family: proxima-nova,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


p:empty{
	display: none;
}


.container{
	max-width: 1830px;
    width: calc(100% - 50px);
    padding: 0;
}

.inner-container{
	max-width: 1340px;
	width: 100%;
	padding: 0 40px;
	margin: 0 auto
}

h1,h2,h3,h4,h5,h6{
	padding: 0;
	text-transform: unset
	
}

h2{
	font-size: 52px;
	letter-spacing: 0;
	font-weight: 700;

}
h3{
	font-size: 38px;
	font-weight: 400;
	color: #0D426A;
	letter-spacing: 0;
}
h4{
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0
}
h5{
	font-size: 24px;
	font-weight: 700;
 	letter-spacing: 0
}


a:hover{
	text-decoration: none;
}
a{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-weight: 700;
}

*, figure, ul{
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	/*-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;*/
}

p{	
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 0;
	color: #000000;
	line-height: 30px;
}

.btn{
	border-radius: 6px;
	font-weight: 600;
	padding: 13px 15px;
	border: none;
	text-transform: uppercase;
	min-width: 224px;
	font-size: 18px;
}
.btn-primary, .btn-secondary:hover{
	background: #FED665;
	color: #0D426A;
}

.btn-primary:hover, .btn-secondary{
	background: #2ABDF0;
	color: #fff;
}

.btn-primary:focus, .btn-secondary:focus{
	outline: none !important;
	box-shadow: none;
}

.new-black-bg{background: #222222}
.blue-bg{background: #0D426A}
.lightblue-bg{background: #5bc7d3}
.black-bg{background: #000000}
.yellow-bg{background: #FED665}
.dark-bg{background: #0D426A}


.common-section-padding{
	padding: 80px 0
}

select{
	-moz-appearance:none; 
    -webkit-appearance:none; 
    appearance:none;
    background-image: url(../images/select-dropdown.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.parant-img{
	background-size: cover;
}


/*header*/
/*.main-logo{
	width: 142px;
}*/
.main-logo p{
	margin-bottom: 0;
	font-size: 40px !important;
}

.main-logo p a{
	font-family: 'BebasNeueRegular';
	text-transform: uppercase;
	color: #2ABDF0;
	font-weight: 400;
}

.main-logo p a span{
	color: #0D426A;
	font-family: 'BebasNeueRegular';
	font-weight: 400;
}

.custom-logo-link{
	width: 100%;
	margin-right: 0;
	padding-right: 0;
}
/*.main-logo img{
	width: 100%;
	height: auto;
}*/
.main-header{
	/*padding: 10px 0;*/
	background: #fff;
	box-shadow:none;
	/*-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
	        box-shadow: 0 2px 4px rgba(0, 0, 0, .16);*/
}
.header-menu > ul > li, .header-menu .menu-top-menu-container > ul > li{
	padding: 10px 0
}
.header-menu > ul, .header-menu .menu-top-menu-container > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-menu > ul > li, .header-menu .menu-top-menu-container > ul > li{
	list-style: none;
}

.header-menu > ul > li > a, .header-menu .menu-top-menu-container > ul > li a{
	padding: 10px 20px;
	font-size: 18px;
	color: #424242;
	opacity: .6;
	display: block;
	text-transform: uppercase;
	white-space: nowrap;
}
.header-menu ul li a:hover, .header-menu ul li.current_page_item > a{
	color: #2ABDF0;
	opacity: 1;
}
.header-content {
    padding: 1% 5%;
}
.header-menu .menu-top-menu-container > ul > li a:focus{
	outline: none;
}

.daytrail-btn a{
	border: 2px solid #2ABDF0;
	border-radius: 6px;
	color: #2ABDF0 !important;
	opacity: 1 !important;
}

.daytrail-btn a:hover{
	background: #2ABDF0;
	color: #fff !important;
}

.header-menu ul li{
	position: relative;
}

.header-menu .sub-menu {
    position: absolute;
    left: 20px;
    z-index: 1;
    background: #fff;
    margin-left: 0;
    box-shadow: 0px 8px 15px 0px #0000001a;
    display: none;
    top: 100%;
}

.showsubmenu .sub-menu{
	display: block;
}

.header-menu .sub-menu li {
	border-bottom: 1px solid #eee;
	list-style: none;
}
.header-menu .sub-menu li a{
	padding: 12px 15px !important;
	flex-wrap: wrap;
	font-size: 16px !important;
	text-transform: uppercase;
}



/*mobile-menu start*/
.mobile-menu-btn{
	display: none;
}
.mobile-menu-btn a {
    display: inline-block
}

.mobile-menu-btn a span {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #0d426a;
    text-align: center;
    color: #fff
}

.mm-menu {
    background: #fff
}

.mobile-menu .domain-ssl-dropdown:after {
    display: none!important
}

.mobile-menu .mm-title {
    font-size: 21px;
    color: #372582!important;
    font-weight: 700;
}

.mobile-menu .just-nine {
    text-align: center;
    margin-bottom: 30px
}

.mobile-menu .mm-navbar {
    height: 50px;
    line-height: 50px;
    border: none
}

.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0
}

.mobile-menu .mm-listview {
    padding: 20px
}

.mobile-menu .mm-listview li{
	list-style: none;
}

.mobile-menu .mm-listview li a {
    color: #000;
    font-weight: 400;
    padding: 12px 12px 12px 10px;
    font-size: 17px;
    display: block;
}

.mobile-menu .mm-listview li a svg path{
	fill: #000
}

.mobile-menu .daytrail-btn{
	padding: 10px 0
}
.mobile-menu .daytrail-btn a{
	text-align: center;
	width: 100%;
}
.mobile-menu .mm-listview li {
    border-bottom: 1px solid #f0f0f0
}

.mm-listview>li:not(.mm-divider):after {
    display: none!important
}

.mobile-menu .mm-listview li img {
    width: 20px;
    margin-right: 10px
}

.training-program:after {
    display: none!important
}

.training-program {
    text-align: center
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
    right: 13px
}

.mm-listview .mm-next {
    background: #372582;
    width: 30px;
    border-radius: 5px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%)
}

.mm-prev {
    background: #372582;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    top: 20px;
    left: 10px!important
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    left: 13px!important
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff;
    left: 17px
}

.mobile-menu .just-nine a {
    padding: 12px 17px!important
}

.mobile-menu .common-padding {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 0!important
}

.mobile-menu .domain-ssl-part {
    width: 100%!important
}

.mobile-menu .domain-ssl {
    border-right: 0!important
}

.mobile-menu .domain-wrapper ul li span {
    font-size: 13px;
    width: calc(100% - 75px);
    font-weight: 600
}

.mobile-menu .chatmessage-menu a span{
	margin-left: 10px;
}


/*mobile-menu close*/


/*banner-section*/
.banner-section{
	position: relative;
}
.banner-content{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0%;
	width: 100%;
}
.banner-image img{
	width: 100%;
}

.banner-content-wrapper{
	padding-left: 50px;
	width: 50%
}

.banner-content-wrapper h2{
	color: #fff;
}

.banner-content-wrapper p{
	font-size: 22px;
	color: #fff;
	width: 80%;
	margin: 30px 0;
}

.banner-content-wrapper a{
	font-size: 20px;
	font-weight: 400;
}


/*doctus-success-section*/
.doctus-success-section{
	padding: 100px 0
}
.doctus-success-contetn{
	width: calc(100% - 390px);
	padding-right: 100px;
}

.doctus-success-image figure{
	width: 390px;
	height: 390px;
	overflow: hidden;
	border-radius: 50%;
}
.doctus-success-image figure img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.doctus-success-contetn p{
	color: #000000;
	margin-top: 20px;
}


/*about-product-section*/
.about-product-section{
	margin-bottom: 140px;
}
.about-product{
	width: 32%;
	text-align: center;
	padding: 80px 85px 150px;
	position: relative;
	border-radius: 16px;
}

.about-product:nth-child(1), .about-product:nth-child(3){background-color: #0D426A;}
.about-product:nth-child(2){background-color: #5bc7d3; }


.about-product:nth-child(1) .left-round.lightblue-bg,
.about-product:nth-child(1) .topuppr-round.lightblue-bg,
.about-product:nth-child(1) .bottomupper-round.lightblue-bg,
.about-product:nth-child(1) .left-round.dark-bg,
.about-product:nth-child(1) .rightover-round.dark-bg{
	display: none;
}
/*.jusfor-trailpopup{
	display: none;
}
.about-product:nth-child(1) .btn-secondary, .about-product:nth-child(3) .btn-secondary{
	display: none;
}
.about-product:nth-child(1) .btn-secondary.jusfor-trailpopup, .about-product:nth-child(3) .btn-secondary.jusfor-trailpopup{
	display: inline-block !important;
}*/

.about-product:nth-child(2) .top-round.bg-white,
.about-product:nth-child(2) .bottom-round.bg-white,
.about-product:nth-child(2) .left-round.blue-bg,
.about-product:nth-child(2) .left-round.dark-bg,
.about-product:nth-child(2) .rightover-round.dark-bg{
	display: none;
}
.about-product:nth-child(2) .btn-secondary{background-color: #0d426a}
.about-product:nth-child(2) .btn-secondary:hover{background-color: #fed665}
.about-product:nth-child(3) .btn-secondary:hover{background-color: #0d426a; color: #fff;}

.about-product:nth-child(3) .left-round.lightblue-bg,
.about-product:nth-child(3) .left-round.blue-bg,
.about-product:nth-child(3) .topuppr-round.lightblue-bg,
.about-product:nth-child(3) .bottomupper-round.black-bg,
.about-product:nth-child(3) .topuppr-round.lightblue-bg,
.about-product:nth-child(3) .bottomupper-round.lightblue-bg{
	display: none;
}


.about-product h5{
	color: #fff;
	margin-bottom: 10px;
}
.about-product p{
	color: #fff;
	font-weight: 400;
}

/*.about-product:nth-child(3) h5, .about-product:nth-child(3) p{
	color: #000;
}*/

.about-product a{
	position: absolute;
	bottom: 75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 20px;
}

.top-round{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.bottom-round{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.left-round{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -55px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.topuppr-round{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: -55px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.bottomupper-round{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	bottom: -55px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.rightover-round{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -55px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.about-product.yellow-bg h5, .about-product.yellow-bg p{
	color: #0D426A
}



/**/
.testimonial-section{
	padding: 120px 0;
}


.testimonial-slider{
	width: 65%;
	margin: 0 auto
}
.testimonial-slider .item{
	text-align: center;
}

.testimonial-slider .item h4{
	color: #fff;
}

.testimonial-slider .item > p{
	color: #FED665;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 0
}


/*ouroffering-section*/
.ouroffering-section{
	background: #EEF1F3;
	padding: 90px 0 50px
}

.ouroffering-section-heading{
	max-width: 740px;
	text-align: center;
	margin: 0 auto
}

.ouroffering-section-heading p{
	margin-top: 20px;
	margin-bottom: 0
}

.ouroffers-wrapper{
	margin-top: 70px;
}
.ouroffers-wrap{
	background: #fff;
	padding: 40px 25px 90px;
	width: calc(25% - 25px);
	margin-right: 25px;
	text-align: center;
	position: relative;
}


.ouroffers-wrap h5{
	color: #0D426A;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom:15px;
}

.ouroffers-wrap a{
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.ouroffers-wrap a.justforHCCDOC{
	display: none;
}

.ouroffers-wrap:first-child a.btn-secondary{
	display: none;
}

.ouroffers-wrap:first-child a.justforHCCDOC.btn-secondary{
	display: block;
}




/*main-footer*/
.main-footer{
	padding: 70px 0;
}

p.footerpanel-title {
    font-size: 40px !important;
	    margin-top: 10px !important;
		margin-bottom: 15px !important;
}

.footerpanel-title{
	display: inline-block;
	width: 190px;
	border-bottom: none !important;
	padding-bottom: 5px;
	color: #fff;
}

.footerpanel-title a{
	font-family: 'BebasNeueRegular';
	text-transform: uppercase;
	color: #2ABDF0;
	font-weight: 400;
}


.footerpanel-title a span{
	color: #fff;
	font-family: 'BebasNeueRegular';
	font-weight: 400;
}

.footer-aboutwrap{
	padding-right: 150px;
}
.footer-aboutwrap p{	
	color: #D5D5D5;
	font-size: 17px;
	margin-top: 25px;
}


.footer-menu ul{
	margin: 25px 0;
	padding: 0;
}

.footer-menu ul li{
	list-style: none;
	margin-bottom: 5px;
}

.footer-menu ul li a{
	color: #D5D5D5;
	font-weight: 400;
	font-size: 17px;
	text-transform: capitalize;
}

.footer-menu ul li a:hover{
	color: #FED665
}
.second-btn {
    background: #4EBFF2;
    color: #222222 !important;
	font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-radius: 7px 7px 7px 7px;
    padding: 18px 50px 18px 50px !important;
	border: none;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    height: 45px;
    border-radius: 0;
    border: none;
    background: #4EBFF2;
	color: #222222;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
}
.footer-social a span{
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.footer-social a{
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.footer-social a span.fa-linkedin{
	color: #2867B2;
	font-size: 28px;
}

.footer-social a span.fa-twitter{
	color: #1DA1F2;
	font-size: 24px;
}

.footer-social a span:hover{
	background: #FED665;
	color: #0D426A;
}

/*hcc-coding-tools*/
.hcccoding-banner-section{
	padding-top: 70px;
	padding-bottom: 70px;
	background: url(/wp-content/uploads/2021/05/top-bg.jpg);
}
.hcccoding-banner-content{
	width: 60%;
	padding: 0 80px 0 10%
}
.hcccoding-banner-image{
	width: 40%; text-align:right; padding-right:4rem;
}
.hcccoding-banner-image img{
	max-width: 100%
}

.hcccoding-banner-content h2{
	color: #fff;
}

.hcccoding-banner-content p{
	font-size: 22px;
	color: #fff;
	margin: 30px 0;
}

.hcccoding-banner-content a{
	font-size: 20px;
	font-weight: 400;
}
a.appstore-link {display: inline-block; margin-right: 1rem;}
.hcccoding-banner-content .btn.btn-primary {display: none;}
.hcc-banner-medium-text{font-weight:bold; font-size:28px;}
/**/
.realtime-hcccoding-section{
	padding: 90px 0;
	background: #EEF1F3
}

.real-time-services{
	width: 90%;
	margin: 60px auto 0;
	
}

.realtime-service{
	text-align: center;
	padding: 0 50px;
}

.realtime-service figure{
	height: 125px;
	width: 125px;
	border-radius: 50%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}

.realtime-service h5{
	color: #0D426A;
	margin: 30px 0 15px;
}
.realtime-service p{
	margin-bottom: 0;
}

.real-time-startbtn{
	margin-top: 50px;
}


/*freetrail-section*/
.freetrail-section{
	background: #EEF1F3;
	padding: 100px 0;
	margin-bottom: 15px;
}

.freetrail-section:last-child{
	margin-bottom: 0
}

.freetrail-wrapper{
	width: 90%;
	margin: 0 auto;
}

.freetrail-img{
	padding-top: 40px;
}

.freetrail-content{
	padding-left: 50px;
}

.freetrail-content h3{
	font-weight: 700;
	margin-bottom: 0
}

.freetrail-content h4{
	color: #0D426A;
}

.freetrail-content p{
	font-weight: 400;
}


.device-requirment, .trail-installation{
	margin-top: 40px;
}

.device-requirment h5, .trail-installation h5{
	font-weight: 700;
	color: #0D426A;
	margin-bottom: 15px;
}

.device-requirment ul{
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.device-requirment ul li{
	list-style: none;
	margin-bottom: 10px;
}

.device-requirment ul li{
	color: #000000;
	font-size: 18px;
	position: relative;
	padding-left: 22px;
	font-weight: 400;
	margin-bottom: 15px;
}

.device-requirment ul li:after{
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2ABDF0;
	top: 9px;
	left: 0;
	position: absolute;
}

.trail-installation .form-group{
	margin-top: 20px;
}
.trail-installation .form-group .form-control{
	height: 45px;
	margin-right: 10px;
	border-radius: 3px;
	border: 1px solid #2ABDF0
}

.trail-installation .form-group a{
	width: 170px;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
	text-transform: capitalize;
	font-weight: 400;
	text-align: center;
}

.emailsubmission-text{
	margin-top: -50px;
	margin-bottom: 50px;
}

.emailsubmission-text p{
	text-align: center;
	color: #000000;
	opacity: .25
}

.freetrail-playstore{
	margin-top: 40px;
}
.freetrail-playstore a{
	margin: 0 10px;
	display: inline-block;
}


.numeric-liststyle 	li{
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.numeric-liststyle 	li span{
	font-size: 19px;
	color: #2ABDF0;
	font-weight: 700;
	margin-right: 15px;
	display: inline-block;
}

.numeric-liststyle li:after{
	display: none !important;
}

.importantnotes h5{
	color: #DC5454;
	font-weight: 700;
}


/*upgrade-integrate-section*/


.upgrade-integrate-heading h2{
	color: #0D426A;
	margin-bottom: 25px;
}
.upgrade-integrate-heading p{
	font-weight: 400;
	width: 80%;
	margin: 0 auto;
}

.hcc-plateform-wrapper{
	margin-top: 40px;
	
}
.hcc-plateform-wrapper h3{
	text-align: center;
	
	color: #000;
}
.hcc-plateform-content{
	margin-top: 70px;
}

.plateform-wrap h5{
	color: #0D426A
}
.plateform-wrap p{
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 50px;
}

/*faq-section*/
.faq-section{
	border-top: 1px solid #DBDBDB
}
.faq-wrapper{
	width: calc(100% - 50px);
	margin: 50px auto 0;
}

.faq-wrapper .card{
	border: none;
	border-radius: 0;
	margin-bottom: 30px;
}
.faq-wrapper .card:last-child{
	margin-bottom: 0
}

.faq-wrapper .card .card-header{
	padding: 0;
	background: transparent;
	border: none;
}

.faq-wrapper .card .card-header a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #EEF1F3;
	padding: 9px;
	width: 100%;
	border-radius: 0;
	border: none;
	text-align: left;
	cursor: pointer;
}

.faq-wrapper .card .card-header a:focus, .faq-wrapper .card .card-header a:hover{
	text-decoration: none;
	outline: none;
}

.faq-wrapper .card .card-header a span{
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	color: #2ABDF0;
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
}

.faq-wrapper .card .card-header a p{
	width: calc(100% - 44px);
	padding-left: 20px;
	color: #0D426A;
	font-weight: 700;
	font-size: 20px;
	margin-top: 6px
}

.faq-wrapper .card-body{
	padding: 20px 73px;
}

.faq-wrapper .card-body p{
	font-weight: 400;
	font-size: 18px;
}



/****************** HCC - DOC 360 PAGE ******************/
.schedualdemo-form-wrapper{
	width: 60%;
	background: rgba(255,255,255,.85);
	padding: 30px 40px;
}

.schedualdemo-heading h2{
	color: #3FC3F1;
	margin-bottom: 10px;
	margin-top: 0
}

.schedualdemo-heading p{
	color: #0D426A;
	margin-bottom: 20px;
	font-weight: 400;
}

.schedualdemo-form-wrapper .form-group label{
	color: #000000;
	opacity: .6;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}

.schedualdemo-form-wrapper .form-group .form-control{
	height: 45px;
	border: 1px solid #BBCDDB;
	border-radius: 0;
	padding: 0 15px
}

.schedualdemo-form-wrapper .form-group .wpcf7-submit{
	margin-top: 10px;
}

.schedualdemo-form-wrapper .form-group textarea.form-control{
	height: 110px;
	padding: 15px;
}
.schedualdemo-form-wrapper .form-group select{
	height: 45px !important;
	cursor: pointer;
}

.countrycontactnumber{
	position: relative;
}
.countrycode{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.countrycode select{
	border-radius: 3px 0  0  3px;
	width: 70px;
    padding: 0 5px;
   
}

.countrycode select.wpcf7-not-valid{
	border-color: red !important;
}
.countrycode .wpcf7-not-valid-tip{
	display: none;
}

.countrycontactnumber input{
	padding-left: 60px !important;
}

/*testimonial-section-bg-white*/

.testimonial-section.bg-white .item h4 {
    color: #0D426A;
}

.testimonial-section.bg-white .item p {
    color: #3FC3F1;
}



/****************************************** HCC - DOC 360 PAGE ******************************************/

.hcc-palliative-care-section{
	background-size: cover;
	position: relative;
}

.hcc-palliative-care-banner img{
	width: 100%;
}

.hcccare-banner-content{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.hcccare-banner-content h2{
	color: #fff;
	margin: 0;
	line-height: 1
}

.hcccare-banner-content-wrap{
	background: rgba(13, 66, 106, .75);
	padding: 60px 40px;
	max-width: 500px;
}
.hcccare-banner-content-wrap p{
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0
}

.hcc-care-service{
	padding: 0;
	position: relative;
}

.hcc-care-service figure{
	width: 125px;
	height: 125px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	border: 1px solid #EFEFEF;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	background: #fff;
}

.hcccare-service-image{
	position: relative;
}

.hcccare-service-image:after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	height: 1px;
	width: 100%;
	background: #EFEFEF;
}

.hcccare-service-content{
	padding: 30px 70px 0
}

.hcccare-service-content h5{
	color: #0D426A;
	margin-bottom: 15px;
}

.hcccare-service-content p{
	font-weight: 400;
}


/************************************why work with us************************************/

.whywork-banner-content{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 50%;
	background: #FED665;
	padding: 40px;
	max-width: 600px;
}

.whywork-banner-content h3{
	color: #0D426A;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 400;
}

.whywork-banner-content p{
	color: #000;
	margin: 0;
}


.whyworkwithus-wrapper{
	width: 90%;
	margin: 0 auto;
}

.whyworkwithus-wrap{
	margin-bottom: 50px;
}
.whyworkwithus-wrap:last-child{
	margin-bottom: 0px;
}

.whyworkwithus-wrap-content h4{
	color: #0D426A;
	margin-bottom: 15px;
}

.whyworkwithus-wrap-content ul{
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.whyworkwithus-wrap-content p{
	padding-left: 15px;
}

.whyworkwithus-wrap-content p a{
	color: #2ABDF0
}

.whyworkwithus-wrap-content ul li{
	list-style: none;
	margin-bottom: 10px;
}

.whyworkwithus-wrap-content ul li{
	color: #000000;
	font-size: 18px;
	position: relative;
	padding-left: 22px;
	font-weight: 400;
	margin-bottom: 15px;
}

.whyworkwithus-wrap-content ul li:after{
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FED665;
	top: 9px;
	left: 0;
	position: absolute;
}


.ourteam-btn{
	color: #2ABDF0;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 30px;
	display: inline-block;
}

.ourteam-btn span{
	margin-left: 10px;
	font-size: 25px;
}

.ourteam-btn:hover{
	color: #0D426A;
}


.ourteam-section-heading{
	color: #0D426A;
	margin-bottom: 20px;
}

.teammember-profile img{
	width: 100%
}

.teammember-info h4{
	color: #2ABDF0;
	margin-bottom: 5px;
	font-weight: 700;
}

.teammember-info h6{
	color: #0D426A;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 700;
	padding-top: 0;
}


.ourteam-wrap{
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #DBDBDB
}

.ourteam-wrap:last-child{
	padding-bottom: 0;
	border-bottom: none;
}


/************************************ BLOG PAGE ************************************/
.blog-banner-section{
	padding: 110px 0
}
.blog-section-wrapper{
	width: 95%;
	margin: 0 auto;
}



.blog-primary-left{
	width: calc(100% - 340px);
	padding-right: 100px
}

.blog-primary-right{
	width: 340px;
}

.blog-thumb-image{
	width: 380px;
}

.blog-thumb-image img{
	width: 100%;
}

.blog-wrapcontent{
	width: calc(100% - 380px);
	padding-right: 50px;
}

.blog-title{
	margin-bottom: 30px;
}

.blog-title h4{
	color: #0D426A;
	margin-bottom: 5px;
	margin-top: 0;
}

.blog-title .blog-posteddate p{
	color: #000000;
	font-size: 16px;
	margin-right: 30px;
	opacity: .9;
}

.postedIn{
	position: relative;
	padding-left: 20px;
}

.postedIn:after{
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2ABDF0;
	top: 10px;
	left: 0;
	position: absolute;
}

.postedIn a{
	color: #2ABDF0;
	text-decoration: underline;
}

.blog-paregraph p{
	color: #000000;
	font-size: 18px;
	opacity: .9;
}


.blog-wrap{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #CECECE
}

.blog-wrap:first-child{
	padding-top: 0;
}

.blog-wrap:last-child{
	padding-bottom:  0;
	border-bottom: none;
}

.blog-search-panel .form-group{
	border: 1px solid #BBCCD2;
	border-radius: 50px;
	overflow: hidden;
	margin-top: 20px !important;
}

.blog-search-panel .form-group img{
	margin-left: 15px;
}
.blog-search-panel .form-group input{
	border: none;
	height: 45px;
	width: calc(100% - 60px);
	padding-left: 15px;
}
.blog-search-panel{
	margin-bottom: 50px;
}

.blog-search-panel .form-group input:focus{
	outline: none;
}

.blog-widget{
	margin-bottom: 40px;
}

.blog-widget > h6{
	font-size: 22px;
	color: #0D426A;
	margin-bottom: 20px;
	font-weight: 600;
}


.blue-bullet-point{
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.blue-bullet-point li{
	list-style: none;
	margin-bottom: 10px;
}

.blue-bullet-point li{
	color: #000000;
	font-size: 18px;
	position: relative;
	padding-left: 22px;
	font-weight: 400;
	margin-bottom: 15px;
}

.blue-bullet-point li:after{
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2ABDF0;
	top: 9px;
	left: 0;
	position: absolute;
}

.blog-widget select{
	height: 45px !important;
	border: 1px solid #BBCDDB;
	border-radius: 0;
	cursor: pointer;
	font-weight: 400;
	color: #000000;
}

.blog-tweet .blogTweet-profile figure img{
	width: 70px
}

.blogTweet-profile-info{
	padding-left: 15px;
	position: relative;
	width: calc(100% - 70px);
}

.blogTweet-profile-info h5{
	font-size: 18px;
	color: #2ABDF0;
	margin-top: 0;
	margin-bottom: 5px;
}
.blogTweet-profile-info p{
	font-size: 16px;
	color: #000;
	margin: 0;
}

.tweet-icon {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 35px;
    color: #2ca7e0;
}

.blog-tweet-paragraph p{
	font-size: 15px;
	color: #666666;
	margin: 15px 0;
	line-height: 24px;
}

.blog-tweet-paragraph a{
	color: #2ABDF0;
}

.blog-tweet-options{
	margin-top: 20px;
}

.blog-tweet-options a{
	margin-right: 20px;
	color: #000;
	opacity: .5;
}

.blog-tweet-options a span{
	text-decoration: underline;
}

.blog-tweet, .popular-post{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CECECE
}

.blog-tweet:first-child, .popular-post:first-child{
	padding-top: 0;
}

.blog-tweet:last-child, .popular-post:last-child{
	padding-bottom:  0;
	border-bottom: none;
}

.popular-post h5{
	font-size: 18px;
	color: #2ABDF0;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
}
.popular-post h6{
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 0 0 20px;
}

.popular-post p{
	font-size: 15px;
	color: #666666;
	margin: 0;
	line-height: 24px;
}


/*freetraill-popup*/
.modal-backdrop{
	display: none;
}
.modal{
	background: rgba(0,0,0,.5);
}

/*StarDayTrail*/
#StarDayTrail{
	padding-right: 0 !important
}
#StarDayTrail .modal-content{
	border-radius: 0;
	position: relative;
}
#StarDayTrail .modal-dialog{
	max-width: 620px;
	border-radius: 0;
}

#StarDayTrail .modal-body{
	padding: 30px;
	border-radius: 0;
}

#StarDayTrail button.close{
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 1;
}

#StarDayTrail button.close:hover, #StarDayTrail button.close:focus{
	background: transparent !important;
	outline: none !important;
	border: none !important;
	opacity: 1;

}

#StarDayTrail button.close span{
	color: #AEC1CF;
	font-size: 28px;	
}

.StarDayTrail-form h5{
	color: #3FC3F1;
	margin-bottom: 15px;
}

.StarDayTrail-form p{
	color: #0D426A;
	margin-bottom: 0px;
}

.StarDayTrail-form-wrapper{
	margin-top: 20px;
}

.StarDayTrail-form-wrapper .form-group label{
	font-size: 16px;
	color: #000;
	opacity: .6;
	margin-bottom: 5px;
	font-weight: 500;
}

.StarDayTrail-form-wrapper .form-group .form-control{
	height: 45px;
    border: 1px solid #BBCDDB;
    border-radius: 0;
    padding: 0 15px;
    font-size: 15px;
}

.StarDayTrail-form-wrapper .submitTrailform{
	margin-bottom: 0 !important;
	margin-top: 20px;
}


/*privacy-policy*/
.privacy-policy-section .privacy-policy-wrap{
	margin-bottom: 40px;
}

.privacy-policy-section .privacy-policy-wrap h4{
	color: #0D426A;
	margin-bottom: 20px;
}



/*Acquisition Landing Page start*/
.acquisition-landing-banner{
	background: #0D426A;
	padding-bottom: 40px;
}
/*Acquisition Landing Page close*/


.testimonial-slider .item h4{
    font-size: 28px !important;
    line-height: 30px !important;
}
.testimonial-slider .item p{
    font-size: 20px !important;
    margin-top: 20px !important;
}
.ouroffers-wrapper{
    justify-content: center !important;
}
.icon-angle-down{
	display: inline-block !important;
	fill: currentColor !important;
	height: 1em !important;
	position: relative !important;
	top: -.0625em !important;
	vertical-align: middle !important;
	width: 1em !important;
}

/*Footer New CSS Start*/
.footer-newsletter .footerpanel-title {
    margin-bottom: 0px !important;
}


/*Footer New CSS Close*/