@font-face {
    font-family: 'BebasNeueRegular';
    src: url('https://doctustech.com/wp-content/themes/twentyseventeen/include/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;
}


.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(https://doctustech.com/wp-content/themes/twentyseventeen/include/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 h1{
	margin-bottom: 0;
	font-size: 40px;
}

.main-logo h1 a{
	font-family: 'BebasNeueRegular';
	text-transform: uppercase;
	color: #2ABDF0;
	font-weight: 400;
}

.main-logo h1 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;
	-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: #000000;
	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-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;
}


.footerpanel-title{
	display: inline-block;
	width: 190px;
	border-bottom: 2px solid #FED665;
	padding-bottom: 15px;
	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: #fff;
	margin-top: 25px;
	margin-bottom: 40px;
}


.footer-menu ul{
	margin: 25px 0;
	padding: 0;
}

.footer-menu ul li{
	list-style: none;
	margin-bottom: 5px;
}

.footer-menu ul li a{
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

.footer-menu ul li a:hover{
	color: #FED665
}

.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;
}

.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*/





/************************************************
 *************************************************
 *************************************************
	
	ADDITIONAL CSS

*****************************************************
*****************************************************
*****************************************************
*****************************************************
/



/*privacy-policy*/
.privacy-policy-section .privacy-policy-wrap{
	margin-bottom: 40px;
}
.whyworkwithus-wrap-content p a{
	color: #2ABDF0
}

.privacy-policy-section .privacy-policy-wrap h4{
	color: #0D426A;
	margin-bottom: 20px;
}

.last-updates-date p{
	color: #29BBEE;
	font-weight: bold;
	font-size: 24px;
}


