﻿.text
{
    position: relative;    
}
a, button, input[type=button]
{
	text-decoration: none!important;
	cursor:pointer;
	outline:none!important;
}

.text ol>li{text-align: justify;}
.text p, .text ul{ text-align:justify;}
.pad{padding:0;}
.marg{padding:22px 27px;display: block;}
.relative { position:relative; }

.small-banner
{
    position: relative;
    margin-bottom: 50px!important;
    overflow: hidden;
    text-align: center;
}
.small-banner img 
{
    width:100%;
}
.small-banner h1 {
    font-size: 300%;
    margin: 0;width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    font-family: impactreg;
    letter-spacing: 2px;
    text-shadow: -4px 3px 0 #0a0e27;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.small-banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h3.sub_heading{
    margin: 0px;
    /*padding: 0 0 20px;*/
    margin-bottom:20px;
    position: relative;
}
h3.sub_heading:before  
{
    display:none;
    font-family: fontawesome;
    content: "\f141";
    font-size: 20px;
    text-align: left;
    position: absolute;
    bottom:0; 
    line-height: normal;
}
h4.sub_heading1 
{
    text-align: left;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 110%;
}
h4.sub_heading1:before  
{
    font-family: fontawesome;
    content: "\f192";
    width: 150px;
    text-align: center;
    margin-top: 1px;
    margin-right: 3px;
}
p.sub_pra
{
    text-align: left;
    margin: 0px;
    font-size: 110%;
    padding-bottom: 5px;
    color:#8bc34a;
}

.pic 
{
    margin-top: 60px;
    margin-bottom:20px;
   /* max-width:250px;*/
    text-align:center;
    box-shadow: rgba(237, 63, 150, 0.568627) 0px 5px 5px;
    border: 1px solid rgb(237, 63, 150);
}


#Login .modal-dialog     
{
    width: 280px;
    margin: 0% auto;
    margin-top: 50px;
}
.modal-content{ border:0;}
body.modal-open, #Login.modal{ overflow:hidden!important;}
.modal-footer{ margin:0;}

#ngview  .small-banner + .container a.list-group-item {
    font-size: 105%;
    font-weight: 500;
}

.address .com-name{ white-space:nowrap;}
.address span{ display:block; white-space:nowrap;}

