* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.box {
    padding: 50px 0 30px;
}

.b-bottom {
    border-bottom: 1px solid #ddd;
}

.text-blue {
    color: #0157FF;
}

.bg-blue {
    background-color: #2b73bb;
}

.bg-dark-blue {
    background-color: #069;
}

.bg-light-green {
    background-color: #00cc7d;
}

.bg-green {
    background-color: #9acf1c;
}

.bg-drak-green {
    background-color: #090;
}

.bg-light-coral {
    background-color: #fda502;
}

.bg-coral {
    background-color: #f60;
}

.bg-red {
    background-color: #e30e0e;
}

.service-tag {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
	padding: 10px 0;
}

.service-tag li {
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #333;
	line-height: 1.2;
}

.service-tag li:last-child {
    border-right: 0;
}

.service-tag a {
    color: #333;
    font-size: 17px;
    font-weight: 400;
	padding: 3px 10px;
    border-radius: 3px;
}

.service-tag a:hover {
	background : #f8c218;
    color: #fff;
}

.banner-widget {
     position: relative;
}

.widget-bg{
	 position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index:1;
}

.widget-bg img{
	max-width: 100%;
    height: 100%;
}

.banner-widget:before {
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006e99ab;
	z-index: 3;
}

.content-widget {
	 position: relative;
	z-index: 5;
}

.bw-left {
    color: #fff;
    margin-left: 70px;
}

.bw-title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
	    font-weight: 600;
    letter-spacing: 1px;
}

.bw-detail {
    margin-bottom: 25px;
}

.sign_now-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #139cf7;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s ease;
	    font-weight: 700;
}

.sign_now-btn:hover {
	  background-color:#21a5fd;
    color: #fff;
    transform: translateY(5px);
    transition: all 0.2s ease;
    text-decoration: none;
}

.bw-right img {
    max-width: 100%;
}

.web-design {
    padding: 50px 0 35px;
    color: #0072bd;
    border-bottom: 1px solid #ddd;
}

.wd-head {
    font-size: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
}

.wd-bg {
	position:relative;
}

.wd-bg .bg-img{
	 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
	z-index:1;
}

.wd-item {
    padding: 15px;
    background-color: #eff8ff;
    margin-top: 10px;
	position:relative;
	z-index:5;
}

/*.wd-col:nth-child(2) .wd-item {
      color: #fff;
    background: transparent;
    margin-top: 0;
    padding-bottom: 15px;
}

.wd-col:nth-child(2) .wd-item  a {
    color: #fff;
    text-decoration: none;
}

.wd-col:nth-child(2) .wd-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #044361ab;
    z-index: 3;
}*/

.wd-icon {
    margin-bottom: 10px;
	position: relative;
	z-index: 5;
}

.wd-icon img {
    width: 56px;
}

.wd-text {
	position: relative;
	z-index: 5;
}

.wd_title-small {
    margin-bottom: 5px;
}

.wd-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.wd-des {
	font-size: 15px;
	margin-bottom: 10px;
}

.request-btn {
    padding: 6px 20px;
    background: #0072bd;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}

.request-btn:hover {
    background: #0089e4;
    color: #fff;
}

.web-pro {
    border-bottom: 1px solid #ddd;
}

.wp-right {
    margin-top: 20px;
}

.wp-title {
    color: #333;
    font-weight: 500;
    margin-bottom: 20px;
	text-transform: uppercase;
    font-size: 35px;
}

.wp-des {
    font-size: 18px;
}

.wp-des p {
    margin-bottom: 0px;
}

.wp-list {
    margin-bottom: 15px;
}

.wp-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.wp-icon {
    font-size: 26px;
    margin-right: 15px;
    color: #b5b7b8;
    min-width: 40px;
}
.wp-icon::before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.wp-item:first-child .wp-icon::before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f164";
}

.wp-item:nth-child(2) .wp-icon::before{
font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f1c5";
}

.wp-item:nth-child(3) .wp-icon::before{
font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f7d9";
}

.wp-item:nth-child(4) .wp-icon::before{
font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f87a";
	
}