/*Acquisition Landing Page start*/
.acquisition-landing-banner{
	background: #0D426A;
	padding-bottom: 40px;
}
.acquisition-landing-banner-header .main-logo h1 a{
	color: #2abdf0 !important;
	font-family: 'BebasNeueRegular';
    text-transform: uppercase;
    font-weight: 400;
}
.acquisition-landing-banner-header .main-logo h1 a span{
	color: #fff
}
.acquisition-landing-banner-header{
	padding: 20px 0
}
.acquisition-landing-banner-content-wrap{
	padding-left: 10% !important;
	color: #fff; 
}
.acquisition-landing-banner-content-wrap h2{
	margin: 20px 0
}
.acquisition-landing-banner-content-wrap p{
	color: #fff;
	font-size: 18px;
}
.acquisition-landing-banner-content-wrap h5{
	padding-left: 30px;
	margin-top: 30px;
}
.acquisition-landing-banner-content-wrap ul{
	padding-left: 30px;
	margin-top: 20px;
}
.acquisition-landing-banner-content-wrap ul li {
    list-style: none;
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
}
.acquisition-landing-banner-content-wrap ul li:before{
	display: inline-block;
    content: "\f00c";
    color: #fed665;
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.acquisition-landing-banner-form{
	padding: 40px;
	background: #fff;
	border-radius: 6px;
	width: 70%;
	margin: 0 auto;
}
.acquisition-landing-banner-form h3{
	font-weight: 700;
	color: #3FC3F1;
}
.acquisition-landing-banner-form p{
	color: #0D426A
}
.acquisition-landing-banner-form form{
	margin-top: 30px;
}
.acquisition-landing-banner-form br{
	display: none;
}
.acquisition-landing-banner-form form .form-group{
	margin-bottom: 15px !important;
}
.acquisition-landing-banner-form form .form-group label{
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	opacity: .6
}
.acquisition-landing-banner-form form .form-group .form-control{
	height: 45px !important;
	padding: 0 15px;
	border-radius: 0
}

.acquisition-landing-banner-form form .form-group .form-control::-webkit-input-placeholder {
  	color: #000000;
    opacity: .6;
}
.acquisition-landing-banner-form form .acquisition-submit{
	margin-top: 30px;
}
.acquisition-landing-banner-form form .acquisition-submit p{
	display: inline-block;
}
.acquisition-landing-banner-form form .acquisition-submit p a{
	font-weight: 400;
	color: #3FC3F1;
	text-decoration: underline;
}
.acquisition-landing-banner-form form .countrycode select{
	height: 45px;
}

.acquisition-landing-content-textwrapper h2{
	color: #0D426A;
	margin-bottom: 30px;
}
.acquisition-landing-content-row:nth-child(odd), .earn-cme-credit-section{
	padding: 100px 0;
}
.acquisition-landing-content-row:nth-child(odd) .acquisition-landing-content-textwrapper{
	padding-left: 10% !important;
}
.acquisition-landing-content-row:nth-child(odd) .acquisition-landing-content-imagewrapper{
	padding-left: 40px !important;
	padding-right: 0
}
.acquisition-landing-content-row:nth-child(even){
	flex-direction: row-reverse;
}
.acquisition-landing-content-row:nth-child(even) .acquisition-landing-content-textwrapper{
	padding-right: 10% !important;
	padding-left: 50px;
}
.acquisition-landing-content-row:nth-child(even) .acquisition-landing-content-imagewrapper{
	padding-left: 0 !important;
}
.earn-cme-credit-wrapper h2{
	color: #0D426A;
}
.earn-cme-credit-wrapper p{
	margin: 15px 0 30px;
}

/*Acquisition Landing Page close*/

/*thankyou*/
.thankyou-msg{
	max-width: 900px;
	padding: 0 20px;
	margin: 50px auto;
	position: relative;
	padding-bottom: 30px;
}
.thankyou-msg:after{
	display: block;
	content: '';
	background-color: #2ABDF0;
	width: 60%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.thankyou-msg figure{
	margin-bottom: 30px;
}

.thankyou-msg h2{
	margin-bottom: 20px;
	color: #2ABDF0;
}
.thankyou-msg h5{
	margin-bottom: 30px;
	color: #0D426A;
}
.thankyou-msg p{
	color: #0D426A;
	width: 70%;
	margin: 0 auto;
}
.thankyou-msg p a{
	color: #0D426A;
	text-decoration: underline;
	font-weight: 400
}
.thankyou-msg p a:hover{
	color: #2ABDF0;
}

.form-group .countrycontactnumber input.form-control {
    padding-left: 80px!important;
}

.blog-title h4 a{
	color: #0D426A;
}
.blue-bullet-point li a{
	color: #000;
}
.blue-bullet-point li a:hover, .blog-paregraph p a{
	color: #2abdf0;
}

.search-form{
	width: 100%;
}
.search-form .search-submit {
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    width: 50px;
    cursor: pointer;
}
.search-form .search-submit:focus{
	outline: none;
}
.search-form label{
	display: none;
}
.search-form .search-submit .icon {
    color: #2abdf0;
}


/*footer-newsletter*/
.footer-newsletter .es_subscription_form .es-field-wrap label{
	width: 100%
}
.footer-newsletter .es_subscription_form .es-field-wrap label input{
	border-radius: 0;
	height: 50px;
}

.footer-newsletter .es_subscription_form .es_subscription_form_submit{
	width: 100%;
    height: 45px;
    border-radius: 0;
    border: none;
    background: #fed665;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
}
.footer-newsletter{
	padding-right: 120px !important;
}
.es_subscription_message.success {
    color: #2abdf0 !important;
}

/**/
.explore-doctus-section{
	padding-top: 150px;
	padding-bottom: 150px;
}
.explore-doctus-wrapper h5{
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 40px;
	color: #fff;
}

/**/
.download-confirmed-section{
	padding: 100px 0;
}

.download-confirmed-wrapper h2{
	color: #3FC3F1;
	margin-bottom: 10px;
}
.download-confirmed-wrapper h5{
	font-weight: bold;
	color: #0D426A;
	margin-bottom: 15px;
}

.download-confirmed-wrapper p, .download-confirmed-content p{
	color: #0D426A;
	font-size: 20px;
	margin-bottom: 15px;
}

.download-confirmed-wrapper p a, .download-confirmed-content p a{
	color: #3FC3F1;
}

.download_confirmed_links{
	margin-bottom: 30px;
}

.download_confirmed_links li{
	list-style: none;
	margin-bottom: 10px;
}
.download_confirmed_links li a{
	display: block;
	background-color: #ECFAFF;
	border-radius: 5px;
	color: #3FC3F1;
	font-size: 20px;
	padding: 10px 15px;
	font-style: italic;
}
.download_confirmed_links li a:hover{
	background-color: #3FC3F1;
	color: #ECFAFF;
}

.acquisition_banner_listing{
	margin-bottom: 40px;
}

.download-confirmed-content{
	padding-left: 70px!important;
    padding-right: 10% !important;
}


/**/
.features_partners_section{
	padding: 30px 0;
	border-bottom: 1px solid #B3BBC1;
}
.feature-partner-wrapper{
	margin-top: 20px;
}
.feature-partner-logo{
	padding: 0 40px;
}


.doctor-integrates-section{
	padding: 50px 0
}
.doctor-integrates-section .feature-partner-wrapper{
	margin-bottom: 30px;
}

.hcccoding-banner-image{text-align:right !important; padding-right:4rem;}
.hcccoding-banner-content h2{color: #fff !important;}
.hcccoding-banner-content p{color: #fff !important;}
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 !important;}

/*maximize-investment-section*/
.maximize-investment-section{
	background-color: #EEF1F3;
}
.search-integration-wrapper{
	margin-top: 40px;
}

.search-integration-content{
	width: 38%;
	position: relative;
}
.search-integration-content .card{
	background-color: #fff;
	padding: 40px;
	position: relative;
	z-index: 1;
	border: none;
	border-radius: 0
}
.search-integration-content:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #3FC3F1;
	position: absolute;
	left: 20px;
	top: 20px;
}

.search-integration-image{
	width: 55%;
}
.search-integration-form select{
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 0;
	height: 50px !important;
	cursor: pointer;
}

.footer-social a span.fa-facebook {
    color: #1877f2;
    font-size: 22px;
}
.footerpanel-title{
	white-space: nowrap;
}

.footer-newsletter .footerpanel-title{
	margin-bottom:35px;
}

/**/
.explore-doctus-section2{
	padding: 50px 0;
}
.explore-doctus-section2 .explore-doctus-wrapper{
	padding: 0 10%;
}
.explore-doctus-section2 .explore-doctus-wrapper h3{
	font-size: 32px;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: 600;
}


.realtime-hcccoding-section {
	background: #eef1f3 url(/wp-content/uploads/2021/05/graphic-bg.png) center center no-repeat!important
}
.realtime-hcccoding-section .doctus-success-contetn {
	width: 100%!important;
	padding-right: 0!important;
	text-align: center
}
.doctus-success-contetn h3 {
	font-weight: bold;
	color: #1e4167!important;
	font-size: 52px
}
.realtime-service figure {
	height: auto!important;
	width: auto!important;
	border-radius: inherit!important;
	background: none!important
}
.customer-Outcomes-section {
	padding: 70px 8% 200px 8%;
	color: #fff
}
.customer-Outcomes-section.pb70{
	padding-bottom: 70px;
}
.customer-Outcomes-section p {
	color: #fff
}
.outcomes-row {
	margin-top: 3rem;
	display: flex
}
.outcomes-col {
	padding: 0 15px
}
section.training-section {
	padding: 70px 0 70px 0
}
.training-row {
	display: flex;
	flex-wrap: wrap
}
.training-col-1 {
	flex: 1;
	padding-right: 2rem
}
.training-col-2 {
	width: 380px;
	margin-top: -245px
}
.training-section h2 {
	color: #1e4167;
	margin-bottom: 1rem
}
.training-section ul {
	list-style: none;
	color: #1e4167;
	font-weight: bold;
	margin: 1rem 0 0 3rem;
	display: inline-block
}
.training-section ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px
}
.training-section ul li:before {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #2abdf0;
	content: "";
	position: absolute;
	left: 0;
	top: 7px
}
.training-section p {
	margin-bottom: 15px
}
.playstore-section {
	padding-top: 50px
}
.playstore-row {
	display: flex;
	align-items: center
}
.playstore-col-1 {
	width: 380px
}
.playstore-col-2 {
	flex: 1;
	padding-left: 5rem;
	color: #fff
}
.playstore-col-2 p, .free-trial-section p {
	color: #fff
}
.playstore-icon-wrap {
	margin-top: 2rem;
	display: flex
}
.playstore-icon-wrap a {
	margin-right: 15px
}
.app-preview-section {
	text-align: center;
	padding: 90px 0
}
.app-preview-section h2 {
	color: #1e4167
}
.app-preview-video {
	margin-top: 3rem
}
.free-trial-section {
	text-align: center;
	padding: 70px 0;
	color: #fff
}
.playstore-in-banner {
	display: flex
}
.realtime-service figure img {
	width: auto!important
}

.app-preview-video video {
    border: solid 2px #f1f1f1;
}


/*calender*/
.download-confirmed-image{
	box-shadow: 0 0 12px rgba(0, 0, 0, .16);
	border-radius: 8px;
	padding: 30px 40px;
}
.download-confirmed-image h5{
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 15px;
    margin-bottom: 0;
}
#calendar{
  margin-left: auto;
  margin-right: auto;
 width: 100% !important;
  font-family: 'Lato', sans-serif;
  
}
#calendar_weekdays div{
  display:inline-block;
  vertical-align:top;
}
#calendar_content, #calendar_weekdays, #calendar_header{
  position: relative;
  width: 100% !important;
  overflow: hidden;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
}
#calendar_weekdays div, #calendar_content div{
  width:40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  background-color: #FFFFFF;
  color: #0D426A !important;
  font-weight: 600;
  width: 14.2% !important;
}