/************************
       Back Button
************************/
h3.sub_heading a
{
    top: 0;
    right: 0;
    font-size: 50%;
    color:#fcf8e3;
    display: block;
    padding: 3px 6px;
    background-color: #4CAF50;
    border-radius: 50px 0px 0px 50px;
    border: 1px solid #f36561;
}
h3.sub_heading a:before  
{
    font-family: fontawesome;
    content: "\f122";
    margin-right: 2px;
}
h3.sub_heading a:hover{text-decoration:none;color:#252323;}
/************************
       Back Button
************************/





/************************
       treemenu
************************/
ul.treemenu, ul.treemenu ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.treemenu li
{
    position: relative;
}
ul.treemenu a
{
    text-decoration: none;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
    
ul.treemenu li ul > li > a[href]:hover{ color:#ED3F96; padding-left:67px;}
    
ul.treemenu ul ul
{
    margin-left: 30px;
}
    
ul.treemenu li ul > li
{
    position: relative;
}
ul.treemenu li ul > li:before
{
    content: "";
    left: 30px;
    top: 15px;
    bottom: -15px;
    position: absolute;
    display: block;
    width: 1px;
    border-left: 1px dashed #000;
    z-index: 1;
}
ul.treemenu li ul > li:first-child:before
{
    top: 0;
}
ul.treemenu li ul > li > a
{
    position: relative;
    display: block;
    padding: 7px 17px 7px 57px;
    line-height: normal;
    border-radius: 0;
}
ul.treemenu li ul > li > a:before
{
    content: "";
    left: 30px;
    top: 15px;
    position: absolute;
    display: block;
    width: 21px;
    border-bottom: 1px dashed #000;
    z-index: 1;
}
ul.treemenu li ul > li:first-child:before
{
    display: block !important;
}
ul.treemenu li ul > li:last-child:before
{
    display: none;
}
ul.treemenu li ul > li.single:before
{
    display: block !important;
    top: 0;
    height: 15px;
    bottom: inherit;
}
    
ul.treemenu .icon
{
    position: absolute;
    left: 40px;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ed3f96;
    background: #dedede;
    font-size: 18px; /* overflow: hidden; */
    border-radius: 999px;
    text-align: center;
    z-index: 2;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    
}
    
ul.treemenu .icon + span
{
    position: relative; /* left: -5px; */
    display: block;
    padding-left: 30px;
    font-weight: 500;
    font-size: 105%;
    color: rgba(12, 12, 12, 0.85);
    white-space: nowrap;
    overflow: hidden;
    text-shadow: none;
    
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -ms-transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: all 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
}
    
    
ul.treemenu > li > a
{
    display: block;
    margin-bottom: 15px;
}
 
ul.treemenu > li > a >span:before
{
    content: "";
    left: 40px;
    top: 9px;
    position: absolute;
    display: block;
    width: 21px;
    border-bottom: 1px dashed #000;
    z-index: 1;
}      
ul.treemenu > li > a .icon
{
    top: 10px;
    left: 10px;
    background:#ed3f96;
    color:#fff;
}
    
ul.treemenu > li > a .icon + span
{
    padding-left: 65px;
}
/************************
       //treemenu
************************/

/*****************************************
			Grid list View
*****************************************/

.alljobs{}

.listgrid-btn {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: right;
    display: block;
    margin-bottom: 10px;
}
.listgrid-btn a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    color: #d0d0d0;
    cursor: pointer;
    color: #7a7a7a;
    border: 1px solid transparent;
    width: 36px; height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
}
.listgrid-btn a:hover,
.listgrid-btn a.cbpvmselected {
    color: #888;
    width: 36px;
    border: 1px solid #7a7a7a;
}
.grid-icon:before,
.list-icon:before {
    width: 35px;
    font-size: 18px !important;
    text-align: center;
    display: inline-block;
    font-family: 'fontawesome';
}
.grid-icon:before {
    content: "\f00a";
}
.list-icon:before {
    content: "\f00b";
}
.grid .table11{ border:0;}
.grid .table11:before, .grid .table11:after{
    content: " ";
    display: table;
    clear:both;
}


.grid .table11 thead {
    display: none;
    visibility: hidden;
}


.grid .table11 tbody {
    margin-bottom: 30px;
    /*height: 300px;*/
    padding: 0 15px;
    float:left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.alljobs .programme-box {
    background: #fff;
    /*outline: 1px solid #d9d9d9;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grid .table11 tbody tr.programme-box{width: 100%;height: 100%;display: block;border: 1px solid #ddd;}

.alljobs .programme-box:after {
    display: none;
}
.grid .table11 tbody tr td{ background-color:#fff!important}

.grid .table11 tbody tr:hover {
    -webkit-box-shadow: 0 0 0 10px #ebebeb;
    -moz-box-shadow: 0 0 0 10px #ebebeb;
    box-shadow: 0 0 0 10px #ebebeb;
}

.grid .table11 tbody tr:hover{background-color: #fff!important; border-left: 1px solid #ddd!important;}
.grid .table11>tbody>tr:hover>td:nth-child(1){ border-left: 0!important;}

.table11>tbody+tbody{ border:0;}


.grid .table11 tbody td:nth-child(1) {
    padding: 15px 0;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    border-left: 0;
}
.grid .table11 tbody td:nth-child(5)
{
    padding: 20px 0;
    text-align: center;
}

.grid .table11 tbody tr td {
    font-size: 100%;
    padding: 0 15px 5px;
    display: block;
    border: 0;
}

.alljobs td {
    word-wrap: break-word;
    word-break: break-word;
}


.list .table11 tbody tr td .btn span { display: none;}

.list .table11>tbody>tr>td{ vertical-align: middle;}
.list .table11 tbody td:nth-child(5){ width:180px;}

.alljobs.grid .photo
{
    height: 100px;
}
.alljobs.list .photo
{
    width: 60px; height: 60px;
    overflow: hidden;
    /* border-radius: 50%; */
    text-align: center;
    border: 4px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.alljobs.list .photo img{ max-width:100%;}
.alljobs.grid .photo img{ max-height:100%;}
#DoctorDetail .detail .photo
{
    height:100px; margin:0 auto 20px; text-align: center;
}
#DoctorDetail .detail .photo img{width:auto;
    border: 4px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);  max-height:100%;
}

 #DoctorDetail .detail > .photo + div > i
{
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 130%;
}
#DoctorDetail .detail > .photo + div
{
    padding-left: 30px;
    position: relative;
    text-align: left;
}
#DoctorDetail .detail span
{
    display: block;
}

.table11>thead>tr:nth-child(1)>th 
{
    color: #7a7a7a;
    border-top: none;
    padding: 0 5px 10px;
    border-bottom: 2px solid #7a7a7a;
}
.table11>tbody>tr>td {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}
.table11>tbody>tr>td:nth-child(1), .table11>thead>tr>th:nth-child(1){
    border-left: 4px solid transparent;
}
.table11>tbody>tr:hover>td:nth-child(1), .table11>tbody>tr:hover{ border-left-width:4px; border-left-style:solid;}
.table11>tbody>tr:hover{ background-color:#f5f5f5;}

.tbllist>tbody>tr:nth-child(1)>td:nth-child(1), .tbllist>tbody>tr:nth-child(1){ border-left:0!important;}

.openFindDentist {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 40px;
    text-align: center;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -20px;
    z-index: 999;
    border-color: transparent;
}


@media (max-width:1000px){
    .listgrid-btn{ display:none;}
}

@media (max-width:639px){
    .grid .table11 tbody{ width:100%; height:auto;}
}
@media (min-width:768px){
    .grid .table11 tbody{ width:50%;}
}
@media (min-width:1001px){
    .openFindDentist{ display:none;}
    .grid .table11 tbody{ width:33.33%;}
}




/*****************************************
			//Grid list View
*****************************************/








/******************************************
            Checkbox & Radio button  
*****************************************/

@-webkit-keyframes 
icon-beat {  0% {
 -webkit-transform: scale(2);
 -ms-transform: scale(2);
 transform: scale(2);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes 
icon-beat {  0% {
 -webkit-transform: scale(2);
 -ms-transform: scale(2);
 transform: scale(2);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}


label.cbox i {
  display: inline-block;
  position: relative;
  font-style: normal;
  color: #ccc;
  float:left;
}
label.cbox 
{
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0;
    cursor:pointer;
}
label.cbox:after{ content:""; display:inline-block; clear:both;}

label.radiobtn{cursor:pointer;}
label.radiobtn i{font-style: normal;}


label.radiobtn input[type="radio"],
label.cbox input[type="checkbox"] { display: none;}

label.radiobtn input[type="radio"] + i:before,
label.cbox input[type="checkbox"] + i:before {
  font-family: 'FontAwesome';
  font-size: 18px;
  height: 15px;
  width: 15px;
  display: inline-block;
}

label.radiobtn input[type="radio"]:checked + i,
label.cbox input[type="checkbox"]:checked + i {
  position: relative;
  font-style:normal;
  -webkit-animation: icon-beat 0.1s ease;
  animation: icon-beat 0.1s ease;
}

label.radiobtn input[type="radio"] + i + span,
label.cbox input[type="checkbox"] + i + span
{ 
    margin-left:7px;
    /*overflow: hidden; display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88%;*/
}

label.radiobtn input[type="radio"]:checked + i + span,
label.cbox input[type="checkbox"]:checked + i + span {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
 
}

label.radiobtn input[type="radio"] + i:before { content: "\f10c"; }

label.radiobtn input[type="radio"]:checked + i:before { content: "\f192"; }

label.radiobtn input[type="radio"]:checked + i + span,
label.radiobtn input[type="radio"]:checked + i:before { color: #bc202d; }

label.cbox input[type="checkbox"] + i:before { content: "\f096"; }

label.cbox input[type="checkbox"]:checked + i:before { content: "\f046"; }

label.cbox input[type="checkbox"]:checked + i + span,
label.cbox input[type="checkbox"]:checked + i:before {     color: #bc202d;  font-weight: 500;}

/******************************************
            //Checkbox & Radio button  
*****************************************/




/*****************************************
			PreLoader
*****************************************/
div#preloader {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: #fff;
    z-index: 99999;
}
div#PageLoader {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: rgba(255, 255, 255, 0.68);
    z-index: 99999;
}
div#preloader h1 ,div#PageLoader h1
{
    color:#202c45;
    font-size: 150%;margin: 70px 0 0;
    position: absolute;
    left: 50%; top: 50%;
    -webkit-transform:  translate(-50% ,-50%);
    -moz-transform: translate(-50% ,-50%);
    -ms-transform:  translate(-50% ,-50%);
    -o-transform: translate(-50% ,-50%);
    transform:  translate(-50% ,-50%);
    
}
.loader {
    position: absolute;
    left: 50%; top: 50%;
    margin: -60px 0 0 -60px;
    border-radius: 50%;
    width: 100px; height: 100px;
    border: 10px solid #444;
    animation: spin 2s linear infinite;
   -webkit-animation: spin 2s linear infinite;

    -moz-animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*****************************************
			//PreLoader
*****************************************/


.paging-div
{
    position: absolute;
    right: 0;
    top: 0;
}
.paging-arrow
{
    padding: 5px 10px;
    margin-left: 10px;
    display: inline-block;  
    border-radius: 3px;
}

/*************************************
        footer
**************************************/
#footer .flogo{width:180px; margin: 12px 0; padding: 10px; background: #fff; text-align: center;  border-radius: 5px;}


/*************************************
        //footer
**************************************/

/*****************************************
			//Contact Us
*****************************************/
h2.hdr  {font-size: 280%;font-weight: 500;margin: 0 auto 50px;display: inline-block;text-align: center;position: relative;color: #323232;}
h2.hdr span{ font-weight:300;}
.Contact-address, 
.Contact-phone, 
.Contact-email, 
.Contact-web { position:relative; padding-left:30px;margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #eee;color: #7b7b7b;}

.Contact-web{border: 0;}      
       
.Contact-address:before,
.Contact-phone:before,
.Contact-email:before,
.Contact-web:before{font-family: fontawesome; font-size:125%; color:#000; position: absolute;left: 0; top: -4px;}

.Contact-address:before{content: "\f041";}
.Contact-phone:before{content: "\f095";;}
.Contact-email:before{content: "\f003";}
.Contact-web:before{content: "\f0ac";}
.company{ font-size: 102%; font-weight: 500; color: #333; white-space: nowrap; margin-bottom: 5px;}
 
.Contact-address span{ display:block; }   
 
.Contactus h3
{
    margin-top: 5px;
    margin-bottom: 35px;
    font-size: 140%;
    font-weight: 500;
    color: #222;
}
    
.Contactus h3:after
{
    margin-top: 15px;
    margin-bottom: 25px;
    display: block;
    width: 50px;
    border-top: 1px solid #ddd;
    content: '';
}
    
.Contactus h4
{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 110%;
    font-weight: 500;
    color: #222;
}
 
 .contact-form{ position:relative; margin-top:50px; padding:50px 0;background:#f3f3f3;} 
 
  
.Contactus label.radiobtn input[type="radio"]:checked + i + span, .Contactus label.radiobtn input[type="radio"]:checked + i:before {
    color: #000;
}
.Contactus .FormIframe {
    width: 100%;
    height: 550px;
}
.Contactus .FormIframe iframe {
    width: 100%;
    height: 100%;
}
.Contactus .MapIframe {
    width: 100%;
    height: 400px;
}
.Contactus .MapIframe iframe {
    width: 100%;
    height: 100%;
}
@media (min-width:768px){
   
}
@media (max-width:767px)
{
    .Contact-web{ margin-bottom:40px;}    
   
}
@media (min-width:1000px){
    .contact-img:after
     {
        width: 250px;
        height: 350px;
        content: "";
        background: url(../images/contact-us.jpg) no-repeat top;
        background-size: cover;
        border-radius: 200px;
        position: absolute;
        right: -300px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -ms-transition: all ease-out 0.3s;
        -o-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
     }
}

/*****************************************
			//Contact Us
*****************************************/

/******************************************
            Public Link Patches
******************************************/

.hmhb {
    background: url(../images/hmhb.jpg)  left  center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*.hmhb .container
{    
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 3px;
}*/
.hmhb:before
{
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hmhb img 
{
    margin:0% auto;
}
.logo_div .logo_contanier
{
     width: 100%;
    background-color: #fff;
    padding: 15px;

}

.hmhb p
{    
    color:#FFFFFF; 
    display: block;     
    text-decoration: none;
    position: relative;
    padding: 20px 20px 0px;
    text-align: justify;
}

.hmhb .comm_logo, .hmhb .sma_logo 
{
    margin-top: -78px;
}
.hmhb .logo_div
{
    margin-top: 30px;
    position: relative;
    /*border: 1px solid #ddd;*/
    padding-bottom: 0;
    width:95%;
    height: inherit;
    cursor: pointer;
    background: rgba(154, 154, 154, 0.5);
    color: #808080;
    box-shadow: 0px 0px 4px 1px #e6e6e6;
    height: 350px;
    /*padding-top: 15px;padding-bottom: 15px;background: rgba(154, 154, 154, 0.5);border-radius: 3px;*/
}

/******************************************
            //Public Link Patches
******************************************/


/*****************************************
			form
*****************************************/

textarea.form-control {
    resize: none;
}
@media ( min-width:639px){
    .doc_section
    {
        border: 1px solid #E6E6E6;
        padding: 30px;
        border-radius: 7px;
        clear: both;
        width: 80%; margin: 0 auto;
    }
.doc_section label{ font-weight: 500; }
}



/*****************************************
			form
*****************************************/



@media (max-width:640px)
{
    .small-banner h1 {font-size: 200%;}
    h3.sub_heding {font-size:150%;}
    .pic {margin-top: 20px;margin-bottom:20px;}   
    .marg{padding:10px 0px;display: block;}
    .sub-title p{padding-right:1%; }
}

@media (min-width:1000px){
    .small-banner{ height:200px; }
    #ngview  .small-banner + .container{ width:800px;}
    #ngview  .small-banner + .container.containertbl, #ngview  .Contactus .container.containertbl{ width:900px;}
}

@media (min-width:1300px){
    .small-banner{ height:250px; }
    .small-banner h1{font-size: 380%;}
}
@media (max-width:991px)  
{ 
    .hmhb .comm_logo, .hmhb .hmhb_logo 
    {
        margin-top: 0px;
       /* height: 300px;*/
    }
    .hmhb .sma_logo 
    {
        bottom: 0px;
        margin-top: 40px;
    }
    
    .hmhb .logo_div
    {
     width:100%;    
    }
    
    .hmhb .sma_logo
    {
     margin-top:0px;    
    }
    
}


/*****************************************
			footer advertisment 
*****************************************/

 #Footer_Add
 {
     max-width: 800px;
     margin: 0 auto 50px;
    /* box-shadow: 0 0 22px rgba(0, 0, 0, .2);*/
     position: relative;
    /* top: 0px;
     left: 0;
     right: 0;*/
 }
 #Footer_Add .owl-wrapper-outer {
    z-index: 2; 
 }
 #Footer_Add.owl-carousel .owl-item 
 {
    padding:0px;    
 }
 #Footer_Add .owl-item img
 {
     width: initial;
     max-width: 100%;
     margin: 0 auto;
 }
 #Footer_Add .IDASealAdd
 {
      display: table;
     width: 100%;
     text-decoration: none;
     overflow: hidden;
 }
 #Footer_Add .IDASealAdd .left
 {
     width: 30%;
     padding: 10px 10px 10px 0;
     display: table-cell;
     text-align: center;
     background-color: #f5f6f6;
     vertical-align: middle; 
     border-radius: 5px 0 0 5px;
 }
 #Footer_Add .IDASealAdd .right
 {
     width: 70%;
     padding: 10px 10px;
     display: table-cell;
     position: relative;
     background-color: #0088a6;
     border-radius: 0 5px 5px 0;
 }
 #Footer_Add .IDASealAdd .right p
 {
     color: #fff;
     padding: 10px 0;
     margin: 0;
     border-top: 1px solid #fff;
     border-bottom: 1px solid #fff;
     z-index: 1;
     position: relative;
 }
 #Footer_Add .IDASealAdd .right .patchadd
 {
     transform: rotate(-8deg);
     position: absolute;
     left: -18px;
     top: -10%;
     width: 70px;
     background-color: #0088a6;
     height: 120%;
 }
 #Footer_Add .IDASealAdd .right .patchadd:before
 {
     content: "";
     transform: rotate(10deg) skew(10deg, 35deg);
     position: absolute;
     left: -14px;
     top: 0;
     width: 15px;
     background-color: #2dbde8;
     height: 47%;
 }
 #Footer_Add .IDASealAdd .right .patchadd:after
 {
     content: "";
     transform: rotate(10deg) skew(10deg, 35deg);
     position: absolute;
     left: 0;
     bottom: 0;
     width: 15px;
     background-color: #2e9ebe;
     height: 47%;
 }
#Footer_Add .healthymouthhealthybodyAdd
 {
     display: table;
     width: 100%;
     text-decoration: none;
     overflow: hidden;
 }
 #Footer_Add .healthymouthhealthybodyAdd .left
 {
     width: 50%;
     padding: 10px 20px;
     display: table-cell;
     text-align: center;
     background-color: #fff;
     vertical-align: middle; 
     border-radius: 5px 0 0 5px;
 }
 #Footer_Add .healthymouthhealthybodyAdd .right
 {
     width: 50%;
     padding: 22px 20px;
     display: table-cell;
     background-color: #004ea2;
     border-radius: 0 5px 5px 0;
 }
 #Footer_Add .healthymouthhealthybodyAdd .right h3
 {
     color: #fff;
     font-weight: 600;
     font-size: 15px;
     line-height: 1.5em;
     margin: 0 0 15px;
 }
 #Footer_Add .healthymouthhealthybodyAdd .right .WebName
 {
     padding: 0px 10px;
     background: #fff;
     color: #000;
     border-radius: 10px;
     width: calc(100% - 55px);
     float: left;
     height: 35px;
     line-height: 35px;
     position: relative;
 }
 #Footer_Add .healthymouthhealthybodyAdd .right .WebName:after
 {
     content: "\f061";
     font-family: FontAwesome;
     width: 50px;
     height: 35px;
     line-height: 35px;
     background-color: #f06623;
     color: #fff;
     border-radius: 10px;
     display: block;
     position: absolute;
     right: -55px;
     top: 0;
     text-align: center;
 }
 #Footer_Add .owl-stage-outer
 {
     z-index: 1;
 }
 #Footer_Add .owl-dots
 {
     position: absolute;
     left: 0;
     right: 0;
     bottom: -25px;
 }
 #Footer_Add .owl-buttons div
 {
     display: inline-block;
     width: 40px;
     margin: 0;
     padding: 0;
     position: absolute;
     top: 25px;
     bottom: 25px;
     background-color: #fff;
     color: #00aeef;
     font-size: 21px;
     text-align: center;
     box-shadow: 0 0 22px rgba(0, 0, 0, .2);
     transition: all .3s ease-in-out;
 }
 #Footer_Add .owl-buttons div:hover
 {
     background-color: #00aeef;
     color: #fff;
 }
 #Footer_Add .owl-buttons .owl-prev
 {
     left: 150px;
     opacity: 0;
     border-radius: 50% 2px 2px 50%;
 }
 #Footer_Add .owl-buttons .owl-next
 {
     right: 150px;
     opacity: 0;
     border-radius: 2px 50% 50% 2px;
 }
 #Footer_Add:hover .owl-buttons .owl-prev
 {
     left: -40px;
     opacity: 1;
 }
 #Footer_Add:hover .owl-buttons .owl-next
 {
     right: -40px;
     opacity: 1;
 }
 #Footer_Add .owl-buttons div i
 {
     position: absolute;
     left: 0;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
 }
 #Footer_Add .owl-pagination
 {
     display: none;
 }
 @media screen and (max-width: 1023px)
 {
     #Footer_Add { max-width:80%; }
     #Footer_Add .healthymouthhealthybodyAdd .left { width:30%; }
     #Footer_Add .healthymouthhealthybodyAdd .right { width:70%; }
 }
 @media screen and (max-width: 767px)
 {
     #Footer_Add { max-width:100%; position:relative; top:0px; margin:0px auto 10px; box-shadow:none; }
     #Footer_Add .IDASealAdd .left, #Footer_Add .IDASealAdd .right, #Footer_Add .healthymouthhealthybodyAdd .left, #Footer_Add .healthymouthhealthybodyAdd .right { width:100%; display:block; border-radius:0px; padding: 10px 15px; }
     #Footer_Add .IDASealAdd .right .patchadd { display:none; }
   /*  #Footer_Add .IDASealAdd .right p, #Footer_Add .healthymouthhealthybodyAdd .right h3 { color:#333333; }*/
     #Footer_Add .healthymouthhealthybodyAdd .right .WebName { background:#f4f1f1; margin-bottom: 10px; }
     #Footer_Add .owl-buttons { text-align:center; }
     #Footer_Add .owl-buttons div { width: 40px; position: relative; top: 0; height: 40px; bottom: 0; margin:10px 5px 0px; }
     #Footer_Add .owl-buttons .owl-prev { left: 0; opacity: 1; border-radius: 50%; }
     #Footer_Add .owl-buttons .owl-next { right: 0; opacity: 1; border-radius: 50%; } 
     #Footer_Add:hover .owl-buttons .owl-prev { left: 0px; }
     #Footer_Add:hover .owl-buttons .owl-next { right: 0px; }
     #Footer_Add .healthymouthhealthybodyAdd { display:block; }
     #Footer_Add.owl-carousel .owl-item { padding:0px; }
 }
 
 @media screen and (max-width: 400px)
 {
     #Footer_Add .healthymouthhealthybodyAdd .right .WebName { width:100%; float:none; height: auto; padding:5px 10px 10px; }
     #Footer_Add .healthymouthhealthybodyAdd .right .WebName::after { width:100%; position: relative; right: 0; }
     #Footer_Add .IDASealAdd .right p, #Footer_Add .healthymouthhealthybodyAdd .right h3 { font-size:90%; }
     #Footer_Add .owl-buttons div { width:30px; height:30px; font-size:15px; }
 }

/*****************************************
			// footer advertisment 
*****************************************/