.wp-item:nth-child(5) .wp-icon::before{
font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f085";
}



.wp-icon img {
    width: 26px;
}

.btn-success {
    color: #fff;
    background-color: #f8c218;
    border-color: #f8c218;
}

.btn-success:hover {
    background-color: #f4b900;
    border-color: #f4b900;
    color: #fff;
}

.btn-light {
    padding: 4px 8px;
}

.mission-box {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.mission-left h3 {
    font-size: 25px;
    text-decoration: underline;
    font-weight: 500;
    color: #0072bd;
}

.mission-left p {
   
}

.mission-left h2 {
    font-size: 35px;
    font-weight: 700;
    color: #0072bd;
	text-transform: uppercase;
}

.mission-left h4 {
    font-size: 30px;
    font-weight: 700;
}

.tw-item {
	margin-bottom: 20px;	
}

.tw-head {
    margin-bottom: 30px;
}

.tw-head .tw-title {
    font-size: 35px;
    text-transform: uppercase;
}

.tw-head .tw-des {
    font-size: 24px;
}

.tw-item:hover .tw-btn {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.tw-item:hover .tw-img img {
  animation: scroll 10s linear both;
}


@keyframes scroll {
    from {
       bottom: auto;
    }
    to {
        bottom: 0;
    }
}


.tw-item:hover .tw-detail {
    box-shadow: 0px 3px 30px #00000030;
}

.tw-item:hover .demo {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.tw-item:hover .select-temp {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.tw-detail {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #00000030;
}

.tw-name {
    padding: 10px;
}

.tw-name p {
    margin-bottom: 0;
}

.tw-img{
	height: 500px;
    overflow: hidden;
	position: relative;
}

.tw-img img{
	position: absolute;
    width: 100%;
}

.tw-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 28%);
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease;
}

.tw-btn a {
    display: block;
    padding: 6px 15px;
    color: #fff;
    border-radius: 5px;
}

.tw-btn .demo {
    margin-bottom: 40px;
    background-color: #f8c218;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.tw-btn .demo:hover {
    background-color: #e2ad00;
}

.tw-btn .select-temp {
    background-color: #0072bd;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.tw-btn .select-temp:hover {
    background-color: #0090f0;
}


/* marketing page */

.marketing-object {
    text-align: center;
    background-color: #E3E3E3;
    background-image: url(../images/bgmark.png);
}

.object-head {
    margin-bottom: 50px;
	padding-bottom:30px;
}

.object-head h3 {
    color: #181818;
    font-size: 35px;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.object-head h2 {
       font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}

.object-item {
    padding: 0px 8px 20px;
	color: #000;
	width:100%;
	height:100%;
	
}

.object-item:hover .object-icon{
	background: #0072bd;
	color:#fff;
	transition:all 0.3s ease;
}

.object-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EEF6FF;
    color: #0072bd;
    font-size: 50px;
    z-index: 10;
	transition:all 0.3s ease;
}

.object-icon {
	    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.object-detail {
    background-color: #fff;
    padding: 70px 15px 20px;
    position: relative;
    border-radius: 10px;
	height:100%;
}

.object-title {
    margin-bottom: 15px;
}

.object-des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}

.object-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 120px;
}

.benefit {
    text-align: center;
}

.benefit [class*="col-"] {
    padding: 0 8px;
}

.benefit-head {
    margin-bottom: 60px;
}

.benefit-head h3 {
    color: #181818;
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.benefit-head h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: #181818;
}

.benefit-htitle {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
}

.benefit-item {
	width:100%;
	height:100%;
    padding: 40px 20px 20px 20px;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
	box-shadow: 0px 5px 15px #0000000d;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-8px);
    transition: all 0.3s ease;
}

.benefit-icon {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.benefit-title {
    margin-bottom: 25px;
}

.benefit-text {
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 168px;
	text-align: center;
}


/* hosting-page */

.price-hosting {
    padding: 30px 0 0;
    color: #555;
    margin-bottom: 40px;
}

.pl-head {
    margin-bottom: 30px;
}

.pl-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    color: #666;
}

.pl-line {
    width: 50%;
    margin: 0 auto;
    height: 6px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.pl-des {
    margin: 10px 0;
    font-size: 17px;
    font-weight: 500;
}

.table-price {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.table-price td .fa-check {
    color: #9acf1c;
}

.table-price tr:first-child td {
    height: 60px;
    text-transform: uppercase;
}

.table-price tr:first-child td a {
    color: #fff;
    font-weight: 400;
}

.table-price tr:last-child td {
    text-transform: capitalize;
    padding: 0;
}

.table-price tr:last-child td a {
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 10px 0;
}

.table-price tr:nth-child(odd) {
    background-color: #eee;
}

.table-price tr td {
    width: 10%;
    text-align: center;
    color: #666;
    height: 45px;
    padding: 5px 10px;
}

.table-price tr td:first-child {
    width: 20%;
    text-align: left;
    font-weight: bold;
}

.table-2,
.table-3,
.table-4 {
    display: none;
}

.price-domain {
    padding-top: 30px;
}

.pl-domain {
    margin-bottom: 50px;
    text-align: center;
}

.pd-title {
    margin-bottom: 30px;
}

.table-domain {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}

.table-domain tr:nth-child(odd) {
    background: #eee;
}

.table-domain tr:first-child td {
    height: 55px;
}

.table-domain tr:first-child td span {
    color: #fff;
}

.table-domain tr td {
    width: 25%;
    height: 60px;
    color: #666;
}

.table-domain tr td:first-child {
    font-weight: bold;
}

.wraplist h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0;
	text-transform: uppercase;
}

.bw-right {
	padding: 30px;
}


/* table email */

.email-article{
	margin-top: 95px;
	    padding-top: 30px;
}

.price-email{
	padding-top: 30px;
}

.table-res h3 {
    text-transform: capitalize;
}

.table-email {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    margin-bottom: 50px;
	font-weight: 300;
}

.domain tr {
    text-align: center;
}

.table-email tr:nth-child(odd) {
    background: #eee;
}

.table-email tr:first-child {
    font-weight: bold;
}

.domain tr:nth-child(2),
.domain tr:nth-child(3) {
    font-weight: bold;
}

.table-email tr td {
    width: 15%;
    height: 60px;
    color: #666;
    padding: 0px 10px;
}

.table-email tr td:first-child {
    width: 25%;
    font-weight: 400;
}

.table-email tr:first-child td span {
    color: #fff;
}

.td-long>div {
    padding: 5px 3px;
}

td .fa-check-circle {
    color: #82c815;
    font-size: 25px;
}

.table-email td ul {
	padding-left: 38px;
}


/* ---- */

.text-blue {
    color: rgb(49, 69, 255);
}

.email-google tr:nth-child(odd) {
    background: #fff;
}

.email-google tr td {
    width: calc(100% / 3);
    line-height: 32px;
}

.email-google tr td:first-child {
    width: calc(100% / 3);
}

.email-google tr td {
    padding: 10px 10px;
}


/* ------ */

.zoho tr:nth-child(odd) {
    background: #fff;
}

.zoho tr:first-child {
    background: #eee;
}

.zoho tr td {
    width: 30%;
    line-height: 32px;
}

.zoho tr td:last-child {
    width: 40%;
}

.zoho tr td {
    padding: 10px 10px;
}


/* ---tempale modal */

.modal-template {
    padding-right: 0px !important;
}

.modal-template .modal-dialog {
    max-width: none !important;
    margin: 0 !important;
    height: 100%;
}

.modal-template .modal-content {
    height: 100%;
}

.modal-template .modal-header {
    height: 40px;
    background: #0072bd;
    line-height: 54px;
    border-bottom: 2px solid #f8c218;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-template .modal-title a {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: #f8c218;
    padding: 2px 10px;
    border-radius: 5px;
}

.modal-template .modal-header button {
    padding: 10px 20px;
    color: #fff;
    background: transparent;
    display: block;
    height: 40px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

.modal-template .modal-body{
	padding : 0;
}


/* Responsive */

@media (max-width: 1024px) and (min-width: 992px) {
    .benefit-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 66px;
    }
}

@media (max-width: 1023px) {
    .bw-right {
        display: none;
    }
    .content-widget {
      padding: 40px 0;
    }
    .service-tag li a {
        font-size: 14px;
    }
    .wd-item {
        margin-top: 0;
        margin-bottom: 10px;
        border: 1px solid #bdd7ff;
    }
    .wp-left {
        display: none;
    }
    .bw-left {
        margin-left: 0;
    }
    .wp-title {
        text-align: center;
    }
    .wp-des {
        font-size: 16px;
    }
    .box {
        padding-top: 30px;
    }
    .wp-right {
        margin-top: 0px;
    }
    .tw-list {
        --column: 2;
    }
    .benefit [class*="col-"] {
        margin-bottom: 25px;
    }
	.table-email td ul {
		
	}
	.tw-btn {
		opacity: 1;
		visibility: visible;
		
	}
	
	.tw-btn .demo {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  
}

 .tw-btn .select-temp {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
   
}
	

}

@media (max-width: 991px) {
    .table-wp {
        padding: 0 10px;
    }
    .table-price {
        margin-top: 50px;
        font-size: 15px;
    }
    .table-1 tr td:nth-child(n+6) {
        display: none;
    }
    .table-2 {
        display: block;
    }
    .table-2 tr:not([class="no-style"]) td:nth-child(-n+5) {
        display: none;
    }
    .table-2 tr:not([class="no-style"]) td:nth-child(1) {
        display: table-cell;
    }
    .table-email {
        font-size: 15px;
    }
    .table-email tr td {
        padding: 0 8px;
        min-height: 50px;
    }
}

@media (max-width: 767px) {
	.bw-title{
		font-size:26px;
	}
	.tw-head .tw-title{
		font-size:26px;
	}
	.wp-title{
		font-size:26px;
	}
	.benefit-head h3{
		font-size:26px;
	}
	.modal-template .modal-header {
		padding: 0 10px;
	}
	.modal-template .modal-title a{
		    font-size: 14px;
	}
	.modal-template .modal-header button{
		    font-size: 14px;
	}
    .table-price {
        margin-top: 50px;
        font-size: 14px;
    }
    .table-domain {
        font-size: 14px;
    }
    .tw-list {
        --column: 1;
    }
    .service-tag li {
        border-right: 0;
        border: 1px solid #333;
        margin: 3px 0;
        border-radius: 3px;
        padding: 5px 10px;
    }
    .service-tag li:last-child {
        border-right: 1px solid;
    }
    .table-1 tr td:nth-child(n+4) {
        display: none;
    }
    .table-2 {
        display: block;
    }
    .table-2 tr:not([class="no-style"]) td {
        display: none;
    }
    .table-2 tr:not([class="no-style"]) td:nth-child(1),
    .table-2 tr:not([class="no-style"]) td:nth-child(4),
    .table-2 tr:not([class="no-style"]) td:nth-child(5) {
        display: table-cell;
    }
    .table-3 {
        display: block;
    }
    .table-3 tr:not([class="no-style"]) td {
        display: none;
    }
    .table-3 tr:not([class="no-style"]) td:nth-child(1),
    .table-3 tr:not([class="no-style"]) td:nth-child(6),
    .table-3 tr:not([class="no-style"]) td:nth-child(7) {
        display: table-cell;
    }
    .table-4 {
        display: block;
    }
    .table-4 tr:not([class="no-style"]) td {
        display: none;
    }
    .table-4 tr:not([class="no-style"]) td:nth-child(1),
    .table-4 tr:not([class="no-style"]) td:nth-child(8),
    .table-4 tr:not([class="no-style"]) td:nth-child(9) {
        display: table-cell;
    }
    .table-res {
        overflow-x: auto;
    }
    .table-email {
        font-size: 14px;
    }
    td ul {
        padding-left: 10px;
    }
}

@media (max-width: 374px) {
    .table-domain {
        font-size: 13px;
    }
}


/*# sourceMappingURL=dentistry.css.map */