#calendar_content div{
  float: left;
}
#calendar_content div:hover{
  background-color: #F8F8F8;
}
#calendar_content div.blank{
  background-color: #E8E8E8;
}
#calendar_header, #calendar_content div.today{
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  border-radius: 8px;
  color: #fff !important;
}
#calendar_content div.today{
  color: #FFFFFF;
}
#calendar_header{
  width: 100%;
  height: 37px;
  text-align: center;
  background-color: transparent !important;
  padding: 18px 0;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px; 
  border-radius: 12px 12px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#calendar_header h1{
  	font-size: 20px;
  	color: #3FC3F1;
  	margin-bottom: 0;
}
i[class^=icon-chevron]{
  color: #3FC3F1;
  cursor: pointer;
}

.text-left .elementor-button-text{
	text-align: left;
}


/**/
.tutor-course-loop-title h2{
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 17px;
}

.tutor-course-header > a{
    height: 235px;
    display: block;
}
.tutor-course-header > a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/** Home - Courses 3Cols **/
@media (min-width: 768px) {
.tutor-widget-course-loop.tutor-widget-course {
    width: 33%;
    padding: 0 7px;
	display: inline-block;
    vertical-align: top;
}
}

.tutor-loop-author .tutor-course-lising-category {
    display: none;
}

.tutor-loop-course-footer {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.tutor-single-course-meta ul li a {
    overflow-wrap: break-word;
}

.tutor-widget-course-loop.tutor-widget-course {
    margin-bottom: 40px;
}




/** Mobiel Phone **/
@media (max-width: 767px) {


}


/** Font Family for Single Course Page **/
.tutor-wrap{
    font-family: poppins;
}

/** Footer Menu Block **/
#bottom-wrap .bottom-widget .widget_nav_menu ul li {
    display: block;
	
}
.widget_nav_menu ul li {
    display: block;
	margin-bottom: 5px;
}
ul.themeum-social-share {
    padding: 0;
}


.acquisition-landing-banner-video iframe {
    width: 70% !important;
    height: 330px !important;
    margin: 30px auto 0;
    display: block;
}

.acquisition-landing-banner-video2 iframe {
    width: 100% !important;
    height: 370px !important;
    margin: 30px auto 0;
    display: block;
}




/************************************************
 *************************************************
 *************************************************
	
	MEDIA CSS

*****************************************************
*****************************************************
*****************************************************
*****************************************************/




@media only screen and (max-width:1750px) {

	h2{
		font-size: 46px;
	}
	h3{
		font-size: 35px;
	}
	h4 {
	    font-size: 26px;
	    line-height: 36px;
	}
	h5{
		font-size: 22px;
	}
	p{
		font-size: 17px;
	}


	.btn{
		min-width: 210px;
	    
	    font-size: 16px;
	}
	
	.header-menu .menu-top-menu-container > ul > li a, .header-menu > ul > li > a{
		font-size: 16px;
	}
	.header-menu .sub-menu li a{
		font-size: 14px !important;
	}

	/*banner*/
	.banner-content-wrapper p{
		font-size: 20px;
	}
	.banner-content-wrapper{
	    width: 45%;
	}

	/**/
	

	/**/
	.top-round, .bottom-round, .left-round, .rightover-round, .topuppr-round, .bottomupper-round{
		width: 70px;
    	height: 70px;
	}
	.about-product{
		padding: 65px 60px 130px;
	}
	.about-product a{
		font-size: 18px;
	    bottom: 60px;
	}


	/**/
	.hcccoding-banner-content{
    	padding: 0 100px 0 8%;
	}

	.hcccoding-banner-content p {
	    font-size: 20px;
	}
	.hcccoding-banner-content a {font-size: 18px;}



}

@media only screen and (max-width:1600px) {

	.thankyou-msg figure img{
		width: 360px
	}


	.download_confirmed_links li a, .download-confirmed-wrapper p, .download-confirmed-content p{
		font-size: 20px;
	}

	.explore-doctus-section2 .explore-doctus-wrapper {
	    padding: 0 8%;
	}
	.explore-doctus-section2 .explore-doctus-wrapper h3 {
	    font-size: 30px;
	    line-height: 46px;
	}

	.doctus-success-contetn h3 {
		font-size: 42px
	}

}



@media only screen and (max-width:1440px) {


	.main-logo h1{
	    font-size: 35px;
	}

	h2{
		font-size: 42px;
	}
	h3{
		font-size: 32px;
	}
	h4 {
	    font-size: 24px;
	    line-height: 32px;
	}
	h5{
		font-size: 20px;
	}
	p{
		font-size: 16px;
		line-height: 26px;
	}
	
	.header-menu .menu-top-menu-container > ul > li a, .header-menu > ul > li > a{
		font-size: 15px;
		padding: 10px 15px;
	}
	.header-menu .sub-menu {
		left: 15px;
	}
	

	.banner-content-wrapper {
	    width: 50%;
	}

	.doctus-success-image figure{
	    width: 350px;
    	height: 350px;
	}
	.doctus-success-contetn{
		width: calc(100% - 350px);
	}

	/**/
	.ouroffers-wrap:nth-child(1) figure img{
		width: 150px
	}
	.ouroffers-wrap:nth-child(2) figure img, .ouroffers-wrap:nth-child(3) figure img, .ouroffers-wrap:nth-child(4) figure img{
		width: 95px
	}


	/**/
	.top-round, .bottom-round, .left-round, .rightover-round, .topuppr-round, .bottomupper-round{
		width: 60px;
    	height: 60px;
	}
	.left-round{
		left: -40px;
	}
	.topuppr-round{
	    top: -40px;
	}
	.bottomupper-round{
	    bottom: -40px;
	}
	.rightover-round{
		right: -40px;
	}
	.about-product{
		padding: 50px 50px 120px;
	}
	.about-product a{
		font-size: 16px;
	    bottom: 50px;
	}


	/*footer*/
	.footer-menu ul li a{
		font-size: 16px;
	}

	/*contactus*/
	.schedualdemo-form-wrapper .form-group .form-control{
		height: 45px;
	}
	.schedualdemo-form-wrapper .form-group select{
		height: 45px !important;
	}
	.schedualdemo-form-wrapper .form-group label{
		font-size: 16px;
	}


	/**/
	.hcccoding-banner-content p {
	    font-size: 18px;
	}

	.realtime-service{
		padding: 0 40px;
	}

	.realtime-hcccoding-section, .freetrail-section, .common-section-padding{
		padding: 70px 0;
	}

	.device-requirment ul li{
		font-size: 17px;
	}

	.faq-wrapper .card .card-header a p{
		font-size: 18px;
	}
	.faq-wrapper .card .card-header a span {
	    height: 36px;
	    width: 36px;
	    line-height: 36px;
	    font-size: 21px;
	}
	.faq-wrapper .card-body p{
		font-size: 16px;
	}
	.faq-wrapper .card-body {
	    padding: 20px 65px;
	}
	.faq-wrapper .card{
		margin-bottom: 20px;
	}


	/*blog*/
	.blog-widget > h6{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.blue-bullet-point li{
	    margin-bottom: 10px;
	    font-size: 16px;
	}
	.blog-widget select{
	    height: 40px !important;
	}
	.blogTweet-profile-info p{
		font-size: 14px;
	}
	.blogTweet-profile-info h5{
		margin-top: 0;
    	margin-bottom: 0px;
    	font-size: 16px;
	}
	.blog-tweet .blogTweet-profile figure img {
	    width: 60px;
	}
	.blogTweet-profile-info {
	    padding-left: 10px;
	    position: relative;
	    width: calc(100% - 70px);
	}
	.popular-post h5{
		font-size: 16px;
		margin-bottom: 5px;
	}

	.tweet-icon{
		font-size: 30px;
	}

	.blog-primary-right {
	    width: 310px;
	}
	.blog-primary-left {
	    width: calc(100% - 310px);
	    padding-right: 50px;
	}

	.blog-title {
	    margin-bottom: 20px;
	}
	.blog-paregraph p{
		font-size: 16px;
	}
	.blog-thumb-image {
	    width: 350px;
	}
	.blog-wrapcontent {
	    width: calc(100% - 350px);
	    padding-right: 30px;
	}
	.blog-banner-section {
	    padding: 80px 0;
	}
	.blog-search-panel .form-group img {
	    width: 20px;
	}
	.blog-search-panel .form-group input {
	    height: 40px;
	}
	.blog-search-panel {
	    margin-bottom: 40px;
	}

	.ourteam-wrap {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.teammember-info h6{
		font-size: 20px;
	}

	.hcc-care-service figure{
	    width: 110px;
    	height: 110px;
	}
	.hcc-care-service figure img{
		width: 60px;
	}

	.hcccare-service-content {
	    padding: 30px 30px 0;
	}

	.whyworkwithus-wrap-content ul li{
		font-size: 16px;
		margin-bottom: 10px;
	}


	/*additional-css*/
	.download_confirmed_links li a, .download-confirmed-wrapper p, .download-confirmed-content p{
		font-size: 18px;
	}
	.download_confirmed_links li a{
		padding: 8px 12px;
	}


}

@media (max-width:1400px) {
	.doctus-success-contetn h3 {
		font-size: 38px
	}
	.outcomes-col {
		padding: 0 10px
	}
	.playstore-col-2 {
		padding-left: 4rem
	}
	.hcccoding-banner-image {
		padding-right: 2rem
	}
	
	.download-confirmed-image{
		padding: 20px 15px;
	}
	#calendar_weekdays div, #calendar_content div{
		height: 50px !important;
    	line-height: 50px !important;
	}
	i[class^="icon-chevron"]{
		line-height: 50px !important;
	}

}

@media only screen and (max-width:1366px) {

	.common-section-padding {
	    padding: 70px 0;
	}

	.inner-container{
		max-width: 1150px;
	}

	h2{
		font-size: 38px;
	}
	h3{
		font-size: 30px;
	}
	h4 {
	    font-size: 22px;
	    line-height: 30px;
	}
	h5{
		font-size: 18px;
	}
	p{
		font-size: 15px;
		line-height: 24px;
	}

	.btn {
	    min-width: 190px;
	    
	    font-size: 15px;
	}
	
	.header-menu .menu-top-menu-container > ul > li a, .header-menu > ul > li > a{
		font-size: 14px;
		padding: 8px 12px;
	}
	.header-menu .sub-menu {
		left: 12px;
	}
	.header-menu .sub-menu li a {
	    font-size: 13px !important;
	}

	.banner-content-wrapper a{
		font-size: 16px;
	}
	.banner-content-wrapper p {
	    font-size: 18px;
	}

	.doctus-success-section {
	    padding: 70px 0;
	}
	.about-product-section{
		margin-bottom: 110px;
	}


	.about-product a {
	    font-size: 15px;
	    bottom: 50px;
	}

	/**/
	.testimonial-section {
	    padding: 100px 0;
	}
	.testimonial-slider .item p{
		font-size: 17px;
		margin-top: 15px;
	}

	.ouroffering-section {
	    padding: 60px 0 50px;
	}
	.ouroffers-wrapper {
	    margin-top: 50px;
	}

	.ouroffers-wrap a.btn{
		min-width: 210px;
	}


	/**/
	.whyworkwithus-wrap-content h4 {
	    margin-bottom: 5px;
	}

	/*contactus*/
	.schedualdemo-form-wrapper .form-group .form-control{
		height: 40px;
	}
	.schedualdemo-form-wrapper .form-group select{
		height: 40px !important;
	}
	.schedualdemo-form-wrapper .form-group label{
		font-size: 15px;
	}
	.schedualdemo-form-wrapper{
		padding: 25px;
	}
	.schedualdemo-heading h2{
		margin-bottom: 10px;
	}


	/**/
	.realtime-service figure{
		height: 110px;
    	width: 110px;
	}
	.realtime-service figure img{
		width: 60px;
	}
	.freetrail-playstore a img{
		width: 200px;
	}
	.freetrail-playstore a{
		margin: 0 5px;
	}
	.numeric-liststyle li span{
		font-size: 17px;
	}
	.device-requirment ul li {
	    font-size: 16px;
	}


	/*blog*/
	.blog-widget > h6{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.blue-bullet-point li{
	    margin-bottom: 10px;
	    font-size: 15px;
	}
	.blog-widget select{
	    height: 40px !important;
	}
	.blogTweet-profile-info p{
		font-size: 13px;
	}
	.blogTweet-profile-info h5{
		margin-top: 0;
    	margin-bottom: 0px;
    	font-size: 15px;
	}
	.blog-tweet .blogTweet-profile figure img {
	    width: 50px;
	}
	.blogTweet-profile-info {
	    padding-left: 10px;
	    position: relative;
	    width: calc(100% - 50px);
	}
	.popular-post h5{
		font-size: 16px;
		margin-bottom: 5px;
	}

	.tweet-icon{
		font-size: 30px;
	}

	.blog-primary-right {
	    width: 310px;
	}
	.blog-primary-left {
	    width: calc(100% - 310px);
	    padding-right: 50px;
	}

	.blog-title {
	    margin-bottom: 20px;
	}
	.blog-paregraph p{
		font-size: 15px;
	}
	.blog-thumb-image {
	    width: 330px;
	}
	.blog-wrapcontent {
	    width: calc(100% - 330px);
	    padding-right: 30px;
	}
	.blog-banner-section {
	    padding: 70px 0;
	}
	.blog-search-panel .form-group img {
	    width: 20px;
	}
	.blog-search-panel .form-group input {
	    height: 40px;
	}
	.blog-search-panel {
	    margin-bottom: 40px;
	}
	.blog-title .blog-posteddate p{
		font-size: 14px;
	}


	.teammember-info h6 {
	    font-size: 18px;
	}


	.whywork-banner-content{
		max-width: 500px;
	}


	/**/
	.hcccare-banner-content-wrap{
	    padding: 30px 30px;
	    max-width: 400px;
	}


	/*additional-css*/
	.acquisition-landing-banner-content-wrap{
		padding-left: 5% !important;
	}
	.acquisition-landing-banner-form{
		width: 90%;
		padding: 30px;
	}
	.acquisition-landing-banner-content-wrap p, .acquisition-landing-banner-content-wrap ul li{
		font-size: 18px;
	}
	.acquisition-landing-banner-content-wrap ul li{
		margin-bottom: 10px;
	}
	.acquisition-landing-banner-content-wrap ul li:after{
		top: 10px;
	}
	.acquisition-landing-banner-form form .form-group .form-control, .acquisition-landing-banner-form form .countrycode select{
		height: 40px !important;
	}
	.acquisition-landing-content-row:nth-child(odd), .earn-cme-credit-section {
	    padding: 80px 0;
	}

	/**/
	.thankyou-msg{
		max-width: 700px;
	}
	.thankyou-msg figure img{
		width: 340px;
	}
	.thankyou-msg h2{
		margin-bottom: 10px;
	}
	.thankyou-msg h5 {
	    margin-bottom: 20px;
	}
	.thankyou-msg{
		padding-bottom: 20px;
	}

	/**/
	.download-confirmed-section {
	    padding: 80px 0;
	}
	


	.explore-doctus-section{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.explore-doctus-wrapper h5{
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 30px;
		color: #fff;
	}


	.explore-doctus-section2 .explore-doctus-wrapper {
	    padding: 0 5%;
	}
	.explore-doctus-section2 .explore-doctus-wrapper h3 {
	    font-size: 26px;
	    line-height: 40px;
	}

	.acquisition-landing-banner-video iframe {
	    width: 90% !important;
	}

}

@media (max-width:1279px) {
	section.training-section {
		padding: 70px 0 70px 0
	}
	.training-col-2 {
		width: 300px;
		margin-top: -185px
	}
	.playstore-col-1 {
		width: 300px
	}
	.customer-Outcomes-section {
		padding: 50px 8% 140px 8%
	}
	.customer-Outcomes-section.pb70{
		padding-bottom: 50px;
	}
}


@media only screen and (max-width:1200px) {

	

	.container{
		width: calc(100% - 30px);
	}
	.inner-container{
		padding: 0 30px;
	}

	/**/
	.header-menu .menu-top-menu-container > ul > li a, .header-menu > ul > li > a {
	    font-size: 13px;
	    padding: 8px 10px;
	}
	.header-menu .sub-menu {
		left: 10px;
	}


	/*additional-css*/
	.acquisition-landing-banner-content-wrap{
		padding-left: 15px !important;
	}
	.acquisition-landing-banner-form{
		width: 100%;
		padding: 25px;
	}
	.acquisition-landing-banner-content-wrap p, .acquisition-landing-banner-content-wrap ul li{
		font-size: 16px;
	}
	.acquisition-landing-banner-content-wrap ul li{
		margin-bottom: 10px;
	}
	.acquisition-landing-banner-content-wrap ul li:after{
		top: 8px;
	}
	.acquisition-landing-banner-form form .form-group .form-control, .acquisition-landing-banner-form form .countrycode select{
		height: 35px !important;
	}
	.acquisition-landing-content-row:nth-child(odd), .earn-cme-credit-section {
	    padding: 60px 0;
	}
	.acquisition-landing-banner-form form .form-group label{
		font-size: 16px;
	}
	.acquisition-landing-banner-form form {
	    margin-top: 20px;
	}
	.acquisition-landing-banner-content-wrap h5{
		padding-left: 20px;
	}
	.acquisition-landing-banner-content-wrap ul {
	    padding-left: 20px;
	    margin-top: 10px;
	}
	.acquisition-landing-content-row:nth-child(odd) .acquisition-landing-content-textwrapper {
	    padding-left: 15px!important;
	}
	.acquisition-landing-content-row:nth-child(even) .acquisition-landing-content-textwrapper {
	    padding-right: 15px !important;
	    padding-left: 15px;
	}


	/**/
	.download-confirmed-section {
	    padding: 60px 0;
	}

	.download_confirmed_links li a, .download-confirmed-wrapper p, .download-confirmed-content p{
		font-size: 17px;
	}
	.download_confirmed_links li a{
		padding: 8px 12px;
	}
	.download-confirmed-wrapper p, .download-confirmed-wrapper h5, .download-confirmed-content p{
		margin-bottom: 10px;
	}

	.download-confirmed-content {
	    padding-left: 50px!important;
	    padding-right: 5%!important;
	}


	.feature-partner-logo {
	    padding: 0 20px;
	}

	.acquisition-landing-banner-video iframe {
	    width: 100% !important;
	}



}


@media only screen and (max-width:1080px) {


	.common-section-padding {
	    padding: 60px 0;
	}

	h2{
		font-size: 34px;
	}

	h3{
		font-size: 28px;
	}

	/**/
	.header-menu .menu-top-menu-container > ul > li a, .header-menu > ul > li > a {
	    font-size: 12px;
	    padding: 8px 8px;
	}
	.header-menu .sub-menu {
		left: 8px;
	}

	/**/
	.banner-content-wrapper {
	    width: 60%;
	}
	/*banner*/
	.banner-content-wrapper p{
		margin: 20px 0;
		width: 100%
	}

	/**/
	.doctus-success-image figure {
	    width: 300px;
	    height: 300px;
	}
	.doctus-success-contetn {
	    width: calc(100% - 300px);
	    padding-right: 50px;
	}


	.ouroffers-wrap{
		width: calc(25% - 15px);
		margin-right: 15px;
		padding: 20px 15px 90px;
	}
	.ouroffers-wrap a.btn {
	    min-width: 200px;
	}
	.ouroffers-wrap:nth-child(1) figure img {
	    width: 130px;
	}
	.ouroffers-wrap:nth-child(2) figure img, .ouroffers-wrap:nth-child(3) figure img, .ouroffers-wrap:nth-child(4) figure img {
	    width: 80px;
	}


	/**/
	.whyworkwithus-wrap-image img{
		width: 60px;
	}
	.ourteam-btn{
		font-size: 16px;
	}
	.ourteam-btn span{
		font-size: 20px
	}

	.schedualdemo-form-wrapper{
		width: 80%
	}


	.hcccoding-banner-content {
	    padding: 0 50px 0 5%;
	}
	.hcccoding-banner-content p {
	    font-size: 16px;
	}
	.hcccoding-banner-content a {
	    font-size: 16px;
	}
	.realtime-service {
	    padding: 0 20px;
	}
	.hcccoding-banner-section {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}


	.freetrail-playstore a img {
	    width: 160px;
	}
	.freetrail-content {
	    padding-left: 10px;
	    padding-right: 10px;
	}


	.blog-wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.blog-wrapcontent{
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}
	.blog-thumb-image{
		width: 100%
	}

	.blog-wrap {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}


	.whywork-banner-content{
		max-width: 400px;
		padding: 20px;
	}


}

@media only screen and (max-width:991px) {

	.realtime-hcccoding-section, .freetrail-section, .common-section-padding {
	    padding: 50px 0;
	}

	h2{
		font-size: 32px;
	}
	h3{
		font-size: 26px;
	}
	h4 {
	    font-size: 20px;
	    line-height: 28px;
	}

	.mobile-menu-btn{
		display: block;
	}
	.header-menu{
		display: none !important;
	}
	.main-header{
		padding: 8px 0;
	}


	/**/
	.banner-content-wrapper {
	    width: 100%;
	}

	/**/
	.top-round, .bottom-round, .left-round, .rightover-round, .topuppr-round, .bottomupper-round {
	    width: 40px;
	    height: 40px;
	}
	.left-round {
	    left: -20px;
	}
	.topuppr-round {
	    top: -20px;
	}
	.bottomupper-round {
	    bottom: -20px;
	}
	.rightover-round {
	    right: -20px;
	}
	.about-product {
	    padding: 30px 20px 60px;
	}
	.about-product a {
	    font-size: 14px;
	    bottom: 30px;
	}

	/*testimonial*/
	.testimonial-slider{
		width: 100%;
	}
	.testimonial-section {
	    padding: 70px 0;
	}


	.ouroffering-section {
	    padding: 40px 0;
	}
	.ouroffers-wrapper {
	    margin-top: 30px;
	}

	.ouroffers-wrap {
	    width: calc(50% - 15px);
	    margin-right: 15px;
	    margin-bottom: 15px;
	}
	.ouroffers-wrap:last-child {
	    margin-bottom: 0px;
	}

	/*footer*/
	.main-footer {
	    padding: 50px 0;
	}
	.footer-aboutwrap {
	    padding-right: 100px;
	}
	.footer-menu ul li a {
	    font-size: 14px;
	}
	.footer-menu ul {
	    margin: 10px 0;
	}

	.schedualdemo-form-wrapper{
		width: 100%
	}

	.hcccoding-banner-content p{
		margin: 20px 0;
	}

	.hcccoding-banner-content{
		padding: 0 30px 0 3%;
		width: 50%;
	}
	.hcccoding-banner-image {
	    width: 50%;
	}


	.freetrail-wrapper{
		width: 100%
	}

	.emailsubmission-text {
	    margin-top: -20px;
	    margin-bottom: 30px;
	}

	/*blog*/
	.blog-primary-left{
		width: calc(100% - 280px);
    	padding-right: 30px;
	}
	.blog-primary-right {
	    width: 280px;
	}
	.blog-widget, .blog-search-panel{
		margin-bottom: 25px;
	}

	/*team*/
	.ourteam-wrap {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}


	.hcccare-service-content {
	    padding: 20px 20px 0;
	}


	.whywork-banner-content{
		max-width: 400px;
		padding: 20px;
		left: 40%;
	}

	.hcccare-banner-content-wrap {
	    padding: 20px 15px;
	    max-width: 300px;
	}

	/*additional-css*/
	.doctus-success-contetn h3 {
		font-size: 28px
	}
	.outcomes-row {
		flex-wrap: wrap
	}
	.outcomes-col {
		padding: 10px 0;
		width: 100%
	}
	section.training-section {
		padding: 70px 0 70px 0
	}
	.app-preview-section {
		padding: 50px 0
	}

	.footer-newsletter {
	    padding-right: 30px!important;
	}
	.footer-aboutwrap {
	    padding-right: 30px !important;
	}


	.explore-doctus-section{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.explore-doctus-wrapper h5{
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 26px;
		color: #fff;
	}

	/**/
	.download_confirmed_links li a, .download-confirmed-wrapper p, .download-confirmed-content p{
		font-size: 16px;
	}
	.download_confirmed_links li a{
		padding: 7px 10px;
	}
	.download-confirmed-content {
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	}

	.feature-partner-logo {
	    padding: 0 10px;
	}

	.search-integration-content .card{
		padding: 20px;
	}
	.search-integration-form select{
		height: 40px!important;
	}
	.search-integration-image {
	    width: 57%;
	}


	.explore-doctus-section2 {
	    padding: 40px 0;
	}
	.explore-doctus-section2 .explore-doctus-wrapper {
	    padding: 0 15px;
	}
	.explore-doctus-section2 .explore-doctus-wrapper h3 {
	    font-size: 22px;
	    line-height: 32px;
	}


}

@media only screen and (max-width:768px) {

	.freetrail-playstore a img {
	    width: 130px;
	}

}

@media only screen and (max-width:767px) {

	h2{
		font-size: 28px;
	}
	h3{
		font-size: 22px;
	}
	h4 {
	    font-size: 18px;
	    line-height: 26px;
	}

	.btn {
	    min-width: 160px;
	    
	    font-size: 14px;
	}

	.realtime-hcccoding-section, .freetrail-section, .common-section-padding {
	    padding: 50px 0;
	}

	
	
	.banner-content{
		position: unset;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.banner-content-wrapper{
		padding: 20px 0
	}
	.banner-content-wrapper h2 {
	    color: #0d426a;
	}
	.banner-content-wrapper p{
		color: #000;
		font-size: 16px;
	}


	/**/
	.doctus-success-section{
		padding: 40px 0;
	}
	.doctus-success-wrapper{
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.doctus-success-contetn{
		width: 100%;
		padding-right: 0;
		margin-top: 30px;
	}
	.doctus-success-contetn h3 br{
		display: none;
	}


	/**/
	.about-product-section {
	    margin-bottom: 40px;
	}
	.about-product{
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
	}
	.about-product:last-child{
		margin-bottom: 0
	}
	.top-round, .bottom-round, .left-round, .rightover-round, .topuppr-round, .bottomupper-round{
		display: none;
	}
	.about-product a{
		position: unset;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		margin-top: 15px
	}

	/*testimonial*/
	.testimonial-section {
	    padding: 50px 0;
	}
	.testimonial-slider .item p {
	    font-size: 15px;
	    margin-top: 12px;
	}

	/*footer*/
	.main-footer {
	    padding: 30px 0;
	}
	.footer-aboutwrap{
		padding-right: 0
	}
	.footer-aboutwrap p{
		margin-top: 15px;
    	margin-bottom: 15px;
	}
	.footer-aboutwrap{
		margin-bottom: 40px;
	}


	/**/
	.hcccare-banner-content-wrap {
	    padding: 20px;
	}


	/**/
	.whyworkwithus-wrap-image{
		text-align: left !important;
		margin-bottom: 20px;
	}
	.whyworkwithus-wrap-content p{
		padding-left: 0
	}
	.whyworkwithus-wrap {
	    margin-bottom: 30px;
	}
	.ourteam-btn {
	    font-size: 15px;
	}
	.ourteam-btn span {
	    font-size: 17px;
	    margin-left: 5px;
	}


	/**/
	.hcccoding-banner-content a {
	    font-size: 15px;
	}
	.hcccoding-banner-wrapper{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.hcccoding-banner-image{
		width: 100%;
		padding-left: 50px;
	}
	.hcccoding-banner-content{
		width: 100%;
		padding: 0 20px;
		margin-top: 40px;
	}

	.realtime-service{
		padding: 0;
		margin-bottom: 30px;
	}
	.realtime-service:last-child{
		margin-bottom: 0
	}
	.real-time-startbtn {
	    margin-top: 10px;
	}


	/**/
	.freetrail-content{
		margin-top: 50px;
	}
	.freetrail-img{
		padding-top: 0
	}

	.plateform-wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 30px;
	}

	.plateform-wrap:last-child{
		margin-bottom: 0
	}
	.hcc-plateform-wrapper {
	    margin-top: 30px;
	}
	.hcc-plateform-content {
	    margin-top: 40px;
	}
	.plateform-wrap p {
	    margin-top: 10px;
	    margin-bottom: 0;
	}
	.plateform-wrap figure{
		margin-bottom: 20px;
	}

	.upgrade-integrate-heading p{
		width: 100%;
	}
	.faq-wrapper {
	    width: 100%;
	    margin: 30px auto 0;
	}
	.faq-wrapper .card .card-header a p{
		margin-top: 0
	}
	.faq-wrapper .card-body {
	    padding: 15px 0px;
	}
	.faq-wrapper .card .card-header a p{
		font-size: 15px;
		line-height: 22px;
		padding-left: 12px;
	}
	.faq-wrapper .card-body p {
	    font-size: 14px;
	    line-height: 22px;
	}


	/*blog*/
	.blog-banner-section {
	    padding: 60px 0;
	}
	.blog-primary-left{
		width: 100%;
    	padding-right: 0px;
	}
	.blog-primary-right {
	    width: 100%;
	    padding-top: 30px;
	    margin-top: 30px;
	    border-top: 1px solid #CECECE
	}
	.blog-title .blog-posteddate p {
	    display: block;
	    width: 100%;
	    margin-right: 0;
	}
	.postedIn:after{
		top: 7px;
	}


	/*team*/
	.ourteam-section-heading{
		margin-bottom: 0;
	}
	.ourteam-wrap {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.teammember-info h6 {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.teammember-info{
		padding-top: 20px;
	}


	.device-requirment ul{
		padding-left: 0
	}


	.hcc-care-service{
		margin-bottom: 30px;
	}


	.whywork-banner-content{
		max-width: 100%;
		padding: 20px;
		position: unset;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}


	.whywork-banner-content h3{
		margin-bottom: 10px;
	}

	.whyworkwithus-wrap-content ul li {
	    font-size: 14px;
	    margin-bottom: 5px;
	}

	/*additional-css*/
	.hcccare-banner-content{
		position: unset;
		background: #0d426a;
		padding: 20px 5px;
		transform: none;
	}
	.hcccare-banner-content-wrap{
		padding: 0;
		max-width: 100%;
	}
	.hcccare-banner-content-wrap p{
		margin-top: 10px;
	}

	.training-col-2 {
		width: 100%;
		margin-top: 1rem;
		text-align: center;
		display: none
	}
	.playstore-col-1 {
		display: none
	}
	.playstore-section {
		padding: 50px 0;
		text-align: center
	}
	.customer-Outcomes-section {
		padding: 50px 0 50px 0;
		color: #fff
	}
	section.training-section, .free-trial-section {
		padding: 50px 0 50px 0
	}
	.playstore-col-2 {
		padding-left: 0
	}
		
	#calendar_weekdays div, #calendar_content div{
		font-size: 13px;
	}
	.privacy-policy-section .privacy-policy-wrap h4{
		margin-bottom: 10px
	}
	.privacy-policy-section .privacy-policy-wrap {
	    margin-bottom: 25px;
	}
	.last-updates-date p{
		font-size: 17px
	}


	.acquisition-landing-banner-content-wrap{
		margin-bottom: 30px;
	}
	.acquisition-landing-content-row:nth-child(odd), .earn-cme-credit-section {
	    padding: 40px 0;
	}
	.acquisition-landing-content-textwrapper h2{
		margin-bottom: 15px;
	}
	.acquisition-landing-content-textwrapper{
		margin-bottom: 30px;
	}
	.acquisition-landing-content-row:nth-child(odd) .acquisition-landing-content-imagewrapper {
	    padding-left: 15px!important;
	    padding-right: 0px!important;
	}
	.acquisition-landing-content-row:nth-child(even) .acquisition-landing-content-imagewrapper {
	    padding-left: 15px !important;
	}
	.earn-cme-credit-wrapper p br{
		display: none;
	}



	.acquisition-landing-banner-content-wrap h5, .acquisition-landing-banner-content-wrap ul {
	    padding-left: 10px;
	}
	.acquisition-landing-banner-header {
	    padding: 15px 0 30px;
	}
	.acquisition-landing-banner-form {
	    padding: 20px;
	}



	/**/
	.thankyou-msg figure img{
		width: 250px;
	}
	.thankyou-msg h2{
		margin-bottom: 10px;
	}
	.thankyou-msg h5 {
	    margin-bottom: 15px;
	}
	.thankyou-msg{
		padding-bottom: 15px;
	}
	.thankyou-msg figure {
	    margin-bottom: 20px;
	}


	.footer-newsletter {
	    padding-right: 15px!important;
	    margin-bottom: 30px;
	}
	.footer-aboutwrap {
	    padding-right: 15px;
	}
	.explore-doctus-wrapper h3{
		margin-bottom: 20px;
	}

	.acquisition-landing-banner-content-wrap h5 {
	    margin-top: 20px;
	}


	/**/
	.download-confirmed-section {
	    padding: 40px 0;
	}
	.download-confirmed-wrapper, .reverse-row .elementor-container{
		flex-direction: column-reverse;
	}
	.download-confirmed-content h2 br{
		display: none;
	}
	.download-confirmed-content{
		margin-top: 30px;
		text-align: center;
	}
	.download-confirmed-image{
		text-align: center;
	}


	.explore-doctus-section{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.explore-doctus-wrapper h5{
		font-weight: bold;
		margin-bottom: 15px;
		line-height: 24px;
		color: #fff;
	}


	.feature-partner-wrapper{
		flex-wrap: wrap;
	}
	.feature-partner-logo {
	    padding: 0 20px;
	    margin-bottom: 20px;
	}

	.features_partners_section{
		padding-bottom: 0
	}
	.doctor-integrates-section .feature-partner-wrapper{
		margin-bottom: 0
	}
	.doctor-integrates-section {
	    padding: 30px 0;
	}


	.search-integration-content{
		width: 100%;
	}
	.search-integration-image {
	    width: 100%;
	    margin-top: 40px;
	}
	.search-integration-content:after{
		left: 15px;
    	top: 15px;
	}
	.search-integration-wrapper {
	    margin-top: 25px;
	}
	.search-integration-form select {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}


	.explore-doctus-section2 .row{
		flex-direction: column-reverse;
	}
	.explore-doctus-wrapper{
		margin-top: 25px;
	}

	/**/
	.tutor-course-loop-meta {
	    display: none;
	}

	.tutor-loop-author {
	    display: none;
	}

	.tutor-loop-course-container {
	    padding: 25px 10px 1px 10px;
	}
	.reverse-structure .elementor-container{
	    flex-direction: column-reverse;
	}

}

@media only screen and (max-width:640px) {

	.realtime-hcccoding-section, .freetrail-section, .common-section-padding {
	    padding: 40px 0;
	}


	.ouroffers-wrap {
	    width: 100%;
	    margin-right: 0px;
	    margin-bottom: 15px;
	}

	.feature-partner-logo {
	    padding: 0 10px;
	    margin-bottom: 20px;
	    width: 33%;
	}

	.explore-doctus-section2 .explore-doctus-wrapper h3 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.explore-doctus-wrapper {
	    margin-top: 20px;
	}
	

}

@media only screen and (max-width:480px) {

	h2{
		font-size: 25px;
	}

	/**/
	.hcccoding-banner-content p {
	    font-size: 15px;
	}

	.doctus-success-image figure {
	    width: 250px;
	    height: 250px;
	}

	.freetrail-playstore a {
	    margin: 0 2px;
	}

	.freetrail-content {
	    margin-top: 30px;
	}

	/*blog*/
	.blog-banner-section {
	    padding: 50px 0;
	}

	/*additional-css*/
	.acquisition-landing-banner-form form .acquisition-submit p{
		display: block;
		margin-top: 15px;
	}

	.download_confirmed_links li a, .download-confirmed-wrapper p, .download-confirmed-content p{
		font-size: 15px;
	}
	.download_confirmed_links li a{
		padding: 6px 10px;
	}


	.feature-partner-logo {
	    width: 50%;
	}

}

@media only screen and (max-width:400px) {

	.hcccoding-banner-image{
		padding-left: 20px
	}

	.acquisition-landing-banner-video iframe, .acquisition-landing-banner-video2 iframe {
	    height: 250px !important;
	}

}