@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins_bold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins_regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins_bold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {		
    font-family: 'Roboto Condensed LightItalic';
    src: url('../fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Black';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed Light';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto LightItalic';
    src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed Regular';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed Italic';
    src: url('../fonts/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed BoldItalic';
    src: url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto BlackItalic';
    src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto BoldItalic';
    src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto ThinItalic';
    src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Italic';
    src: url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Thin';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto MediumItalic';
    src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
   color:white;
   font-size: 2px;
}


/*
	header style starts

*/
.none {
	display: none;
}
.show{
	display:black;
}
.ui-datepicker{
    z-index: 5 !important;				
}					 
					   
.logo_kmh_con{
    min-width: 100%;
    float: left;
    background: #fff;
    position: relative;
}

.logo_kmh_con .logo_kmh_center{
    width: 1300px;
    margin: 0 auto;
}

.logo_kmh_con .logo_kmh_center .logo_kmh{
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.logo_kmh_con .logo_kmh_center .logo_kmh .logo{
    width: 20%;
    float: left;
}

.logo_kmh_con .logo_kmh_center .logo_kmh .logo img{
    display: block;
    padding: 32px 10px;
}

.logo_kmh_con .logo_kmh_center .logo_kmh .search_login{
    width: 60%;
    float: left;
}

.logo_kmh_con .logo_kmh_center .logo_kmh .search_login .row_top{
    width: 100%;
    float: left;
    height: 40px;
}

.logo_kmh_con .logo_kmh_center .logo_kmh .search_login .row_bottom{
    width: 100%;
    float: left;
    height: 43px;
}

.logo_kmh_con .logo_kmh_center .logo_kmh .search_login .row_bottom .row_align{
    float: right;
    width: 80%;
}

.search_login .row_bottom .row_align .search_l{
    width: 85%;
    float: right;
    border: 1px solid rgba(41,47,58,0.3);
    position: relative;
	border-radius: 5px;
}

.search_login .row_bottom .row_align .search_l .drop_down_se{
    width: 100%;
    float: left;
    background: white;
    position: absolute;
    top:102%;
    border: 1px solid rgba(41,47,58,0.3);
    max-height: 295px;
    overflow-y: auto;
    display: none;
    z-index: 9;
}

.search_login .row_bottom .row_align .search_l .drop_down_se::-webkit-scrollbar {
  width: 6px;               /* width of the entire scrollbar */
}

.search_login .row_bottom .row_align .search_l .drop_down_se::-webkit-scrollbar-track {
  /*background: rgba(51,51,51,0.8);  
  width: 10px;*/      
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

.search_login .row_bottom .row_align .search_l .drop_down_se::-webkit-scrollbar-thumb {
  /*background-color: rgba(51,51,51,0);   
  border-radius: 5px;      
  border: 3px solid rgba(255,255,255,0.8); */
  border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0);
}

.search_login .row_bottom .row_align .search_l .drop_down_se ul li{
    width: 100%;
    float: left;
    border-bottom:1px solid rgba(51,51,51,0.2);
    padding: 5px 10px;

}

.search_login .row_bottom .row_align .search_l .drop_down_se ul li .categories_name{
    width: 100%;
    float: left;
    color: #513f95;
    font-family: "Roboto Bold";
    text-transform: uppercase;
    letter-spacing: 1px;
}

.search_login .row_bottom .row_align .search_l .drop_down_se ul li .categories_name span{
    color: rgba(247,148,29,1);
}

.search_login .row_bottom .row_align .search_l .drop_down_se ul li .cate_con{
    width: 100%;
    float: left;
    font-family: "Roboto Italic";
    color: #513f95;
}

.search_login .row_bottom .row_align .search_l .drop_down_se ul li .cate_con .span{
    
}

.search_login .row_bottom .row_align .search_l .search_box{
    width:90%;
    float: left;
    /*margin-right: 5px;*/
}

.search_login .row_bottom .row_align .search_l .search_box input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border:none;
    font-family: 'Roboto Regular';
    letter-spacing: 1px;
    font-size: 12px;
    background: #fff;
    outline: none;
	border-radius: 5px 0px 0px 5px;
}

.search_login .row_bottom .row_align .search_l .search_button{
    width: 10%;
    float: left;
}

.search_login .row_bottom .row_align .search_l .search_button .se_img{
    background: #fff;
    width: 100%;
    float: left;
	border-radius: 0px 5px 5px 0px;
}

.search_login .row_bottom .row_align .search_l .search_button img{
    padding: 8px 9px;
    display: block;
    /*border:1px solid rgba(41,47,58,0.3);*/   
    width: 44px;
    height: 44px;
    max-width: inherit;
}

.search_login .row_bottom .row_align .login_button{
    width: 30%;
    float: right;
    box-sizing: border-box;
    margin-right: 15px;
    display:none;
}

.search_login .row_bottom .row_align .login_button > ul > li.login_tabs{
    background: #ee344e;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
	
}


.search_login .row_bottom .row_align .login_button > ul > li{
    width: 100%;
    /*padding: 0px 16px;*/
    font-size: 13px;
    text-align: center;
    font-family: 'Roboto Bold';
    color: white;
}

/*.search_login .row_bottom .row_align .login_button ul li:first-child{
    border-right: 1px solid #fff;
    padding: 0px 20px;
}*/

.search_login .row_bottom .row_align .login_button > ul > li:last-child{
    float: right;
    position: relative;
}

.search_login .row_bottom .row_align .login_button > ul > li .head_ellipsis{
    width: 100%;
    float:left;
    padding-left:5px;
    padding: 5px 10px;
    white-space: nowrap;
    display:block;
    overflow-x: hidden;
    text-overflow: ellipsis; 
    color:white;
    border-radius: 5px;
    cursor: pointer;
    background: #ee344e;
}

.search_login .row_bottom .row_align .login_button > ul > li .head_ellipsis:hover{
    border-radius: 5px 5px 0px 0px;
}

.search_login .row_bottom .row_align .login_button > ul > li:hover > .head_ellipsis{
    background:#b21a1a;
}

.search_login .row_bottom .row_align .login_button > ul > li.login_list:hover .kmh_headbar_sublist{
    display: block;
}

.search_login .row_bottom .row_align .login_button > ul > li .kmh_headbar_sublist{
    position:absolute;
    background:#fff;
    width:100%;
    right:0;  
    z-index:999999;
    display:none;
    top: 100%;
    border-radius: 0px 0px 5px 5px;
}

.search_login .row_bottom .row_align .login_button > ul > li .kmh_headbar_sublist > ul > li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebe8e8;
}

.search_login .row_bottom .row_align .login_button > ul > li .kmh_headbar_sublist > ul > li:last-child{
    border-bottom: none;
}

.search_login .row_bottom .row_align .login_button > ul > li .kmh_headbar_sublist > ul > li > a{
    padding: 5px;
    width: 100%;
    float: left;
    color: black;
    font-family: 'Roboto Regular';
}

.search_login .row_bottom .row_align .login_button > ul > li .kmh_headbar_sublist > ul > li > a:hover{
    background: #e3dff5;
}

.search_login .row_bottom .row_align .login_button > ul > li .kmh_headbar_sublist > ul > li:last-child > a:hover{
    border-radius: 0px 0px 5px 5px;
}	

.logo_kmh_con .logo_kmh_center .logo_kmh .hiso{
    width: 15%;
    float: right;
}

.logo_kmh_con .logo_kmh_center .logo_kmh .hiso .iso_cert{
	width: 100%;
	float: left;
}

.logo_kmh_con .logo_kmh_center .logo_kmh .hiso .iso_cert .iso_cert_center{
	width: 100%;
	float: left;
}

.logo_kmh_con .logo_kmh_center .logo_kmh .hiso .iso_cert .iso_cert_center ul li{
	float: left;
    padding: 9px;
    box-sizing: border-box;
    width: 50%;
    justify-content: center;
    display: flex;
}
.logo_kmh_con .logo_kmh_center .logo_kmh .hiso .iso_cert .iso_cert_center ul li img{
	max-width:inherit;
	width:72px;
}

.logo_kmh_con .logo_kmh_center .logo_kmh .hiso .iso_cert .iso_cert_center ul li:last-child{
	margin-right:0;
}								 

.kmh_menu_con{
        min-width: 100%;
        float: left;
        background: #513f95;
    }

    .kmh_menu_con .kmh_menu_center{
        width: 1300px;
        margin: 0 auto;
    }

    .kmh_menu_con .kmh_menu_center .kmh_menu{
        width: 100%;
        float: left;
        box-sizing: border-box;
        position: relative;
    }

	.kmh_menu_con .kmh_menu_center .kmh_menu .logo_search{
        width: 100%;
        float: left;
    }			   
    .kmh_menu_con .kmh_menu_center .kmh_menu .logo{
        width: 20%;
        float: left;
    }

    .kmh_menu_con .kmh_menu_center .kmh_menu .logo img{
        display: block;
    }

	.kmh_menu_con .kmh_menu_center .kmh_menu .menu_full{
        width: 100%;
        float: left;
    }

    .kmh_menu_con .kmh_menu_center .kmh_menu .menu_s{
        width: 100%;
        float: left;
        display: block;
    }

    .kmh_menu .menu_bar{
        float: right;
        margin: 17px 25px;
        border:1px solid #fff;
        display: none;
        border-radius: 5px;
    }

    .kmh_menu  .menu_label{
        display: none;
    } 

     .kmh_menu  .menu_btn{
        display: none;
    } 

    .kmh_menu  .menu_bar i{
        font-size: 25px;
        color:white;
        padding: 5px 10px;
    }

    .kmh_menu .menu_s > ul{
		float: left;
		width: 100%;
    }

    .kmh_menu .menu_s > ul .search_sepc{
        float: left;
        width: 100%;
        padding:10px 0px;
    }

    .kmh_menu .menu_s > ul .search_sepc input{
        width: 85%;
        margin-left: 5%;
        border:1px solid rgba(70,70,70,0.2);
        padding:5px;
        border-radius: 5px;
        outline: none;
    }

    .kmh_menu .menu_s > ul .search_fac{
        float: left;
        width: 100%;
        padding:10px 0px;
    }

    .kmh_menu .menu_s > ul .search_fac input{
        width: 85%;
        margin-left: 5%;
        border:1px solid rgba(70,70,70,0.2);
        padding:5px;
        border-radius: 5px;
        outline: none;
    }
	
	

    

    .kmh_menu .menu_s > ul > li{
        float: left;
    }

	.kmh_menu .menu_s > ul > li:last-child {
		float: right;
		background: #fff;
		text-transform: uppercase;
		
}
.kmh_menu .menu_s > ul > li:last-child a{
	color: #513f95 ;
}

    .kmh_menu .menu_s > ul > li > a{
        color:white;
        padding:15px;
        display: block;
        font-family: "Roboto Regular";
        font-size: 16px;
        box-sizing: border-box;
    }

    .kmh_menu .menu_s > ul > li:hover > a{
        background: #513f95;
        color: #fff;
    }

    .kmh_menu .menu_s > ul > li .lable_menu{
        display: none;
    }

    .kmh_menu .menu_s > ul > li .label_alias{
        display: none;
    } 

    .kmh_menu .menu_s > ul > li .cate{
        position: absolute;
        width: 100%;
        left:0;
        top: 100%;
        display: none;
        z-index: 100;
		padding: 10px;
		background: white;
		box-sizing: border-box;
		box-shadow: 3px 2px 7px rgba(51,51,51,0.2);
    }


    

    .kmh_menu .menu_s > ul > li .cate > ul{
        width: 65%;
        float: right;
        
    }

    .kmh_menu .menu_s > ul > li .cate > ul  li{
        float: left;
        width: 33%;
        //padding: 7px 5px;
        box-sizing: border-box;
		font-family: "Roboto Regular";
        list-style-image: url(images/drkmh-icon.png);
    }

    .kmh_menu .menu_s > ul > li .cate > ul  li > a{
        padding: 7px 5px;
        display: block;
        box-sizing: border-box;
        transition: all 300ms linear 0s;
		font-size:15px;
    }

    .kmh_menu .menu_s > ul > li .cate > ul  li > a:hover{
        color: #2a6496;
        font-weight: bold;
        padding-left: 10px;
    }
	
	
	.kmh_menu .menu_s > ul > li .cate > ul .cates_sub{
		width:100%;
		float:left;
	}
	
	.kmh_menu .menu_s > ul > li .cate > ul .cates_sub::-webkit-scrollbar {
	  width: 6px;               /* width of the entire scrollbar */
	}

	.kmh_menu .menu_s > ul > li .cate > ul .cates_sub::-webkit-scrollbar-track {
	  /*background: rgba(51,51,51,0.8);  
	  width: 10px;*/      
	  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
		border-radius: 10px;
	}

	.kmh_menu .menu_s > ul > li .cate > ul .cates_sub::-webkit-scrollbar-thumb {
	  /*background-color: rgba(51,51,51,0);   
	  border-radius: 5px;      
	  border: 3px solid rgba(255,255,255,0.8); */
	  border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgb(0 0 0);
	}

    @media only screen and (max-width: 1300px){
        .kmh_menu_con .kmh_menu_center{
            width: 100%;
        }
    }

    @media only screen and (max-width: 1024px){

        .kmh_menu_con .kmh_menu_center .kmh_menu .logo img{
            width: 260px;
            max-width: inherit;
            height: 71px;
        }
		.logo_kmh_con .logo_kmh_center .logo_kmh .logo img{
            display: block;
            padding: 20px 10px;
            width: 250px;
            max-width: inherit;
            //height:59px;
        }

        .search_login .row_bottom .row_align .search_l{
            position: absolute;
            left: 2%;
            top:110%;
            z-index: 5;
			width: 80%;
        }
		
		.search_login .row_bottom .row_align .search_l .search_box {
			width: 85%;
			float: left;
			/* margin-right: 5px; */
		}
		
		.search_login .row_bottom .row_align .search_l .search_button {
			width: 15%;
			float: left;
		}

        .search_login .row_bottom .row_align .login_button{
            width: 50%;
        }

        .logo_kmh_con .logo_kmh_center .logo_kmh .search_login .row_top{
            height: 27px;
        }  
        .kmh_menu_con .kmh_menu_center .kmh_menu .menu_s{
            width: 98%;
            position: absolute;
            max-height: 400px;
            overflow-y: auto; 
            z-index: 100;       
            top:100%;
            left:1%;            
            display: none;
            box-sizing: border-box;
           
        }

        .kmh_menu_con .kmh_menu_center .kmh_menu .menu_s::-webkit-scrollbar {
                width: 2px;
            }

            .kmh_menu_con .kmh_menu_center .kmh_menu .menu_s::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
                border-radius: 10px;
            }

            .kmh_menu_con .kmh_menu_center .kmh_menu .menu_s::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
            }

         .kmh_menu .menu_bar{
            display: block;
            cursor: pointer;
         }

        .kmh_menu .menu_s > ul{
            float: left;
            width: 100%;
             border:1px solid rgba(51,51,51,0.2) !important;
             box-sizing: border-box;
        }



        .kmh_menu .menu_s > ul > li{
            float: left;
            width: 100%;
            position: relative;
            background:white;
            border-bottom: 1px solid rgba(51,51,51,0.1)
        }

        .kmh_menu .menu_s > ul > li > a{
            color:#513f95;
            padding: 15px;
            width: 100%;
            display: block;
            font-family: "Century Gothic_reg";
            font-size: 16px;
            box-sizing: border-box;
            text-decoration: none;
        }

        .kmh_menu .menu_s > ul > li:hover > a{
             background: #513f95; 
             color:white; 
             text-decoration: none;
        }

        .kmh_menu .menu_s > ul > li .cate{
            position: inherit;
            background: white;
            float: left;
            width: 100%;
             
            background-image: none !important;
        }

        

        .kmh_menu .menu_s > ul > li .cate > ul{
            width: 100%;
            padding-left: 35px;
        }

        .kmh_menu .menu_s > ul > li .cate > ul > li{
            width: 100%; 
        }        

        .kmh_menu .menu_s > ul > li .lable_menu{
            display: block;
            position: absolute;
            width: 100%;
            height: 20px;
            background: rgba(255,255,255,0.3);
            padding: 35px;
            top: 0;
            display: none;
        }

        .kmh_menu .menu_s > ul > li .label_alias{
            display: block;
            position: absolute;
            right:20px;
            z-index: 9999;
            top:0;
            opacity: 0.2;
            display: none;
        } 

        /*.label_alias[id^="btn"]:checked + .cate{
            display: block;
        }*/


    }

   


/*
	Header Style ends

*/

/* Booking Slot Starts*/

    .booking_overlay{
        width:100%;
        height: 100%;
        top:0;
        left:0;
        position: fixed;
        z-index: 9999998;
        background: rgba(51,51,51,0.5);
        display: none;
    }

    .booking_slot{
        width: 500px;
        position: fixed;
        /*height: 400px;*/
        background: rgba(240,240,240,0.8);
        z-index: 9999999;
        backdrop-filter: blur(3px);
        border-radius: 10px;
        padding: 10px;
        box-sizing: border-box;
        display: none;
    }

    .booking_slot .close_appoint{
        position: absolute;
        right:-13px;
        top:-13px;
        cursor: pointer;
    }

    .booking_slot .close_appoint .close_buttons{
        background: white;
        padding: 10px 5px;
        border-radius: 100px;
        border: 1px solid rgba(210,210,210,0.5);
        font-size: 20px;
    }

    .booking_slot .close_appoint .close_buttons:hover{
        background: #d13737;
        color: white;
    }
	
	.booking_fixed .close_appoint{
        position: absolute;
        right:-13px;
        top:-13px;
        cursor: pointer;
    }

    .booking_fixed .close_appoint .close_buttons{
        background: white;
        padding: 10px 5px;
        border-radius: 100px;
        border: 1px solid rgba(210,210,210,0.5);
        font-size: 20px;
    }

    .booking_fixed .close_appoint .close_buttons:hover{
        background: #d13737;
        color: white;
    }

    .booking_fixed{
        width: 500px;
        position: fixed;
        /*height: 400px;*/
        background: rgba(240,240,240,0.8);
        z-index: 9999999;
        backdrop-filter: blur(3px);
        border-radius: 10px;
        padding: 10px;
        box-sizing: border-box;
        display: none;
    }

    .booking_fixed .spinner_new{
        width: 100%;
        float: left;
        /*position: absolute;*/
        background:rgba(255,255,255,0.6); 
        padding:20px 0px;
        z-index: 99999;
        display: none;
        border-radius: 5px;
    }

    .booking_fixed .spinner_new img{
        margin-left: -20px;
    }

    .booking_fixed .appoint_fixs{
        width: 100%;
        float: left;
        background: white;
        border-radius: 10px;
        padding:10px;
        box-sizing: border-box;
        overflow-y: auto;
        max-height: 550px;
    }

    .booking_fixed .appoint_fixs::-webkit-scrollbar {
        width: 2px;
    }

    .booking_fixed .appoint_fixs::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
        border-radius: 10px;
    }

    .booking_fixed .appoint_fixs::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    }

    .booking_fixed .appoint_fixs .appoint_image{
        width: 100%;
        float: left;
    }

    .booking_fixed .appoint_fixs .appoint_image .images_a{
        width: 100%;
        float: left;
    }

    .booking_fixed .appoint_fixs .appoint_confirm{
        width: 100%;
        float: left;
       
    }

    .booking_fixed .appoint_fixs .appoint_confirm .appoint_head{
        width: 100%;
        float: left;
        padding-top:5px;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .appoint_head .head{
        text-align: center;
        color: #6eb4d7;
        font-family: "Roboto Bold";
        font-size: 18px;
        letter-spacing: 1px;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .appoint_name{
        width: 100%;
        float: left;
        padding:5px;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .appoint_name .name_a{
        text-align: center;
        color: #000;
        font-family: "Roboto Bold";
        font-size: 15px;
        letter-spacing: 1px;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .appoint_desc{
        width: 100%;
        float: left;
        padding:5px;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .appoint_desc .desc{
        text-align: center;
        font-family: "roboto Regular";
        color: #000;
        font-size: 15px;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .appiont_time{
        width: 100%;
        float: left;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .appiont_time .app_time{
        width: 80%;
        margin:0 auto;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .appiont_time .a_time{
        width: 100%;
        float: left;
        border-bottom: 2px solid rgb(81 63 149 / 60%);
        box-sizing: border-box;
        padding:10px;
        text-align: center; 
        color: #513f95;
        font-family: "Roboto Bold";
        font-size: 14px;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .appiont_time .a_doctor{
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding:10px;
        text-align: center; 
        color: #513f95;
        font-family: "Roboto Bold";
        font-size: 14px;
        border-bottom: 1px solid rgba(220,220,220,0.5);
    }

    .booking_fixed .appoint_fixs .appoint_confirm .ref_number_visit{
        width: 100%;
        float: left;
        padding:5px;
        box-sizing: border-box;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .ref_number_visit .ref_vi_center{
        width: 80%;
        margin:0 auto;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .ref_number_visit .ref_vi_center .ref_vi{ 
        width: 100%;
        float: left;
        border-bottom: 1px solid rgba(220,220,220,0.5);
    }

    .booking_fixed .appoint_fixs .appoint_confirm .ref_number_visit .ref_n{
        width: 50%;
        float: left;
        border-right: 1px solid rgba(220,220,220,0.5);
        box-sizing: border-box;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .ref_number_visit .ref_n .ref_head{
        width: 100%;
        float: left;
        text-align: center;
        font-family: "Roboto Bold";
        color: #513f95;
        text-transform: uppercase;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .ref_number_visit .ref_n .ref_n_sub{
        width: 100%;
        float: left;
        text-align: center;
        font-family: "Roboto Regular";
        color: #513f95;
        text-transform: uppercase;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .ref_number_visit .visit_n{
        width: 50%;
        float: left;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .ref_number_visit .visit_n .vis_head{
        width: 100%;
        float: left;
        text-align: center;
        font-family: "Roboto Bold";
        color: #513f95;
        text-transform: uppercase;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .ref_number_visit .visit_n .vis_mode{
        width: 100%;
        float: left;
        text-align: center;
        font-family: "Roboto Regular";
        color: #513f95;
        text-transform: uppercase;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .queue_slot{
        width: 100%;
        float: left;
        padding:5px;
        box-sizing: border-box;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .queue_slot .a_queue{
        text-align: center;
        font-family: "roboto Regular";
        color: #000;
        font-size: 15px;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .text_s{
        width: 100%;
        float: left;
        margin:10px 0px;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .text_s .text_a{
        width: 80%;
        margin:0 auto;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .text_s p{
        font-family: "roboto Regular";
        color: #000;
        text-align: center;
        font-size: 13px;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .query_clari{
        width: 100%;
        float: left;
        margin-top: 5px;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .query_clari .query_c{
        font-family: "Roboto Bold";
        color: #513f95;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .query_images{
        width: 100%;
        float: left;
        margin-top: 5px;
    } 

    .booking_fixed .appoint_fixs .appoint_confirm .query_images .query_c{
        width: 35%;
        margin:0 auto;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .query_images .query_c .img{
        float: left;
        margin-top: 5px;

    } 

     .booking_fixed .appoint_fixs .appoint_confirm .query_images .query_c .img_name{
        color: #000;
        font-family: "Roboto Bold";
        float: left;
        padding: 3px 10px;
        margin-top: 5px;
    } 

    .booking_fixed .appoint_fixs .appoint_confirm .query_images .query_e{
        width: 60%;
        margin:0 auto;
    }

    .booking_fixed .appoint_fixs .appoint_confirm .query_images .query_e .img{
        float: left;
    } 

     .booking_fixed .appoint_fixs .appoint_confirm .query_images .query_e .img_name{
        color: #000;
        font-family: "Roboto Bold";
        float: left;
        padding: 7px 10px;
    } 

    .booking_slot .booking_sub{
        width: 100%;
        float: left;
    }

    .booking_slot .booking_sub .book_doctor{
        width: 100%;
        float: left;
    }

    

    .booking_slot .booking_sub .book_doctor .doc_img_dets{
        width: 100%;
        float: left;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(51,51,51,0.1); 
        margin-bottom: 5px;
    }

    .booking_slot .booking_sub .book_doctor .doctor_images{
        width: 20%;
        float: left;
    }

    .booking_slot .booking_sub .book_doctor .doctor_images .images{
        width:100%;
        float: left;
    }

    .booking_slot .booking_sub .book_doctor .doctor_images .images img{
        border-radius: 10px;
    }

    .booking_slot .booking_sub .book_doctor .doctor_details{
        width: 80%;
        float: left;
        padding: 3px 0px 3px 10px;
        box-sizing: border-box;
    }

    .booking_slot .booking_sub .book_doctor .doctor_details .doct_r{
        width: 100%;
        float: left;
        background: white;
        padding: 5px;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .booking_slot .booking_sub .book_doctor .doctor_details .doctor_name{
        width: 100%;
        float: left;
    }

    .booking_slot .booking_sub .book_doctor .doctor_details .doctor_name .names{
        padding: 5px;
    }

    .booking_slot .booking_sub .book_doctor .doctor_details .doctor_name:nth-child(1) .names{
        font-family: "Roboto Bold";
        font-size: 20px;
        color: #513f95;
    }

    .booking_slot .booking_sub .book_doctor .doctor_details .doctor_name:nth-child(2) .names{
        font-family: "Roboto Regular";
        font-size: 12px;
        color: #333;
    }

    .booking_slot .booking_sub .book_doctor .doctor_details .doctor_name:nth-child(3) .names{
        font-family: "Roboto Regular";
        font-size: 12px;
        color: #333;
    }

    .booking_slot .booking_sub .book_doctor .location_show{
        width: 100%;
        float: left;
        padding: 5px 10px;
        background: white;
        /*border-bottom: 1px solid rgba(51,51,51,0.1); */
        border-radius: 5px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .booking_slot .booking_sub .book_doctor .location_show .location_head{
        width: 100%;
        float: left;
    }

    .booking_slot .booking_sub .book_doctor .location_show .location_head .head{
        width: 100%;
        float: left;
        font-size: 12px;
        color:#333;
        font-family: "Roboto Bold";
        text-transform: uppercase;
    }

    .booking_slot .booking_sub .book_doctor .location_show .location_head .head .preferred_alert{
        margin-bottom: 5px;
    }

    .booking_slot .booking_sub .book_doctor .location_show .location_head .head .preferred_alert.mode_choosed{
        float: left;
    }

    .booking_slot .booking_sub .book_doctor .location_show .location_head .head .preferred_alert.time_choosed{
        float: right;
    }

    .booking_slot .booking_sub .book_doctor .location_show .location_head .head span{
        font-family: "Roboto Regular";
        color:#513f95;
        padding: 0px 5px;
    }

    .booking_slot .booking_sub .book_doctor .consult_mode{
        width: 100%;
        float: left;        
        /*border-bottom: 1px solid rgba(51,51,51,0.1); */
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .booking_slot .booking_sub .book_doctor  .spinner_new{
        width: 100%;
        float: left;
        /*position: absolute;*/
        background:rgba(255,255,255,0.6); 
        padding:20px 0px;
        z-index: 99999;
        display: none;
        border-radius: 5px;
    }

    .booking_slot .booking_sub .book_doctor  .spinner_new img{
        margin-left: -20px;
    }

    .booking_slot .booking_sub .book_doctor  .spinner_new_slot{
        width: 100%;
        float: left;
        /*position: absolute;*/
        background:rgba(255,255,255,0.6); 
        padding:20px 0px;
        z-index: 99999;
        display: none;
        border-radius: 5px;
    }

    .booking_slot .booking_sub .book_doctor  .spinner_new_slot img{
        margin-left: -20px;
    }

    .booking_slot .booking_sub .book_doctor  .spinner_new_user{
        width: 100%;
        float: left;
        /*position: absolute;*/
        background:rgba(255,255,255,0.6); 
        padding:20px 0px;
        z-index: 99999;
        display: none;
        border-radius: 5px;
    }

    .booking_slot .booking_sub .book_doctor  .spinner_new_user img{
        margin-left: -20px;
    }

    .booking_slot .booking_sub .book_doctor .consult_mode .consult_head{
        width: 100%;
        float: left;
        background: #3bbb55;
        border-radius: 5px 5px 0px 0px;
    }

    .booking_slot .booking_sub .book_doctor .consult_mode .consult_head .head{
        text-align: center;
        font-family: "Roboto Bold";
        color:white;
        text-transform: uppercase;
        font-size: 15px;
        padding: 5px;
    }

    .booking_slot .booking_sub .book_doctor .consult_mode .visit_contain{
        width: 100%;
        float: left;
        background: white;
        padding:10px;
        box-sizing: border-box;
        padding-top: 40px;
    }

    .booking_slot .booking_sub .book_doctor .consult_mode .visit_con{
        width: 100%;
        float: left;

    }

    .booking_slot .booking_sub .book_doctor .consult_mode .visit_con label.error {
        color: #dd4040;
        position: absolute;
        left: 100px;
        top: -30px;
        font-weight: bold;
        width: 100%;
        margin: 2px;
        letter-spacing: 1px;
        font-size: 10px;
        z-index: 3;
        font-family: "Century Gothic_reg";
    }

    .booking_slot .booking_sub .book_doctor .consult_mode .visit_con ul{
        width: 100%;
        float: left;
        /* padding-left: 5%; */
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }


    .booking_slot .booking_sub .book_doctor .consult_mode .visit_con ul li{
        float: left;
        padding: 5px 10px;
        border-radius: 5px;
        border:1px solid rgba(51,51,51,0.2);
        margin-right: 5px;
        margin-bottom: 5px;
        cursor: pointer;
        font-family: "Roboto Bold";
        position: relative;
        width: 46%;
        box-sizing: border-box;
        text-transform: uppercase;
        text-align: center;
        color: #000;
    }

    .booking_slot .booking_sub .book_doctor .consult_mode .visit_con ul li input{
        width: 100%;
        position: absolute;
        left: 0;
        top: -3px;
        background: red;
        height: 33px;
        opacity: 0;
        cursor: pointer;
    }

    .booking_slot .booking_sub .book_doctor .consult_mode .visit_con ul li:hover{
        border: 1px solid rgb(144 85 151);
        color: white;
        background: rgb(144 85 151);
    }

    .booking_slot .booking_sub .book_doctor .consult_mode .visit_con ul li.select_visit_active{
        border: 1px solid rgb(144 85 151);
        color: white;
        background: rgb(144 85 151);
    }

     .booking_slot .booking_sub .book_doctor .consult_mode .visit_contain  .visit_button{
        width: 100%;
        float: left;        
        padding: 10px 9px 10px 0px;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .booking_slot .booking_sub .book_doctor .consult_mode .visit_contain  .visit_button .buts{
        width: 100%;
        float: left;
    }

    .booking_slot .booking_sub .book_doctor .consult_mode .visit_contain  .visit_button .buts .but_next{
        width: 100%;
        float: left;
    }

   

    .booking_slot .booking_sub .book_doctor .consult_mode .visit_contain  .visit_button .buts .but_next .next_submit{
        width: 100% !important;
        float: left;
        background: #fff;
        font-family: "Roboto Bold";
        text-align: center;
        color:#000;
        padding: 5px;
        border:1px solid #513f95;
        box-sizing: border-box;
        border-radius: 5px;
        cursor: pointer;
    }

    .booking_slot .booking_sub .book_doctor .consult_mode .visit_contain  .visit_button .buts .but_next .next_submit:hover{
        background: #513f95;
        color: white;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con{
        width: 100%;
        float: left;
        
        /*border-bottom: 1px solid rgba(51,51,51,0.1); */
        border-radius: 5px;
        margin-bottom: 5px;
        display: none;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_head{
        width: 100%;
        float: left;
        background: #3bbb55;
        border-radius: 5px 5px 0px 0px;
        position: relative;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_head .head{
        text-align: center;
        font-family: "Roboto Bold";
        color:white;
        text-transform: uppercase;
        font-size: 15px;
        padding: 5px;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_head .back_button{
        position: absolute;
        color: white;
        top: 0px;
        font-size: 20px;
        padding: 5px;
        /* background: aliceblue; */
        cursor: pointer;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose{
        width: 100%;
        float: left;
        background: white;
        border-radius:0px 0px 5px 5px;
        padding: 5px;
        box-sizing: border-box;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .date_head{
        width: 100%;
        float: left;
        font-family: "Roboto Regular";
        text-align: center;
        text-transform: uppercase;
        color: #333;
        padding: 5px;
        box-sizing: border-box;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .date_choose{
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .date_choose label.error {
        color: #dd4040;
        position: absolute;
        left: 0;
        top: 94%;
        font-weight: bold;
        width: 100%;
        margin: 2px;
        letter-spacing: 1px;
        font-size: 12px;
        z-index: 3;
        font-family: "Century Gothic_reg";
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .date_choose .date_c{
        width: 80%;
        margin:0 auto;
        position: relative;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .date_choose .date_c input{
        width: 100%;
        outline: none;
        border: 1px solid rgba(51,51,51,0.2);
        padding: 5px 10px;
        box-sizing: border-box;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .schedule_result{
        width: 100%;
        float: left;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown{
        width: 100%;
        float: left;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met{
        position: absolute;
        bottom: 10px;
        right: 25px;
        width: 180px;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .indicative_position{
        width: 100%;
        float: left;
        padding: 2px 5px;
        box-sizing: border-box;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .indicative_position span:nth-child(1){
        font-family: "Roboto Bold";
        font-size: 12px;
        color: #333;
        margin-right: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

   

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .indicative_position span:nth-child(2){
        font-family: "roboto Bold";
        font-size: 15px;
        color: #e4080f;
    }   

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .consulting_fees{
        width: 100%;
        float: left; 
        padding: 2px 5px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(210,210,210,0.3);
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .consulting_fees span:nth-child(1){
        font-family: "Roboto Bold";
        font-size: 12px;
        color: #333;
        text-transform: uppercase;
        font-weight: bold;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .consulting_fees span:nth-child(1) i{
        font-size: 15px;
        color: #e4080f;
        padding: 6px;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .consulting_fees span:nth-child(2){
        font-family: "roboto Bold";
        font-size: 15px;
        color: #e4080f;
    } 

    /* Test */

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_mets{
        width:100%;
        float: left
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_mets .indicative_position{
        width: 50%;
        float: left;
        padding: 2px 5px;
        box-sizing: border-box;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_mets .indicative_position span:nth-child(1){
        font-family: "Roboto Bold";
        font-size: 12px;
        color: #333;
        margin-right: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

   

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_mets .indicative_position span:nth-child(2){
        font-family: "roboto Bold";
        font-size: 15px;
        color: #e4080f;
    }   

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_mets .consulting_fees{
        width: 50%;
        float: left; 
        padding: 2px 5px;
        box-sizing: border-box;
        //border-bottom: 1px solid rgba(210,210,210,0.3);
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_mets .consulting_fees span:nth-child(1){
        font-family: "Roboto Bold";
        font-size: 12px;
        color: #333;
        text-transform: uppercase;
        font-weight: bold;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_mets .consulting_fees span:nth-child(1) i{
        font-size: 15px;
        color: #e4080f;
        padding: 6px;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_mets .consulting_fees span:nth-child(2){
        font-family: "roboto Bold";
        font-size: 15px;
        color: #e4080f;
    } 

    /* Test */  

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .guest_know_con{
        width: 100%;
        float: left;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .guest_know_con .guest_know_center{
        width: 80%;
        margin:0 auto;
    }

    .timing_shown .guest_know_con .guest_know_center .guest_know{
        width: 100%;
        float: left;
        background: #dde9df;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
    }

   .timing_shown .guest_know_con .guest_k_head{
        width: 100%;
        float: left;
    }

    .timing_shown .guest_know_con .guest_k_head .head{
        font-family: "Roboto Regular";
        color: #333;
    }

    .timing_shown .guest_know_con .guest_k_head .head span{
        color: #513f95;
        font-weight: bold;
    }

    .timing_shown .guest_know_con .guest_con{
        width: 100%;
        float: left;
    }

    .timing_shown .guest_know_con .guest_con p{
        width: 100%;
        float: left;
        font-family: "Roboto Regular";
        color: #333;
        padding-left: 10px;
        font-size: 13px;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_head{
        width: 100%;
        float: left;
        font-family: "Roboto Regular";
        text-align: center;
        text-transform: uppercase;
        color: #333;
        padding: 5px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_list{
        width: 100%;
        float: left;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_list label.error {
        color: #dd4040;
        position: absolute;
        left: 116px;
        top: -30px;
        font-weight: bold;
        width: 100%;
        margin: 2px;
        letter-spacing: 1px;
        font-size: 12px;
        z-index: 3;
        font-family: "Century Gothic_reg";
    }
	
	
	.booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_list .slot_n{
		 width:100%;
		 float:left;
	 }
	 
	 .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_list .slot_n .n_name{
		width: 100%;
		float: left;
		font-family: 'Roboto Bold';
		font-size: 20px;
		color: #513f95;
		padding: 10px;
		box-sizing: border-box;
		text-align: center;
		border-bottom: 1px solid;
		margin-bottom: 10px;
	 }
	 
	 .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_list .slot_n_list{
		 width:100%;
		 float:left;
	 }
	 
	 .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab{
		 width:100%;
		 float:left;
		 position: relative;
	 }
	 
	 .time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab{
		 width:100%;
		 float:left;
	 }
	 
	 .time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_con{
		 width:100%;
		 float:left;
	 }
	 
	 .time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_con .t_list {
		width:100%;
		float:left;
		display: flex;
		justify-content: flex-start;
		gap: 5px;
	 }
	 
	 .time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_con .t_list .t_time{
		float: left;
		
		padding: 10px 20px;
		color: black;
		font-family: 'Roboto Bold';
		letter-spacing: 0.5px;
		font-size: 15px;
		border-radius: 5px 5px 0px 0px;
		border: 1px solid rgba(51, 51, 51, 0.2);
		cursor:pointer;
	 }
	 
	 .time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_con .t_list .appoint_active{
		 background: #513f95;
		 color: white;
	 }
	 
	 .time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_con .t_list .t_time:hover{
		 background: #513f95;
		 color: white;
	 }
	 
	 .time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_list{
		width: 100%;
		padding: 10px;
		float: left;
		box-sizing: border-box;
		max-height: 129px;
		overflow-y: auto;
	 }
	 
	  .time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_list label.error {
        color: #dd4040;
		position: absolute;
		left: 0 !important;
		top: 100% !important;
		font-weight: bold;
		width: 100%;
		margin: 2px;
		letter-spacing: 1px;
		font-size: 12px;
		z-index: 3;
		text-align: center;
		font-family: "Century Gothic_reg";
    }
	 
	 .time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_list .slot_con{
		 width:100%;
		 float:left;
	 }
	 
	.time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_list .time_n{
		width: 100%;
		float: left;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 5px;
	}
	
	.time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_list .time_n input{
        width: 100%;
        position: absolute;
        left: 0;
        top: -3px;
        background: red;
        height: 33px;
        opacity: 0.1;
        cursor: pointer;
    }
	
	.time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_list .time_n .time_s:hover{
        border: 1px solid rgb(144 85 151);
        color: white;
        background: rgb(144 85 151);
    }
	
	.time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_list .time_n .time_s.select_time_active {
		border: 1px solid rgb(144 85 151);
		color: white;
		background: rgb(144 85 151);
	}


    .time_slot_con .time_slot_choose .timing_shown .time_show_list .time_tab .tab_list .time_n .time_s{
        float: left;
        padding: 5px 10px;
        border-radius: 5px;
        border:1px solid rgba(51,51,51,0.2);
        cursor: pointer;
        font-family: "Roboto Regular";
        position: relative;
        box-sizing: border-box;
        text-align: center;
		width:auto;
    }
	
	
	


    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_list ul li{
        float: left;
        padding: 5px 10px;
        border-radius: 5px;
        border:1px solid rgba(51,51,51,0.2);
        margin-right: 5px;
        margin-bottom: 5px;
        cursor: pointer;
        font-family: "Roboto Regular";
        position: relative;
        width: 48.5%;
        box-sizing: border-box;
        text-align: center;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_list ul li input{
        width: 100%;
        position: absolute;
        left: 0;
        top: -3px;
        background: red;
        height: 33px;
        opacity: 0.1;
        cursor: pointer;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_list ul li:hover{
        border: 1px solid rgb(144 85 151);
        color: white;
        background: rgb(144 85 151);
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_list ul li.select_time_active{
         border: 1px solid rgb(144 85 151);
        color: white;
        background: rgb(144 85 151);
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .time_button{
        width: 100%;
        float: left;        
        padding: 10px 9px 10px 0px;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .time_button .buts{
        width: 100%;
        float: left;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .time_button .buts .but_next{
        width: 50%;
        float: left;
        padding: 1px 3px 1px 0px;
        box-sizing: border-box;
    }

   

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .time_button .buts .but_next .next_submit{
        width: 100% !important;
        float: left;
        background: #513f95;
        font-family: "Roboto Bold";
        text-align: center;
        color:white;
        padding: 5px;
        box-sizing: border-box;
        border-radius: 5px;
        cursor: pointer;
        border:none;
        text-transform: uppercase;
    }

    .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .time_button .buts .but_next .next_submit:hover{
        background: #6048bd;
    }


    .booking_slot .booking_sub .book_doctor .user_info{
        width: 100%;
        float: left;        
        /*border-bottom: 1px solid rgba(51,51,51,0.1); */
        border-radius: 5px;
        margin-bottom: 5px;
        display: none;
    }

    

    .booking_slot .booking_sub .book_doctor .user_info .user_info_head{
        width: 100%;
        float: left;
        background: #3bbb55;
        border-radius: 5px 5px 0px 0px;
        position: relative;
    }

    .booking_slot .booking_sub .book_doctor .user_info .user_info_head .head{
        text-align: center;
        font-family: "Roboto Bold";
        color: white;
        text-transform: uppercase;
        font-size: 15px;
        padding: 5px;
    }

    .booking_slot .booking_sub .book_doctor .user_info .user_info_head .back_button{
        position: absolute;
        color: white;
        top: 0px;
        font-size: 20px;
        padding: 5px;
        /* background: aliceblue; */
        cursor: pointer;
    }

    .booking_slot .booking_sub .book_doctor .user_info .user_info_panel{
        width: 100%;
        float: left;
        background: white;
        border-radius:0px 0px 5px 5px;
        padding: 5px;
        box-sizing: border-box;
        /*overflow-y: auto;
        max-height: 250px;*/
    }

    .booking_slot .booking_sub .book_doctor .user_info .user_info_panel::-webkit-scrollbar {
        width: 6px;
    }

    .booking_slot .booking_sub .book_doctor .user_info .user_info_panel::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(66 57 100);
		border-radius: 10px;
    }

    .booking_slot .booking_sub .book_doctor .user_info .user_info_panel::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgb(46 44 44 / 85%); 
    }

    .booking_slot .booking_sub .book_doctor .user_info .user_info_panel .feild_box_panel{
        width: 100%;
        float: left;
    }

    .booking_slot .booking_sub .book_doctor .user_info .user_info_panel .feild_box_panel .feild_set{
        width: 50%;
        float: left;
        padding: 5px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 5px;
    }


    .user_info .user_info_panel .feild_box_panel .feild_set .field_head{
        width: 100%;
        float: left;
        font-family: "Roboto Regular";
        color: #000;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set .feild_box{
        width: 100%;
        float: left;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set .feild_box .sets{
        width: 100%;
        float: left;
        position: relative;
    } 

    .user_info .user_info_panel .feild_box_panel .feild_set .feild_box .sets .age_count{
        position: absolute;
        top: 0;
        right: 0;
        width: 34%;
        font-family: "Roboto Regular";
        font-size: 11px;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set .feild_box .sets .age_count input{
        width: 100%;
        float: left;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set .feild_box .sets label.error {
        color: #dd4040;
        position: absolute;
        left: 0;
        top: 88%;
        font-weight: bold;
        width: 100%;
        margin: 2px;
        letter-spacing: 1px;
        font-size: 11px;
        z-index: 3;
        font-family: "Roboto Regular";
    }

    .user_info .user_info_panel .feild_box_panel .feild_set .feild_box .sets .set_one{
        width: 30%;
        float: left;
        position: relative;
    } 

    .user_info .user_info_panel .feild_box_panel .feild_set .feild_box .sets .set_two{
        width: 70%;
        float: left;
        position: relative;
    } 

    .user_info .user_info_panel .feild_box_panel .feild_set .feild_box .sets input{
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
        outline: none;
        border:1px solid rgba(51,51,51,0.3);
        font-family: "Roboto Regular";
    }
	
	.user_info .user_info_panel .feild_box_panel .feild_set .feild_box .sets input[type='checkbox']{
        width: 10%;
        padding: 5px;
        box-sizing: border-box;
        outline: none;
        border:1px solid rgba(51,51,51,0.3);
        font-family: "Roboto Regular";
    }

    .user_info .user_info_panel .feild_box_panel .feild_set .feild_box .sets span.agree{
        font-size: 12px;
        color:#000;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set .feild_box .sets select{
        width: 100%;
        padding: 8.5px;
        box-sizing: border-box;
        outline: none;
        border:1px solid rgba(51,51,51,0.3);
        font-family: "Roboto Regular";
    } 

    .user_info .user_info_panel .feild_box_panel .feild_set .feild_box .sets .ui-datepicker-title select{
        width: 45%;
        margin-right: 5px;
        padding:1px;
    }

    .booking_slot .booking_sub .book_doctor .user_info .user_info_panel .feild_box_panel .feild_set_buttons{
        width: 50%;
        float: left;
        margin-bottom: 5px;
        padding: 5px;
        box-sizing: border-box;
        margin-top: 5px;
        position: relative;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_buttons .feild_box{
        width: 100%;
        float: left;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_buttons .feild_box .sets{
        width: 100%;
        float: left;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_buttons .feild_box .sets textarea{
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
        outline: none;
        border:1px solid rgba(51,51,51,0.3);
        font-family: "Roboto Regular";
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_buttons  .sets  label.error {
        color: #dd4040;
        position: absolute;
        left: 10px;
        top: 91%;
        font-weight: bold;
        width: 96%;
        margin: 2px;
        letter-spacing: 1px;
        font-size: 11px;
        z-index: 3;
        font-family: "Roboto Regular";
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_button  .sets  label.error {
        color: #dd4040;
        position: absolute;
        left: 10px;
        top: 91%;
        font-weight: bold;
        width: 96%;
        margin: 2px;
        letter-spacing: 1px;
        font-size: 11px;
        z-index: 3;
        font-family: "Roboto Regular";
    }

    .booking_slot .booking_sub .book_doctor .user_info .user_info_panel .feild_box_panel .feild_set_button{
        width: 100%;
        float: left;
        margin-bottom: 5px;
        padding: 5px;
        box-sizing: border-box;
        margin-top: 5px;
        position: relative;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_button .feild_box{
        width: 100%;
        float: left;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_button .feild_box .sets{
        width: 100%;
        float: left;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_button .feild_box .sets .button_s{
        width: 30%;
        margin:0 auto;
        margin-top: 10px;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_button .feild_box .sets .button_s input{
        background: #513f95;
        font-family: "Roboto Regular";
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_button .feild_box .sets .button_s input:hover{
        background: #6048bd;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_button .feild_box .sets .button_ss{
        width: 20%;
        margin:0 auto;
        margin-top: 10px;
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_button .feild_box .sets .button_ss input{
        background: #513f95;
        font-family: "Roboto Bold";
    }

    .user_info .user_info_panel .feild_box_panel .feild_set_button .feild_box .sets .button_ss input:hover{
        background: #6048bd;
    }

    
/* Booking Slot Ends*/


.section_con{
    width:100%;
    float: left;
    background: white;
    margin-top: 175px;
}

.section_con .image_sli{
    width:100%;
    float: left;
}

.section_con .image_sli img{
    width:100%;
    height: 500px;
}


.section_con .section_center{
    width:1200px;
    margin:0 auto;
}

.section_con .section_center .section_new{
    width:100%;
    float: left;
    position: relative;
}
.section_con .section_center .section_new .camp_overlay{
    width:100%;
    height: 100%;
    top:0;
    left:0;
    position: fixed;
    z-index: 9999998;
    background: rgba(51,51,51,0.5);
}

.section_con .section_center .section_new .camp_pop_up .close_appoint{
        position: absolute;
        right:-13px;
        top:-13px;
        cursor: pointer;
    }

    .section_con .section_center .section_new .camp_pop_up .close_appoint .close_buttons{
        background: white;
        padding: 10px 5px;
        border-radius: 100px;
        border: 1px solid rgba(210,210,210,0.5);
        font-size: 20px;
    }

    .section_con .section_center .section_new .camp_pop_up .close_appoint .close_buttons:hover{
        background: #d13737;
        color: white;
    }



.section_con .section_center .section_new .camp_pop_up{
    width: 800px;
    position: fixed;
    /* height: 400px; */
    background: rgba(240,240,240,0.8);
    z-index: 9999999;
    backdrop-filter: blur(3px);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    //display: none;
}

.section_con .section_center .section_new .services_name{
    
    float: left;
    text-align: center;
    background: rgba(255,255,255,0.7);
    position: absolute;
    box-sizing: border-box;
    margin-top: -119px;
    font-size: 35px;
    text-transform: uppercase;
    padding: 10px;
    color: white;
    font-weight: bold;
    z-index: 99;
}

.section_con .section_center .section_new .services_name .name_sub{
    color: rgb(104, 91, 165);
}

.section_con .section_center .section_new  .service_dep {
    float: left;
    text-align: center;
    background: rgb(104, 91, 165);
    position: absolute;
    box-sizing: border-box;
    margin-top: -173px;
    font-size: 35px;
    text-transform: uppercase;
    padding: 14px;
    color: white;
    font-weight: bold;
    z-index: 99;
}

.section_con .section_center .section_new  .service_dep .dep_head {
    color: rgba(255,255,255,1);
}

.section_con .section_center .section_new .mail_content{
    width: 100%;
    float: left;
    background: rgba(112,32,130,0.7);
    position: absolute;
    box-sizing: border-box;
    margin-top: -58px;
    padding: 10px;
    font-weight: bold;
    z-index: 9998;
}

.section_con .section_center .section_new .mail_content .mail{
    color:white;
    padding: 5px;
    float: left;
}



.section_con .section_center .section_new .mail_content .mail span{
    padding: 5px;
}

.section_con .section_center .section_new .mail_content .doc_appoint {
    float: right;
    cursor: pointer;
}



.section_con .section_center .section_new .mail_content .doc_appoint .book_button {
    background: #fefefe;
    padding: 7px 23px;
    float: right;
    color: rgba(112,32,130,0.7);
}

.section_con .section_center .section_new .mail_content .doc_appoint .book_button:hover{
    background: #513f95;
    padding: 7px 23px;
    float: right;
    color: rgb(255 255 255 / 100%);
}



.section_new .left_sidebar{
    width: 75%;
    float: left;
    padding:10px;
    box-sizing: border-box;
    font-size: 12px;
}

.section_new .left_sidebar .user_nav{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding:10px;
}

.section_new .left_sidebar .user_nav a{
    padding: 5px;
    color: #685ba4;
    font-weight: bold;
    text-transform: uppercase;
}

.section_new .left_sidebar .user_nav a:hover{
    text-decoration: underline;
}

.section_new .left_sidebar .user_nav span{
    padding: 5px;
}



.user_nav{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding:10px;
}

.user_nav a{
    padding: 5px;
    color: #685ba4;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.user_nav .similar_n{
    position: relative;
}

.user_nav .similar_n .alert_message{
    position: absolute;
    width: 260px;
    padding: 5px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(70,70,70,.1);
    z-index: 10;
    border-radius: 5px;
    left:0;
    text-decoration: none;
    color:black;
    font-size:11px;
    display: none;

}

.user_nav .similar_n .alert_message span{
    text-decoration: underline;
    color:#685ba4;
}

.user_nav .similar_n .alert_message span:hover{
    color: green;
}

.user_nav a:hover{
    text-decoration: underline;
}

.user_nav span{
    padding: 5px;
}

.section_new .left_sidebar .services_list{
    width: 100%;
    float: left;
}

.section_new .left_sidebar .services_list .services_head{
    width: 100%;
    float: left;
     border-bottom: 1px solid rgba(104,91,164,0.5);
}

.section_new .left_sidebar .services_list .services_head .head{
     color: #fff;
    background: #685ba4;
    font-weight: bold;
    float: left;
    font-size: 25px;
    text-transform: uppercase;
   position: relative;
    padding: 12px;
}

.section_new .left_sidebar .services_list .services_head .head:before{
    content: '';
    position: absolute;
    border-left: 43px solid #685ba4;
    border-top: 48px solid transparent;
    left: 100%;
    top: 0;
}

.section_new .left_sidebar .services_list .ser_list{
    width: 100%;
    float: left;
    margin-top:10px;
}

.left_sidebar .services_list .ser_list ul li{
    width: 32%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 1%;
    height: 267px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 1%;
    border: 1px solid rgba(51,51,51,0.3);

}

.left_sidebar .services_list .ser_list ul li:hover{
    box-shadow: 3px 2px 7px rgba(112,32,130,0.7);
}

.left_sidebar .services_list .ser_list ul li:hover .content_blog{
    bottom: -5px;
}

.left_sidebar .services_list .ser_list ul li:hover .image img{
    transform: scale(1.5);
}

.left_sidebar .services_list .ser_list ul li .image{
    width: 100%;
    float: left;
    height: 280px;
    overflow: hidden;
}

.left_sidebar .services_list .ser_list ul li .image .image_con{
    width: 100%;
    float: left;
}

.left_sidebar .services_list .ser_list ul li .image img{
    width: 100%;
    height: 264px;
    transition: transform 500ms cubic-bezier(0, 0, 0, 1.21) 0s;
}


.left_sidebar .services_list .ser_list ul li .content_blog{
    width: 100%;
    float: left;
    bottom: -68px;
    position: absolute;
    background: rgba(0,0,0,0.7);
    transition: all 300ms linear 0s;
}

.left_sidebar .services_list .ser_list ul li .content_blog .heading{
    width: 100%;
    float: left;
    background: rgba(112,32,130,0.7);
}

.left_sidebar .services_list .ser_list ul li .content_blog .heading h1{
    float: left;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
}

.left_sidebar .services_list .ser_list ul li .content_blog .cont{
    width: 100%;
    float: left;
    padding: 10px;  
    box-sizing: border-box;
}

.left_sidebar .services_list .ser_list ul li .content_blog .cont p{
    width: 100%;
    float: left;
    color:white;
}

.overflow {
  --max-lines: 3;
  position: relative;
  max-height: calc(30px * 3);
  overflow: hidden;
  padding-right: 15px; /* space for ellipsis */
}
.overflow::before {
  position: absolute;
  content: "...";
/*   inset-block-end: 0;
  inset-inline-end: 0; */
  bottom: 0;
  right: 0;
}

/*.fade {
  position: relative;
  height: 3.6em; /* exactly three lines 
}
/*.fade:after {
  content: "....";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1) 50%);
}*/

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

.section_new .left_sidebar .head_name{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding:10px;
}

.section_new .left_sidebar .head_name .heading{
    width: 100%;
    float: left;
}


.section_new .left_sidebar .head_name .heading h1{
    width: 100%;
    float: left;
    color: #685ba4;
    text-transform: uppercase;
}

.section_new .left_sidebar .head_name .heading h1 span{
    font-weight: bold;
}

.section_new .left_sidebar .head_name .immun{
    width:100%; 
    float: left; 
    overflow: hidden; 
    margin-bottom: 20px;
}

.section_new .left_sidebar .head_name .immun > ul{
    width: 2580px;
}

.section_new .left_sidebar .head_name .immun > ul > li{
    width:33.333333%; 
    float: left
}

.section_new .left_sidebar .head_name .immun > ul > li .immun_s{
    width: 100%; 
    float: left; 
    margin-bottom: 10px;
}

.section_new .left_sidebar .head_name .immun > ul > li .immun_s img{
    width: 100%; 
}

/*
    New Services_Content_starts
*/

.section_new .left_sidebar .facilities_content .services_content{
    width: 100%;
    float: left;
}


.section_new .left_sidebar .facilities_content .services_content .ser_para{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.section_new .left_sidebar .facilities_content .services_content .ser_para p{
    font-family: "Roboto Regular";
    line-height: 26px;
    font-size: 15px;
}

.section_new .left_sidebar .facilities_content .services_content .eye_anatomy{
    width: 100%;
    float: left;
    margin:20px 0;
    display: none;
}

.section_new .left_sidebar .facilities_content .services_content .eye_anatomy .image_one{
    width: 35%;
    float: left;
}

.section_new .left_sidebar .facilities_content .services_content .eye_anatomy .image_one img{
    width: 100%;
}

.section_new .left_sidebar .facilities_content .services_content .eye_anatomy .image_two{
    width: 60%;
    float: right;
    padding: 20px;
    box-sizing: border-box;
}

.section_new .left_sidebar .facilities_content .services_content .eye_anatomy .image_two img{
    width: 100%;
}

.section_new .left_sidebar .facilities_content .services_content .tab_services{
    width: 100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_head{
    width: 100%;
    float: left;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #a6c1d7;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    border-top:3px solid #a6c1d7;
    margin-bottom: 3px;
}

.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_head .tab_image{
    width: 5%;
    float: left;
}

.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_head .tab_image img{
    width: 40px;
}

.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_head .tab_title{
    width: 95%;
    float: left;
}

.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_head .tab_title .titles{
    font-family: "Roboto Bold";
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px;
    letter-spacing: 1px;
}

.services_content .tab_services .filter_minus:after {
    width: 24px;
    height: 24px;
    background: url(../images/minus.png);
    position: absolute;
    content: "";
    top: 25%;
    right: 1%;
}

.services_content .tab_services .filter_plus:after {
    width: 24px;
    height: 24px;
    background: url(../images/plus.png);
    position: absolute;
    content: "";
    top: 25%;
    right: 1%;
}

.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_close{
    border: 1px solid #a6c1d7;
    padding: 5px;
    width: 100%;
    float: left;
    margin: 5px 0px;
    border-radius: 5px;
}

.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_close .content_image{
    width: 100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_close .content_image > ul.first_o > li{
    float: left;
    width: 50%;
    padding: 10px;
    list-style-image: none;
    margin-left: 0;
    box-sizing: border-box;
}



.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_close .content_image > ul.first_o > li:nth-child(2){
    //height: 263px;
}

.services_content .tab_services .tab_close .content_image > ul.first_o > li .im_con{
    width: 100%;
    float: left;
}

.services_content .tab_services .tab_close .content_image > ul.first_o > li:nth-child(1) .im_con img{
    width: 80%;
}

.services_content .tab_services .tab_close .content_image > ul.first_o > li:nth-child(2) .im_con img{
    width: 80%;
}

.services_content .tab_services .tab_close .content_image > ul.first_o > li:nth-child(3) .im_con img{
    width: 150px;
}

.services_content .tab_services .tab_close .content_image > ul.first_o > li:nth-child(4) .im_con img{
    width: 150px;
}

.services_content .tab_services .tab_close .content_image > ul.two_o > li{
    float: left;
    width: 50%;
    padding: 10px;
    list-style-image: none;
    margin-left: 0;
    box-sizing: border-box;
}



.services_content .tab_services .tab_close .content_image > ul.two_o > li:nth-child(2){
    //height: 263px;
}

.services_content .tab_services .tab_close .content_image > ul.two_o > li .im_con{
    width: 100%;
    float: left;
}

.services_content .tab_services .tab_close .content_image > ul.two_o > li:nth-child(1) .im_con img{
    height: 250px;
}

.services_content .tab_services .tab_close .content_image > ul.two_o > li:nth-child(2) .im_con img{
    height: 250px;
}

.services_content .tab_services .tab_close .content_image > ul.three_o > li{
    float: left;
    width: 50%;
    padding: 10px;
    list-style-image: none;
    margin-left: 0;
    box-sizing: border-box;
}

.services_content .tab_services .tab_close .content_image > ul.three_o > li .im_con img{
    width: 40%;
}

.services_content .tab_services .tab_close .content_image > ul.three_o > li .im_con{
    width: 100%;
    float: left;
}

.facilities_content .services_content .tab_services .tab_close .content_image ul li .im_titles{
   width: 100%;
   float: left;
}

.facilities_content .services_content .tab_services .tab_close .content_image  ul li .im_titles p{
    text-align: center;
    font-family:"Roboto Bold";
    font-size: 13px;
}

.services_content .tab_services .tab_close .content_image > ul.three_o > li .im_titles{
    width: 100%;
    float: left;
}

.services_content .tab_services .tab_close .content_image > ul.three_o > li .im_titles p{
  line-height: 20px;  
  font-family:"Roboto Regular";
  font-size: 13px;
}

.services_content .tab_services .tab_close .content_image > ul.four_o > li{
    float: left;
    width: 50%;
    padding: 10px;
    list-style-image: none;
    margin-left: 0;
    box-sizing: border-box;
}

.services_content .tab_services .tab_close .content_image > ul.four_o > li:nth-child(3){
    width: 100%;
}

.services_content .tab_services .tab_close .content_image > ul.four_o > li .im_con img{
    width: 40%;
}

.services_content .tab_services .tab_close .content_image > ul.four_o > li:nth-child(1) .im_con img{
    width: 66%;
}

.services_content .tab_services .tab_close .content_image > ul.four_o > li .im_con{
    width: 100%;
    float: left;
}

.services_content .tab_services .tab_close .content_image > ul.four_o > li .im_titles{
    width: 100%;
    float: left;
}

.services_content .tab_services .tab_close .content_image > ul.four_o > li .im_titles p{
  line-height: 20px;  
  font-family:"Roboto Regular";
  font-size: 13px;
}

.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_close .content_details{
    width: 100%;
    float: left;
}

.services_content .tab_services .tab_close .content_details p{
    font-family: "Roboto Regular";
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 10px;
}

.services_content .tab_services .tab_close .content_details p span{
    font-family: "Roboto Bold";
}

.services_content .care_tips{
    width: 100%;
    float: left;
}

.services_content .care_tips .care_tips_head{
    width: 100%;
    float: left;
}

.services_content .care_tips .care_tips_head .head{
    font-family: "Roboto Bold";
    font-size: 30px;
    text-transform: uppercase;
    padding: 50px 20px 20px 20px;
    text-align: center;
}

.services_content .care_tips .care_tips_head .head span{
    color: #513f95;
}

.services_content .care_tips .care_tips_list{
    width: 100%;
    float: left;
}


.services_content .care_tips .care_tips_list > ul > li{
    width: 100%;
    float: left;
    list-style-image: none !important;
    margin-left: 0px !important;
    margin-bottom: 15px !important;
}

.services_content .care_tips .care_tips_list ul li .images_tips{
    width: 5%;
    float: left;
}

.services_content .care_tips .care_tips_list ul li .tips_details{
    width: 95%;
    float: left;
    font-family: "Roboto regular";
    font-size: 14px;
}




/*
    Service_content Ends
*/

.section_new .left_sidebar .facilities_content{
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 27px;
    font-family: 'Open Sans';
    color: black;
}

.section_new .left_sidebar .facilities_content .facilities_new{
    width:100%;
    float: left;
}


.section_new .left_sidebar .facilities_content .facilities_new .insu_head{
    width:100%;
    float: left;
    padding: 7px 5px;
    border-bottom: 1px solid rgba(51,51,51,0.2);
    box-sizing: border-box;
}

.section_new .left_sidebar .facilities_content .facilities_new .insu_head .head{
    width:100%;
    float: left;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.section_new .left_sidebar .facilities_content .facilities_new .insu_content ul li{
    width: 30%;
	border: 1px solid #513f95;
    border-radius: 10px;
    border-bottom: 3px solid #513f95;
    float: left;
    list-style-type: none;
    padding: 26px 10px;
    box-sizing: border-box;
    margin:10px;
}

.section_new .left_sidebar .facilities_content .facilities_new .insu_content ul li{
    list-style-image:none;
}

.section_new .left_sidebar .facilities_content .facilities_new .insu_content ul li img{
    padding: 5px;
}

.section_new .left_sidebar .facilities_content .child_development{
    width:100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .child_development .ula li{
    width:28%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.section_new .left_sidebar .facilities_content .child_development .ula_one {
    width:100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .child_development .ula_one li{
    width:100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

/* facility new design starts*/

.section_new .left_sidebar .facilities_content .facility_cont .about_content{
    width: 100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .about_content .content_a{
    width: 50%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.section_new .left_sidebar .facilities_content .facility_cont .about_content .content_a p{
    font-family: "Roboto Regular";
    font-size: 14px;
    line-height: 26px;
}

.section_new .left_sidebar .facilities_content .facility_cont .about_content .content_image{
    width: 50%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .about_content .content_image img{
    width: 85%;
}

.section_new .left_sidebar .facilities_content .facility_cont .sections_contents{
    width: 100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_design{
    width: 100%;
    float: left;
    position: relative;
}

.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_design .head{
    text-transform: uppercase;
    float: left;
    background: white;
    font-family: "Roboto Bold";
    position: relative;
    z-index: 2;
    padding: 10px 20px 10px 0px;
    font-size: 18px;
}

.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_design .head span{
    color: #513f95;
}

.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_design .line{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #513f95;
    top: 48%;
    display:none;
    z-index: 1;
}

.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_para{
    width: 100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_para > p{
    font-family: "Roboto Regular";
    font-size: 14px;
    line-height: 26px;
}

.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_para > ul > li{
    width: 100%;
    float: left;
    list-style-image: none !important;
    margin-left: 0px !important;
    margin-bottom: 15px !important;
}

.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_para > ul > li .images_tips{
    width: 5%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_para > ul > li .tips_details{
    width: 95%;
    float: left;
    font-family: "Roboto regular";
    font-size: 14px;
}

.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_para .head_list{
    width: 100%;
    float: left;
}


.section_new .left_sidebar .facilities_content .services_content  .sections_contents {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(51,51,51,0.2);
}

.facilities_content .services_content .sections_contents .head_design {
    width: 100%;
    float: left;
    position: relative;
}

 .facilities_content .services_content .sections_contents .head_design .head {
    text-transform: uppercase;
    float: left;
    background: white;
    font-family: "Roboto Bold";
    position: relative;
    z-index: 2;
    padding: 10px 20px 10px 0px;
    font-size: 18px;
}

 .facilities_content .services_content .sections_contents .head_design .head span {
    color: #513f95;
}

 .facilities_content .services_content .sections_contents .head_design .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #513f95;
    top: 48%;
    z-index: 1;
}

.facilities_content .services_content .sections_contents .sec_para {
    width: 100%;
    float: left;
}

.facilities_content .services_content .sections_contents .sec_para .image{
    width: 40%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.facilities_content .services_content .sections_contents .sec_para .image img{
    width: 100%;
}

.facilities_content .services_content .sections_contents .sec_para .image_txt{
    width: 60%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.services_content .sections_contents .sec_para .image_txt .head_img{
    width: 100%;
    float: left;
}

.services_content .sections_contents .sec_para .image_txt .head_img .head{
    font-family: "Roboto Bold";
    font-size: 25px;
    text-align: center;
    margin: 30px 0px;
}

.services_content .sections_contents .sec_para .image_txt .key_list{
    width: 100%;
    float: left;
}

.services_content .sections_contents .sec_para .image_txt .key_list{
    width: 100%;
    float: left;
}

.services_content .sections_contents .sec_para .image_txt .key_list > ul > li{
    list-style-image: none;
    width: 100%;
    float: left;
    margin-left: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

.services_content .sections_contents .sec_para .image_txt .key_list > ul > li .img{
    float: left;
    width: 10%;
}

.services_content .sections_contents .sec_para .image_txt .key_list > ul > li .img i{
    font-size: 25px;
    color: #513f95;
}

.services_content .sections_contents .sec_para .image_txt .key_list > ul > li .img_txt{
    float: left;
    width: 90%;
    font-size: 15px;
    font-family: "Roboto Regular"
}

.facilities_content .services_content .sections_contents .list_images_list {
    width: 100%;
    float: left;
}

.sections_contents .list_images_list .short_list{
    width: 100%;
    float: left;
}

.sections_contents .list_images_list .short_list .short_head{
    width: 100%;
    float: left;
    border-bottom: 2px solid #513f95;
    padding: 10px 0px;
}

.sections_contents .list_images_list .short_list .short_head .head{
    width: 100%;
    float: left;
    text-align: center;
    font-family: "roboto_bold";
    font-size: 20px;
    text-transform: uppercase; 
}

.sections_contents .list_images_list .short_list .short_img{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.sections_contents .list_images_list .short_list .short_img:nth-child(2){
    border-bottom: 2px solid #379b6a;
}

.sections_contents .list_images_list .short_list .short_img:nth-child(3){
    border-bottom: 2px solid #d97a29;
}

.sections_contents .list_images_list .short_list .short_img:nth-child(4){
    border-bottom: 2px solid #a11034;
}

.sections_contents .list_images_list .short_list .short_img .img_head{
    width: 100%;
    float: left;
}

.sections_contents .list_images_list .short_list .short_img:nth-child(3) .img_head .head{
    background: #d97a29;
}

.sections_contents .list_images_list .short_list .short_img:nth-child(4) .img_head .head{
    background: #a11034;
}

.sections_contents .list_images_list .short_list .short_img .img_head .head{
    background: #379b6a;
    font-family: "Roboto Bold";
    color: white;
    float: left;
    margin: 10px 0px;
    border-radius: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.sections_contents .list_images_list .short_list .short_img .img_head .head span{
    color: white;
    font-family: "Roboto Regular";
}

.sections_contents .list_images_list .short_list .short_img .img_list{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.sections_contents .list_images_list .short_list .short_img .img_list .ilist{
    width:100%;
    float: left;
}

.sections_contents .list_images_list .short_list .short_img .img_list .ilist .iimage{
    width: 100%;
    float: left;
}

.sections_contents .list_images_list .short_list .short_img .img_list .ilist .iimage img{
    width: 100%;
}

.sections_contents .list_images_list .short_list .short_img .img_list .ilist .itxt{
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Medium';
    padding: 5px 10px;
    background:#379b6a;
    color: white;
    border-radius: 5px; 
    margin:5px 0px;
    margin-bottom: 10px;
}

.sections_contents .list_images_list .short_list .short_img:nth-child(3) .img_list .ilist .itxt{
    background:#d97a29;
}

.sections_contents .list_images_list .short_list .short_img:nth-child(4) .img_list .ilist .itxt{
    background:#a11034;
}


.section_new .left_sidebar .facilities_content .services_content  .sections_contents .head_para {
    width: 100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .services_content  .sections_contents .head_para p img{
    float: left;
}

.section_new .left_sidebar .facilities_content .services_content  .sections_contents .head_para .head_list {
    width: 100%;
    float: left;
}

.facilities_content .services_content  .sections_contents .head_para .head_list .list_acco_open{
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}

.facilities_content .services_content  .sections_contents .head_para .head_list .filter_plus:after {
    width: 24px;
    height: 24px;
    background: url(../images/plus.png);
    position: absolute;
    content: "";
    top: 25%;
    right: 1%;
}

.facilities_content .services_content  .sections_contents .head_para .head_list .filter_minus:after {
    width: 24px;
    height: 24px;
    background: url(../images/minus.png);
    position: absolute;
    content: "";
    top: 25%;
    right: 1%;
}

.facilities_content .services_content  .sections_contents .head_para .head_list .list_acco_open .head{
    padding: 10px 13px;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
    background: rgba(51,51,51,0.1);
    border-bottom: 1px solid rgba(51,51,51,0.1);    
    font-family: "Roboto Bold";
    text-transform: uppercase;
}

.facilities_content .services_content  .sections_contents .head_para .head_list .list_acco_close{
    width: 100%;
    float: left;
}

.facilities_content .services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt{
    width: 100%;
    float: left;
}

.facilities_content .services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt .acco_cnt_image{
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.facilities_content .services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt .acco_cnt_image img{
    width: 60%;
}

.facilities_content .services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt .acco_im_txt{
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.facilities_content .services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt .acco_im_txt p{
    font-family: "Roboto Regular";
}

.facilities_content .services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para{
    width: 100%;
    float: left;
}

.services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_image{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

.services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_image .imag{
   margin: 20px 0px;
}

.services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para ul h4{
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    border-bottom: 1px solid rgba(51,51,51,0.1);
}

.services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para ul li{
    width: 92%;
    float: left;
    list-style-image: none;
    line-height: 35px;
}

.services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para ul li .image_li{
    width:5%;
    float: left;

}



.services_content  .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para ul li .img_head{
    width:95%;
    float: left;
    font-family: 'Roboto Regular';
}


.section_new .left_sidebar .facilities_content .services_content .ser_para .paragraph p{
    font-family: "Roboto Regular";
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
}

 .facilities_content .services_content .ser_para .slogan_con {
    width: 100%;
    float: left;
    border: 1px solid #eee;
    border-left: 5px solid #691e79;
    padding: 10px;
    box-sizing: border-box;
    background: #f9f7f79e;
}

 .facilities_content .services_content .ser_para .slogan_con .slogan_quote {
    width: 100%;
    float: left;
}

 .facilities_content .services_content .ser_para .slogan_con .slogan_quote .fa-quote-left {
    color: #691e79;
    font-size: 50px;
}

 .facilities_content .services_content .ser_para .slogan_con .slogan_para_con {
    width: 100%;
    float: left;
}

 .facilities_content .services_content .ser_para .slogan_con .slogan_para_con .slogan_para_cen {
    width: 80%;
    margin: 0 auto;
}

 .facilities_content .services_content .ser_para .slogan_con .slogan_para_con .slogan_para_cen .slogan_p {
    width: 100%;
    float: left;
}

 .facilities_content .services_content .ser_para .slogan_con .slogan_para_con .slogan_para_cen .slogan_p p {
    font-family: "Roboto Medium";
    font-size: 17px;
}

 .facilities_content .services_content .ser_para .slogan_con .slogan_quote {
    width: 100%;
    float: left;
}

 .facilities_content .services_content .ser_para .slogan_con .slogan_quote .fa-quote-right {
    color: #691e79;
    font-size: 50px;
    float: right;
}

.section_new .left_sidebar .facilities_content  .sections_contents .head_para > ul > li{
    width: 100%;
    float: left;
    list-style-image: none !important;
    margin-left: 0px !important;
    margin-bottom: 15px !important;
}

.section_new .left_sidebar .facilities_content  .sections_contents .head_para > ul > li .images_tips{
    width: 5%;
    float: left;
}

.section_new .left_sidebar .facilities_content  .sections_contents .head_para > ul > li .tips_details{
    width: 95%;
    float: left;
    font-family: "Roboto regular";
    font-size: 15px;
}

.facilities_content .facility_cont .sections_contents .head_para .head_list .list_acco_open{
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;

}

.facilities_content .facility_cont .sections_contents .head_para .head_list .filter_plus:after {
    width: 24px;
    height: 24px;
    background: url(../images/plus.png);
    position: absolute;
    content: "";
    top: 25%;
    right: 1%;
}

.facilities_content .facility_cont .sections_contents .head_para .head_list .filter_minus:after {
    width: 24px;
    height: 24px;
    background: url(../images/minus.png);
    position: absolute;
    content: "";
    top: 25%;
    right: 1%;
}

.facilities_content .facility_cont .sections_contents .head_para .head_list .list_acco_open .head{
    padding: 10px 13px;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
    background: rgba(51,51,51,0.1);
    border-bottom: 1px solid rgba(51,51,51,0.1);    
    font-family: "Roboto Bold";
    text-transform: uppercase;
}

.facilities_content .facility_cont .sections_contents .head_para .head_list .list_acco_close{
    width: 100%;
    float: left;
}

.facilities_content .facility_cont .sections_contents .head_para .head_list .list_acco_close .acco_cnt{
    width: 100%;
    float: left;
}

.facilities_content .facility_cont .sections_contents .head_para .head_list .list_acco_close .acco_cnt p{
    font-family: "Roboto Regular";
    padding-left: 40px;
}

.facilities_content .facility_cont .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para{
    width: 100%;
    float: left;
}

.facility_cont .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para ul h4{
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    border-bottom: 1px solid rgba(51,51,51,0.1);
}

.facility_cont .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para ul li{
    width: 100%;
    float: left;
    list-style-image: none;
    line-height: 35px;
}

.facility_cont .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para ul li .image_li{
    width:5%;
    float: left;

}

.facility_cont .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para ul li .image_li img{

}

.facility_cont .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para ul li .img_head{
    width:95%;
    float: left;
    font-family: 'Roboto Regular';
}


.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_para .grid_list{
    width: 100%;
    float: left;
}

.facility_cont .sections_contents .head_para .grid_list > ul > li{
    width: 49%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    list-style-image: none !important;
    margin-left: 0px !important;
    margin-bottom: 15px !important;
    border:1px solid rgba(210,210,210,0.5);
    margin-right: 10px;
}

.facility_cont .sections_contents .head_para .grid_list > ul > li:nth-child(2n){
    margin-right: 0;
    float: right;
}

.facility_cont .sections_contents .head_para .grid_list > ul > li .grid_image{
    width: 100%;
    float: left;
}

.facility_cont .sections_contents .head_para .grid_list > ul > li .grid_image img{
    width: 80%;
}

.facility_cont .sections_contents .head_para .grid_list > ul > li .grid_head{
    width: 100%;
    float: left;
}

.facility_cont .sections_contents .head_para .grid_list > ul > li .grid_head .head{
    font-family: "Roboto Bold";
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

.facility_cont .sections_contents .head_para .grid_list > ul > li .grid_para{
    width: 100%;
    float: left;
}

.facility_cont .sections_contents .head_para .grid_list > ul > li .grid_para p{
    font-family: "Roboto Regular";
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    height: 128px;
    overflow: hidden;
}

    
.section_new .left_sidebar .facilities_content .facility_cont{
    width:100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .fac_para{
    width:100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .fac_para p{
    font-family: "roboto regular";
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on{
    width:100%;
    float: left;
    
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_on{
    width:100%;
    float: left;
    padding: 20px 0px;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_on .head{
    font-family: "bebas_neueregular";
    font-size: 24px;
    text-align: center;
    padding: 15px 0px;
    letter-spacing: 1px;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_on .head_cnt{
    text-align: center;
    font-family: "Roboto Regular";
    font-size: 14px;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types{
    width:100%;
    float: left;
}


.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li{
    list-style-image:none;
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 0px;
    border: 1px solid rgba(210,210,210,0.3);
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li .types_image{
    width: 25%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li .types_image .img{
    width: 100%;
    float: left;
    padding: 30px 0px;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li:nth-child(1) .types_image .img img{
    width: 70px;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li:nth-child(2) .types_image .img img{
    height: 70px;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li:nth-child(3) .types_image .img img{
    height: 70px;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li:nth-child(4) .types_image .img img{
    height: 70px;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li .head_img{
    width: 75%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li .head_img .head{
    padding: 10px 0px;
    color: #513f95;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Roboto Bold";
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li .head_cnt{
    width: 75%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li .head_cnt p{
    font-family: "roboto regular";
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    padding: 0;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_head_grid{
    width:100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_head_grid .head_list{
    width: 100%;
    float: left;
    font-family: "bebas_neueregular";
    font-size: 24px;
    text-align: center;
    padding: 20px 0px;
    letter-spacing: 1px;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_head_grid .list_grid_view{
    width: 100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_head_grid .list_grid_view > ul > li{
    list-style-image: none;
    width: 49%;
    float: left;
    padding: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    margin-left: 0px;
    margin-bottom: 5px;
    border:1px solid rgba(210,210,210,0.6);
}

.facility_cont .list_head_grid .list_grid_view > ul > li .images{
    width: 100%;
    float: left;
}

.facility_cont .list_head_grid .list_grid_view > ul > li .images img{
    width: 100%;
}

.facility_cont .list_head_grid .list_grid_view > ul > li .img_head{
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.facility_cont .list_head_grid .list_grid_view > ul > li .img_head .head{ 
   text-align: center;
   font-family: "Roboto Bold";
   font-size: 16px;
   text-transform: uppercase;
}

.facility_cont .list_head_grid .list_grid_view > ul > li .img_cnt{
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.facility_cont .list_head_grid .list_grid_view > ul > li .img_cnt p{
    padding: 5px;
    font-family: "Roboto Regular";
}

.section_new .left_sidebar .facilities_content .facility_cont .list_head_grid .grid_content{
    width: 100%;
    float: left;
} 

.section_new .left_sidebar .facilities_content .facility_cont .list_head_grid .grid_content p{
    padding: 5px;
    font-family: "Roboto Regular";
} 

.section_new .left_sidebar .facilities_content .facility_cont .list_design{
    width:100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_design .head_design{
    width:100%;
    float: left;
    position: relative;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_design .head_design .head{
    text-transform: uppercase;
    float: left;
    background: white;
    font-family: "Roboto Bold";
    position: relative;
    z-index: 2;
    padding: 10px 20px 10px 0px;
    font-size: 17px;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_design .head_design .line{
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(210,210,210,0.6);
    top:50%;
    z-index: 1;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_design .list_design_l{
    width:100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_design .list_design_l > ul > li{
    font-family: "Roboto Regular";
    font-size: 15px;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_acco_design{
    width:100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_acco_design .head_design{
    width:100%;
    float: left;
    position: relative;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_acco_design .head_design .head{
    text-transform: uppercase;
    float: left;
    background: white;
    font-family: "Roboto Bold";
    position: relative;
    z-index: 2;
    padding: 10px 20px 10px 0px;
    font-size: 17px;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_acco_design .head_design .line{
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(210,210,210,0.6);
    top:50%;
    z-index: 1;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_acco_design .acco_main_para{
    width:100%;
    float: left;
}

.section_new .left_sidebar .facilities_content .facility_cont .list_acco_design .acco_main_para p{
    padding: 5px;
    font-family: "Roboto Regular";
}

.section_new .left_sidebar .facilities_content .facility_cont .list_acco_design .list_acco_level{
    width:100%;
    float: left;
}

.facilities_content .facility_cont .list_acco_design .list_acco_level .list_acco_open{
    width:100%;
    float: left;
    position: relative;
    cursor: pointer;
} 

.facilities_content .facility_cont .list_acco_design .list_acco_level .list_acco_open .head{
    padding: 10px 13px;
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid rgba(51,51,51,0.1);
    font-family: "Roboto Medium";
} 

.facilities_content .facility_cont .list_acco_design .list_acco_level .filter_minus:after{
    width: 24px;
    height: 24px;
    background: url(../images/minus.png);
    position: absolute;
    content: "";
    top: 20%;
    right: 1%;
} 

.facilities_content .facility_cont .list_acco_design .list_acco_level .filter_plus:after{
    width: 24px;
    height: 24px;
    background: url(../images/plus.png);
    position: absolute;
    content: "";
    top: 20%;
    right: 1%;
} 



.facilities_content .facility_cont .list_acco_design .list_acco_level .list_acco_close{
    width:100%;
    float: left;
} 

.facilities_content .facility_cont .list_acco_design .list_acco_level .list_acco_close .acco_cnt{
    width: 100%;
    float: left;
}



.facilities_content .facility_cont .list_acco_design .list_acco_level .list_acco_close .acco_cnt p{
    font-family: "Roboto Regular";
    padding-left: 40px;
}

.facilities_content .facility_cont .list_acco_design .list_acco_level .list_acco_close  .next_level_head{
    font-family: 'Roboto Bold';
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 5px 20px;
    background: #513f95;
    width: 100%;
    float: left;
    color: white;
    margin: 10px 0px;
}

.list_acco_design .list_acco_level .list_acco_close .acco_cnt_list{
    width: 100%;
    float: left;
}

.list_acco_design .list_acco_level .list_acco_close .acco_cnt_list > ul > li{
    width:90%;
    float: left;
    list-style-image: url(../images/drkmh-icon.png);
    box-sizing: border-box;
}

.list_acco_design .list_acco_level .list_acco_close .acco_cnt_list > ul > li .sub_head{
    font-family: "Roboto Bold";
    width: 100%;
    float: left;
}

.list_acco_design .list_acco_level .list_acco_close .acco_cnt_list > ul > li .sub_head_para{
    width: 100%;
    float: left;
}

.list_acco_design .list_acco_level .list_acco_close .acco_cnt_list > ul > li .sub_head_para .image_l{
    float: left;
    width: 30px;
}


.list_acco_design .list_acco_level .list_acco_close .acco_cnt_list > ul > li .sub_head_para .im_cnt{
    float: left;
    width: 95%;
}

.list_acco_design .list_acco_level .list_acco_close .acco_cnt_list > ul > li .sub_head_para p{
    font-family: "Roboto Regular";
    padding: 0px;
}
    

/* facility new design ends*/

.facilities_content  .services_heading{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-bottom: 2px solid #ea733e;
}

 .facilities_content   .services_heading .head{
    font-family: "Roboto Bold";
    font-size: 20px;
    padding: 10px 35px 5px 15px;
    text-transform: uppercase;
    float: left;
    color: #fff;
    background: #ea733e;
    border-radius: 5px 5px 0px 0px;
}

 .facilities_content  .services_heading .head span{
    color: #fff;
}
 .facilities_content .services_content  .services_image{
    width: 100%;
    float: left;
} 

 .facilities_content .services_content  .services_image ul li{
    list-style-image: none;
    margin-left: 0;
    width:50%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
} 

 .facilities_content .services_content  .services_image ul li img{    
    width:100%;
    border-radius: 10px;
    
} 

 .facilities_content .services_content  .service_sub_head{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

 .facilities_content .services_content  .service_sub_head .head{
    font-family: "Roboto Bold";
    font-size: 20px;
    padding: 10px 5px 3px 0px;
    text-transform: uppercase;
    float: left;    
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}

 .facilities_content .services_content  .service_sub_head .head span{
    color: #ea733e;
}

 .facilities_content .services_content  .service_sub_head .line{
    width:300px;
    height: 3px;
    background: #ea733e;
    float: left;
}

.section_new .left_sidebar .facilities_content .services_content .services_points{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.section_new .left_sidebar .facilities_content .services_content .services_points .left_point{
    width: 45%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.section_new .left_sidebar .facilities_content .services_content .services_points .left_point .images{
    width: 100%;
    float: left;
}

.services_content .services_points .left_point .images img{
    width: 100%;
    border-radius: 10px;
}

.section_new .left_sidebar .facilities_content .services_content .services_points .right_point{
    width: 55%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.section_new .left_sidebar .facilities_content .services_content .services_points .right_point ul li{
    list-style-image: none;
    margin-left: 0px;
    width: 100%;
    float: left;
}

.services_content .services_points .right_point ul li .images_tips {
    width: 10%;
    float: left;
}

.services_content .services_points .right_point ul li .tips_details {
    width: 90%;
    float: left;
    font-family: "Roboto regular";
    font-size: 15px;
}

.section_new .left_sidebar .facilities_content p{
    padding: 10px;
    border-radius: 10px;
    line-height: 30px;
}

.section_new .left_sidebar .facilities_content p strong{
    /*color: #fff;*/
    padding:0;
    font-weight: bold;
}

.section_new .left_sidebar .facilities_content p b{
    /*color: #fff;*/
    padding:0;
    font-weight: bold;
}

.section_new .left_sidebar .facilities_content strong{
    color: #685ba4;

}

.section_new .left_sidebar .facilities_content b{
    color: #685ba4;
    padding: 10px;
}

.section_new .left_sidebar .facilities_content h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #444;
    text-transform: uppercase;
}

.section_new .left_sidebar .facilities_content ul li{
    color: black;
    list-style-image: url(../images/drkmh-icon.png);
    margin-left: 50px;
    margin-bottom: 10px;
    font-family: 'Roboto Regular';
    font-size: 15px;
    padding-left: 10px;
	text-align: justify;
}

.section_new .left_sidebar .facilities_content li b{
    color: #000;
    padding:0;
    
}

.section_new .left_sidebar .facilities_content li strong{
    color: #000;
    padding:0;    
}

.section_new .right_sidebar{
    width: 25%;
    float: left;
    padding:10px;
    box-sizing: border-box;
}

.section_new .right_sidebar .right_ads{
    width: 100%;
    float: left;
}

.section_new .right_sidebar .right_ads .image_ads{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-radius:10px;
    box-sizing: border-box;
}

.section_new .right_sidebar .right_ads .image_ads img{
    width: 100%;
    float: left;
    max-width: inherit;
    border-radius: 10px;
    border:2px solid rgba(51,51,51,0.2);
    box-shadow: 3px 2px 7px #999;
    display: block;
    box-sizing: border-box;
}

.footer-widget .footer_icon{
    float: left;
    padding:5px;
}

.footer-widget ul li{
    float: left;
    width:100%;
    margin-bottom: 0px !important;
}

.footer-widget .footer_sub{
    float: left;
    padding:5px;    
}

.section_con .section_center .section_new .back_to_home{
    width: 100%;
    float: left;    
}

.section_con .head_bar_con{
    width: 100%;
    float: left;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(3px);
}

.section_con .head_bar_con .head_bar_center{
    width:1200px;
    margin:0 auto;
}

.section_con .head_bar_con .head_bar_center .head_bar{
    width: 100%;
    float: left;
    padding: 14px 5px;
    box-sizing: border-box;
}

.section_con .head_bar_con .head_bar_center .head_bar .head_logo{
    float: left;
    width: 25%;
}

.section_con .head_bar_con .head_bar_center .head_bar .head_logo .logo{
    width: 100%;
    float: left;
}

.section_con .head_bar_con .head_bar_center .head_bar .head_logo .logo img{
    width: 100%;
    float: left;
}

.section_con .head_bar_con .head_bar_center .head_bar .home_con{
    float: left;
    width: 75%;
}

.section_con .head_bar_con .head_bar_center .head_bar .home_con .home{
    float: right;
    background: rgba(112,32,130,0.7);
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px; 
    cursor: pointer;
    margin-top: 8px;

}

.section_con .head_bar_con .head_bar_center .head_bar .home_con .home a{
    color:white;
    text-decoration: none;
}

.section_con .section_center .section_new .back_to_home .left_error{
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    backdrop-filter: blur(3px);
}

.back_to_home .left_error .error_message{
    width: 100%;
    float: left;
}

.back_to_home .left_error .error_message .oops{
    width: 100%;
    float: left;
}

.back_to_home .left_error .error_message .oops {
    width: 100%;
    float: left;
}

.back_to_home .left_error .error_message .oops {
    width: 100%;
    float: left;
    color: white;
}

.back_to_home .left_error .error_message .oops .oops_text {
    font-size: 109px;
    padding: 9px;
    letter-spacing: 6px;
    border-radius: 20px 5px 0px 0px;
    background: rgba(51,51,51,0.6);
}

.back_to_home .left_error .error_message .oops .err_mess {
    font-size: 25px;
    padding: 10px;
    color: #ffffff;
    background: rgba(51,51,51,0.6);
}

.back_to_home .left_error .error_message .oops .error_code {
    font-size: 25px;
    padding: 10px;
    color: #ffffff;
    background: rgba(51,51,51,0.6);
    border-radius: 0px 0px 20px 11px;
}

.back_to_home .left_error .error_message .oops .mess_code {
    font-size: 53px;
    padding: 10px;
    color: #ffffff;
    font-family: cursive;
}

.left_error .links_panel{
    width: 100%;
    float: left;
}

.left_error .links_panel .panel_head{
    width: 100%;
    float: left;
    font-size: 25px;
    padding: 10px;
    color: #ffffff;
}

.left_error .links_panel .link_list{
    width: 100%;
    float: left;
}

.left_error .links_panel .link_list ul{
    margin: 0;
    padding: 0;
}

.left_error .links_panel .link_list ul li{
    list-style-type: none;
    float: left;
    margin-right: 10px;
    background: rgba(112,32,130,0.7);
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.left_error .links_panel .link_list ul li a{
    color:white;
    text-decoration: none;
}

.section_con .section_center .section_new .back_to_home .right_error{
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    
    margin-top: 20px;
} 

.back_to_home .right_error .contact{
    float: left;
    width: 100%;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(3px);
    padding: 10px;
    box-sizing: border-box;
}

.back_to_home .right_error .contact .feild_con{
    margin-right: 1%;
    margin-bottom: 20px;
    float: left;
    width: 32%;
}

.back_to_home .right_error .contact .feild_con .feild_name {
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.back_to_home .right_error .contact .feild_con .feild_name label{
    color:white;
}

.back_to_home .right_error .contact .feild_con .feild_name label span{
    color:red;
}

.back_to_home .right_error .contact .feild_con .feild_box {
    width: 100%;
    float: left;
}

.back_to_home .right_error .contact .feild_con .feild_box input{
    padding: 9px 6px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    border:none;
}

.back_to_home .right_error .contact .feild_con_full{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.back_to_home .right_error .contact .feild_con_full .feild_name {
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.back_to_home .right_error .contact .feild_con_full .feild_name label{
    color:white;
}

.back_to_home .right_error .contact .feild_con .feild_name label span{
    color:red;
}

.back_to_home .right_error .contact .feild_con_full .feild_box {
    width: 100%;
    float: left;
}

.back_to_home .right_error .contact .feild_con_full .feild_box textarea{
    padding: 5px;
    box-sizing: border-box;
    width: 98%;
    outline: none;
    border:none;
}

.back_to_home .right_error .contact .feild_con_full .feild_cap{
    width: 100%;
    float: left;
    margin-top: 10px;
}

.back_to_home .right_error .contact .feild_con_full .feild_cap .captcha{
    width: 100%;
    float: left;
}

.back_to_home .right_error .contact .feild_submit_con{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.back_to_home .right_error .contact .feild_submit_con input{
    padding: 13px 40px;
    border: none;
    color: white;
    font-weight: bold;
    background: rgba(112,32,130,0.7);
}

.back_to_home .right_error .social_icon{
    width: 100%;
    float: left;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(3px);
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.back_to_home .right_error .social_icon ul{
    margin:0;
    padding: 0;
    float: right;
}

.back_to_home .right_error .social_icon ul li{
    list-style-type:none;
    float: left;
    padding: 5px;
}

header .head_bar_con{
    width: 100%;
    float: left;
    background: #513f95;
}

header .head_bar_con .head_bar_center{
    width: 1250px;
    margin:0 auto;
}

header .head_bar_con .head_bar_center .head_bar{
    width: 100%;
    float: left;
}

header .head_bar_con .head_bar_center .head_bar .social_head_con{
    width: 25%;
    float: left;
}

header .head_bar_con .head_bar_center .head_bar .social_head_con .social_head{
    width: 100%;
    float: left;
}

.head_bar .social_head_con .social_head ul li{
    float: left;
    padding:5px;
}

.head_bar .social_head_con .social_head ul li a i{
    color:white !important;
}													  
.head_bar .social_head_con .social_head ul li:nth-child(1):hover{
    background: #507cbe;
}

.head_bar .social_head_con .social_head ul li:nth-child(2):hover{
    background: #e4405f;
}

.head_bar .social_head_con .social_head ul li:nth-child(2):hover a i{
    color: white !important;
}

.head_bar .social_head_con .social_head ul li:nth-child(3):hover{
    background: #63cdf1;
}

.head_bar .social_head_con .social_head ul li:nth-child(4):hover{
    background: #25d366;
}

.head_bar .social_head_con .social_head ul li:nth-child(5):hover{
    background: #c4302b;
}

.head_bar .social_head_con .social_head ul li:nth-child(5):hover a i{
    color: white !important;
}

.head_bar .social_head_con .social_head ul li:nth-child(6):hover{
    background: #0e76a8;
}

.head_bar .social_head_con .social_head ul li:nth-child(6):hover a i{
    color: white !important;
}



.head_bar .social_head_con .social_head ul li:hover a i{
    color:white;
}

header .head_bar_con .head_bar_center .head_bar .contact_details_con{
    width: 75%;
    float: left;
}

header .head_bar_con .head_bar_center .head_bar .contact_details_con .contact_details{
    width: 100%;
    float: left;
}


.head_bar .contact_details_con .contact_details ul{
    float: right;
    margin-bottom: 0;
}

.head_bar .contact_details_con .contact_details ul li{
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding:5px 5px;
	font-family: 'Roboto Regular';
}

.head_bar .contact_details_con .contact_details ul li a{
    color:#fff !important;
}

.head_bar .contact_details_con .contact_details ul li a i{
    color:#fff !important;
}

.head_bar .contact_details_con .contact_details ul li:nth-child(1):hover a{
    color:#ff0000 !important;
}

.head_bar .contact_details_con .contact_details ul li:nth-child(3):hover a{
    color:#25d366 !important;
}


.head_bar .contact_details_con .contact_details ul li:nth-child(6):hover a{
    color:#ff0000 !important;
}

@media only screen and (min-width: 200px) and (max-width: 550px){
    .section_con{
        width:100%;
        float: left;
        background: white;
        margin-top: 216px !important;
    }

    .section_con .section_center{
        width:100%;
    }

    .section_con .image_sli img{
        width:100%;
        height: 100%;
    }

    .section_con .section_center .left_sidebar{
        width:100%;
        margin-top: 35px;
    }

    .section_con .section_center .right_sidebar{
        width:100%;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        display: block;
        height: auto;
        max-width: 100%;
        width: 100% !important;
        line-height: 1;
    }

    .section_con .section_center .section_new  .service_dep {
        float: left;
        text-align: center;
        background: rgb(104, 91, 165);
        position: absolute;
        left:2%;
        box-sizing: border-box;
        margin-top: -90px;
        font-size: 12px !important;
        text-transform: uppercase;
        padding: 3px 6px;
        color: white;
        font-weight: bold;
        z-index: 99;
    }

    .section_con .section_center .section_new .services_name{
    
        float: left;
        text-align: center;
        background: background: rgba(255,255,255,0.7);
        position: absolute;
        left:2%;
        box-sizing: border-box;
        margin-top: -61px;
        font-size: 12px !important;
        text-transform: uppercase;
        padding: 3px 12px;
        color: white;
        font-weight: bold;
        z-index: 99;
    }

.section_con .section_center .section_new .mail_content{
    
        float: left;
        background: rgba(112,32,130,0.7);
        position: absolute;
        box-sizing: border-box;
        margin-top: -26px;
        padding: 0px;
        left:1.8%;
        font-weight: bold;
        z-index: 998;
    }

    .section_con .section_center .section_new .mail_content .mail span{
        padding: 5px;
        font-size: 12px;
    }

    .section_con .section_center .section_new .mail_content .doc_appoint {
    float: right;
    cursor: pointer;
    width: 100%;
}

    .section_con .section_center .section_new .mail_content .doc_appoint .book_button {
        background: #fefefe;
        padding: 7px 14px;
        float: right;
        width: 100%;
        color: rgba(112,32,130,0.7);
        font-size: 11px;
        text-align: center;
    }

    .top-bar .contact-details li{
        display: block;
    }

    .section_con .section_center .section_new .back_to_home .left_error {
        width: 100%;       
        background: rgba(51,51,51,1);
    }

    .back_to_home .left_error .error_message .oops .oops_text {
        font-size: 96px;
        letter-spacing: 6px;
    }

    .back_to_home .left_error .error_message .oops .err_mess {
        font-size: 22px;
        padding: 10px;
        color: #ffffff;
    }

    .left_error .links_panel .link_list ul li {    
        margin-right: 22px;
        font-size: 15px;
    }

    .section_con .section_center .section_new .back_to_home .right_error  {
        width: 100%;       
        background: rgba(51,51,51,1);
    }

    header .head_bar_con .head_bar_center{
        width: 100%;
        float: left;
        position: relative;
    }

    header .head_bar_con .head_bar_center .head_bar .social_head_con{
        width: 100%;
        float: left;
        border-bottom:1px solid rgba(51,51,51,0.1);
    }

    header .head_bar_con .head_bar_center .head_bar .contact_details_con{
        width: 100%;
        float: left;
    }


    .head_bar .contact_details_con .contact_details ul li{
        display: none;
    }

    .head_bar .contact_details_con .contact_details ul{
        margin:0 auto;
        float: none;
        width: 200px;
    }

    .head_bar .contact_details_con .contact_details ul li:nth-child(1){
        position: absolute;
        display: block;
        right: 10px;
        top:0;
    }

    .head_bar .contact_details_con .contact_details ul li:nth-child(5),
    .head_bar .contact_details_con .contact_details ul li:nth-child(6){
        display: block;
    }
	
	.kmh_menu .menu_s > ul > li .cate > ul li{
		width:100%;
	}
}


@media only screen and (min-width: 550px) and (max-width: 1000px){
    .section_con{
        width:100%;
        float: left;
        background: white;
        margin-top: 226px !important;
    }

    .section_con .section_center{
        width:100%;
    }

    .section_con .image_sli img{
        width:100%;
        height: 100%;
    }

    .section_con .section_center .left_sidebar{
        width:100%;
    }

    .section_con .section_center .right_sidebar{
        width:100%;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        display: block;
        height: auto;
        max-width: 100%;
        width: 255px !important;
        line-height: 1;
    }
    
.section_con .section_center .section_new  .service_dep {
        float: left;
        text-align: center;
        background: rgb(104, 91, 165);
        position: absolute;
        left:3.8%;
        box-sizing: border-box;
        margin-top: -108px;
        font-size: 25px;
        text-transform: uppercase;
        padding: 8px 6px;
        color: white;
        font-weight: bold;
        z-index: 99;
    }
    

    .section_con .section_center .section_new .services_name{
    
        float: left;
        text-align: center;
        background: background: rgba(255,255,255,0.7);
        position: absolute;
        box-sizing: border-box;
        margin-top: -64px;
        left:3.8%;
        font-size: 25px !important;
        text-transform: uppercase;
        padding: 6px 12px;
        color: white;
        font-weight: bold;
        z-index: 99;
    }

.section_con .section_center .section_new .mail_content{
    
          float: left;
        background: rgba(112,32,130,0.7);
        position: absolute;
        box-sizing: border-box;
        margin-top: -26px;
        left:1.8%;
        padding: 0px;
        font-weight: bold;
        z-index: 998;
    }

        .section_con .section_center .section_new .back_to_home .left_error {
        width: 100%;       
        background: rgba(51,51,51,1);
    }

    .back_to_home .left_error .error_message .oops .oops_text {
        font-size: 96px;
        letter-spacing: 6px;
    }

    .back_to_home .left_error .error_message .oops .err_mess {
        font-size: 22px;
        padding: 10px;
        color: #ffffff;
    }

    .left_error .links_panel .link_list ul li {    
        margin-right: 22px;
        font-size: 15px;
    }

    .section_con .section_center .section_new .back_to_home .right_error  {
        width: 100%;       
        background: rgba(51,51,51,1);
    }

    header .head_bar_con .head_bar_center{
        width: 100%;
        float: left;
        position: relative;
    }

    header .head_bar_con .head_bar_center .head_bar .social_head_con{
        width: 100%;
        float: left;
        border-bottom:1px solid rgba(51,51,51,0.1);
    }

    header .head_bar_con .head_bar_center .head_bar .contact_details_con{
        width: 100%;
        float: left;
    }


    .head_bar .contact_details_con .contact_details ul li{
        display: none;
    }

    .head_bar .contact_details_con .contact_details ul{
        margin:0 auto;
        float: none;
        width: 200px;
    }

    .head_bar .contact_details_con .contact_details ul li:nth-child(1){
        position: absolute;
        display: block;
        right: 5px;
        top:0;
    }

    .head_bar .contact_details_con .contact_details ul li:nth-child(5),
    .head_bar .contact_details_con .contact_details ul li:nth-child(6){
        display: block;
    }

    
}

@media only screen and (min-width: 200px) and (max-width: 700px){
    .left_sidebar .services_list2 .ser_list ul li{
        width: 100% !important;
        float: left;
        padding: 5px;
        position: relative;
        margin-right: 2%;
        border-radius: 10px;
        box-sizing: border-box;
        margin-bottom: 4%;
    }

    .section_con .image_sli img{
        width:100%;
        height: 100%;
    }

    .left_sidebar .services_list2 .ser_list ul li .image .image_con .image_center{
        width: 310px;
        margin:0 auto;
    }

    .footer_con{
        width: 100%;
        float: left;
        //margin-top: 100px;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1300px){

    .section_con .section_center .section_new  .service_dep {
        left:3.4%;
    }
    .section_con .section_center .section_new .services_name{       
        left:3.4%;  
		margin-top: -66px;		
    }

.section_con .section_center .section_new .mail_content{        
        left:3.4%;      
    }
}

.section_con .image_sli img {
    width: 100%;
    height: inherit;
}


.section_new .left_sidebar .services_list2{
    width: 100%;
    float: left;
}

.section_new .left_sidebar .services_list2 .services_head{
    width: 100%;
    float: left;
     border-bottom: 1px solid rgba(104,91,164,0.5);
}

.section_new .left_sidebar .services_list2 .services_head .head{
     color: #fff;
    background: #685ba4;
    font-weight: bold;
    float: left;
    font-size: 25px;
    text-transform: uppercase;
   position: relative;
    padding: 12px;
}

.section_new .left_sidebar .services_list2 .services_head .head:before{
    content: '';
    position: absolute;
    border-left: 43px solid #685ba4;
    border-top: 48px solid transparent;
    left: 100%;
    top: 0;
}

.section_new .left_sidebar .services_list2 .ser_list{
    width: 100%;
    float: left;
    margin-top:10px;
}

.left_sidebar .services_list2 .ser_list ul li{
    width: 31%;
    float: left;
    padding: 5px;
    position: relative;
    margin-right: 2%;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 4%;
}

.left_sidebar .services_list2 .ser_list ul li:hover{
    box-shadow: 3px 2px 7px rgba(112,32,130,0.7);
}

.left_sidebar .services_list2 .ser_list ul li:hover .content_blog{
    bottom: -5px;
}



.left_sidebar .services_list2 .ser_list ul li .image{
    width: 100%;
    float: left;
    height: 220px;
    overflow: hidden;
}

.left_sidebar .services_list2 .ser_list ul li .image .image_con{
    width: 100%;
    float: left;
}

.left_sidebar .services_list2 .ser_list ul li .image img{
    width: 100%;
    height: 264px;
    border-radius: 200px;
}


.left_sidebar .services_list2 .ser_list ul li .content_blog{
    width: 100%;
    float: left;
    bottom: -68px;
   
    
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .heading{
    width: 100%;
    float: left;
    background: rgba(112,32,130,1);
    margin-top: 5px;
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .heading h1{
    padding: 5px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .cont{
    width: 100%;
    float: left;
    padding: 10px;  
    box-sizing: border-box;
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .cont p{
    width: 100%;
    float: left;
    color: #000;
    height: 50px;
    overflow: hidden;
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .read_more{
    width: 100%;
    float: left;    
}

.left_sidebar .services_list2 .ser_list ul li .content_blog .read_more .more{
    background: #702082;
    float: right;
    padding: 5px 27px;
    color: white;
    font-weight: bold;
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip0022 {
  color: #fff;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.snip0022 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0022 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0022 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip0022 > div::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-image: linear-gradient(-45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}
figure.snip0022 i {
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  padding: 6px 16px;
  position: absolute;
  bottom: 0px;
  right: -12px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
figure.snip0022 .curl {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all .4s ease;
}
figure.snip0022 .curl:before,
figure.snip0022 .curl:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 6%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  transform: skew(-10deg) rotate(-6deg);
}
figure.snip0022 .curl:after {
  left: auto;
  right: 6%;
  bottom: auto;
  top: 14%;
  transform: skew(-15deg) rotate(-84deg);
}
figure.snip0022 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
.left_sidebar .services_list2 .ser_list ul li:hover figure.snip0022 > div::before {
  opacity: 1;
}
.left_sidebar .services_list2 .ser_list ul li:hover figure.snip0022 i {
  opacity: 0.7;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.left_sidebar .services_list2 .ser_list ul li:hover figure.snip0022 .curl{
  width: 60px;
  height: 60px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------
                                                                VIGIL MECHANISM POLICY CSS Starts
---------------------------------------------------------------------------------------------------------------------------------------------*/
.vgm_con{
        width: 100%;
        float: left;
        margin-top: 115px;
    }

    .vgm_con .vgm_center{
        width: 1200px;
        margin:0 auto;
    }

    .vgm_con .vgm_center .vgm{
        width: 100%;
        float: left;
    }

    .vgm_con .vgm_center .vgm .vgm_head{
        width: 100%;
        float: left;
        border-bottom: 1px solid rgba(51,51,51,0.1);
        position: relative;
    }

    .vgm_con .vgm_center .vgm .vgm_head .head{
        padding:15px 5px;
        text-align: center;
        color:black;
        font-size: 25px;
		font-family: "Roboto bold";
    }
	
	.vgm_con .vgm_center .vgm .mem_committee{
        width: 100%;
        float: left;
        position: relative;
    }

    .vgm_con .vgm_center .vgm .mem_committee .head_sub{
        text-align: center;
        font-family: "Roboto bold";
        color: #000;
        padding: 10px;
        font-size: 18px;
	}

    .vgm_con .vgm_center .vgm .vgm_head  .line_head{
       position: absolute;
        width: 260px;
        left: 39.5%;
        border-bottom: 2px solid #513f95;
        top: 97%;
    }

    .vgm_con .vgm_center .vgm .vgm_content{
        width: 100%;
        float: left;
    }

    .vgm_con .vgm_center .vgm .vgm_content .vgm_about{
        width: 100%;
        float: left;
        padding:10px;
        box-sizing: border-box;
    }

    .vgm_con .vgm_center .vgm .vgm_content .vgm_about p{
        margin-bottom: 20px;
        text-align: justify;
        font-size: 14px;
        color:#333;
        line-height: 25px;
		font-family: "Roboto Regular";
    }

    .vgm_con .vgm_center .vgm .vgm_content .vgm_about p:last-child{
         margin-bottom: 5px;
         
    }

    .vgm_con .vgm_center .vgm .vgm_content .vgm_about p a {
        font-weight: bold;
        font-size: 14px;
    }
	
	.vgm_con .vgm_center .vgm .vgm_content .vgm_about p strong{
        font-family: "Roboto bold";
        font-size: 17px;
        text-transform: uppercase;
    }

    .vgm_con .vgm_center .vgm .vgm_list{
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .vgm_con .vgm_center .vgm .vgm_list > ul{
       list-style-image: url(https://drkmh.com/images/drkmh-icon.png);
       margin-left: 70px;
    }

    .vgm_con .vgm_center .vgm .vgm_list > ul > li{
       color: #333;
       padding:5px 10px;
       width:94%;
       margin:5px 0px;
       text-align: justify;
       //border-bottom: 1px solid rgba(185,181,181,0.2);
       //background: rgb(185 181 181 / 10%);
       font-family: "Roboto Regular";
       font-size: 14px;
    }



    .vgm_con .vgm_center .vgm .csr_list{
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

    .vgm_con .vgm_center .vgm .csr_list > ul{
       list-style-image: url(https://drkmh.com/images/drkmh-icon.png);
       margin-left: 60px;
    }

    .vgm_con .vgm_center .vgm .csr_list > ul > li{
       color: #333;
       padding:5px 10px;
       width:94%;
       margin:5px 0px;
       text-align: justify;
       //border-bottom: 1px solid rgba(185,181,181,0.2);
       //background: rgb(185 181 181 / 10%);
       font-family: 'Open Sans', sans-serif;
       font-size: 14px;
    }

    .vgm_con .vgm_center .vgm .csr_list > ul > li > ul > li{
        color: #333;
       padding:5px 10px;
       width:94%;
       margin:5px 35px;
       text-align: justify;
       font-family: 'Open Sans', sans-serif;
    }

    @media only screen and (max-width:1200px){
        .vgm_con .vgm_center{
            width: 100%;
            margin:0 auto;
        }

        .vgm_con .vgm_center .vgm .vgm_head  .line_head{
           position: absolute;
            width: 260px;
            left: 30%;
            border-bottom: 2px solid #513f95;
            top: 97%;
        }
    }

     @media only screen and (max-width:1000px){
        .vgm_con{
            margin-top: 150px;
        }
     }

/*---------------------------------------------------------------------------------------------------------------------------------------------
                                                                VIGIL MECHANISM POLICY CSS Ends
---------------------------------------------------------------------------------------------------------------------------------------------*/

.slider_sli img {
            height: auto !important;
            width: 100%;
        }

        .slick-slide{
            height: inherit;
        }

        .image_cont{
            width: 100%;
            float: left;
            position: relative;
        }

        
        .image_cont .read_more_one{
            position: absolute;
            left: 9%;
            top: 83%;          
            border: 1px solid rgba(83,69,149,0.3);
            background: rgba(83,69,149,0.4);
            border-radius: 5px;
            font-weight: bold;
            font-size: 100%;
            cursor: pointer;
        }

        .image_cont .read_more_one a {
             padding: 10px 27px;
             display: block;
             color:#513f95;
             text-decoration: none;
             border-radius: 5px;
             color: white;
        }

        .image_cont .read_more_one a:hover{
            background: #513f95;

        }

        .image_cont .read_more_two{
            position: absolute;
            right: 8%;
            top: 76%;
            border: 1px solid rgba(83,69,149,0.3);
            background: rgba(83,69,149,0.3);
            border-radius: 5px;
            font-weight: bold;
            cursor: pointer;
        }

        .image_cont .read_more_two a{
             padding: 10px 27px;
             display: block;
             color:#513f95;
             text-decoration: none;
             border-radius: 5px;
             color: white;
        }

        .image_cont .read_more_two a:hover{
            background: #513f95;
        }

        .image_cont .read_more_three{
            position: absolute;
            left: 4.6%;
            top: 79%;
            border: 1px solid #122440;
            background: #122440;
            border-radius: 5px;
            font-weight: bold;
            cursor: pointer;
        }

        .image_cont .read_more_three a{
             padding: 23px 72px;
            display: block;
            color: white;
            font-size: 31px;
            border-radius: 5px;
            text-decoration: none;
        }

        .image_cont .read_more_three:hover{
            border: 1px solid #ff9000;
        }

        .image_cont .read_more_three a:hover{
            background: #ff9000;             
        }

        .image_cont .read_more_four{
                position: absolute;
                right: 9%;
                top: 77%;
                border: 1px solid #fff;
                border-radius: 5px;
                font-weight: bold;
                cursor: pointer;
        }

        .image_cont .read_more_four a{
             padding: 10px 27px;
             display: block;
             color:white;
             text-decoration: none;
             border-radius: 5px;
        }

        .image_cont .read_more_four a:hover{
            background: white;
            color:#513f95;
        }

        .image_cont .read_more_five{
                    position: absolute;
                    right: 11%;
                    top: 81%;
                    border: 1px solid #f48222;
                    border-radius: 5px;
                    font-weight: bold;
                    cursor: pointer;
        }

        .image_cont .read_more_five a{
             padding: 10px 27px;
             display: block;
             color:#f48222;
             text-decoration: none;
             border-radius: 5px;
        }

        .image_cont .read_more_five a:hover{
            background: rgba(244,130,34,0.6);
            color: white
        }

        .image_cont .read_more_six{
                    position: absolute;
                    right: 17%;
                    top: 83%;
                    border: 1px solid rgba(240,0,128,0.6);
                    border-radius: 5px;
                    font-weight: bold;
                    cursor: pointer;
        }

        .image_cont .read_more_six a{
             padding: 10px 27px;
             display: block;
             color:#f00080;
             text-decoration: none;
             border-radius: 5px;
        }

        .image_cont .read_more_six a:hover{
            background: rgba(240,0,128,0.6);
            color: white
        }

        .image_cont .read_more_seven{
                    position: absolute;
                    left: 8%;
                    top: 85%;
                    border: 1px solid rgb(255 144 0);
                    border-radius: 5px;
                    font-weight: bold;
                    cursor: pointer;
        }

        .image_cont .read_more_seven a{
             padding: 10px 27px;
             display: block;
             color:rgb(255 144 0);
             text-decoration: none;
             border-radius: 5px;
        }

        .image_cont .read_more_seven a:hover{
            background: rgba(255, 144, 0,0.6);
            color: white
        }


        @media only screen and (max-width:768px) {
			
			.logo_kmh_con .logo_kmh_center .logo_kmh .hiso{
				position: absolute;
				right: 10px;
				width: 42%;
				height: 100px;
				top:5px;
			}
			
			.logo_kmh_con .logo_kmh_center .logo_kmh .logo img{
				padding: 40px 10px;
			}
			.logo_kmh_con .logo_kmh_center .logo_kmh .hiso .iso_cert .iso_cert_center ul li img{
				width:66px;
			}
			
			.logo_kmh_con .logo_kmh_center .logo_kmh .hiso .iso_cert .iso_cert_center ul li:nth-child(2) img{
				width:80px !important;
			}
			
            .slider_sli img {
                height: auto  !important;
                width: 100%;
            }

            .image_cont .read_more_three a{
                padding: 4px 16px !important;
                display: block;
                color: white;
                font-size: 13px;
                border-radius: 5px;
                text-decoration: none;
            }

            .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec{
                width: 100% !important;
                float: left;
                margin-right: 14px;
                position: relative;
            }

            
        }   

        @media only screen and (max-width:1000px){

            .image_cont .read_more_one{
                font-size: 75%;
            }
            .image_cont .read_more_one a {
                padding: 2px 20px;
            }

            .image_cont .read_more_two{
                font-size: 75%;
            }

            .image_cont .read_more_two a{
                padding: 2px 20px;
            }

            .image_cont .read_more_three{
                font-size: 75%;
            }

            .image_cont .read_more_three a{
                padding: 3px 15px;
            }

            .image_cont .read_more_four{
                font-size: 75%;
            }

            .image_cont .read_more_four a{
                padding: 3px 15px;
            }

            .image_cont .read_more_five{
                font-size: 75%;
            }

            .image_cont .read_more_five a{
                padding: 3px 15px;
            }

            .image_cont .read_more_six{
                font-size: 75%;
            }

            .image_cont .read_more_six a{
                padding: 3px 15px;
            }

            .image_cont .read_more_seven{
                font-size: 75%;
            }

            .image_cont .read_more_seven a{
                padding: 3px 15px;
            }

        } 

        @media only screen and (max-width:500px){
            .image_cont .read_more_one{
                font-size: 75%;
                display: none;
            }

            .image_cont .read_more_two{
                font-size: 75%;
                display: none;
            }

            .image_cont .read_more_three{
                font-size: 75%;
                display: none;
            }

            .image_cont .read_more_four{
                font-size: 75%;
                display: none;
            }

            .image_cont .read_more_five{
                font-size: 75%;
                display: none;
            }

            .image_cont .read_more_six{
                font-size: 75%;
                display: none;
            }

            .image_cont .read_more_seven{
                font-size: 75%;
                display: none;
            }
        }

        

        @media only screen and (max-width:1300px){
            .slider_sli  {
                
                width: 100%;
                float: left;
            }

            .image_cont .read_more_three a{
                padding: 12px 38px;
                display: block;
                color: white;
                font-size: 19px;
                border-radius: 5px;
                text-decoration: none;
                border-radius: 5px;
            }

        }


    .section_first_con{
        width: 100%;
        float: left;
        margin-top: 104px;
        background: #fff;
        box-sizing: border-box;
        font-family: "Century Gothic_reg";
        max-height: 500px;
        overflow:hidden;

    }

    .section_first_con .section_first_center{
        width: 100%;
        float: left;
    }

    .section_first_con .section_first_center .section_first{
        width: 100%;
        float: left;
    }
    
    .section_first_con{
        width: 100%;
        float: left;
        margin-top: 200px;
        background: #fff;
        box-sizing: border-box;
        font-family: "Century Gothic_reg";
        max-height: 517px;
        overflow:hidden;

    }

    .section_first_con .section_first_center{
        width: 100%;
        float: left;
    }

    .section_first_con .section_first_center .section_first{
        width: 100%;
        float: left;
    }
        .section_first .prev{
        position: absolute;
        padding: 10px 20px;
        font-family: cursive;
        top: 45%;
        cursor: pointer;
        left: 0;
        background: rgba(51,51,51,0.4);
        color: white;
        z-index: 10;
        opacity: 0;
    }

    .section_first{
        position: relative;
    }
    .section_first > ul{
        width:100%;
        float: left;
    }

    .section_first > ul > li{
        width:100%;
        float: left;
    }

    .section_first > ul > li .images{
        width:100%;
        float: left;
    }

    .section_first > ul > li .images img{
        width:100%;
    }

    .section_first .next{
        
        position: absolute;
        padding: 10px 20px;
        font-family: cursive;
        top: 45%;
        cursor: pointer;
        right: 0;
        background: rgba(51,51,51,0.4);
        color: white;
         opacity: 0;
    }

    .section_first .kmh_dots {
        position: absolute;
        bottom: 5%;
        width: 100%;
    }

    .section_first .kmh_dots > ul {
        width: 302px;
        margin: 0 auto;
    }

    .section_first .kmh_dots > ul > li {
        width: 10px;
        height: 10px;
        background: #b58e8e;
        float: left;
        margin-right: 15px;
        cursor: pointer;
        border-radius: 5px;
    }

    .section_first .kmh_dots > ul > li.active_dots {
        background: #442323;
        box-shadow: 3px 2px 7px rgb(51 51 51 / 20%);
    }

    .section_first > ul > li .read_more_six {
        position: absolute;
        right: 17%;
        top: 83%;
        border: 1px solid rgba(240,0,128,0.6);
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
    }

    .section_first > ul > li .read_more_six a {
        padding: 10px 27px;
        display: block;
        color: #f00080;
        text-decoration: none;
        border-radius: 5px;
    }

    .section_first > ul > li .read_more_four {
        position: absolute;
        right: 9%;
        top: 77%;
        border: 1px solid #fff;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
    }

    .section_first > ul > li .read_more_four a {
        padding: 10px 27px;
        display: block;
        color: white;
        text-decoration: none;
        border-radius: 5px;
    }

    .section_first > ul > li .read_more_five {
        position: absolute;
        right: 11%;
        top: 81%;
        border: 1px solid #f48222;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
    }

    .section_first > ul > li .read_more_five a {
        padding: 10px 27px;
        display: block;
        color: #f48222;
        text-decoration: none;
        border-radius: 5px;
    }

    .section_first > ul > li .read_more_seven {
        position: absolute;
        left: 8%;
        top: 85%;
        border: 1px solid rgb(255 144 0);
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
    }

    .section_first > ul > li .read_more_seven a {
        padding: 10px 27px;
        display: block;
        color: rgb(255 144 0);
        text-decoration: none;
        border-radius: 5px;
    }

    .section_first > ul > li .read_more_three {
        position: absolute;
        left: 4.6%;
        top: 79%;
        border: 1px solid #122440;
        background: #122440;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
    }

    .section_first > ul > li .read_more_three:hover {
        border: 1px solid #ff9000;
    }

    .section_first > ul > li .read_more_three a {
        padding: 23px 72px;
        display: block;
        color: white;
        font-size: 31px;
        border-radius: 5px;
        text-decoration: none;
    }

    .section_first > ul > li .read_more_three a:hover {
        background: #ff9000;
    }

    .section_first_con .slick-dotted.slick-slider{
        margin-bottom: 0px;
    }

    .section_first_con .slick-dots li{
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #b58e8e;
        margin: 0 5px;
        border-radius: 100px;
        padding: 0;
        cursor: pointer;
    }

    .section_first_con .slick-dots li.slick-active {
        background: #442323 !important;
    }

    .section_first_con .slick-dots {
        display: block !important;
        bottom: 10px;
    }

    .about_drkmh_con{
        width: 100%;
        float: left;
        position: relative;
        overflow:hidden;
        font-family: "Century Gothic_reg";
    }

    .about_drkmh_con .about_image{
        width: 100%;
        float: left;
        position: absolute;
    }

    .about_about .about_read{
        display: none;
    }

    .about_drkmh_con .about_image img{
        width: 100%;
    }

    .about_drkmh_con .about_drkmh_center{
        width: 1300px;
        margin:0 auto;
    }

    .about_drkmh_con .about_drkmh_center .about_drkmh{
        width: 100%;
        float: left;
    }

    .about_drkmh .about_content{
        width: 50%;
        float: left;
        position: relative;
        z-index: 5;
        padding:10px;
        box-sizing: border-box;
    }

    .about_drkmh .about_content .about_head{
        width: 100%;
        float: left;
        margin-top: 60px;
    }

    .about_drkmh .about_content .about_head h2{
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 46px;
        color: #685ba4;
        font-family: "Century Gothic_reg";
    }

    .about_drkmh .about_content .about_head h1{
        font-size: 37px;
        line-height: 46px;
        color: #685ba4;
        font-weight: bold;
        font-family: "Century Gothic_reg";
    }

    .about_drkmh .about_content .about_body{
        width: 100%;
        float: left;
    }

    .about_drkmh .about_content .about_body p{
        text-align: justify;
        padding: 15px 0px;
    }

    .about_drkmh .about_content .about_read{
        width: 100%;
        float: left;
    }

    .about_drkmh .about_content .about_read .read_button{
        float: left;
    }

    .about_drkmh .about_content .about_read .read_button a{
        display: block;
        border:1px solid #513F95;
        padding: 10px 30px 10px 20px;
        border-radius: 5px;
    }

    .about_drkmh .about_content .about_read .read_button a:hover{
        background: #513F95;
        color:white;
    }

    .about_drkmh .about_content .about_read .read_button a:hover i{
        color: white;
    }

    .about_drkmh_con .milestone_blocks_con{
        width: 100%;
        float: left;
        background: rgba(255,255,255,0.5);
        position: relative;
        z-index: 5;
    }

    .about_drkmh_con .milestone_blocks_con .milestone_center{
        width: 1300px;
        margin:0 auto;
    }

    .about_drkmh_con .milestone_blocks_con .milestone_center .milestones{
        width: 100%;
        float: left;
        padding: 20px 0px;
    }

    .milestones ul li{
        width: 25%;
        float: left;
    }

    .milestones ul li .image{
        width: 25%;
        float: left;
    }

    .milestones ul li .image .img{
        background: #513F95;
        border-radius: 100px;
        width: 80px;
        height: 80px;
        padding: 28px 10px;
    }

    .milestones ul li .image i{
        text-align: center;
        color:white;
        font-size: 30px;
    }

    .milestones ul li .numbers_text{
        width: 75%;
        float: left;
        padding: 20px;
        box-sizing: border-box;
    }

    .milestones ul li .numbers_text .num{
        font-size: 26px;
        line-height: 28px;
        font-weight: 500;
        color: #513F95
    }

    .milestones ul li .numbers_text .name{
        font-size: 18px;
        color: #444;
    }

    .tertitary_services_con{
        width: 100%;
        float: left;
        position: relative;
        overflow:hidden;
    }

    .tertitary_services_con .tertitary_image{
        width: 100%;
        float: left;
        position: absolute;
    }

    .tertitary_services_con .tertitary_image img{
        width: 100%;
    }

    .tertitary_services_con .tertitary_services_center{
        width: 1300px;
        margin:0 auto;
    }

    .tertitary_services_con .tertitary_services_center .tertitary_services{
        width: 100%;
        float: left;
    }

    .tertitary_services .tertitary_content{
        width: 50%;
        float: left;
        position: relative;
        z-index: 5;
        padding:10px;
        box-sizing: border-box;
    }

    .tertitary_services .tertitary_content .tertitary_head{
        width: 100%;
        float: left;
        margin-top: 60px;
    }

    .tertitary_services .tertitary_content .tertitary_head h2{
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 46px;
        color: #685ba4;
        font-family: "Century Gothic_reg";
    }

    .tertitary_services .tertitary_content .tertitary_head h1{
        font-size: 37px;
        line-height: 46px;
        color: white;
        font-weight: bold;
        font-family: "Century Gothic_reg";
    }

    .tertitary_services .tertitary_content .tertitary_body{
        width: 100%;
        float: left;
    }

    .tertitary_services .tertitary_content .tertitary_body p{
        text-align: justify;
        padding: 15px 0px;
        margin-bottom: 10px;
        color: white;
    }

    .tertitary_services .tertitary_content .tertitary_read{
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    .tertitary_services .tertitary_content .tertitary_read .tertitary_button{
        float: left;
    }

    .tertitary_services .tertitary_content .tertitary_read .tertitary_button a{
        display: block;
        border:1px solid #fff;
        padding: 10px 30px 10px 20px;
        border-radius: 5px;
        color: white;
    }

    .tertitary_services .tertitary_content .tertitary_read .tertitary_button a:hover{
        background: #513F95;
        color:white;
    }

    .tertitary_services .tertitary_content .tertitary_read .tertitary_button a:hover i{
        color: white;
    }   

    .key_services{
        width: 100%;
        float: left;
        background: rgba(0,0,0,0.9);


    }

    .key_services .key_services_center{
        width: 1300px;
        margin:0 auto; 
    }

    .key_services .key_services_center .key_serv{
        width: 100%;
        float: left;
        overflow: hidden;
         padding: 20px 0px;
         position: relative;

    }

    .key_services .key_services_center .key_serv .services_button {
        width: 100%;
        float: left;
        position: absolute;
        top: 37%;
        z-index: 10
    }

    .key_services .key_services_center .key_serv .services_button .prevs {
        background: rgba(255,255,255,0.5);
        float: left;
        padding: 5px;
        margin-left: 15px;
        border-radius: 100px;
        cursor: pointer;
    }

    .key_services .key_services_center .key_serv .services_button .prevs i{
        color:white;
    }

    .key_services .key_services_center .key_serv .services_button .nexts {
        background: rgba(255,255,255,0.5);
        float: right;
        padding: 5px;
        margin-right: 15px;
        border-radius: 100px;
        cursor: pointer;
    }

    .key_services .key_services_center .key_serv .services_button .nexts i{
        color:white;
    }

     .key_services .key_services_center .key_serv .services_con_im {
        width: 100%;
        float: left;
        padding: 20px 0px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .key_services .key_services_center .key_serv .services_con_im > ul{
        width: 400%;
        float: left;
    }

    .key_services .key_services_center .key_serv .services_con_im > ul > li{
        float: left;
        width: 6.25%;
        padding: 10px 30px;
        box-sizing: border-box;
    }

    .key_services .key_services_center .key_serv .services_con_im > ul > li .serv_image{
        float: left;
        width: 100%;
        padding: 10px 0px;
    }

    .key_services .key_services_center .key_serv .services_con_im > ul > li .serv_content{
        float: left;
         width: 100%;
    }

    .key_services .key_services_center .key_serv .services_con_im > ul > li .serv_content h4{
        text-align: center;
        color: white;
        padding:10px 0px;
        font-family: "Century Gothic_reg";
    }

    .key_services .key_services_center .key_serv .services_con_im > ul > li .serv_content p{
        text-align: center;
        color: white;
        padding:10px 0px;
        font-family: "Century Gothic_reg";
    }

    .key_services #servicesquick{
        background: rgba(0,0,0,0.8) !important;
    }

    .key_services .key_image{
        width: 100%;
        float: left;
        position: absolute;
        z-index: -1;
    }

    .key_services .key_image img{
        width: 100%;
    }

    .key_services_one{
        width: 100%;
        float: left;
        background: #fff;
    }

    .key_services_one .key_serv_center{
        width: 1300px;
        margin:0 auto; 
    }

    .key_services_one .key_serv_center .key_serv{
        width: 100%;
        float: left;
        padding: 20px 0px;
    }

    .key_services_one .key_serv_center .key_serv .key_serv_head{
        width: 100%;
        float: left;
        text-align: center;
        font-size: 40px;
        padding:30px;
        font-weight: bold;
        font-family: "bebas_neueregular";
        letter-spacing: 2px;
        color: #513f95;
    }

    .key_services_one .key_serv_center .key_serv .key_serv_list{
        width: 100%;
        float: left;
    }

    .key_services_one .key_serv_center .key_serv ul li{
        float: left;
        width: 24%;
        padding: 20px 20px;
        min-height: 280px;
        border-radius: 10px;
        margin-right: 5px;
        margin-bottom: 15px;
        box-sizing: border-box;
        box-shadow: 3px 2px 7px rgb(199 198 198 / 20%);
        border: 1px solid rgb(199 198 198 / 10%);
    }

    .key_services_one .key_serv_center .key_serv ul li .s_image{
        width: 100%;
        float: left;
        
    }

    .key_services_one .key_serv_center .key_serv ul li .s_image a{
        width: 160px;
        height: 160px;
        /* padding: 30px; */
        display: block;
        border: 1px solid rgb(212 212 212 / 40%);
    }
    
    .key_services_one .key_serv_center .key_serv ul li:hover .s_image img{
        transform: scale(1.2);
    }

       

    .key_services_one .key_serv_center .key_serv ul li .s_image img{
        max-width: inherit;
        padding: 29px;
        transition:transform 300ms linear 0s;
    }

    .key_services_one .key_serv_center .key_serv ul li .s_image_conts{
        width: 100%;
        float: left;
    }

    .key_services_one .key_serv_center .key_serv ul li .s_image_conts .images_names{
        font-family: "Century Gothic_reg";
		text-align: center;
		padding: 10px 0px;
		font-size: 15px;
		color: black;
		text-transform: uppercase;
		font-weight: bold;
    }

     .key_services_one .key_serv_center .key_serv ul li .s_image_conts p{
        font-family: "Century Gothic_reg";
        text-align: center;
        padding: 10px 0px;
        height: 59px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
     }

     .key_services_one .key_serv_center .key_serv ul li .read_more_s{
        width: 100%;
        float: left;        
    }

    .key_services_one .key_serv_center .key_serv ul li .read_more_s .read{
        text-align: center;
        padding: 10px 0px;
        font-family: "Century Gothic_reg";
        font-size: 16px;
        color: #513f95;
        font-weight: bold;
    }


    .international_con{
        width: 100%;
        float: left;
        position: relative;
        overflow:hidden;
        font-family: "Century Gothic_reg";
    }

    .international_con .international_image{
        width: 100%;
        float: left;
        position: absolute;
    }

    .international_con .international_image img{
        width: 100%;
    }

    .international_con .international_center{
        width: 1300px;
        margin:0 auto;
    }

    .international_con .international_center .internationals{
        width: 100%;
        float: left;
    }

    .internationals .international_content{
        width: 50%;
        float: left;
        position: relative;
        z-index: 5;
        padding:10px;
        box-sizing: border-box;
    }

    .internationals .international_content .international_head{
        width: 100%;
        float: left;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .internationals .international_content .international_head h2{
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 46px;
        color: #685ba4;
        font-family: "Century Gothic_reg";
    }

    .internationals .international_content .international_head h1{
        font-size: 37px;
        line-height: 46px;
        color: #685ba4;
        font-weight: bold;
        font-family: "Century Gothic_reg";
    }

    .internationals .international_content .international_body{
        width: 100%;
        float: left;
    }

    .internationals .international_content .international_body p{
        text-align: justify;
        padding: 15px 0px;
        margin-bottom: 60px;
    }

    .internationals .international_content .international_read{
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    .internationals .international_content .international_read .international_button{
        float: left;
        margin-right: 20px;

    }

    .internationals .international_content .international_read .international_button a{
        display: block;
        border:1px solid #513F95;
        padding: 10px 30px 10px 20px;
        border-radius: 5px;
    }

    .internationals .international_content .international_read .international_button a:hover{
        background: #513F95;
        color:white;
    }

    .internationals .international_content .international_read .international_button a:hover i{
        color: white;
    }

    .preventive_con{
        width: 100%;
        float: left;
        position: relative;
        overflow:hidden;
        font-family: "Century Gothic_reg";
    }

    .preventive_con .preventive_image{
        width: 100%;
        float: left;
        position: absolute;
    }

    .preventive_con .preventive_image img{
        width: 100%;
    }

    .preventive_con .preventive_center{
        width: 1300px;
        margin:0 auto;
    }

    .preventive_con .preventive_center .preventive{
        width: 100%;
        float: left;
    }

    .preventive .preventive_content{
        width: 50%;
        float: left;
        position: relative;
        z-index: 5;
        padding:10px;
        box-sizing: border-box;
    }

    .preventive .preventive_content .preventive_head{
        width: 100%;
        float: left;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .preventive .preventive_content .preventive_head h2{
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 46px;
        color: #685ba4;
        font-family: "Century Gothic_reg";
    }

    .preventive .preventive_content .preventive_head h1{
        font-size: 32px;
        line-height: 46px;
        color: #685ba4;
        font-weight: bold;
        font-family: "Century Gothic_reg";
    }

    .preventive .preventive_content .preventive_body{
        width: 100%;
        float: left;
    }

    .preventive .preventive_content .preventive_body p{
        text-align: justify;
        padding: 15px 0px;
        margin-bottom: 30px;
    }

    .preventive .preventive_content .preventive_read{
        width: 100%;
        float: left;
    }

    .preventive .preventive_content .preventive_read .preventive_button{
        float: left;
        margin-right: 20px;

    }

    .preventive .preventive_content .preventive_read .preventive_button a{
        display: block;
        border:1px solid #513F95;
        padding: 10px 30px 10px 20px;
        border-radius: 5px;
    }

    .preventive .preventive_content .preventive_read .preventive_button a:hover{
        background: #513F95;
        color:white;
    }

    .preventive .preventive_content .preventive_read .preventive_button a:hover i{
        color: white;
    }


    .consult_head_con{
        width: 100%;
        float: left;
    }

    .consult_head_con .consult_head_center{
        width: 1300px;
        margin: 0 auto;
    }

    .consult_head_con .consult_head_center .consult_head{
        width: 100%;
        float: left;
    }

    .consult_head_con .consult_head_center .consult_head .head{
        width: 100%;
        float: left;
    }

    .consult_head_con .consult_head_center .consult_head .head h1{
        text-align: center;
        font-size: 50px;
        font-family: "bebas_neueregular";
        color: #513f95;
        letter-spacing: 2px;
        padding: 10px;
    }

    .consult_filter_con{
        width: 100%;
        float: left;
    }

    .consult_filter_con .consult_filter_center{
        width: 1300px;
        margin: 0 auto;
    }

    .consult_filter_con .consult_filter_center .consult_filter{
        width: 100%;
        float: left;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c{
        width: 100%;
        float: left;
        background: rgba(81,63,149,0.2);
        border: 1px solid rgba(93,93,92,0.1);
        border-radius: 5px;
        padding: 15px 10px 10px 10px;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec{
        width: 32%;
        float: left;
        margin-right: 25px;
        position: relative;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec:nth-child(3){
        margin-right: 0;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec:last-child{
        width: 14%;
        float: left;
        margin-right: 0px;
        margin-top: 36px;
        display: none;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec:last-child .buttons_f{
        width: 100%;
        float: left;
    }

    .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec:last-child .buttons_f input{
        width: 100%;
        padding: 12px;
        border:none;
        font-size: 20px;
        letter-spacing: 2px;
        font-family: "Century Gothic_reg";
        text-transform: uppercase;
        font-weight: bold;
        color:white;
        background: rgba(81,63,149,0.6);
    }

    .filters_c .filter_sec .filter_section{
        width: 100%;
        float: left;
    }

    .filters_c .filter_sec .filter_section .head{        
        font-size: 13px;
        font-family: "Century Gothic_reg";
        color: #000;
        padding: 10px 10px 1px 2px;
    }

    .filters_c .filter_sec .filter_head{
        width: 100%;
        float: left;
        background: #fff;
        cursor: pointer;
        border:1px solid rgba(70,70,70,.3);
        box-shadow: 3px 2px 2px rgb(51 51 51 / 10%);
        padding: 5px 0px;
    }

    .filters_c .filter_sec .filter_head .filt_image{
        float: left;
        width: 15%;
        box-sizing: border-box;
        /*border-right:1px solid rgba(70,70,70,.2);*/
        padding: 10px 5px;
    }

    .filters_c .filter_sec .filter_head .filt_image img{
       display: block;
       max-width: inherit;
    }

    .filters_c .filter_sec .filter_head .filter_h{
        float: left;
        width: 70%;        
    }

    .filters_c .filter_sec .filter_head .filter_h .head{
        padding: 7px;
        font-family: "Century Gothic_reg";
        color: #000;
        font-size: 13px;
    }

    .filters_c .filter_sec .filter_head .filt_image_a{
        float: left;
        width: 15%;
        box-sizing: border-box;
        padding: 15px 5px;
    }

    .filters_c .filter_sec .filter_head .filt_image_a img{
       display: block;
       max-width: inherit;
    }

    .filters_c .filter_sec .filter_body{
        width: 100%;
        float: left;
        background: #fff;
        cursor: pointer;
        border:1px solid rgba(70,70,70,.3);
        border-top: 0;
        box-shadow: 3px 2px 2px rgb(51 51 51 / 10%);
        display: none;
        position: absolute;
        top:100%;
        z-index: 10;        
    }

    .filters_c .filter_sec .filter_body .filter_search{
        width:100%;
        float: left;
        padding: 5px;
        margin-left: 10px;
        box-sizing: border-box;
    }

    .filters_c .filter_sec .filter_body .filter_search input{
        width:95%;
        float: left;
        border:none;
        border:1px solid rgba(247,148,29,0.3);
        outline: none;
        padding: 5px;
    }

    .filters_c .filter_sec .filter_body .filter_b{
        width: 100%;
        float: left;
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .filters_c .filter_sec .filter_body .filter_b ul li{
        width: 100%;
        float: left;
        padding: 6px 15px;
        box-sizing: border-box;
        color:#000;
        border-bottom:1px solid rgba(70,70,70,.1);
		text-transform: uppercase;
    }

    .filters_c .filter_sec .speciality_get .filter_b ul li span{
        color: rgba(247,148,29,1);
    }

    .filters_c .filter_sec .consultant_get .filter_b ul li span{
        color: rgba(247,148,29,1);
    }


    .doctors_con{
        width:100%;
        float: left;
        margin:30px 0px;
    }

    .doctors_con .doctors_center{
        width:1300px;
        margin:0 auto;
    }

    .doctors_con .doctors_center .doctors{
        width:100%;
        float: left;
    }

    .doctors_con .doctors_center .doctors .doctors_heads{
        width:100%;
        float: left;
    }

    .doctors_con .doctors_center .doctors .doctors_heads .heads{
        color:#685ba4;
        font-weight: bold;
        font-size: 26px;
        text-transform: uppercase;
        padding:20px 10px; 
        text-align: center;
    }

    .doctors_con .doctors_center .doctors .doctors_heads h1{
        color:#685ba4;
        font-weight: bold;
        font-size: 26px;
        text-transform: uppercase;
        padding:20px 10px;
    }

    .doctors_con .doctors_center .doctors .doctors_list{
        width:100%;
        float: left;
    }

    .doctors_con .doctors_center .doctors .list_doctor{
        width: 100%;
        float: left;
        padding: 10px;
        box-sizing: border-box;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li{
        width: 24%;
		float: left;
		margin-right: 1%;
		border: 1px solid rgb(51 51 51 / 32%);
		padding: 5px;
		margin-bottom: 20px;
		border-radius: 5px;
		height: 405px;
		border-bottom: 4px solid rgb(81 63 149);
    } 

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con{
        width: 100%;
        float: left;
        position: relative;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .image{
        margin:0 auto;
        width: 193px;
        height: 232px;
    }       

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .image img{
        height: 232px;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .name{
        position: absolute;
        width: 100%;
        letter-spacing: 1px;
        /*background: rgba(51,51,51,0.6);*/
        background: rgba(255,255,255,0.8);
        backdrop-filter: blur(3px);
        font-family: 'Poppins_bold';
        top:76%;
        padding: 4px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .name a{
        color: #000;
        font-weight: bold;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .speciality{
        position: absolute;
        width: 100%;
         letter-spacing: 1px;
        /*background: rgba(113,113,113,0.6);*/
        background: rgba(255,255,255,0.8);
        backdrop-filter: blur(3px);
        font-family: 'Poppins_regular';
        top:90%;
        padding: 1px;
        font-size: 11px;
        box-sizing: border-box;
        text-align: center;
        font-weight: bold;
		text-transform: uppercase;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .speciality a{
        color: #000;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .education{
        width: 100%;
        float: left;
        padding: 10px 0px;
        background: rgb(248 248 255);
        font-family: "Century Gothic_reg";
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .education .edu{
        text-align: center;
        height: 47px;
        overflow: hidden;        
        font-weight: bold;
        color: #333;

    }
	
	

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctor_loc{
        width: 100%;
        float: left;
        padding: 5px 0px;
        font-family: "Century Gothic_reg";
    }
	
	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doc_locs{
        float: left;
        padding: 10px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Poppins_regular';
        box-sizing: border-box;
        width: 100%;
    }
	
	 .doctors_con .doctors_center .doctors .list_doctor > ul > li .location_h{
        
        float: left;
        text-align: center;
        color:black;
        font-family: 'Poppins_regular';
        
    }

     .doctors_con .doctors_center .doctors .list_doctor > ul > li .location_h i{
        font-size: 18px;
        color:red;
    }

  

    

     .doctors_con .doctors_center .doctors .list_doctor > ul > li .doc_locs .locs{
        text-align: center;   
        color: #000;
        font-family: 'Poppins_regular';
        
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctor_loc_list{
        width: 100%;
        float: left;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctor_loc_list select{
        width: 100%;
        float: left;
        height: inherit;
        padding: 5px;
        border:1px solid rgba(51,51,51,.2);
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button{
        width: 100%;
        float: left;
        padding: 10px 0px
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li{    
        color: white;
        text-align: center;
        float: left;
        box-sizing: border-box;
        text-decoration: none;
        border-radius: 5px;
        background: #4c4c4c;
        margin-right: 2px;
        position: relative;
        font-family: "Century Gothic_reg";
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:first-child{
        width: 39%;     
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:first-child:hover{
        background:#3f5567;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child{
        width: 60%;
        margin-right: 0;
    }
	
	

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child:hover{
        background:#3f5567;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:first-child > a{
        width: 100%;
        display: block;
        color:white;
        padding: 7px 10px 31px 10px;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:first-child:hover a{
        color: white;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child > a{
        color: white;
        display: block;
        width: 100%;
        padding: 8px 10px 30px 6px;
    }
	
	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child > .loc_d{
        color: white;
        display: block;
        width: 100%;
        padding: 8px 10px 30px 6px;
        cursor: pointer;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child > .loc_d .image{
        float: left;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child > .loc_d .name{
        float: left;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b{
        padding: 7px;
        cursor: pointer;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b input[type="checkbox"]{
        width: 180px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b input[type="checkbox"]:checked ~ .list_place{
        display: block;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .list_place{
        width: 100%;
        float: left;
        position: absolute;
        z-index: 10;
        bottom: 100%;        
        left: 0;
        border:1px solid rgba(70,70,70,0.2);
        display: none;
    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .list_place .place{
        color: #666;
        padding: 5px;
        width: 100%;
        float: left;
        text-align: left;
        background: rgba(255,255,255,1);
        
    }
	
	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .list_place .place:hover{
        background: rgba(51,51,51,1);
        color: #fff;
     }

     .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .list_place .place a{
        color: #666;
        padding: 5px;
        width: 100%;
        float: left;
        text-align: left;
        background: rgba(255,255,255,1);
     }

     .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .list_place .place a:hover{
        background: rgba(51,51,51,1);
        color: #fff;
     }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .image{
        float: left;

    }
	
	.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .image i{
		padding: 0px 6px;
	}

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b .name{
        float: left;
        text-align:center;
    }


    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li a .image{
        float: left;

    }

    .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li a .name{
        float: left;
        text-align:center;
    }

    
    .doctors_con .doctors_center .doctors .more_doctors{
        width:100%;
        float: left;
    }

    .doctors_con .doctors_center .doctors .more_doctors .more{
        width:100%;
        float: left;
    }

    .doctors_con .doctors_center .doctors .more_doctors .more .more_button{
        width:200px;
        margin: 0 auto;
    }

    .doctors_con .doctors_center .doctors .more_doctors .more .more_button a{
            display: block;
            border: 1px solid #2a6496;
            width: 100%;
            float: left;
            padding: 10px 23px;
            border-radius: 5px;
    }

    .doctors_con .doctors_center .doctors .more_doctors .more .more_button a:hover{
        background: #2a6496;
        color: white;
    }

    .doctors_con .doctors_center .doctors .more_doctors .more .more_button a .image{
        float: left;
    }

    .doctors_con .doctors_center .doctors .more_doctors .more .more_button a .name{
        float: left;
    }

    .support_con{
        width: 100%;
        float: left;
    }

    .testimonials_con{
        width: 100%;
        float: left;
        background: url(../images/testimonials-bg.jpg);
    }

    .testimonials_con .testimonial_center{
        width:1300px;
         margin:0 auto;
    }

    .testimonials_con .testimonial_center .testimonials{
        width: 100%;
        float: left;
    }

    .testimonials_con .testimonial_center .testimonials .test_head{
        width: 100%;
        float: left;
    }

     .testimonials_con .testimonial_center .testimonials .test_head h1{
       text-align: center;
       color:white;
       font-family: "Century Gothic_reg";
       font-weight: inherit;
       text-transform: uppercase;
       letter-spacing: 1px;
       padding: 30px 0px;
       font-size: 30px;
    }

     .testimonials_con .testimonial_center .testimonials .test_head h1 span{
        font-weight: bold;
        padding: 5px;
     }

    .testimonials_con .testimonial_center .testimonials .test_m_list{
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .testimonials_con .testimonial_center .testimonials .test_m_list ul{
        width: 2100%;
        float: left;
    }

    .testimonials_con .testimonial_center .testimonials .test_m_list ul li{
        float: left;
        width: 4.76%;
        padding: 10px;
        box-sizing: border-box;
    }

    .testimonials_con .testimonial_center .testimonials .test_m_list ul li .para_t{
        width: 100%;
        float: left;
    }

    .testimonials_con .testimonial_center .testimonials .test_m_list ul li .para_t p{
        color:white;
        line-height: 25px;
        text-align: center;
    }

    .testimonials_con .testimonial_center .testimonials .test_m_list ul li .cont_name{
        width: 100%;
        float: left;
        text-align: center;
        color: #fff;
        padding: 20px 0px;
        font-weight: bold;
    }

    /*
            Adult Vaccination Css Starts
    */
        .adult_i_con{
                min-width:100%;
                float: left;
                margin: 20px 0px 10px 0px;
                margin-top: 210px;
            }

            .adult_i_con .adult_i_center{
                width:1300px;
                margin:0 auto;
            }

            .adult_i_con .adult_i_center .adult_i{
                width:100%;
                float: left;
                position: relative;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_head{
                width: 100%;
                float: left;
                margin-bottom: 30px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_head .head{
                width: 100%;
                float: left;
                
            }

             .adult_i_con .adult_i_center .adult_i .adult_i_head .head h1{
                text-align: center;
                font-family: "bebas_neueregular";
                font-size:70px;
                color:black;
                text-transform: uppercase;
             }

            .adult_i_con .adult_i_center .adult_i .adult_i_head .head span{
                color:#f7941d;  
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_para{
                width: 100%;
                float: left;
                margin: 5px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_para .para{
                width: 80%;
                margin:0 auto;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_para .para p{
                text-align: justify; 
                text-align-last: center;
                font-family: "Century Gothic_reg";
                line-height: 30px;
                font-size: 17px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_image{
                width: 100%;
                float: left;
                margin: 40px 0px 20px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_image .image{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_image .image img{

            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons{
                width: 100%;
                float: left;
                margin: 40px 0px 20px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul{
                width: 405px;
                margin:0 auto;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li{
                float: left;
                margin-right: 10px;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li a{
                padding:15px 30px;
                color:rgb(112 32 129 / 100%);
                
                border:1px solid rgb(112 32 129 / 100%);
                text-decoration: none;
                border-radius: 5px;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li a:hover{
                background: rgb(112 32 129 / 100%);
                color: white;
            }

            .adult_i_con .adult_i_center .adult_i .imu_buttons .button_imu ul li a i {
                padding-right: 10px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_slogan{
                width: 100%;
                float: left;
                margin: 40px 0px 20px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_slogan .slogan{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_slogan .slogan h6{
                text-align: center;
                font-family: "Century Gothic_reg";
                text-transform: uppercase;
                font-weight: bold;
                padding: 20px 0px;
                font-size: 40px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc{
                width: 100%;
                float: left;
                margin: 10px 0px 20px 0px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel{
                width: 100%;
                float: left;
                padding: 5px;
                box-sizing: border-box; 
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image img{
                width: 45%;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_head{
                width: 100%;
                float: left;
                margin: 20px 0px 10px 0px;
                padding:0px 5px;
                box-sizing:border-box;
                
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_head .head{
                font-family: "Century Gothic_reg";
                text-transform: uppercase;
                font-weight: bold;
                color: #000;
                letter-spacing:1px;
                font-size:15px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_para{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_para p{
                font-family: "Century Gothic_reg";
                line-height: 27px;
                font-size: 15px;
                text-align: justify;
                margin-bottom: 10px;
                /*text-indent: 10%;*/
                width: 97%;
                float: right;
            }


            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel{
                width: 100%;
                float: left;
                padding: 5px;
                box-sizing: border-box;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_head{
                width: 100%;
                float: left;
                border-bottom: 2px solid #4277a3;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_head .head{
                font-family: "Century Gothic_bold";
                text-transform: uppercase;
                font-weight: bold;
                color: #f7941d;
                padding: 10px 5px; 
                font-size: 25px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
                /*min-height: 944px;*/
                max-height: 944px;
                overflow: auto;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip::-webkit-scrollbar {
                width: 6px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
                border-radius: 10px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_head{
                width: 100%;
                float: left;
                position: relative;
                cursor: pointer;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_head .head{
                padding: 10px 13px;
                margin-bottom: 5px;
                color: #333;
                font-weight: bold;
                font-size: 16px;
                border-bottom: 1px solid rgba(66,119,163,0.2);
                font-family: "Century Gothic_reg";
            }  

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_head .head.vac_active{
                background: rgb(250 235 215 / 50%);   
            } 

                  

            .vac_plus:after{
                width: 24px;
                height: 24px;
                background: url(../images/plus.png);
                position: absolute;
                content: "";
                top: 20%;
                right: 1%;
            }

            .vac_minus:after{
                width: 24px;
                height: 24px;
                background: url(../images/minus.png);
                position: absolute;
                content: "";
                top: 20%;
                right: 1%;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .desc_para{
                width: 100%;
                float: left;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .desc_para p{
                font-family: "Century Gothic_reg";
                line-height: 30px;
                font-size: 17px;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_faq{
                width: 100%;
                float: left;
                margin:10px 0px;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_faq .faq{
                font-family: "Century Gothic_bold";
                text-transform: uppercase;
                font-weight: bold;
                color: #000;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points{
                width: 100%;
                float: left;
                padding-left:20px; 
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li{
                width: 100%;
                float: left;
                margin-bottom: 5px;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image{
                float: left;
                padding: 5px;
                width: 3%;
                box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt{
                float: left;
                padding: 0px 5px;
                width: 97%;
                box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p{
                font-family: "Century Gothic_reg";
                line-height: 34px;
                font-size: 15px;
                text-align: justify;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p span{
                color: #f7941d;
                font-size: 16px;
                font-weight: bold;
                margin-left: 10px;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .addi_info{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .addi_info .info{
                width: 100%;
                float: left;
            }

            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .addi_info .info p{
                color: #f7941d;
                font-family: "Century Gothic_reg";
                line-height: 26px;
                font-size: 15px;
                text-align: justify;
            }

            .vaccines_form_con{
                min-width:100%;
                float: left;
                margin: 20px 0px 10px 0px;
            }

            .vaccines_form_con .vaccines_form_center{
                width:1300px;
                margin: 0px auto;
            }

            .vaccines_form_con .vaccines_form_center .vaccines_form{
                width:100%;
                float: left;
            }

            .vaccines_form .vaccines_adult{
                width:100%;
                float: left;
            }

            .vaccines_form .vaccines_adult .vaccines_image{
                width:100%;
                float: left;
                position: relative;
            }

            .vaccines_form .vaccines_adult .vaccines_image .spinner_new{
                position: absolute;
                top: calc(100% - 63%);
                left: calc(100% - 57%);
                display: none;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con{
                width: 100%;
                position: absolute;
                z-index: 10;
                display: none;

            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con .vaccine_out_center{
                width: 450px;
                margin:0 auto;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out{
                width:100%;
                float: left;
                background: white;
                border-radius: 10px;
                box-shadow: 3px 2px 7px #333;
                margin-top: 50%;
            }

            .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_head{
                width:100%;
                float: left;
                box-sizing: border-box;
                padding: 5px 10px;
                color: white;
                background: rgb(45 152 10);
                font-weight: bold;
                font-family: "Century Gothic_reg";
                border-radius: 10px 10px 0px 0px;
            }

             .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_info{
                width:100%;
                float: left;
            }

            .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_info p{
                box-sizing: border-box;
                padding: 12px 40px;
                color: #000;
                text-align: center;
                /* font-weight: bold; */
                font-family: "Century Gothic_reg";
            }

            .vaccines_form .vaccines_adult .vaccines_image .image{
                width: 50%;
                float: left;
            }

            .vaccines_form .vaccines_adult .vaccines_image .image img{
                width: 110%;
                max-width: inherit;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a{
                width: 50%;
                float: right;
                border-radius: 50px;
                position: relative;
                background: rgba(0,0,0,0.93);
            }

             .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .image_v{
                width: 100%;
                left:0%;
                position: absolute;

             }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .image_v img{
                width: 100%;
                border-radius: 50px;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_head{
                    width: 100%;
                    float: left;
                    position: relative;
                    z-index: 2;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_head .head{
                    text-align: center;
                    font-family: "Century Gothic_reg";
                    text-transform: uppercase;
                    font-weight: bold;
                    padding: 50px 0px 30px 0px;
                    color:white;
                    font-size: 25px;
                    letter-spacing: 1px;
              }


              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_f{
                    width: 100%;
                    float: left;
                    position: relative;
                    z-index: 2;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_f .fields_box{
                    width: 60%;
                    margin:0 auto;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds{
                    width: 100%;
                    float: left;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds{
                    width: 100%;
                    float: left;
                    margin-bottom: 15px;
                    position: relative;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds  label.error{
                    color: #ffb52f;
                    position: absolute;
                    left: 0;
                    top: 90%;
                    width: 100%;
                    margin: 2px;
                    font-size: 13px;
                    z-index: 3;
                    font-family: "Century Gothic_reg";
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set{
                    width: 100%;
                    float: left;
                    margin-bottom: 15px;
                    position: relative;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select{
                width: 100%;
                float: left;
                cursor: pointer;
                position: relative;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select i{
                    position: absolute;
                    right: 5px;
                    color: #d0cdcd;
                    font-size: 23px;
                    top: 12px;
                }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.5);
                background: none;
                outline:none;
                color:#fff;
                font-family: "Century Gothic_reg";
                cursor: pointer;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list {
                    width: 100%;
                    float: left;
                    background: rgba(0,0,0,0.7);
                    border-radius: 0px 0px 10px 10px;
                    position: absolute;
                    top:100%;
                    backdrop-filter: blur(3px);
                    display: none;
                    z-index: 4;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .vaccine_close{
                position: absolute;
                right: 5px;
                top:5px;
                background:#e7443d;
                cursor: pointer;
                border-radius: 5px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .vaccine_close i{
                 color:#fff;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li{
                    width: 100%;
                    float: left;
                    padding:5px 10px;
                    box-sizing: border-box;
              }

               .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_val{
                 float: left;
                 padding:2px 5px;
               }

               .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_val  label.error{
                    color: #ffb52f;
                    position: absolute;
                    left: 0;
                    top: 100%;
                    width: 100%;
                    margin: 2px;
                    /* float: left; */
                    /* width: 100%; */
                    z-index: 3;
                    font-family: "Century Gothic_reg";
               }

              .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_name{
                float: left;
              }

              .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_name span{
                color: white;
                padding:5px;
                font-family: "Century Gothic_reg";
              }

              .vaccines_f .fields_box .box_feilds .feilds input{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.7);
                background: none;
                outline:none;
                color:white;
                font-family: "Century Gothic_reg";

              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds .feilds_sub{
                 width: 196px;
                 margin:0 auto;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input[type="submit"]{
                background:#e7443d;
                border:none;
                padding:10px 30px;
                font-weight: bold;
                letter-spacing: 1px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input[type="submit"]:hover{
                background:rgb(231 68 61 / 50%);                
              }
			  
				.vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds .for_date select {
					width: 50%;
					float: left;
					background: #333;
					padding: 5px;
					margin: 5px 0px;
				}

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds select{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:1px solid rgba(255,255,255,0.24);
                background: none;
                outline:none;
                color:white;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.7);
                background: none;
                outline:none;
                color:white;
                min-height: 100px;
              }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input::placeholder {
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input::placeholder {
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea::placeholder {
                color: rgba(255,255,255,0.8);
            }

              

    /*
        Adult Vaccination Css Ends
    */


    /*
            Child Vaccination Css Starts
    */
        .child_i_con{
                min-width:100%;
                float: left;
                margin: 20px 0px 10px 0px;
                margin-top: 210px;
            }

            .child_i_con .child_i_center{
                width:1300px;
                margin:0 auto;
            }

            .child_i_con .child_i_center .child_i{
                width:100%;
                float: left;
                position: relative;
            }

            .child_i_con .child_i_center .child_i .child_i_head{
                width: 100%;
                float: left;
                margin-bottom: 30px;
            }

            .child_i_con .child_i_center .child_i .child_i_head .head{
                width: 100%;
                float: left;
                
            }

             .child_i_con .child_i_center .child_i .child_i_head .head h1{
                text-align: center;
                font-family: "bebas_neueregular";
                font-size:70px;
                color:black;
                text-transform: uppercase;
                letter-spacing: 2px;
             }

            .child_i_con .child_i_center .child_i .child_i_head .head span{
                color:#4a5678;  
            }

            

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel{
                width: 100%;
                float: left;
                padding: 5px;
                box-sizing: border-box; 
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside{
                width: 45%;
                float: left;
                padding:10px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .images_child{
                width: 100%;
                float: left;
                position: relative;
                z-index: 2;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .images_child .images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .images_child .images img{
                width: 100%;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun{
                width: 100%;
                float: left;
                margin-top: -78px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_head{
                width: 100%;
                float: left;
                background: #f7941c;
                border-radius: 0px 10px 0px 0px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_head .heads{
                font-family: "Century Gothic_bold";
                font-size: 25px;
                margin-top: 90px;
                color:white;
                text-align: center;
                padding:10px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_para{
                width: 100%;
                float: left;
                background: #d2e0d9;
                padding:20px 40px;
                box-sizing: border-box;
                border-radius: 0px 0px 10px 10px;
                margin-bottom: 43px;

            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_para p{
                font-family: "Century Gothic_reg";
                line-height: 26px;
                font-size: 15px;
                text-align: justify;
                margin-bottom: 15px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .vaccine_prevent{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .baby_image{
                width: 100%;
                float: left;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .baby_image .images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .baby_heads{
                width: 100%;
                float: left;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .baby_heads .heads{
                width: 100%;
                float: left;
                background: #6dc72a;
                text-align: center;
                color: white;
                padding: 10px 5px;
                box-sizing: border-box;
                 font-family: "Century Gothic_reg";
                 font-size: 18px;
                 font-weight: bold;
                 letter-spacing: 1px;
                 border-radius: 5px;
            }


            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type{
                width: 100%;
                float: left;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types{
                width: 100%;
                float: left;
                padding: 10px 0px;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li{
                float: left;
                border-radius: 5px;
                margin-right: 5px;
                margin-bottom: 10px;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li a{
                padding: 5px 10px;
                display: block;
                color: white;
                font-family: "Century Gothic_reg";
                font-size: 16px;
                letter-spacing: 1px;
            }

            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(1){
                background: #b0329b;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(2){
                background: #ff7a33;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(3){
                background: #ff1319;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(4){
                background: #00bfff;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(5){
                background: #0028a1;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(6){
                background: #ff680d;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(7){
                background: #0e2c53;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(8){
                background: #e11a1f;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(9){
                background: #c73c2a;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(10){
                background: #88b9b6;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(11){
                background: #7a647e;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(12){
                background: #c5bf29;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(13){
                background: #577342;
            }
            .child_i_desc .left_panel .left_aside .vaccine_prevent .vaccine_pre .preventable_type .prev_types ul li:nth-child(14){
                background: #5f607c;
            }


            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside{
                width: 55%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vaccine_child_images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vaccine_child_images .images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vaccine_child_images .images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vaccine_child_images .images img{
                width: 100%;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vac_child_faq{
                width: 100%;
                float: left;
                padding: 10px 20px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vac_child_faq .ques{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vac_child_faq .ques p{
                color: #1a856d;
                font-family: "Century Gothic_bold";
                font-weight: bold;
                font-size: 17px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vac_child_faq .ans{
                width: 100%;
                float: left;
                margin-bottom: 10px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vac_child_faq .ans p{
               color: #000;
               font-family: "Century Gothic_reg";
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .faq_note{
                width: 100%;
                float: left;
                padding: 10px 20px;
                box-sizing: border-box;
                background: #d2e0d9;
                border-radius: 5px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .faq_note span{
               color: #ff7a33;
               font-family: "Century Gothic_reg";
               font-size: 15px;

            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .faq_note p{
                font-family: "Century Gothic_reg";
                font-size: 14px;
                margin-bottom: 20px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks .child_weeks_head{
                width: 100%;
                float: left;
                margin: 20px 0px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks .child_weeks_head .heads{
                 text-align: center;
                 font-family: "Century Gothic_bold";
                 background: #d65252;
                 font-size: 22px;
                 padding: 10px 20px;
                 color: white;
                 width: 450px;
                 margin:0 auto;
                 border-radius: 5px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks .images_types{
                width: 100%;
                float: left;
                margin-bottom: 30px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks .images_types .images{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks .images_types .images img{
                width: 100%;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel{
                width: 100%;
                float: left;
                padding: 5px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_head{
                width: 100%;
                float: left;
                border-bottom: 2px solid #4277a3;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_head .head{
                font-family: "Century Gothic_bold";
                text-transform: uppercase;
                font-weight: bold;
                color: #f7941d;
                padding: 10px 5px; 
                font-size: 25px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
                /*min-height: 944px;*/
                /*max-height: 944px;*/
                overflow: auto;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip::-webkit-scrollbar {
                width: 6px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
                border-radius: 10px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip .vac_head{
                width: 100%;
                float: left;
                position: relative;
                cursor: pointer;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip .vac_head .head{
                padding: 10px 13px;
                margin-bottom: 5px;
                color: #333;
                font-weight: bold;
                font-size: 18px;
                border-bottom: 1px solid rgba(66,119,163,0.2);
                font-family: "Century Gothic_reg";
            }  

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip .vac_head .head.vac_active{
                background: rgb(250 235 215 / 50%);   
            } 

                  

            .vac_plus:after{
                width: 24px;
                height: 24px;
                background: url(../images/plus.png);
                position: absolute;
                content: "";
                top: 20%;
                right: 1%;
            }

            .vac_minus:after{
                width: 24px;
                height: 24px;
                background: url(../images/minus.png);
                position: absolute;
                content: "";
                top: 20%;
                right: 1%;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip .vac_desc{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .desc_para{
                width: 100%;
                float: left;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .desc_para p{
                font-family: "Century Gothic_reg";
                line-height: 30px;
                font-size: 17px;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_faq{
                width: 100%;
                float: left;
                margin:10px 0px;
                padding: 0px 20px;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_faq .faq{
                font-family: "Century Gothic_reg";
                text-transform: uppercase;
                font-weight: bold;
                color: #000;
                font-size: 14px;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points{
                width: 100%;
                float: left;
                padding-left:20px; 
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li{
                width: 100%;
                float: left;
                margin-bottom: 5px;
                margin-left: 15px;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image{
                float: left;
                padding: 5px;
                width: 30px;
                box-sizing: border-box;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt{
                float: left;
                padding: 0px 5px;
                width: 93%;
                box-sizing: border-box;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p{
                font-family: "Century Gothic_reg";
                line-height: 34px;
                font-size: 15px;
                text-align: justify;
            }

            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p span{
                color: #f7941d;
                font-size: 16px;
                font-weight: bold;
                margin-left: 10px;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .addi_info{
                width: 100%;
                float: left;
                padding: 10px;
                box-sizing: border-box;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .addi_info .info{
                width: 100%;
                float: left;
            }

            .child_i_con .child_i_center .child_i .child_i_desc .right_panel .addi_info .info p{
                color: #f7941d;
                font-family: "Century Gothic_reg";
                line-height: 26px;
                font-size: 15px;
                text-align: justify;
            }

            .vaccines_form_con{
                min-width:100%;
                float: left;
                margin: 20px 0px 10px 0px;
            }

            .vaccines_form_con .vaccines_form_center{
                width:1300px;
                margin: 0px auto;
            }

            .vaccines_form_con .vaccines_form_center .vaccines_form{
                width:100%;
                float: left;
            }

            .vaccines_form .vaccines_adult{
                width:100%;
                float: left;
            }

            .vaccines_form .vaccines_adult .vaccines_image{
                width:100%;
                float: left;
                position: relative;
            }

            .vaccines_form .vaccines_adult .vaccines_image .spinner_new{
                position: absolute;
                top: calc(100% - 63%);
                left: calc(100% - 57%);
                display: none;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con{
                width: 100%;
                position: absolute;
                z-index: 10;
                display: none;

            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con .vaccine_out_center{
                width: 450px;
                margin:0 auto;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out{
                width:100%;
                float: left;
                background: white;
                border-radius: 10px;
                box-shadow: 3px 2px 7px #333;
                margin-top: 50%;
            }

            .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_head{
                width:100%;
                float: left;
                box-sizing: border-box;
                padding: 5px 10px;
                color: white;
                background: rgb(45 152 10);
                font-weight: bold;
                font-family: "Century Gothic_reg";
                border-radius: 10px 10px 0px 0px;
            }

             .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_info{
                width:100%;
                float: left;
            }

            .vaccines_image .vaccine_out_con .vaccine_out_center .vaccine_out .vaccine_info p{
                box-sizing: border-box;
                padding: 12px 40px;
                color: #000;
                text-align: center;
                /* font-weight: bold; */
                font-family: "Century Gothic_reg";
            }

            .vaccines_form .vaccines_adult .vaccines_image .image{
                 width: 50%;
                float: left;
                margin-top:4%;
            }

            .vaccines_form .vaccines_adult .vaccines_image .image img{
                width: 120%;
                max-width: inherit;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a{
                width: 50%;
                float: right;
                border-radius: 50px;
                position: relative;
                background: rgba(0,0,0,0.93);
				overflow:hidden;
            }

             .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .image_v{
                width: 118%;
                left:0%;
                position: absolute;

             }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .image_v img{
                    width: 112%;
					border-radius: 50px;
					max-width: none;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_head{
                    width: 100%;
                    float: left;
                    position: relative;
                    z-index: 2;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_head .head{
                    text-align: center;
                    font-family: "Century Gothic_reg";
                    text-transform: uppercase;
                    font-weight: bold;
                    padding: 50px 0px 30px 0px;
                    color:white;
                    font-size: 25px;
                    letter-spacing: 1px;
              }


              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_f{
                    width: 100%;
                    float: left;
                    position: relative;
                    z-index: 2;
              }

              .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_f .fields_box{
                    width: 60%;
                    margin:0 auto;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds{
                    width: 100%;
                    float: left;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds{
                    width: 100%;
                    float: left;
                    margin-bottom: 15px;
                    position: relative;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds  label.error{
                    color: #ffb52f;
                    position: absolute;
                    left: 0;
                    top: 96%;
                    width: 100%;
                    margin: 2px;
                    font-size: 13px;
                    z-index: 3;
                    font-family: "Century Gothic_reg";
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set{
                    width: 100%;
                    float: left;
                    margin-bottom: 15px;
                    position: relative;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select{
                width: 100%;
                float: left;
                cursor: pointer;
                position: relative;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select i{
                    position: absolute;
                    right: 5px;
                    color: #d0cdcd;
                    font-size: 23px;
                    top: 12px;
                }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.5);
                background: none;
                outline:none;
                color:#fff;
                font-family: "Century Gothic_reg";
                cursor: pointer;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list {
                    width: 100%;
                    float: left;
                    background: rgba(0,0,0,0.7);
                    border-radius: 0px 0px 10px 10px;
                    position: absolute;
                    top:100%;
                    backdrop-filter: blur(3px);
                    display: none;
                    z-index: 4;
                    
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .search_input{
                   width: 100%;
                    float: left;
                    padding: 5px;
                    box-sizing: border-box;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .search_input input{
                    width: 85%;
                    border: none;
                    outline: none;
                    padding: 5px;
                    margin-left: 4%;
                    border-radius: 3px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul{
                    width: 100%;
                    float: left;
                    max-height: 390px;
                    overflow-y: auto;
                    margin-top: 10px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul::-webkit-scrollbar {
                width: 6px;
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3); 
                border-radius: 10px;
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
            }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .vaccine_close{
                position: absolute;
                right: 5px;
                top:5px;
                background:#e7443d;
                cursor: pointer;
                border-radius: 5px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list .vaccine_close i{
                 color:#fff;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li{
                    width: 100%;
                    float: left;
                    padding:5px 10px;
                    box-sizing: border-box;
              }

              .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .tab_head{
                    font-family: "Century Gothic_reg";
                    width: 100%;
                    color: white;
                    font-size: 15px;
                    padding: 5px 0px;
              }

               .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_val{
                 float: left;
                 padding:2px 5px;
                 margin-left: 10px;
               }
               
               .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_val input:before{
                    width: 90%;
                    height: 20px;
                    content: "";
                    position: absolute;
               }

               .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_val  label.error{
                    color: #ffb52f;
                    position: absolute;
                    left: 0;
                    top: 100%;
                    width: 100%;
                    margin: 2px;
                    /* float: left; */
                    /* width: 100%; */
                    z-index: 3;
                    font-family: "Century Gothic_reg";
               }

              .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_name{
                float: left;
              }

              .vaccines_f .fields_box .box_feilds .feilds_set .vaccine_list ul li .vaccine_name span{
                color: white;
                padding:5px;
                font-family: "Century Gothic_reg";
                letter-spacing: 1px;
                font-size: 11px;
              }

              .vaccines_f .fields_box .box_feilds .feilds input{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.7);
                background: none;
                outline:none;
                color:white;
                font-family: "Century Gothic_reg";

              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds .feilds_sub{
                 width: 106px;
                 margin:0 auto;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input[type="submit"]{
                background:#e7443d;
                border:none;
                padding:10px 30px;
                font-weight: bold;
                letter-spacing: 1px;
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input[type="submit"]:hover{
                background:rgb(231 68 61 / 50%);                
              }

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds select{
                width: 100%;
                padding:10px 5px 5px 5px;
                border: none !important;
				border-bottom: 1px solid rgba(255,255,255,0.5) !important;
                background: none;
                outline:none;
                color:white;
              }
			  
			  .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds .for_date select {
					width: 50%;
					float: left;
					background: #333;
					padding: 5px;
					margin: 5px 0px;
				}
			  
			  .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds select option {
					color: black;
				}

              .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea{
                width: 100%;
                padding:10px 5px 5px 5px;
                border:none;
                border-bottom:1px solid rgba(255,255,255,0.7);
                background: none;
                outline:none;
                color:white;
                min-height: 100px;
              }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds input::placeholder {
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_f .fields_box .box_feilds .feilds_set .vaccines_select .head input::placeholder {
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea::-webkit-input-placeholder { /* Edge */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.8);
            }

            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds textarea::placeholder {
                color: rgba(255,255,255,0.8);
            }

              

    /*
        Child Vaccination Css Ends
    */
	
	/*
        drkelder_care Css Starts
    */

        .elder_care_cons{
            min-width: 100%;
            float: left;
            position: relative;
        }

        .elder_care_cons .elder_care_centers{
            width: 1300px;
            margin:0 auto;
        }

        .elder_care_cons .elder_care_centers .elder_cares{
            width: 100%;
            float: left;
        }

        .elder_care_cons .elder_index_image{
            width: 100%;
            float: left;
            position: absolute;
            z-index: -1;
        }

        .elder_care_cons .elder_index_image .images{
            width:100%;
            float: left;
        }



        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content{
            width: 48%;
            float: right;
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+32,1+100 */
            background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 32%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .elder_care_heads{
            width: 100%;
            float: left;
            margin-top: 50px;
            margin-bottom: 10px;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .elder_care_heads .head{
            font-size: 32px;
            line-height: 46px;
            color: #685ba4;
            font-weight: bold;
            font-family: "Century Gothic_reg";
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .elder_care_heads .head span{
            text-transform: lowercase;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .elder_care_points{
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .elder_care_points p{
            text-align: justify;
            padding: 5px 0px;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .elder_ser_list{
            width: 100%;
            float: left;
            margin-bottom: 30px;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .elder_ser_list ul li{
            width: 50%;
            float: left;
            padding: 10px;
            box-sizing: border-box;
        }

        .elder_care_content .elder_ser_list ul li .ser_lists{
            width: 100%;
            float: left;
            border: 1px solid;
            padding: 5px;
            box-sizing: border-box;
            border-radius: 5px;
        }

        .elder_care_content .elder_ser_list ul li .ser_lists .ser_li_img{
            width: 30%;
            float: left;
            height: 55px;
        }

        .elder_care_content .elder_ser_list ul li .ser_lists .ser_li_img img{
            width: 60%;
        }

        .elder_care_content .elder_ser_list ul li:nth-child(7) .ser_lists .ser_li_img img{
            width: 60%;
        }

        .elder_care_content .elder_ser_list ul li:nth-child(8) .ser_lists .ser_li_img img{
            padding: 10px 0px;
        }

        .elder_care_content .elder_ser_list ul li .ser_lists .ser_li_head{
            width: 70%;
            float: left;
        }

        .elder_care_content .elder_ser_list ul li .ser_lists .ser_li_head .head{
            padding: 15px 0px;
            color: black;
            letter-spacing: 1px;
            font-weight: bold;
            font-size: 12px;
        }

        .elder_care_content .elder_ser_list ul li:nth-child(7) .ser_lists .ser_li_head .head{
            padding: 15px 0px;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .eldercare_read{
            width: 100%;
            float: left;
            margin-bottom: 50px;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .eldercare_read .eldercare_button{
            width: 160px;
            margin: 0 auto;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .eldercare_read .eldercare_button a{
            display: block;
            border: 1px solid #513F95;
            padding: 10px 30px 10px 20px;
            border-radius: 5px;
        }


        .eldercare_con{
            min-width: 100%;
            float: left;
            margin-top: 174px;
        }

        .eldercare_con .elder_care_image{
            width: 100%;
            float: left;
        }

        .eldercare_con .elder_care_image .images{
            width: 100%;
            float: left;
        }

        .eldercare_con .elder_care_image .images img{
            width: 100%;
        }

        .eldercare_con .eldercare_center{
            width: 1300px;
            margin:0 auto;
        }

        .eldercare_con .eldercare_center .eldercare{
            width: 100%;
            float: left;
        }

        .eldercare_con .eldercare_center .eldercare .call_appointment{
            width: 95%;
            float: left;
            margin-top:-30px;
            margin-left:2.5%;
        } 

        .eldercare_con .eldercare_center .eldercare .call_appointment .call_app{
            width: 100%;
            float: left;
            background: rgba(246,244,244,0.86);
            border-radius: 10px;
        } 

        .eldercare_con .eldercare_center .eldercare .call_appointment .call_app .call{
            float: left;
            padding: 40px;
            font-family: "Century Gothic_reg";
            font-size: 20px;
            text-transform: uppercase;
            font-weight: bold;
            cursor: pointer;
        }

        .eldercare_con .eldercare_center .eldercare .call_appointment .call_app .call a{
            color: #703223;
            text-decoration: none;
        }

        .eldercare_con .eldercare_center .eldercare .call_appointment .call_app .request_services{
            float: right;
            padding: 30px
        }

        .eldercare_con .eldercare_center .eldercare .call_appointment .call_app .request_services .req{
            padding: 10px 30px;
            background: #703223;
            color:white;
            font-family: "Century Gothic_reg";
            font-size: 20px;
            border-radius: 5px;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 1px;
            cursor: pointer;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content{
            width: 100%;
            float: left;
            margin-top: 60px;
        } 

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images{
            width: 100%;
            float: left;
            position: relative;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .img{
            width: 100%;
            float: left;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .img img{
            border-radius: 0px 0px 0px 50px;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .drk_logo{
            float: left;
            position: absolute;
            left: 15px;
            bottom:15px;
           
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .drk_logo .logo_bg{
            background: rgba(255,255,255,0.9);
            width: 150px;
            height: 150px;
            padding: 36px 0px;
            border-radius: 100px;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .about_drkeldercare{
            float: left;
            position: absolute;
            right: 0;
            top:15px;
            width: 40%;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .about_drkeldercare .drk_head{
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .about_drkeldercare .drk_head .head{
            width: 100%;
            float: left;
            font-family: "Century Gothic_bold";
            font-size: 35px;
            color: #000;
            padding: 10px;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .about_drkeldercare .drk_head .head span{
            color: #703223;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .about_drkeldercare .drk_content{
            width: 100%;
            float: left;
            background: #703223;
            padding: 25px 30px;
            box-sizing: border-box;
            border-radius: 10px;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .about_drkeldercare .drk_content p{
            color:white;
            margin-bottom: 10px;
            line-height: 26px;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services{
            width: 100%;
            float: left;
            margin-top: 60px;
        } 

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_head{
            width: 100%;
            float: left;
            margin-bottom: 60px;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_head .head{
            font-family: "bebas_neueregular";
            font-size: 70px;
            color:#000;
            padding: 35px;
            text-align: center;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_head .line{
            width: 250px;
            height: 4px;
            background: #703223;
            margin: 0 auto;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_head .head span{
            color: #703223;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_content{
            width: 100%;
            float: left;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_content .serv_img{
            width: 45%;
            float: left;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_content .serv_img img{
            width: 115%;
            max-width: inherit;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_content .serv_content{
            width: 55%;
            float: left;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li{
            width: 100%;
            float: left;
            padding: 20px 20px 20px 120px;
            box-sizing: border-box;
            position: relative;
            margin-bottom: 20px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li .ser_list_image{
            width: 100%;
            float: left;
            position: absolute;
            top:0;
            left:0px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li .ser_list_image .image{
            width: 210px;
            height: 210px;
            overflow: hidden;
            border-radius: 200px;
            border: 3px solid #c3a69f;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li .ser_list_image .image img{
            max-width: inherit;
            width: 400px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li:nth-child(1) .ser_list_image .image img{            
            margin-left: -109px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li:nth-child(2) .ser_list_image .image img{            
            margin-left: -175px;
            margin-top: -11px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li:nth-child(3) .ser_list_image .image img{            
            margin-left: 0;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li:nth-child(4) .ser_list_image .image img{            
            margin-left: -130px;
            width: auto;
        }




        .elder_care_services .elder_care_serv_content .serv_content ul li .ser_list_head{
            width: 100%;
            float: left;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li .ser_list_head .head{
            float: left;
            background: #703223;
            font-size: 16px;
            padding: 5px 20px 5px 130px;
            font-family: "Century Gothic_reg";
            letter-spacing: 1px;
            color: white;
            border-radius: 0px 15px 0px 0px;
            text-transform: uppercase;
            font-weight: bold;
        } 

        .elder_care_services .elder_care_serv_content .serv_content ul li .ser_list{
            width: 100%;
            float: left;
            border: 3px solid #c3a69f;
            padding: 10px 20px 10px 130px;
            box-sizing: border-box;
            border-radius: 0px 10px 10px 0px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li .ser_list p{
           line-height: 25px;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services{
            width: 100%;
            float: left;
            margin-top: 60px;
        } 

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_serv_head{
            width: 100%;
            float: left;
            margin-bottom: 60px;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_serv_head .head{
            font-family: "bebas_neueregular";
            font-size: 70px;
            color:#000;
            padding: 35px;
            text-align: center;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_serv_head .line{
            width: 250px;
            height: 4px;
            background: #703223;
            margin: 0 auto;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_serv_head .head span{
            color: #703223;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_image{
            width: 100%;
            float: left;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_image .home_image{
            width: 100%;
            float: left;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_list{
            width: 100%;
            float: left;
        }


        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_list ul li{
            width:25%;
            float: left;
            padding: 20px;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_list ul li .home_list{
            width:100%;
            float: left;
            border:1px solid;
            border-radius: 10px;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_list ul li .icon_image{
            width: 100%;
            float: left;
            padding: 30px 0px;
            height: 87px;
            margin-bottom: 60px;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_list ul li .icon_desc p{
            text-align: center;
            padding: 32px 0px;
            font-family: "Century Gothic_reg";
            letter-spacing: 1px;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 14px;
        }





    /*
        drkelder_care Css Ends
    */


    .footer_con{
        width: 100%;
        float: left;
        background:#222;
        border-top: 4px solid #555;
    }

    .footer_con .footer_center{
        width: 1300px;
        margin:0 auto;
    }

    .footer_con .footer_center .footer_kmh{
        width: 100%;
        float: left;
    }

    .footer_con .footer_center .footer_kmh .kmh_services{
        width: 65%;
        float: left;
        padding:10px;
        box-sizing: border-box;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_open{
        width: 100%;
        float: left;
        border-bottom: 1px solid #ccc;
        padding:10px;
        box-sizing: border-box;
        font-family: "Century Gothic_reg";
        margin-bottom:5px;
        cursor: pointer;
        position: relative;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_open .head{
        float: left;
        font-weight: bold;
        color: white;
        letter-spacing: 2px;
		font-family: 'Roboto Bold';
    }

    .footer_con .footer_center .footer_kmh .kmh_services  .head_plus{
        float: right;
        margin-right: 15px;
    }

    .footer_con .footer_center .footer_kmh .kmh_services  .plus_f:before{
        content: "+";
        position: absolute;
        font-weight: bold;
        color: white;
        letter-spacing: 2px;
        font-size: 23px;
        right: 10px;
    }

    .footer_con .footer_center .footer_kmh .kmh_services  .minus_f:before{
        content: "-";
        position: absolute;
        font-weight: bold;
        color: white;
        letter-spacing: 2px;
        font-size: 23px;
         right: 10px;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close{
        width: 100%;
        float: left;
        display: none;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close ul li{
        float: left;
        width: 33%;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close ul li a{
        padding: 3px 10px;
		display: block;
		width: 100%;
		box-sizing: border-box;
		color: #fff;
		font-size: 15px;
		font-family: 'Roboto Regular';
    }

    .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close ul li a:hover{
        color:white;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .iso_cert{
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .iso_cert .iso_cert_center{
        width: 174px;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .iso_cert .iso_cert_center ul li{
        float: left;
        margin-right: 10px;
    }

    .footer_con .footer_center .footer_kmh .kmh_services .iso_cert .iso_cert_center ul li:last-child{
        margin-right:0;
    }

    .footer_con .footer_center .footer_kmh .kmh_address{
        width: 35%;
        float: left;
        padding:10px;
        box-sizing: border-box;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_head{
        width: 100%;
        float: left;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_head .hospital_name{
        color: #fff;
		text-transform: uppercase;
		padding: 8px;
		margin-bottom: 10px;
		font-size: 14px;
		/* font-weight: 700; */
		letter-spacing: 1px;
		font-family: 'Roboto Bold';
		border-bottom: 4px solid #fff;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part{
        width: 100%;
        float: left;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li{
        width: 100%;
        float: left;
        padding:5px;
        box-sizing: border-box;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li .image{
        float: left;
    }
	.footer_con .footer_center .footer_kmh .kmh_address .address_part ul li .image i{
        color:white;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li:nth-child(1) .image{
        margin-left:-5px;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li .image_titles{
        float: left;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li .image_titles p{
        color: #fff;
		font-family: 'Roboto Regular';
		font-size: 16px;
		letter-spacing: 1px;
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li .image_titles p a{
        color:#fff;
        font-family: 'Roboto Regular';
    }

    .footer_con .footer_center .footer_kmh .kmh_address .address_part ul li .image_titles p a:hover{
        color:white;
    }

    .footer_con .footer_center .footer_kmh .footer_policies{
        width: 100%;
        float: left;
        padding:5px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        box-sizing: border-box;
    }

    .footer_con .footer_center .footer_kmh .footer_policies ul li{
        width: 100%;
        float: left;
    }

    .footer_con .footer_center .footer_kmh .footer_policies ul li a{
        font-family: 'Roboto Regular';
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 1px;
    }

    .footer_con .footer_center .footer_kmh .footer_policies ul li a:hover{
        color:#fff;
    }

    .footer_con .footer_center .footer_kmh .footer_copyrights{
        width: 100%;
        float: left;
        padding:5px;
        box-sizing: border-box;
    }

    .footer_con .footer_center .footer_kmh .footer_copyrights .copy_rights{
		box-sizing: border-box;
		font-family: 'Roboto Regular';
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 1px;
    }

    .testmonul{
            max-height:inherit !important;
        }

        .carousel_kmh_con{
            width: 100%;
            float: left;
            background: #eee;
        }

        .carousel_kmh_con .carousel_kmh_center{
            width: 1300px;
            margin:0 auto;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh{
            width: 100%;
            float: left;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_head{
            width: 100%;
            float: left;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_head h1{
            color: #685ba4;
            font-weight: bold;
            font-size: 26px;
            text-transform: uppercase;
            padding: 20px 10px;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content{
            width: 100%;
            float: left;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content ul li{
            width: 20%;
            float: left;
            margin-right: 10px;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content ul li .image{
            width: 100%;
            float: left;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content ul li .image img{
            width: 100%;
            height: 166px;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content ul li .name{
            width: 100%;
            box-sizing: border-box;
            float: left;
        }

        .carousel_kmh_con .carousel_kmh_center .carousel_kmh .carousel_content ul li .name a{
            width: 100%;
            float: left;
            display: block;
            box-sizing: border-box;
            background: #ffffff;
            text-align: center;
            padding: 5px 10px;
            color: #333;
            font-size: 12px;
            font-weight: bold;
        }

        .carousel_post .slick-slide{
            height: inherit;
        }

        .events_head_banner{
            min-width: 100%;
            float: left;
            position: relative;
            margin-top: 176px;
        }

        .events_head_banner .events_images{
            min-width: 100%;
            float: left;
        }

        .events_head_banner .events_images img{
            min-width: 100%;
        }

        .events_head_banner .events_heads_art{
            /*min-width: 80%;*/
            position: absolute;
            z-index: 10;
            left: 11%;
            bottom:5%;
        
        }

        .events_head_banner .events_heads_art .heads_e{
           /* width: 300px;*/
            margin:0 auto;
        }

        .events_head_banner .events_heads_art .heads_e .e_support{
            width: 100%;
            float: left;
            background: rgb(81 63 149 / 100%);
            padding: 10px 20px;
            box-sizing: border-box;
            
        }

        .events_head_banner .events_heads_art .heads_e .e_support .head{
            /*border-bottom: 1px solid #fff;*/
            padding: 10px 15px;
        }

        .events_head_banner .events_heads_art h3{
            font-family: "bebas_neueregular";
            color:white;
            font-size: 40px;
            text-align: center;
            letter-spacing: 2px;
            display: block;
            
            
        }

         .events_head_banner .events_heads_art .heads_e .e_support .nav_events{
            padding:10px;
            text-align: center;
            color: white;
            display: none;
        }

        .events_head_banner .events_heads_art .heads_e .e_support .nav_events a{
            color:white;
        }

        .events_head_banner .events_heads{
            /*min-width: 60%;*/
            /*min-width: 20%;*/
            width: 68%;
            position: absolute;
            z-index: 10;
            left: 10%;
            bottom: 5%;
        
        }

        .events_head_banner .events_heads .heads_e{
            /*width: 300px;*/
            margin:0 auto;
        }

        .events_head_banner .events_heads .heads_e .e_support{
            float: left;
            background: rgb(81 63 149 / 80%);
            padding: 10px 20px;
            box-sizing: border-box;
            
        }

        .events_head_banner .events_heads .heads_e .e_support .head{
            /*border-bottom: 1px solid #fff;*/
            padding: 10px 15px;
        }

        .events_head_banner .events_heads h3{
            font-family: "bebas_neueregular";
            color:white;
            font-size: 40px;
            text-align: center;
            letter-spacing: 2px;
            display: block;
        }

        .events_head_banner .events_heads .heads_e .e_support .nav_events{
            padding:10px;
            text-align: center;
            color: white;
            display: none;
        }

        .events_head_banner .events_heads .heads_e .e_support .nav_events a{
            color:white;
        }

        .events_head_banner .events_heads .heads_a{
            /*margin:0 auto;
            width: 1024px;*/
        }

        .events_head_banner .events_heads .heads_a .e_support{
            float: left;
            background: rgb(81 63 149 / 100%);
            padding: 10px 20px;
            box-sizing: border-box;
            
        }

        .events_head_banner .events_heads .heads_a .e_support .head{
            /*border-bottom: 1px solid #fff;*/
            padding: 10px 15px;
        }

        .events_head_banner .events_heads h3{
            font-family: "bebas_neueregular";
            color:white;
            font-size: 40px;
            text-align: center;
            letter-spacing: 2px;
            display: block;
            
            
        }

        .events_head_banner .events_heads .heads_a .e_support .nav_events{
            padding:10px;
            text-align: center;
            color: white;
            display: none;
        }

        .events_head_banner .events_heads .heads_a .e_support .nav_events a{
            color:white;
        }

        .events_cont{
            min-width: 100%;
            float: left;
        }

        .events_cont .events_center{
            width: 1300px;
            margin:0 auto;
        }

         .events_cont .events_center .events_show{
            width: 100%;
            float: left;
        }

        .events_cont .events_center .events_show .events_side_bar{
            width: 100%;
            float: left;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left{
            width: 75%;
            float: left;
            padding: 1%;
            box-sizing: border-box;
            
        }

		 .events_cont .events_center .events_show .events_side_bar .events_left .events_list_cont{
			width: 100%;
			float: left;
			//border-bottom: 1px solid rgba(198,198,198,0.3);
			//padding-bottom: 20px;
			margin-bottom: 20px;
		 }

        .events_cont .events_center .events_show .events_side_bar .events_left .events_head{
            width: 100%;
            float: left;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .events_head h5{
            font-family: 'Roboto Bold';
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 23px;
            padding: 10px;
            border-bottom: 1px solid rgb(112 97 165);
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .camp_ads{
            width: 100%;
            float: left;
            margin-bottom: 20px;
            /*border:1px solid rgb(42 205 166 / 30%);;*/
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .camp_ads .camp_ads_image{
            width: 100%;
            float: left;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .camp_ads .camp_ads_image img{
            width: 100%;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .event_list{
            width: 100%;
            float: left;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .event_list > ul > li{
            width: 32%;
            float: left;
            padding: 10px;
			height:425px;
            box-sizing: border-box; 
            margin-right: 10px;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .event_list > ul > li:nth-child(3n){
             width: 32%;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .events_list_cont .kmh_page{
            width: 100%;
            float: left;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .events_list_cont .kmh_page_navigation{
            float: right;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .events_list_cont .kmh_page_navigation .previous_link {
            padding: 10px 20px;
            margin-right: 5px;
            border: 1px  solid rgb(81 63 149 / 50%);
            text-decoration: none;
            color: rgb(81 63 149);
			font-family: 'Roboto Bold';
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .events_list_cont .kmh_page_navigation .page_link {
            border: 1px  solid rgb(81 63 149 / 50%);
            color: rgb(81 63 149);
            padding: 10px 15px;
            margin-right: 5px;
			font-family: 'Roboto Bold';
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .events_list_cont .kmh_page_navigation .active_page {
            background: rgb(81 63 149 / 70%) !important;
            color: white !important;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .events_list_cont .kmh_page_navigation .next_link {
            padding: 10px 20px;
            margin-right: 5px;
            border: 1px  solid rgb(81 63 149 / 50%);
            text-decoration: none;
            color: rgb(81 63 149);
			font-family: 'Roboto Bold';
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp{
            width: 100%;
            float: left;
            padding: 10px;
            box-sizing: border-box;
            position: relative;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp img{
            width: 263px;
            height: 143px;
        }


         .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp .time_date{
            position: absolute;
            left: 5%;
            background: rgb(81 63 149 / 80%);
            top: 1px;
            padding: 5px;
            width: 50px;
            border-radius: 5px 0px 5px 5px;
            backdrop-filter: blur(3px);
         }

         .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp .time_date:before{
            content: ' ';
            right: -10px;
            border-bottom: 9px solid;
            border-right: 10px solid transparent;
            position: absolute;
            top: 0px;
         }

          .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp .time_date .dates_t{
            text-align: center;
            font-family: "bebas_neueregular";
            color: white;
            font-weight: bold;
            font-size: 16px;
            border-bottom: 1px solid rgba(255,255,255,0.4);
            padding: 5px;
          }

           .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp .time_date .years_t{
            text-align: center;
            font-family: "Century Gothic_reg";
            color: white;
            font-weight: bold;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
          }
          
          .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp .time_date{
            position: absolute;
            left: 5%;
            background: rgb(81 63 149 / 80%);
            top: 1px;
            padding: 5px;
            width: 50px;
            border-radius: 5px 0px 5px 5px;
            backdrop-filter: blur(3px);
         }
         
         .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp .books_campss{
            position: absolute;
            background: rgb(81 63 149 / 80%);
            font-family: "Century Gothic_reg";
            bottom:0;
            color:white;
            width: 93%;
            backdrop-filter: blur(3px);
         }
         
         .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp .books_campss a{
            color: white;
            width: 100%;
            padding: 5px;
            display: block;
            text-align:center;
            text-transform:uppercase;
            letter-spacing:1px;
         }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_head{
            width: 100%;
            float: left;
            padding: 0px 10px;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_head .head{
            font-family: 'Roboto Regular';            
            font-weight: bold;
            letter-spacing: 1px;
            font-size: 15px;
            padding: 5px 0px;
            text-transform: uppercase;
            height: 33px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_head .head a{
            color:#000;
        }

         .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_head .line{
            width: 80px;
            border-bottom:1px solid rgb(81 63 149 / 30%);
            
         }

         .events_cont .events_center .events_show .events_side_bar .events_left ul li .department_event{
            width: 100%;
            float: left;
            padding: 0px 7px;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .department_event h6{
            font-family: 'Roboto Regular';
            color: #333;
            font-weight: bolder;
            letter-spacing: 1px;
            padding: 3px 10px;
            margin: 10px 0px;
            text-transform: uppercase;
            font-size: 12px;
            float: left;

        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .post_stat{
            width: 100%;
            float: left;
            padding: 5px 0px;
            color:#000;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .post_stat .event_post{
            width: 100%;
            float: left;
            font-size: 15px;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .post_stat .event_post .event_date_posts{
            width: 100%;
            float: left;
            margin-bottom: 5px;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .post_stat .event_post .event_date_posts .event_time{
            width: 50%;
            float: left;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .post_stat .event_post .image{
            float: left;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .post_stat .event_post .post_date {
            float: left;
            margin-right: 5px;
			font-family: 'Roboto Regular';
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .post_stat .event_post .post_date ul li{
            float: left; 
            margin-right: 5px;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .event_short{
            width: 100%;
            float: left;
            border-bottom: 1px solid rgba(198,198,198,0.3);
            height: 66px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }
		
		.events_cont .events_center .events_show .events_side_bar .events_left ul li .event_short h3{
			margin-bottom:10px;
			text-align: left !important;
		}

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .event_short p{
            line-height: 30px;
            font-family: 'Roboto Regular';
            font-size: 18px;
            color: #000;
            padding: 0px 5px;
			text-align:left;
            
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .read_more_e{
            width: 100%;
            float: left;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left ul li .read_more_e .read_e{
            padding: 5px;
            font-family: 'Roboto Regular';
			font-size: 16px;
            color: rgb(81 63 149 / 100%);
            cursor: default;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .events_details{
            width: 100%;
            float: left;
            box-sizing: border-box;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .events_details .events_det_e{
            width: 100%;
            float: left;
            box-sizing: border-box;
        }

        .events_left .events_details .events_det_e .events_details_title{
            width: 100%;
            float: left;
            box-sizing: border-box;
            margin-bottom: 15px;
        }

        .events_left .events_details .events_det_e .events_details_title .events_heads_e{
            width: 100%;
            float: left;
        }

        .events_left .events_details .events_det_e .events_details_title .events_heads_e h3{
            padding: 5px;
            font-family: "Century Gothic_reg";
            font-size: 22px;
            color: rgb(81 63 149 / 100%);
            cursor: default;
            text-transform: uppercase;
            float: left;
            margin-right: 20px;
        }

         .events_left .events_details .events_det_e .events_details_title .events_heads_e h4{
            float: left;
         }

         .events_left .events_details .events_det_e .events_details_title .events_heads_e h4 img{
            width: 100px;
         }
         
        .events_left .events_details .events_det_e .events_details_title .events_heads_e h5{
            float:right;
        }
        
        .events_left .events_details .events_det_e .events_details_title .events_heads_e h5 a{
            display: block;
            float: right;
            padding: 9px 23px;
            background: #513f95;
            color: white;
        }

        .events_left .events_details .events_det_e .events_details_images{
            width: 100%;
            float: left;
            box-sizing: border-box;
            border-bottom: 1px solid rgba(198,198,198,0.2);
            padding-bottom: 5px;
        }

        .events_left .events_details .events_det_e .events_details_images .images{
            width: 100%;
            float: left;
            box-sizing: border-box;
        }

        .events_left .events_details .events_det_e .events_details_images .images img{
            width: 100%;
        }

        .events_left .events_details .events_det_e .events_post_details{
            width: 100%;
            float: left;
            box-sizing: border-box;
            padding: 5px 0px;
            /*border-top: 1px solid rgba(198,198,198,0.2);*/
            border-bottom: 1px solid rgba(198,198,198,0.2);
            margin-bottom: 15px;
        }

        .events_left .events_details .events_det_e .events_post_details .events_dates{
            float: left;
            box-sizing: border-box;
            margin-right: 10px;
        }

        .events_left .events_details .events_det_e .events_post_details .events_dates .image{
            float: left;
            box-sizing: border-box;
            padding: 5px 0px;
            font-family: "Century Gothic_reg";
            color: #513f95;
        }

        .events_left .events_details .events_det_e .events_post_details .events_dates .image_txt{
            float: left;
            box-sizing: border-box;
            padding: 5px;
            font-family: "Century Gothic_reg";
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 1px;
            color: #000;
            
        }

        .events_left .events_details .events_det_e .events_post_details .events_dates .image_txt a{
            color: #000;
        }

        .events_left .events_details .events_det_e .events_post_details .events_dates .image_txt a:hover{
            color:#513f95;
            text-decoration: underline;
        }

        .events_left .events_details .events_det_e .event_cnt_dets{
            width: 100%;
            float: left;
            box-sizing: border-box;
            padding: 5px 0px;
            /*border-top: 1px solid rgba(198,198,198,0.2);*/
            border-bottom: 1px solid rgba(198,198,198,0.2);

        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share{
            width: 7%;
            float: left;
            padding: 7.5px 5px;
            box-sizing: border-box;            
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_head{
            width: 100%;
            float: left;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_head .head{
            font-size: 13px;
            font-family: "Century Gothic_reg";
            color: #513f95;
            font-weight: bold;
            text-align: center;
            padding: 5px 0px;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list{
            width: 100%;
            float: left;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list ul li{
            width: 100%;
            float: left;
            text-align: center;
            padding: 10px 0px;
            cursor: pointer;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list ul li i{
            font-size: 25px;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list ul li:nth-child(1) i{
            color: #3b5998;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list ul li:nth-child(2) i{
            color: #1DA1F2;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list ul li:nth-child(3) i{
            color: #0e76a8 ;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list ul li:nth-child(4) i{
            color: #E60023;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list ul li:nth-child(5) i{
            color: #f74425;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list ul li:nth-child(6) i{
            color: #ff4500;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list ul li:nth-child(7) i{
            color: #075e54;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others{
            width: 93%;
            float: left;
            padding: 7.5px 5px;
            box-sizing: border-box;            
        }


        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_views{
            width: 100%;
            float: left;
            box-sizing: border-box;
            padding: 5px 0px;
            /* border-top: 1px solid rgba(198,198,198,0.2); */
            border-bottom: 1px solid rgba(198,198,198,0.2);
			margin-bottom:15px;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_views .image{
            float: left;
            color: #333;
            font-weight: bold;
        }
		.events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_views .image i{
			color: #513f95;
		}

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_views .img_det{
            float: left;
            color: #333;
            font-weight: bold;
        }
        
        .events_left .events_details .events_det_e .event_cnt_dets .events_others .move_to_reg{
            width: 100%;
            float: left;
        }
        
        .events_left .events_details .events_det_e .event_cnt_dets .events_others .move_to_reg .reg_camps{
            width:193px;
            margin:0 auto;
            padding: 9px 23px;
            background: #513f95;
            color: white;
            font-family: "Century Gothic_reg";
            font-weight:bold;
            cursor:pointer;
            letter-spacing:1px;
            text-transform:uppercase;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt{
            width: 100%;
            float: left;
        }
		
		.events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speakers{
            width: 100%;
            float: left;
            padding: 10px;
            box-sizing: border-box;
        }


        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speak_head{
            width: 100%;
            float: left;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speak_head .head{
            text-align: center;
            font-size: 20px;
            color: white;
            background: #5a75b8;
            padding: 10px;
            font-family: 'Roboto Bold';
        }

         .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speaker-block_one{
            width: 100%;
            float: left;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speaker-block_one p{
            line-height: 30px;
            font-family: "Roboto Regular";
            font-size: 28px;
            padding: 10px;
            text-align: justify;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speaker-block_one > ul{
            padding: 0;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speaker-block_one > ul > li{
            width: 100%;
            float: left;
            box-sizing: border-box;
            padding:10px;
            list-style-image: none;
            border:1px solid #333;
            border-radius: 5px;
            margin-left: 0;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speaker-block_one > ul > li .image{
            width: 25%;
            float: left;
            
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speaker-block_one > ul > li .image .img{
            overflow: hidden;
            border-radius: 100%;
            height: 185px;
            border: 3px solid #cf5a7e;
            width: 185px;
            padding: 11px;  
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speaker-block_one > ul > li .image img{
            width: 100%; 
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speaker-block_one > ul > li .topic_head{
            width: 75%;
            float: left;            
        }

        .events_others .events_post_cnt .speaker-block_one > ul > li .topic_head .name{
            width: 100%;
            float: left;
            font-family: 'Roboto Bold';
            text-transform: uppercase;
            color: #513f95;
            font-size: 20px;
            margin-top: 25px;     
        }

        .events_others .events_post_cnt .speaker-block_one > ul > li .topic_head .quali{
            width: 100%;
            float: left;
            font-family: 'Roboto Regular';
            text-transform: uppercase;
            color: #000;
            font-size: 15px;            
        }

        .events_others .events_post_cnt .speaker-block_one > ul > li .topic_head .design{
            width: 100%;
            float: left;
            font-family: 'Roboto Regular';
            text-transform: uppercase;
            color: #000;
            font-size: 15px;            
        }

        .events_others .events_post_cnt .speaker-block_one > ul > li .topic_head .topics{
            width: 100%;
            float: left;
            font-family: 'Roboto Bold';
            text-transform: uppercase;
            color: #df5b82;
            font-size: 17px;             
        }
		
		.privacy_pol_con{
			width:100%;
			float:left;
		}
		
		.privacy_pol_con .privacy_pol_center{
			width:1300px;
			margin:0 auto;
		}
		
		.privacy_pol_con .privacy_pol_center .privacy_pol{
			width:100%;
			float:left;
		}
		
		.privacy_pol .privacy_head{
			width:100%;
			float:left;
		}
		
		.privacy_pol .privacy_head .head{
			font-family: "Roboto Bold";
			text-align: center;
			font-size: 30px;
			margin: 30px 0px;
			color: black;
			line-height:30px;
		}
		
		.privacy_pol .para_privacy{
			width:100%;
			float:left;
		}
		
		.privacy_pol .para_privacy p{
			line-height: 30px;
			font-family: "Roboto Regular";
			font-size: 18px;
			padding: 10px;
			text-align: justify;
		}
		
		.privacy_pol .para_privacy p span{			
			font-family: "Roboto Bold";		
		}
		
		.privacy_pol .para_head{
			width: 100%;
			float: left;
			margin: 20px 0px;
			border-bottom: 1px solid rgba(51, 51, 51, 0.3);
		}
		
		.privacy_pol .para_head .head{
			font-family: "Roboto Bold";
			font-size: 25px;
			padding:10px;
			color: black;
			line-height:30px;
		}
		
		.privacy_pol .privacy_list{
			width:100%;
			float:left;
		}
		
		.privacy_pol .privacy_list .list_head{
			width:100%;
			float:left;
		}
		
		.privacy_pol .privacy_list .list_head p{
			line-height: 30px;
			font-family: "Roboto Regular";
			font-size: 18px;
			padding: 10px;
			text-align: justify;
		}
		
		.privacy_pol .privacy_list .list_head p span{
			font-family: "Roboto Bold";	
		}
	
		.privacy_pol .privacy_list .list_content{
			width:100%;
			float:left;
		}
		
		.privacy_pol .privacy_list .list_content ul li{
			width:100%;
			float:left;
			font-family: "Roboto Regular";
			padding:10px;
			box-sizing:border-box;
			color:black;
			font-size:18px;
			margin-left:20px;
		}
		
		.events_left .events_details .events_det_e .event_cnt_dets .events_share .share_head i{
			display:none;
		}

         @media only screen and (max-width:768px){
            .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speaker-block_one > ul > li .image{
                width: 100%;
            }

            .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .speaker-block_one > ul > li .topic_head{
                width: 100%;
            }
         }
		
		

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt p{
            line-height: 30px;
			font-family: "Roboto Regular";
			font-size: 18px;
			padding: 10px;
			text-align: justify;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt h3{
            font-size: 23px;
			font-family: "Roboto Bold";
			font-weight: bold;
			padding-left: 10px;
			margin: 15px 50px 15px 10px;
			line-height: 34px;
			color: #513f95;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt hr{
                width: 100%;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt h4{
            font-size: 18px;
            font-family: "Roboto Bold";
            font-weight: bold;  
            padding-left: 10px;
            text-align: center;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .para_c{
            width: 100%;
            float: left;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt .para_c p{
            text-align: center;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt ul{
            width: 100%;
            float: left;
            padding-left: 30px;
            box-sizing: border-box;
            margin: 10px 0px;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_cnt ul li{
                width: 96%;
				float: left;
				color: #000;
				line-height: 30px;
				font-family: 'Roboto Regular';
				text-align: justify;
				font-size: 17px;
				list-style-image: url(../images/drkmh-icon.png);
				margin-left: 20px;
				margin-bottom: 15px;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_camp_schedule{
            width: 100%;
            float: left;
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_camp_schedule .schedule_head{
            width: 100%;
            float: left;
            padding: 10px 0px;
            //border-bottom: 1px solid rgba(198,198,198,1);
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_camp_schedule .schedule_head .head{
            font-size: 18px;
            font-family: "Century Gothic_reg";
            font-weight: bold;  
            margin-left: 10px;
            letter-spacing: 1px;
            color:#000;
            float: left;
             
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_camp_schedule .events_cam_det{
            width: 100%;
            float: left;
            padding: 10px 0px;
            //border-bottom: 1px solid rgba(198,198,198,1);
        }

        .events_left .events_details .events_det_e .event_cnt_dets .events_others .events_camp_schedule .events_cam_det .schedule_session{
            width: 100%;
            float: left;
        }

        .events_others .events_camp_schedule .events_cam_det .schedule_session .camps_date{
            width: 100%;
            float: left;
        }

        .events_others .events_camp_schedule .events_cam_det .schedule_session .camps_date .head{
            width: 100%;
            float: left;
        }

        .events_others .events_camp_schedule .events_cam_det .schedule_session .camps_date .head .table_de_events{
            width: 45%; 
            float: left; 
            margin-right: 1%; 
            margin-bottom: 10px;
        } 

        .events_others .events_camp_schedule .events_cam_det .schedule_session .camps_date .head .table_de_events tr:nth-child(1) td{
            background: #513f95;
            color: white !important;
            font-size: 15px;
            font-family: "Century Gothic_reg";
            font-weight: bold;  
        }

        .events_others .events_camp_schedule .events_cam_det .schedule_session .camps_date .head .table_de_events tr:nth-child(odd){
            background: rgba(198,198,198,0.2);
        } 

         .events_others .events_camp_schedule .events_cam_det .schedule_session .camps_date .head .table_de_events tr td:nth-child(1){
            font-weight: bold;
            color:#000;
         }

        .events_others .events_camp_schedule .events_cam_det .schedule_session .camps_date .head table{
            width: 100%;
            float: left;

        }

        .events_others .events_camp_schedule .events_cam_det .schedule_session .camps_date .head table tr th{
            font-size: 15px;
            font-family: "Century Gothic_reg";
            font-weight: bold;  
            letter-spacing: 1px;
            text-align: center;
             border:1px solid rgba(198,198,198,0.2);
             background: rgba(51,51,51,0.5);
             color:white;
             padding: 5px;
        }

        .events_others .events_camp_schedule .events_cam_det .schedule_session .camps_date .head table tr td{
            font-size: 15px;
            font-family: "Century Gothic_reg";
            letter-spacing: 1px;
            text-align: center;
            padding: 5px;
            color: #000;
            font-weight: bold;
            border:1px solid rgba(198,198,198,0.2);
        }

        .events_left .events_details .events_det_e .events_gallery{
            width: 100%;
            float: left;
            box-sizing: border-box;
            padding: 5px 0px;
            /*border-top: 1px solid rgba(198,198,198,0.2);*/
            border-bottom: 1px solid rgba(198,198,198,0.2);

        }

        .events_left .events_details .events_det_e .events_gallery .gallery_head{
            width: 100%;
            float: left;
            margin-bottom: 15px;
        }

        .events_left .events_details .events_det_e .events_gallery .gallery_head .heads{
            font-family: "Century Gothic_reg";
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 18px;
            padding: 10px;
            font-weight: bold;
            border-bottom: 1px solid rgba(198,198,198,0.3);
            color:#000;
        }

        .events_left .events_details .events_det_e .events_gallery .gallery_images{
            width: 100%;
            float: left;
        }

        .events_left .events_details .events_det_e .events_gallery .gallery_images .gal_images{
            width: 100%;
            float: left;
        }

        .events_left .events_details .events_det_e .events_gallery .gallery_images .gal_images ul li{
            width: 24%;
            float: left;
            padding: 5px;
            box-sizing: border-box;
            border-radius: 5px;
            margin-bottom: 15px;
        }

        .events_left .events_details .events_det_e .events_gallery .gallery_images .gal_images ul li img{
            width: 100%;
            height:155px;
            border-radius: 20px;
            border:1px solid rgba(198,198,198,0.6);
        }
        
        .events_cont .events_center .events_show .events_side_bar .events_left #camp_registrations{
            width:100%;
            float:left;
        }
        
        .events_cont .events_center .events_show .events_side_bar .events_left #camp_registrations{
          display: block; 
          content: " "; 
         position:absolute;
         top:-120px;
          height: 285px; 
          visibility: visible; 
          pointer-events: none;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .camp_registration{
            width: 100%;
            float: left;
            position: relative;
        }

        .events_side_bar .events_left .camp_registration .camp_register_head{
            width: 100%;
            float: left;
            margin-bottom: 10px;
            background: #513f95;
        }

        .events_side_bar .events_left .camp_registration .camp_register_head .camp_head{
            font-family: "Century Gothic_reg";
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 18px;
            padding: 10px;
            font-weight: bold;
            letter-spacing: 1px;
            border-bottom: 1px solid rgba(198,198,198,0.3);
            color:#fff;
        }

        .events_side_bar .events_left .camp_registration .camp_out_reg{
            width: 450px;
            left:calc(100% - 75%);
            top:calc(100% - 72%);
            position: absolute;
            z-index: 10;
            display: none;
        }

        .events_side_bar .events_left .camp_registration .camp_out_reg .camp_out_con{
            width: 100%;
            float: left;
            background: white;
            border-radius: 5px;
            border:1px solid rgba(198,198,198,0.3);
        }

        .events_side_bar .events_left .camp_registration .camp_out_reg .camp_out_con .camp_reg_heads{
            width: 100%;
            float: left;
            background: #7cc576;
            border-radius: 5px 5px 0px 0px;

        }

        .events_side_bar .events_left .camp_registration .camp_out_reg .camp_out_con .camp_reg_heads .head{
            font-family: "Century Gothic_reg";
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 14px;
            padding: 10px;
            font-weight: bold;
            border-bottom: 1px solid rgba(198,198,198,0.3);
            color:#fff;
            border-radius: 5px 5px 0px 0px;
        }

        .events_side_bar .events_left .camp_registration .camp_out_reg .camp_out_con .camp_details{
            width: 100%;
            float: left;
            border-radius: 5px 5px 0px 0px;
            padding: 10px;
            text-align: center;
        }

        .events_side_bar .events_left .camp_registration .camp_out_reg .camp_out_con .camp_details p{
            line-height: 25px;
            font-family: "Century Gothic_reg";
            font-size: 14px;
            color: #666;
            padding: 10px;
            text-align: center;
        }

        .events_side_bar .events_left .camp_registration .spinner_new{
            position: absolute;
            top: calc(100% - 63%);
            left: calc(100% - 57%);
            display: none;
            z-index: 9
        }

        .events_side_bar .events_left .camp_registration .camp_form{
            width: 100%;
            float: left;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds{
            width: 100%;
            float: left;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg{
            width: 100%;
            float: left;
            position: relative;
            border-bottom: 1px  solid rgb(0 0 0 / 10%);
            /*border-top: 1px  solid rgb(0 0 0 / 5%);*/
            margin-bottom: 10px;
            background: #f1efef;
            padding: 10px 18px 0px 18px
;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .pref_camp_head{
            float: left;
            padding: 5px;
             font-family: "Century Gothic_reg";
            font-size: 14px;
            color: #666;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .pref_camp_loca{
            float: left;
            padding: 2px;
            width: 29%;
             font-family: "Century Gothic_reg";
            font-size: 14px;
            color: #666;
            position: relative;
            margin-right: 7px;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .pref_camp_loca .loc_int{
            margin-right: 15px; 
            float: left;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .pref_camp_loca .loc_int .int_but{
            padding: 5px 2px;
            float: left;

        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .pref_camp_loca .loc_int .int_but_text{
            padding: 3px;
            float: left;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .pref_camp_loca input[type='radio']{

        }   

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg label.error {
            color: #ffb52f;
            position: absolute;
            left: 0;
            top: 90%;
            width: 100%;
            margin: 2px;
            font-size: 13px;
            z-index: 3;
            font-family: "Century Gothic_reg";
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg  .int_but label.error {
            color: #dd4040;
            position: absolute;
            left: 0;
            top: 90%;
            width: 100%;
            margin: 2px;
            font-size: 13px;
            font-weight:bold;
            letter-spacing:1px;
            z-index: 3;
            font-family: "Century Gothic_reg";
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg select{
            width: 48%;
            float: left;
            border: 1px solid #efefef;
            padding: 7px;
            box-sizing: border-box;
            outline: none;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds{
            width: 48%;
            float: left;
            margin-right: 10px;
            margin-bottom: 30px;
            position: relative;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds .column_f{
            width: 100%;
            float: left;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds .column_f .col_Sel{
            width: 25%;
            float: left;
            position: relative;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds .column_f select{
            width: 100%;
            float: left;
            border: 1px solid #bfbbbb;
            padding: 10px;
            box-sizing: border-box;
            outline: none;
        }

         .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds .column_f .col_int{
            width: 75%;
            float: left;
            position: relative;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds .column_f input{
            width: 100%;
            float: left;
            border: 1px solid #bfbbbb;
            padding: 7px;
            box-sizing: border-box;
            outline: none;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds input{
            width: 100%;
            float: left;
            border: 1px solid #bfbbbb;
            padding: 7px;
            box-sizing: border-box;
            outline: none;
        } 

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds textarea{
            width: 100%;
            float: left;
            border: 1px solid #bfbbbb;
            padding: 7px;
            box-sizing: border-box;
            outline: none;
        } 

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds_submit{
            width: 98%;
            float: left;
            margin-right: 10px;
            margin-bottom: 30px;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds_submit input{
            background: #702081;
            color: white;
            padding: 10px 60px;
            border-radius: 5px;
            border: none;
            border: 1px solid #fff;
            transition: all 300ms linear 0s;
        }

        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds_submit input:hover{
            border: 1px solid #702081;
            background: none;
            color: #702081;
        }

        .events_cont .events_center .events_show .events_side_bar .events_right{
            width: 25%;
            float: left;
            padding: 1%;
            box-sizing: border-box;
			position:sticky;
			top:100px;
        }

        .events_cont .events_center .events_show .events_side_bar .events_right .services_ev{
            width: 100%;
            float: left;
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .services_ev .services_e_head{
            width: 100%;
            float: left;
            /*border-bottom: 2px solid rgb(112 97 165);*/
         }

        .events_cont .events_center .events_show .events_side_bar .events_right .services_ev .services_e_head .head{
            font-family: "Century Gothic_reg";
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 18px;
            padding: 8px;
            color:#000;
            float: left;
            font-weight: bold;
            /*border-bottom: 1px solid rgba(198,198,198,0.3);*/
            border-bottom: 2px solid rgb(112 97 165);
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .services_ev .services_e_list{
            width: 100%;
            float: left;
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .services_ev .services_e_list ul li{
            width: 100%;
            float: left;
            margin: 5px 0px;
            border-bottom: 1px solid rgba(198,198,198,0.1);
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .services_ev .services_e_list ul li:last-child{
            border-bottom:0;
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .services_ev .services_e_list ul li a{
            padding: 10px;
            display: block;
            width: 100%;
            float: left;
            box-sizing: border-box;
            font-family: "Century Gothic_reg";
            font-size: 12px;
            color: #513f95;;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: padding-left 200ms linear 0s;
            font-weight: bold;
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .services_ev .services_e_list ul li a:hover{
            padding-left: 15px;
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts{
            width: 100%;
            float: left;
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recents_e_head{
            width: 100%;
            float: left;
            //border-bottom: 2px solid rgb(112 97 165);
         }

        .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recents_e_head .head{
            font-family: "Century Gothic_reg";
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 18px;
            padding: 8px;
            color:#000;
            float: left;
            font-weight: bold;
            /*border-bottom: 1px solid rgba(198,198,198,0.3);*/
            border-bottom: 2px solid rgb(112 97 165);
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recent_list{
            width: 100%;
            float: left;
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recent_list ul li{
            width: 100%;
            float: left;
            margin: 5px 0px;
            border-bottom: 1px solid rgba(198,198,198,0.1);
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recent_list ul li .image{
            width: 65px;
            height: 65px;
            float: left;
            padding: 5px;
            overflow: hidden;
            box-sizing: border-box;
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recent_list ul li .image .image_con{
            width: 100px;
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recent_list ul li .image img{
            width: 100%;

         }

         .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recent_list ul li .image .image_con i{
            font-size: 44px;
            border: 1px solid;
            padding: 5px;
         }



         .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recent_list ul li .image_tiles_b{
            width: 76%;
            float: right;
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recent_list ul li .image_tiles_b .b_titles{
            width: 100%;
            float: left;
             font-family: "Century Gothic_reg";
           
            letter-spacing: 1px;
            font-size: 12px;
            padding: 3px;
            color:#000;
            font-weight: bold;
            height: 53px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
         }

         .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recent_list ul li .image_tiles_b .b_titles a{
            font-size: 12px;
             color:#000;
         }
        
        .events_cont .events_center .events_show .events_side_bar .events_right .recent_posts .recent_list ul li .image_tiles_b .b_dates{
            width: 100%;
            float: left;
         }

         .events_right .recent_posts .recent_list ul li .image_tiles_b .b_dates .image_b{
            float: left;
         }

         .events_right .recent_posts .recent_list ul li .image_tiles_b .b_dates .post_date_b{
            float: left;
            font-size: 11px;
            padding: 1px 0px;
            font-family: "Century Gothic_reg";
            font-style: italic;
         }


        .events_cont .events_center .events_show .events_side_bar .events_right .publication{
            width: 100%;
            float: left;
            margin-bottom:15px;
        }

        .events_cont .events_center .events_show .events_side_bar .events_right .publication .pub_head{
            width: 100%;
            float: left;
            /*border-bottom: 3px solid #513f95;*/
            margin-bottom: 10px;
        }

        .events_cont .events_center .events_show .events_side_bar .events_right .publication .pub_head .head{
            float: left;
            background: #fff;
            font-family: "Century Gothic_reg";
            padding: 5px 15px 5px 5px;
            color: #000;
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 16px;
            text-transform: uppercase;
            border-bottom: 2px solid rgb(112 97 165);
        }

        .events_cont .events_center .events_show .events_side_bar .events_right .publication .pub_list{
            width: 100%;
            float: left;
        }

        .events_cont .events_center .events_show .events_side_bar .events_right .publication .pub_list ul li{
            width: 100%;
            float: left;
            border:1px solid #e7ebee;
            margin-bottom: 5px;
            padding: 5px 0px;
        }

        .events_cont .events_center .events_show .events_side_bar .events_right .publication .pub_list ul li .check_list{
            float: left;
            padding: 6px 10px 0px 10px;
            width: 20%;
        }

        .events_cont .events_center .events_show .events_side_bar .events_right .publication .pub_list ul li .check_list i{
            font-size: 20px;
            color: #513f95;
        }

        .events_cont .events_center .events_show .events_side_bar .events_right .publication .pub_list ul li .pub_check{
            float: left;
            font-family: 'Roboto Bold';
            padding:3px;
            color:#000;
            letter-spacing: 2px;
            width: 80%;
            height: 33px;
            overflow: hidden;
            text-transform: uppercase;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

         .events_right .publication .for_more{
            width: 100%;
            float: left;
            margin: 10px 0px;
        }

        .events_right .publication .for_more .for_button{
            width: 65%;
            margin-left: 17%;
            float: left;
            text-align: center;
        }

        .events_right .publication .for_more .for_button a{
            padding: 5px;
            display: block;
            border-radius: 5px;
            border:1px solid #513f95;
            color:#000;
        }

         .events_right .publication .for_more .for_button a:hover{
            background: #513f95;
             color:#fff;
         }

         .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds label.error {
            color: #dd4040;
            position: absolute;
            left: 0;
            top: 94%;
            font-weight: bold;
            width: 100%;
            margin: 2px;
            letter-spacing: 1px;
            font-size: 12px;
            z-index: 3;
            font-family: "Century Gothic_reg";
        }

        .articles_con{
            min-width: 100%;
            float: left;
        }

        .articles_con .articles_center{
            width: 1300px;
            margin:0 auto;
        }

        .articles_con .articles_center .articles_show{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left{
            width: 75%;
            float: left;
            padding: 1%;
            box-sizing: border-box;
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now{
            width: 100%;
            float: left;
            margin-bottom: 20px;
            display: none;
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now .trend_head{
            width: 25%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now .trend_head .head{
           text-align: center;
            padding: 5px;
            color: #fff;
            background: #fff;
            font-family: "Century Gothic_reg";
            letter-spacing: 2px;
            font-weight: bold;
            font-size: 14px;  
            text-transform: uppercase;
            background: #e54c3d;     
            position: relative;     
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now .trend_head .head:after{
            border-left:10px solid #e54c3d;
            border-top:10px solid transparent;
            border-bottom:10px solid transparent;
            position: absolute;
            content: "";
            left:100%;
            top:29%;
            z-index: 5;
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now .news_con{
            width: 75%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now .news_con ul{
            height: 35px;
            overflow: hidden;
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now .news_con ul li{
            padding: 5px 25px;            
            text-align: justify;
            background: #fff;
            font-family: "Century Gothic_reg";
            letter-spacing: 2px;
            font-weight: bold;
            font-size: 13px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            margin-bottom: 2px;
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now .news_con ul li a{
            color: #000;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_carousel{
            width: 100%;
            float: left;
        }

        .articles_left .articles_carousel .articles_loop{
            width: 100%;
            float: left;
        }

        .articles_left .articles_carousel .articles_loop .articles_carousel_title{
            width: 100%;
            float: left;
            position: relative;
			margin-bottom: 12px;
        }

        .articles_left .articles_carousel .articles_loop .articles_carousel_title .head{
            float: left;
			background: #fff;
			font-family: 'Roboto Bold';
			padding: 10px 15px 10px 5px;
			/* color: #85a1b2; */
			/* color: #ff9800; */
			color: #000;
			font-weight: bold;
			letter-spacing: 2px;
			font-size: 16px;
			text-transform: uppercase;
			width: 100%;
			line-height: 30px;
        }

        .articles_left .articles_carousel .articles_loop .articles_carousel_title .view_all{
           float: right;           
        }

        .articles_left .articles_carousel .articles_loop .articles_carousel_title .view_all h3{
            float: left;
            padding: 10px 15px;      
            /*color: #ff9800;*/
            color:#000;
            background: #fff;
            font-family: 'Roboto Regular';
            letter-spacing: 2px;
            font-weight: bold;
            font-size: 16px;
            text-transform: uppercase;
        }

        .articles_left .articles_carousel .articles_loop .articles_carousel_title .view_all h4{
            float: left;
            padding: 10px 15px;      
            color: #ff9800;
            background: #fff;
            font-family: 'Roboto Regular';
            letter-spacing: 2px;
            cursor: pointer;
            font-weight: bold;
            border-left: 1px solid;
        }

        .articles_left .articles_carousel .articles_loop .articles_carousel_title .view_all h4 a{
            color: #ff9800;
        }

        .articles_left .articles_carousel .articles_loop .articles_carousel_title .line{
           width: 100%;
			height: 1px;
			float: left;
			background: #513f95;
			/* padding: 5px 0; */
			margin-top: 5px;
			/* position: absolute; */
			top: 45%;
        }

        .articles_left .articles_carousel .articles_loop .articles_panel_list{
            width: 100%;
            float: left;
            position: relative;
        }

        .articles_left .articles_carousel .articles_loop .articles_panel_list .articles_list{
            width: 100%;
            float: left;
        }

        .articles_loop .articles_panel_list .articles_list .services_button{
            width: 100%;
            float: left;
        }

        .articles_loop .articles_panel_list .articles_list .services_button .ser_but{
            float: right;
            //margin-right: 20px;
        }

        .articles_loop .articles_panel_list .articles_list .services_button .ser_but .prev{
            background: #e7ebee;
            border:1px solid #85a1b2;           
            float: left;
            margin-right: 5px;
            cursor: pointer;
        }

        .articles_loop .articles_panel_list .articles_list .services_button .ser_but .prev img{
            padding:5px 10px;
        }

        .articles_loop .articles_panel_list .articles_list .services_button .ser_but .next{
            background: #e7ebee;
            cursor: pointer;
            border:1px solid #85a1b2;           
            float: left;
        }

        .articles_loop .articles_panel_list .articles_list .services_button .ser_but .next img{
            padding:5px 10px;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles{
            width: 100%;
            float: left;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles{
            width: 100%;
            float: left;
            overflow: hidden;
            margin-top: 10px;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul{
            width: 1000%;
            float: left;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li{
            float: left;
            width: 3.2555555%;
            margin-right: 10px;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_image{
            width: 100%;
            float: left;
            height: 300px;
            overflow: hidden;
            border:1px solid rgb(255 152 0 / 50%);
            position: relative;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_image .images{
            width: 100%;
            float: left;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_image .images img{
            width: 100%;
            float: left;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_image .services_pub{
            width: 100%;
            float: left;
            position: absolute;
            bottom:0;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_image .services_pub h4{ 
            background: rgb(255 152 0 / 90%);
            font-family: "Century Gothic_reg";
            letter-spacing: 2px;
            cursor: pointer;
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
            backdrop-filter: blur(3px);
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_image .services_pub h4 a{
            padding: 5px 15px;
            color: #fff;
            display: block;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_name{
            width: 100%;
            float: left;
        }

         .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_name h4{
            padding: 5px;      
            color: #000;
            text-align: justify;
            background: #fff;
            font-family: 'Roboto Regular';
            letter-spacing: 2px;
            font-weight: bold;
            font-size: 15px;
            height: 54px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 2px;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_name h4 a{
            color: #000;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_date{
            width: 100%;
            float: left;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_date h4{
            padding: 5px;      
            color: rgb(0 0 0);
            text-align: justify;
            background: #fff;
            font-family: 'Roboto Regular';
            letter-spacing: 2px;
            font-size: 12px;
            text-transform: uppercase;
        }

        .articles_left .articles_carousel .articles_loop .articles_ads{
            width: 100%;
            float: left;
            margin: 20px 0px;
        }

        .articles_left .articles_carousel .articles_loop .articles_ads .articles_ads_image{
            width: 100%;
            float: left;
        }

        .articles_left .articles_carousel .articles_loop .articles_ads .articles_ads_image img{
            width: 100%;
        }

        .articles_con .articles_center .articles_show .articles_left .article_single_head{ 
            width:100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .article_single_head .head{ 
            float: left;
            background: #fff;
            font-family: 'Roboto Bold';
            padding: 10px 15px 10px 5px;
            color: #000;
            font-weight: bold;
            line-height: 40px;
            letter-spacing: 2px;
            font-size: 22px;
            text-decoration: underline;
            text-transform: uppercase;
        }

        .articles_con .articles_center .articles_show .articles_left .article_single_buttons{ 
            width:100%;
            float: left;
            margin:20px 0px;
        }

        .articles_con .articles_center .articles_show .articles_left .article_single_buttons .source_button{ 
            float: left;
            
        }

        .articles_con .articles_center .articles_show .articles_left .article_single_buttons .source_button a{
            padding: 10px 20px;
            background: #d3262c;
            color: white;
            font-family: "Century Gothic_reg";
            border-radius: 5px;
        }

        .articles_con .articles_center .articles_show .articles_left .article_single_buttons .articles_button{ 
            float: right;
        }

        .articles_con .articles_center .articles_show .articles_left .article_single_buttons .articles_button .arti_but_head{ 
            float: left;
            padding: 5px;
            color: #000;
            font-family: "Century Gothic_reg";
            font-weight: bold;
            font-size: 16px;
            margin-right: 5px;
        }

        .articles_con .articles_center .articles_show .articles_left .article_single_buttons .articles_button .arti_but{ 
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .article_single_buttons .articles_button .arti_but a{
            padding: 10px 20px;
            background: #513f95;
            color: white;
            font-family: "Century Gothic_reg";
            border-radius: 5px;
        }

        .articles_con .articles_center .articles_show .articles_left .article_details{ 
            width:100%;
            float: left;
            margin:20px 0px;
        }

        .articles_con .articles_center .articles_show .articles_left .article_details .images{ 
            width:100%;
            float: left;
            position: relative;
            
        }

        .articles_con .articles_center .articles_show .articles_left .article_details .images .image_pop{
            position: absolute;
            width: 100%;
            z-index: 5;
            top: -150px;
            left: 0;
            border:1px solid  1px solid rgb(81 63 149 / 30%);
            display: none;
            box-shadow: 3px 2px 7px rgb(81 63 149 / 50%);
        }

        .articles_con .articles_center .articles_show .articles_left .article_details .images .pop_img_over{
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 4;
            top: 0;
            left: 0;
            background:rgb(0 0 0 / 50%);
            display: none;
        }

        .articles_con .articles_center .articles_show .articles_left .article_details .images .image_pop img{
            width: 100%;
            margin: 0;
        }

        .articles_con .articles_center .articles_show .articles_left .article_details .images .image_pop .pop_img_close{
            position: absolute;
            right: 0;
            /*top: -33px;*/
            padding: 5px;
            background: #513f95;
            color: white;
            cursor: pointer;
        }

        .articles_con .articles_center .articles_show .articles_left .article_details .images .img_pops{ 
            width:90%;
            margin: 15px;
            float: left;
            border:1px solid rgb(133 161 178 / 50%);
            box-shadow: 1px 1px 7px #85a1b2;
            cursor: pointer;
        }

         .articles_con .articles_center .articles_show .articles_left .article_details .images .image_zoom_pop{
            width: 45%;
            float: left;
            position: relative;
            margin-bottom: 30px;
         }

        .articles_con .articles_center .articles_show .articles_left .article_details .images .img_zoom{
            position: absolute;
            bottom: -8px;
            left:15px;
            padding: 0px 10px;
            backdrop-filter: blur(3px);
            background: rgb(81 63 149 / 20%);
            color: #000;
            box-shadow: 3px 2px 7px rgb(81 63 149 / 20%);
            font-size: 11px;
        }

        .articles_con .articles_center .articles_show .articles_left .article_details .images p{
            padding: 10px;
            font-size: 14px;
            line-height: 25px;
        }

        .articles_con .articles_center .articles_show .articles_left .article_details .images p:nth-child(4):first-letter{
            font-size: 50px;
            padding: 17px 0px 0 0;
            margin: 0 .3rem 0 0;
            font-family: "bebas_neueregular";
            float: left;
            line-height: 0.4;
        }
		
		.articles_con .articles_center .articles_show .articles_left .article_details .images .press_cont{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .article_details .images .press_cont p{
            padding: 10px;
            font-family: "Roboto Regular";
            font-size: 14px;
            line-height: 26px;
        }


        .articles_con .articles_center .articles_show .articles_left .article_details .images  > ul > li{
            width: 33%;
            float: left;
            padding: 10px;
            box-sizing: border-box;
        }

        .articles_con .articles_center .articles_show .articles_left .article_details .images  > ul > li img{
            width: 100%;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list{
            width:100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list{
            width:100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .articles_pubs_head{
            width:100%;
            float: left;
            border-bottom: 1px solid rgb(133 161 178 / 30%);
        }

        .articles_left .articles_pubs_list .articles_pubs_head .head{
            float: left;
            font-family: 'Roboto Bold';
            padding: 10px 15px 10px 5px;
            color: #000;
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 22px;
			line-height: 38px;
            text-transform: uppercase;
        }

        .articles_left .articles_pubs_list .articles_pubs_head .views_articles{
            float: right;
			margin-bottom: 10px;
        }

        .articles_left .articles_pubs_list .articles_pubs_head .views_articles ul li{
            float: left;
            border: 1px solid rgb(255 152 0 / 50%);
            border-radius: 5px;
            padding: 5px 2px 0px 2px;
            margin-top: 7px;
            margin-right: 5px;
            cursor: pointer;
            color:rgb(255 152 0 / 30%);
        }

        .articles_left .articles_pubs_list .articles_pubs_head .views_articles ul li.art_active{
            color: #ff9800;
        }

        .articles_left .articles_pubs_list .articles_pubs_head .views_articles ul li:hover{
            color: #ff9800;
        }

        .articles_left .articles_pubs_list .articles_pubs_head .views_articles ul li i{
            font-size: 20px;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .articles_count_filter{
            width:100%;
            float: left;
            border-bottom: 1px solid rgb(133 161 178 / 30%);
        }

        .articles_left .articles_pubs_list .articles_count_filter .articles_co{
            float: left;
            font-family: "Century Gothic_reg";
            padding: 10px 15px 10px 5px;
            color: #000;
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 12px;
            text-transform: uppercase;
        }

        .articles_left .articles_pubs_list .articles_count_filter .art_fitlers{
            float: right;
        }

        .articles_left .articles_pubs_list .articles_count_filter .art_fitlers .filt{
            float: left;
            margin-top: 8px;
            margin-right: 5px;
        }

        .articles_left .articles_pubs_list .articles_count_filter .art_fitlers .filt select{
            border:1px solid rgb(133 161 178 / 30%);
            padding: 5px 20px;
            outline: none;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .articles_pubs_show{
            width:100%;
            float: left;
            border-bottom: 1px solid rgb(133 161 178 / 30%);
            padding: 20px 0px;
            margin-bottom: 20px;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li{
            width:32.5%;
            float: left;
            border: 1px solid rgb(255 152 0 / 30%);
            margin-right: 10px;
            margin-bottom: 10px;
            box-sizing: border-box;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li:nth-child(3n){
            margin-right: 0px;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li .images_l{
            width: 100%;
            float: left;
            height: 200px;
            margin: 5px 0px;
            overflow: hidden;
            position: relative;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li .images_l .images{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li .images_l .images img{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li .art_dets{
            width: 100%;
            float: left;
            padding: 5px;
            box-sizing: border-box;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li .art_dets .artshow_title{
            width: 100%;
            float: left;            
        } 

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li .art_dets .artshow_title a{
            width: 100%;
            float: left; 
            font-family: 'Poppins_regular';
            padding: 0px 15px 10px 5px;
            color: #333;
            letter-spacing: 2px;
            font-size: 12px;
            font-weight: bold;
            text-align: justify;
            height: 54px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li .art_dets .artshow_title a.show_list_media{
            font-size: 15px; 
            height: 32px; 
            text-align: center;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li .art_dets .artshow_date{
            width: 100%;
            float: left;            
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li .art_dets .artshow_date h4{
            padding: 5px;
            color: rgb(0 0 0 / 100%);
            text-align: justify;
            background: #fff;
            font-family: "Century Gothic_reg";
            letter-spacing: 2px;
            cursor: pointer;
            font-size: 12px;         
        }



        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_list_view ul li{
            width:100%;
            float: left;
            box-sizing: border-box;
            border: 1px solid rgb(255 152 0 / 50%);
            margin-right: 10px;
            margin-bottom: 10px;
            border-radius: 5px;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_list_view ul li .images_l{
            width: 25%;
            float: left;
            height: 105px;
            margin: 5px 0px;
            overflow: hidden;
            position: relative;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_list_view ul li .images_l .images{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_list_view ul li .images_l .images img{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_list_view ul li .art_dets{
            width: 75%;
            float: left;
            padding: 5px;
            box-sizing: border-box;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_list_view ul li .art_dets .artshow_title{
            width: 100%;
            float: left;            
        } 

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_list_view ul li .art_dets .artshow_title a{
            width: 100%;
            float: left; 
            font-family: "Century Gothic_reg";
            padding: 0px 15px 10px 5px;
            color: #333;
            letter-spacing: 2px;
            font-size: 12px;
            font-weight: bold;
            text-align: justify;
            height: 54px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_list_view ul li .art_dets .artshow_title a.show_list_media{
            font-size: 15px; 
            height: 50px; 
            padding-top: 20px;
    
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_list_view ul li .art_dets .artshow_date{
            width: 100%;
            float: left;            
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_list_view ul li .art_dets .artshow_date h4{
            padding: 5px;
            color: rgb(0 0 0 / 100%);
            text-align: justify;
            background: #fff;
            font-family: "Century Gothic_reg";
            letter-spacing: 2px;
            cursor: pointer;
            font-size: 12px;         
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_left{
            width: 35%;
			float: left;
			padding: 1%;
			box-sizing: border-box;
			position: sticky;
			top: 142px;
			background: white;
        }

        .media_menu_left .med_menu{
            float: left;
            width: 100%;
            /*border-bottom: 1px solid rgba(51,51,51,0.2);*/
        }

        .media_menu_left .med_menu ul li{
            float: left;
            width: 100%;
            margin-bottom: 15px;                
            padding: 0px;
            box-sizing: border-box;
            font-family: "Century Gothic_reg";
            letter-spacing: 2px;
            font-size: 15px;
            cursor: pointer;
            color:#000;
            font-weight: bold;
            border:1px solid #4267B2;
            text-transform: uppercase;  
            border: 1px solid rgba(51,51,51,0.2);
            /*border-bottom:0;*/
			border-radius: 5px 0px 0px 5px;
        }

        /*.media_menu_left .med_menu ul li:nth-child(1){
            border:1px solid #4267B2;
            background:#4267B2;
        }

        .media_menu_left .med_menu ul li:nth-child(2){
            border:1px solid #e4405f;
            background:#e4405f;
        }

        .media_menu_left .med_menu ul li:nth-child(3){
            border:1px solid #1DA1F2;
            background:#1DA1F2;
        }*/

        .media_menu_left .med_menu ul li .so_icons{
            float: left;
            padding: 10px 5px;
            width: 15%;
			text-align:center;
        }

        .media_menu_left .med_menu ul li:nth-child(1) .so_icons i{
            color:#4267B2;
        }
        .media_menu_left .med_menu ul li:nth-child(2) .so_icons i{
            color:#e4405f;
        }
        .media_menu_left .med_menu ul li:nth-child(3) .so_icons i{
            color:#1DA1F2;
        }

        .media_menu_left .med_menu ul li .image_text{
            float: left;
            padding: 10px; 
            width: 85%;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right{
            width: 65%;
            float: left;
            padding: 1%;
            box-sizing: border-box;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .tab_link{
            width: 100%;
            float: left;
        }
        
        .articles_con .articles_center .articles_show .articles_left .media_menu_right .tab_link .post_head{
            width: 100%;
            float: left;
            padding: 10px;
            box-sizing: border-box;      
            margin-bottom: 10px;      
        }

       

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .face_link .post_head{
            background:#4267B2;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .insta_link .post_head{
            background:#e4405f;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .tab_link .post_head .head_p{
            float: left;
            padding: 5px;
            color: white;
            font-family: 'Century Gothic_reg';
            font-weight: bold;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .face_link .load_more {
            width: 30%;
            float: left;
            cursor: pointer;
            background: #513f95;
            color: white;
            font-family: 'Century Gothic_reg';
            text-align: center;
            padding: 10px;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .face_link .show_less {
            width: 30%;
            float: right;
            cursor: pointer;
            background: #513f95;
            color: white;
            font-family: 'Century Gothic_reg';
            text-align: center;
            padding: 10px;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        
         .articles_con .articles_center .articles_show .articles_left .media_menu_right .insta_link .load_more {
            width: 30%;
            float: left;
            cursor: pointer;
            background: #513f95;
            color: white;
            font-family: 'Century Gothic_reg';
            text-align: center;
            padding: 10px;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .insta_link .show_less {
            width: 30%;
            float: right;
            cursor: pointer;
            background: #513f95;
            color: white;
            font-family: 'Century Gothic_reg';
            text-align: center;
            padding: 10px;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .tab_link .face_book{
            width: 100%;
            float: left;
            border:1px solid #dbdbdb;
            box-sizing: border-box;
            margin-bottom: 10px;
        }

        .media_menu_right .tab_link .face_book .face_heads{
            width: 100%;
            float: left;
            padding: 10px;
            box-sizing: border-box;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round{
            width: 12%;
            float: left;  
            padding: 5px;
            box-sizing: border-box;          
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round .images{
            width: 100%;
            float: left;
            border-radius: 200px;
            border:3px solid #513f95; 
            padding: 0px 4px;           
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round .images img{
            padding: 2px;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head{
            width: 88%;
            float: left;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h3{
            padding: 11px 5px 0px 5px;
            font-size: 15px;
            font-family: "Roboto Regular";
            font-weight: bold;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h4 {
            font-size:13px; 
            margin-left:5px
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h4 a i{
            padding: 0;
            font-size: 15px;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h4 a:hover{
            text-decoration: underline;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h4 a:nth-child(1){
            font-size: 13px; 
            color: #4267B2;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h4 a:nth-child(2){
            font-size: 13px; 
            color: #e4405f;
        }

        .media_menu_right .tab_link .face_book .face_image{
            width: 100%;
            float: left;
            border-bottom:1px solid #dbdbdb;
            margin-bottom: 10px;
        }

        .media_menu_right .tab_link .face_book .face_image .img{
            width: 100%;
            float: left;
        }

        .media_menu_right .tab_link .face_book .face_image .img img{
            width: 100%;
        }

        .media_menu_right .tab_link .face_book .face_content{
            width: 100%;
            float: left;
        }

        .media_menu_right .tab_link .face_book .face_content .cont_left{
            width: 100%;
            float: left;
        }

        .media_menu_right .tab_link .face_book .face_content .cont_left .cont_title{
            width: 100%;
            float: left;
            padding: 10px 15px;
            box-sizing: border-box;
            color: #000;
            font-size: 14px;
			font-family: "Roboto Bold";
			text-transform:uppercase;
        }

        .media_menu_right .tab_link .face_book .face_content .cont_left .cont_title span{
            font-family: "Roboto Bold";
            letter-spacing: 1px;
        }

        .media_menu_right .tab_link .face_book .face_content .cont_left .cont_para{
            padding: 10px 15px;
            box-sizing: border-box;
            color: #000;
            width: 100%;
            float: left;
        }

        .media_menu_right .tab_link .face_book .face_content .cont_left .cont_para p{
             font-family: "Roboto Regular";
             margin-bottom:10px;
        }
        .media_menu_right .tab_link .face_book .face_content .cont_left .cont_para p a{
            text-decoration: underline;
            font-family: 'Roboto Bold';
            color: #2a6496;
        }

        .media_menu_right .tab_link .face_book .face_post_on{
            width: 100%;
            float: left;
            padding: 10px 15px;
            box-sizing: border-box;
        }

        .media_menu_right .tab_link .face_book .face_post_on .post{
            width: 100%;
            float: left;
            color: #000;
            font-family: 'Roboto Bold';
        }


        .articles_con .articles_center .articles_show .articles_right{
            width: 25%;
            float: left;
            padding: 1%;
            box-sizing: border-box;
        }

        .articles_con .articles_center .articles_show .articles_right .publication{
            width: 100%;
            float: left;
            margin-bottom:15px;
        }

        .articles_right .publication .pub_head{
            width: 100%;
            float: left;
            /*border-bottom: 3px solid #513f95;*/
            margin-bottom: 10px;
        }

        .articles_right .publication .pub_head .head{
            float: left;
            background: #fff;
            font-family: 'Roboto Bold';
            padding: 5px 15px 5px 5px;
            color: #000;
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 16px;
            text-transform: uppercase;
            border-bottom: 2px solid rgb(112 97 165);
        }

        .articles_right .publication .pub_list{
            width: 100%;
            float: left;
        }

        .articles_right .publication .pub_list ul li{
            width: 100%;
            float: left;
            border:1px solid #e7ebee;
            margin-bottom: 5px;
            padding: 5px 0px;
        }

        .articles_right .publication .pub_list ul li .check_list{
            float: left;
            padding: 8px 10px 0px 10px;
            width: 20%;
        }

        .articles_right .publication .pub_list ul li .check_list i{
            font-size: 20px;
            color: #513f95;
        }

        .articles_right .publication .pub_list ul li .pub_check{
            float: left;
            font-family: 'Roboto Bold';
            padding:6px 3px;
            color:#000;
            font-weight: bold;
            letter-spacing: 2px;
            width: 80%;
            height: 33px;
            overflow: hidden;
            font-size: 12px;
            text-transform: uppercase;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .articles_right .publication .for_more{
            width: 100%;
            float: left;
            margin: 10px 0px;
        }

        .articles_right .publication .for_more .for_button{
            width: 65%;
            margin-left: 17%;
            float: left;
            text-align: center;
        }
        
        .articles_right .publication .more_for .for_button{
            width: 65%;
            margin-left: 17%;
            float: left;
            text-align: center;
            padding: 5px;
            display: block;
            border-radius: 5px;
            border:1px solid #513f95;
            color:#000;
            cursor:pointer;
        }
        
        .articles_right .publication .more_for .for_button:hover{
            background: #513f95;
             color:#fff;
        }
        

        .articles_right .publication .for_more .for_button a{
            padding: 5px;
            display: block;
            border-radius: 5px;
            border:1px solid #513f95;
            color:#000;
			font-family: 'Roboto Regular';
        }

         .articles_right .publication .for_more .for_button a:hover{
            background: #513f95;
             color:#fff;
         }

        .articles_con .articles_center .articles_show .articles_left .press_list{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .press_list .press_li{
            width: 100%;
            float: left;
            padding: 5px;
            box-sizing: border-box;
        }

        .articles_con .articles_center .articles_show .articles_left .press_list .press_li ul li{
            float: left;
            width: 100%;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

        .articles_left .press_list .press_li ul li .images_press{
            float: left;
            width: 30%;
            box-sizing: border-box;
            padding: 5px;
        }

       .articles_left .press_list .press_li ul li .images_press .images{
            float: left;
            width: 100%;
            box-sizing: border-box;
       }

        .articles_left .press_list .press_li ul li .press_list_details{
            float: left;
            width: 70%;
            box-sizing: border-box;
            padding: 5px;
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_title{
            float: left;
            width: 100%;
            box-sizing: border-box;
			height: 30px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_title h3{
            font-family: "Roboto Bold";
			font-size: 17px;
			padding: 5px 10px;
			font-weight: bold;
			letter-spacing: 1px;
			text-transform: uppercase;
			margin-bottom: 15px;
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_title h3 a{
            color:#000;
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_date{
            float: left;
            width: 100%;
            box-sizing: border-box;
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_date .dates{
            float: left;
            padding: 5px 10px;
            font-family: 'Roboto Regular';
            color:#000;
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_date .press_tag{
            float: right;
            font-family: "Century Gothic_reg";
            color:#000;
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_date .press_tag span{
            border-right: 1px solid rgb(81 63 149 / 50%);
			margin-right: 5px;
			font-size: 12px;
			padding: 4px;
			padding-right: 10px;
			text-transform: uppercase;
			font-family: 'Roboto Bold';
			font-weight: bold;
			letter-spacing: 1px;
			cursor: default;
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_date .press_tag span:last-child{
            border-right:0;
            padding-right: 4px;

        }

        .articles_left .press_list .press_li ul li .press_list_details .press_content{
            float: left;
            width: 100%;
            box-sizing: border-box;
            height: 55px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 2px;
			font-family: 'Roboto Regular';
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_content p{
            width: 100%;
            padding: 5px 10px;
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_read{
            float: left;
            width: 100%;
            box-sizing: border-box;
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_read .read{
            float: left;            
            padding: 5px 10px;
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_read .read a{
            padding: 5px 15px;
            border: 2px solid #513f95;
            color: #000;
            font-weight: bold;
            font-family: 'Roboto Bold';
        }

        .articles_left .press_list .press_li ul li .press_list_details .press_read .read a:hover{
            border: 2px solid rgb(81 63 149 / 50%);
            color: rgb(81 63 149 / 100%);
        }

        .articles_con .articles_center .articles_show .articles_left .press_details{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .press_details .press_det{
            width: 100%;
            float: left;
        }

        .articles_left .press_details .press_det .press_titles{
            width: 100%;
            float: left;
        }

        .articles_left .press_details .press_det .press_titles h3{
            text-transform: uppercase;
			font-size: 22px;
			padding: 10px;
			font-weight: bold;
			line-height: 35px;
        }

        .articles_left .press_details .press_det .press_dates_author{
            width: 100%;
            float: left;
        }

        .articles_left .press_details .press_det .press_dates_author .dates{
            padding: 5px;
            font-family: "Century Gothic_reg";
            color: #333;
            float: left;
            text-transform: uppercase;
            font-size: 13px;
        }

        .articles_left .press_details .press_det .press_det_image{
            width: 100%;
            float: left;
        }

        .articles_left .press_details .press_det .post_share_press{
            width: 100%;
            float: left;
        }

        .articles_left .press_details .press_det .post_share_press .press_share{
            width: 7%;
            float: left;
            padding: 7.5px 5px;
            box-sizing: border-box;
            
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_head{
            width: 100%;
            float: left;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_head .head{
            font-size: 13px;
            font-family: "Century Gothic_reg";
            color: #513f95;
            font-weight: bold;
            text-align: center;
            padding: 3.5px 0px;
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_list{
            width: 100%;
            float: left;
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_list ul li{
            width: 100%;
            float: left;
            text-align: center;
            padding: 10px 0px;
            cursor: pointer;
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_list ul li i{
            font-size: 25px;
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_list ul li:nth-child(1) i{
            color: #3b5998;
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_list ul li:nth-child(2) i{
            color: #1DA1F2;
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_list ul li:nth-child(3) i{
            color: #0e76a8 ;
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_list ul li:nth-child(4) i{
            color: #E60023;
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_list ul li:nth-child(5) i{
            color: #f74425;
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_list ul li:nth-child(6) i{
            color: #ff4500;
        }

        .articles_left .press_details .press_det .post_share_press .press_share .share_list ul li:nth-child(7) i{
            color: #075e54;
        }

        .articles_left .press_details .press_det .post_share_press .post_press{
            width: 93%;
            float: left;
            padding: 5px;
            box-sizing: border-box;
        }

        .articles_left .press_details .press_det .post_share_press .post_press .post_status_p{
            width: 100%;
            float: left;
            padding: 5px;
            box-sizing: border-box;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

        .articles_left .press_details .press_det .post_share_press .post_press .post_status_p .image{
             float: left;
             color: #333;
             font-weight: bold;
        }

        .articles_left .press_details .press_det .post_share_press .post_press .post_status_p .img_det{
             float: left;
             color: #333;
             font-weight: bold;
        }

        .articles_left .press_details .press_det .post_share_press .post_press .post_press_details{
            width: 100%;
            float: left;
            padding: 5px;
            box-sizing: border-box;
        }

        .articles_left .press_details .press_det .post_share_press .post_press .post_press_details p{
            padding: 10px;
			font-size: 16px;
			line-height: 30px;
        }
		
		 .articles_left .press_details .press_det .post_share_press .post_press .post_press_details .press_cont{
            width: 100%;
            float: left;
        }
        
        .articles_left .press_details .press_det .post_share_press .post_press .post_press_details .press_cont h3{
            font-family: 'Roboto Bold';
            color: black;
        }

        .articles_left .press_details .press_det .post_share_press .post_press .post_press_details .press_cont p{
            padding: 10px;
            font-family: "Roboto Regular";
            font-size: 16px;
            line-height: 26px;
        }
        
        .articles_left .press_details .press_det .post_share_press .post_press .post_press_details .press_cont > .press_list > li{
            width: 100%;
            float: left;
            padding: 10px;
            box-sizing: border-box;
            color: black;
            font-family: 'Roboto Regular';
			font-size: 16px;
        }
        
        .articles_left .press_details .press_det .post_share_press .post_press .post_press_details .press_cont > .press_list > li strong{
            font-family: 'Roboto Bold';
            font-size: 14px;
        }

        .articles_left .press_details .press_det .post_share_press .post_press .post_press_details .press_cont > ul > li{
            width: 33%;
            float: left;
            padding: 10px;
            box-sizing: border-box;
        }

        .articles_left .press_details .press_det .post_share_press .post_press .post_press_details .press_cont > ul > li img{
            width: 100%;
        }

        .articles_con .articles_center .articles_show .articles_left .vids_filter_con{
            width: 100%;
            float: left;
            padding: 10px 5px; 
            border-bottom: 1px solid rgba(198,198,198,0.6);
            margin-bottom: 20px;
        }

        .articles_con .articles_center .articles_show .articles_left .vids_filter_con .vids_found{
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .vids_filter_con .vids_found .videos_heads{
            font-size: 28px;
            font-family: "Century Gothic_reg";
            color: #513f95;
            font-weight: bold;
            text-align: center;
            padding: 3.5px 0px;
            text-transform: uppercase;
        }

        .articles_con .articles_center .articles_show .articles_left .vids_filter_con .vids_filters{
            float: right;
        }

        .articles_con .articles_center .articles_show .articles_left .vids_filter_con .vids_filters .vids_rows{
            float: left;  
            margin-right: 10px;          
        }

        .articles_con .articles_center .articles_show .articles_left .vids_filter_con .vids_filters .vids_rows select{
            float: left;
            border: 1px solid #efefef;
            padding: 7px;
            box-sizing: border-box;
            outline: none;        
			font-family: 'Roboto Regular';			
        }

         .articles_con .articles_center .articles_show .articles_left .video_list{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .vids_latest{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .vids_latest .vids_latest_head{
            width: 100%;
            float: left;
            border-bottom: 1px solid rgba(198,198,198,0.6);
            padding: 10px 5px;
            margin-bottom: 20px;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .vids_latest .vids_latest_head .latest_vids{
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .vids_latest .vids_latest_head .latest_vids .heads{
            padding: 5px;
            font-size: 28px;
            font-family: "Century Gothic_reg";
            color: #513f95;
            text-transform: uppercase;
            font-weight: bold;
            text-align: center;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .vids_latest .vids_latest_head .video_date{
            float: right;
        }

        .articles_left .video_list .vids_latest .vids_latest_head .video_date ul li{
            font-family: 'Roboto Bold';
            float: left;
            font-weight: bold;
            text-transform: uppercase;
            color: #333;
            letter-spacing: 1px;
            padding: 5px 17px 5px 10px;
            border-right:1px solid rgba(198,198,198,0.5);
        }

        .articles_left .video_list .vids_latest .vids_latest_head .video_date ul li:last-child{
           border-right:0;
        }

        .articles_left .video_list .vids_latest .vids_latest_head .video_date ul li a{
             color: #333;
        }

        .articles_left .video_list .vids_latest .vids_latest_head .video_date ul li a:hover{
            color: #513f95;
            text-decoration:underline;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .vids_latest .latest_vids_new{
            width: 100%;
            float: left;
            margin-bottom: 20px;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .vids_latest .latest_vids_new .you_title{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .vids_latest .latest_vids_new .you_title .heads{
            padding: 10px 5px;
			font-family: 'Roboto Bold';
			color: #000;
			float: left;
			width: 100%;
			font-weight: bold;
			box-sizing: border-box;
			font-size: 17px;
			text-transform: uppercase;
			letter-spacing: 1px;
        }

        .articles_left .video_list .vids_latest .latest_vids_new .youtube_v{
            width: 100%;
            float: left;
        }

        
        .articles_left .video_list .vids_latest .latest_vids_new .youtube_v  iframe{
            width: 100%; 
            float: left; 
            height: 535px; 
            position: relative;
        }
		.articles_con .articles_center .articles_show .articles_left .video_list .video_lis{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .video_li{
            width: 100%;
            float: left;
            padding: 5px;
            box-sizing: border-box;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .video_li ul li{
            width: 48%;
            float: left;
            margin-right: 37px;
            margin-bottom:30px;
            box-sizing: border-box;
            border:1px solid #513f95;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .video_li ul li:nth-child(2n){
            margin-right: 0px;
            float: right;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .video_li ul li.no_vids{
            padding: 5px;
            font-family: "Century Gothic_reg";
            color: #513f95;
            text-transform: uppercase;
            width: 100%;
            font-weight: bold;
            text-align: center;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .video_li ul li .title_you{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .video_li ul li .title_you .heads{
            padding: 5px;
            font-family: 'Roboto Regular';
            color: #fff;
            float: left;
            width: 100%;
            box-sizing: border-box;
            font-size: 15px;
            text-transform: uppercase;
            height: 60px;
            line-height: 27px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 2px;
            background: #513f95;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .video_li ul li .title_post{
            width: 100%;
            float: left;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .video_li ul li .title_post .heads{
            padding: 5px;
            font-family: 'Roboto Regular';
            color: #333;
            float: left;
            font-weight: bold;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .video_li ul li .title_post .heads_spec{
            padding: 5px;
            font-family: 'Roboto Regular';
            
            float: right;
            font-weight: bold;
            text-transform: uppercase;
        }

        .articles_con .articles_center .articles_show .articles_left .video_list .video_li ul li .title_post .heads_spec a{
            color: #333;
        }

        .articles_left .video_list .video_li ul li .youtube_v{
            width: 100%;
            float: left;
        }

        
        .articles_left .video_list .video_li ul li .youtube_v  iframe{
            width: 100%; 
            float: left; 
            height: 300px; 
            position: relative;
        }
        

    @media only screen and (max-width:500px){

        .section_first_con{
            width: 100%;
            float: left;
            margin-top: 127px;
        }

        .testimonials-carousel .slick-prev{
            left:-30px !important;
        }

        .testimonials-carousel .slick-next{
            right:-30px !important;
        }

        .key_services{
            display: none;
        }

        .internationals .international_content .international_read .international_button{
            margin-bottom: 10px;
        }
        .articles_con .articles_center .articles_show .articles_left .article_details .images .img_zoom{
            position: absolute;
            bottom: -8px;
            left:15px;
            padding: 0px 10px;
            backdrop-filter: blur(3px);
            background: rgb(81 63 149 / 20%);
            color: #000;
            box-shadow: 3px 2px 7px rgb(81 63 149 / 20%);
            font-size: 8px;
        }
        
        .articles_loop .articles_panel_list .articles_list .list_articles ul li .services_image {
            width: 100%;
            float: left;
            height: 280px;
            overflow: hidden;
            border: 1px  solid rgb(255 152 0 / 50%);
            position: relative;
        }
    }

    @media only screen and (min-width:500px) and (max-width: 1000px){

        .section_first_con{
            width: 100%;
            float: left;
            margin-top: 140px;
        }

        .key_services{
            display: none;
        }
        .testmonul{
            max-height:inherit !important;
        }

        .testimonials-carousel .slick-prev{
            left:-30px !important;
        }

        .testimonials-carousel .slick-next{
            right:-30px !important;
        }


    }

    @media only screen and (max-width:1300px){
        .section_first_con{
            max-height: 342px;
            overflow:hidden;
            margin-top: 121px;
        }
		
		 .logo_kmh_con .logo_kmh_center{
             width:100%;
        }							   
		.header .head_bar_con .head_bar_center{
			 width:100%;
            float: left;
		}
        .about_drkmh_con .about_drkmh_center{
            width:100%;
            float: left;
        }
		

        .about_drkmh_con .milestone_blocks_con .milestone_center{
            width:100%;
            float: left;
        }

        .tertitary_services_con .tertitary_services_center{
            width:100%;
            float: left;
        }

        .international_con .international_center{
            width:100%;
            float: left;
        }

        .preventive_con .preventive_center{
            width:100%;
            float: left;
        }
		
		.elder_care_cons .elder_care_centers{
            width:100%;
            float: left;
        }

        .eldercare_con .eldercare_center{
            width:100%;
            float: left;
        }

        .doctors_con .doctors_center{
            width:100%;
            float: left;
        }
        .adult_i_con .adult_i_center{
            width: 100%;
        }
         .child_i_con .child_i_center{
            width:100%;
        }

        .vaccines_form_con .vaccines_form_center {
           width: 100%;
        }

        .consult_head_con .consult_head_center{
            width:100%;
            float: left;
        }

        .consult_filter_con .consult_filter_center{
            width:98%;
            float: left;
            margin:1%;
        }

        .consult_filter_con .consult_filter_center .consult_filter .filters_c .filter_sec{
            width: 32%;
            float: left;
            margin-right: 14px;
            position: relative;
        }

        .carousel_kmh_con .carousel_kmh_center{
                width: 100%;
                float: left;
        }

        .footer_con .footer_center{
            width: 100%;
            float: left;
        }

        .testimonials_con .testimonial_center{
            width: 100%;
            float: left;
        }

        .key_services_center{
            width: 100% !important;
            float: left;
        }

        .key_services_one .key_serv_center{
            width: 100%;
            float: left; 
        }



        .key_services_one .key_serv_center .key_serv ul li{
            float: left;
            width: 32%;
            padding: 15px 10px;
            min-height: 300px;
            border-radius: 5px;
            margin-right: 5px;
            margin-bottom: 15px;
            box-sizing: border-box;

        }

        .key_services_one .key_serv_center .key_serv ul li .s_image_conts h4{
            font-size:13px;
        }

         .key_services_one .key_serv_center .key_serv .key_serv_list {
            width: 100%;
            float: left;
            padding: 10px;
            box-sizing: border-box;
        }

         .articles_con .articles_center{
            width: 100%;
            margin:0 auto;
        }
        
        .events_cont .events_center {
            width: 100%;
            margin: 0 auto;
        }

        .events_head_banner .events_heads .heads_a{
            margin:0 auto;
            //width: 680px;
        }

    }

    

    @media only screen and (max-width:1150px){

        .section_first_con{
            max-height: 295px;
            overflow:hidden;
        }
        .doctors_con .doctors_center .doctors .list_doctor > ul > li{
            width: 32.3333%;
        }

        .about_drkmh_con {
            border-bottom: 1px solid rgba(51,51,51,0.1);
        }

        .about_drkmh .about_content .about_head{
            margin-top: 10px;
        }

        .about_drkmh_con .about_image {
            display: none;
        }
		.elder_care_cons .elder_index_image{
            display: none;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content{
            width: 100%;
            padding: 10px;
        }

        .elder_care_content .elder_ser_list ul li .ser_lists .ser_li_img{
            height: auto;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .about_drkeldercare .drk_head .head{
            font-size: 24px;
            text-align: center;
        }

         .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images{
            padding: 10px;
            box-sizing: border-box;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .about_drkeldercare{
            right: 10px;
            width: 50%;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_content{
            position: relative;
            padding: 10px;
            box-sizing: border-box;
        }
        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_content .serv_img{
            width: 90%;
            position: absolute;
            height: 850px;
            overflow: hidden;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_content .serv_img img{
            width: 90%;
            opacity: 0.1;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_content .serv_content{
            width: 100%;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li{
            margin-bottom: 50px;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_list ul li{
            width: 33%;
        }

        .about_drkmh .about_content {
            width: 100%;
            box-sizing: border-box;
            padding: 10px;
        }

        .about_drkmh_con .milestone_blocks_con .milestone_center .milestones {
            padding: 20px 10px;
            box-sizing: border-box;
        }

        .milestones ul li {
            width: 50%;
            margin-bottom: 10px;
        }

        .tertitary_services_con {
            border-bottom: 1px solid rgba(51,51,51,0.1);
        }

        .tertitary_services .tertitary_content{
            width: 100%;
        }

        .tertitary_services_con .tertitary_image {
           display: none;
        }

        .tertitary_services .tertitary_content .tertitary_head{
            margin-top: 10px;
        }

        .tertitary_services .tertitary_content .tertitary_head h1 {
            color:black;
        }

        .tertitary_services .tertitary_content .tertitary_body p  {
            color:black;
        }

        .tertitary_services .tertitary_content .tertitary_read{
            margin-bottom: 10px;
        }

        .tertitary_services .tertitary_content .tertitary_read .tertitary_button a {
            display: block;
            border: 1px solid #513F95;
            padding: 10px 30px 10px 20px;
            border-radius: 5px;
            color:#428bca;
        }

        .international_con {
            border-bottom: 1px solid rgba(51,51,51,0.1);
        }


        .international_con .international_image{
            display: none;
        }

        .internationals .international_content{
            width: 100%;
        }

        .internationals .international_content .international_head{
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .internationals .international_content .international_body p{
            margin-bottom: 10px;
        }

        .internationals .international_content .international_read{
            margin-bottom: 10px;
        }

        .preventive_con{
            border-bottom: 1px solid rgba(51,51,51,0.1);
        }

        .preventive_con .preventive_image{
            display: none;
        }

        .preventive .preventive_content{
            width: 100%;
        }

        .preventive .preventive_content .preventive_head{
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .preventive .preventive_content .preventive_body p{
            margin-bottom: 10px;
        }

        .articles_con .articles_center .articles_show .articles_left{
            width: 100%;
        }

        .articles_con .articles_center .articles_show .articles_right{
            width: 100%;
        }
    }

    @media only screen and (max-width:1000px){
        .section_first_con{
            max-height: 324px;
            overflow:hidden;
            margin-top:266px;
        }
        
         .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside{
            width: 100%;
        }

        .adult_i_con .adult_i_center .adult_i .adult_i_image .image img{
            width: 90%;
          }
          
          .child_i_con{
            margin-top: 250px;
          }

          .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun{
            margin-top:-130px;
          }

          .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_head .heads{
            margin-top:125px;
          }

          .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside{
            width: 100%;
          }

          .adult_i_con{
            margin-top: 250px;
          }

          .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip{
                min-height: inherit;
                max-height: inherit;
                overflow: inherit;
            }

            .vaccines_form .vaccines_adult .vaccines_image .image{
                width: 100%;
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a{
                width: 98%;
                margin-top: 2%;
                border-radius: 20px ;
                float: left;
                margin-left: 1%;
                background: rgb(81 63 149 / 80%);
            }

            .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .image_v{
                display: none;
            }

            .vaccines_form .vaccines_adult .vaccines_image .image img{
                width: 100%;
				padding: 10px;
				box-sizing: border-box;
            }
			
			.eldercare_con {
                margin-top: 226px;
            }

            .key_services_one .key_serv_center .key_serv ul li{
                float: left;
                width: 32%;
                padding: 15px 10px;
                min-height: 318px;
                border-radius: 5px;
                margin-right: 5px;
                margin-bottom: 15px;
                box-sizing: border-box;
            }

            .events_head_banner {
                margin-top: 140px;
                height: 200px;
            }
            
            .events_cont .events_center .events_show .events_side_bar .events_left{
                width: 100%;
            }
            
            .events_cont .events_center .events_show .events_side_bar .events_right{
                width:100%;
            }
    }

    @media only screen and (max-width:850px){
		
	    .events_head_banner {
			margin-top: 252px;
			height: 200px;
		}
        .section_first_con{
            max-height: 324px;
            overflow:hidden;
        }

        .doctors_con .doctors_center .doctors .list_doctor > ul > li{
            width: 49%;
        }
        
        .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child > a {
            color: white;
            display: block;
            width: 100%;
            padding: 8px 10px 30px 22px;
        }

        .footer_con .footer_center .footer_kmh .kmh_services {
            width: 100%;
        }

        .footer_con .footer_center .footer_kmh .kmh_address {
            width: 100%;
        }

        .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close ul li {
            float: left;
            width: 50%;
        }

        .adult_i_con .adult_i_center .adult_i .adult_i_slogan .slogan h6{
                    font-size: 20px;
                }


        .key_services_one .key_serv_center .key_serv ul li{
                float: left;
                width: 48%;
                padding: 15px 10px;
                min-height: 319px;
                border-radius: 5px;
                margin-right: 5px;
                margin-bottom: 15px;
                box-sizing: border-box;
            }

            .events_head_banner{
                height: auto;
            }

            .events_head_banner .events_heads .heads_a{
                //width: 350px;
            }

            .events_head_banner .events_heads .heads_a .e_support{
                margin-top: 20px;
            }

            .articles_loop .articles_panel_list .articles_list .list_articles ul li{
                    width: 4.9%;
            }


    }

    @media only screen and (max-width:768px){
        .events_head_banner .events_images{
            display: block;
        }

        .events_head_banner .events_heads_art{
            position: static;
            margin-top: 20px;
        }

        .events_head_banner .events_heads{
            position: absolute;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li{
            width:49%;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li:nth-child(2n){
            margin-right:0;
        }
        .events_cont .events_center .events_show .events_side_bar .events_left .event_list > ul > li{
            width: 48%;
        }

        .events_cont .events_center .events_show .events_side_bar .events_left .event_list > ul > li:nth-child(3n){
            width: 48%;
        }
        
         .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp img{
            width: 100%;
            
        }
        
        .events_head_banner .events_heads{
            width:auto;
        }
        
        .events_cont .events_center .events_show .events_side_bar .events_right .publication .pub_list ul li .check_list{
            width:10%;
        }
        
        .events_cont .events_center .events_show .events_side_bar .events_right .publication .pub_list ul li .pub_check{
            width:90%;
        }
        
         .articles_right .publication .pub_list ul li .check_list{
             width:10%;
        }
        
        .articles_right .publication .pub_list ul li .pub_check{
            width:90%;
        }
        
        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .pref_camp_loca{
            width:40%;
        }
        
        .articles_con .articles_center .articles_show .articles_left .video_list .video_li ul li{
            width:47%;
        }
        
        .articles_left .video_list .vids_latest .latest_vids_new .youtube_v iframe {
            height:423px;
        }
        
        .events_left .events_details .events_det_e .events_gallery .gallery_images .gal_images ul li{
            width:33%;
        }
        .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun{
            margin-top:-103px;
          }
          
          .child_i_con .child_i_center .child_i .child_i_desc .left_panel .child_weeks{
            display: none;
          }
          .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun .track_imun_para{
              padding:20px 20px;
          }
          .child_i_con .child_i_center .child_i .child_i_desc .left_panel .righ_aside .vac_child_faq{
              padding:10px 10px;
          }
          .child_i_con .child_i_center .child_i .child_i_desc .right_panel .type_descrip .vac_head .head {
            padding: 10px 5px;
          }
          
          .adult_i_con .adult_i_center .adult_i .adult_i_para .para {
                width: 90%;
            }
            .adult_i_con .adult_i_center .adult_i .adult_i_para .para p{
                font-size:15px;
                line-height:28px;
            }
            .adult_i_con .adult_i_center .adult_i .adult_i_slogan .slogan h6{
                line-height:28px;
            }
            
            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image_para p{
                padding-right:10px;
            }
            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .desc_para p{
                font-size:15px;
            }
            
            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_head .head{
                font-size:20px;
            }
            
            .adult_i_con .adult_i_center .adult_i .adult_i_desc .left_panel .image img{
                width:70%;
            }
            
            .adult_i_con .adult_i_center .adult_i .adult_i_desc .right_panel .type_descrip .vac_head .head{
                padding:10px 5px;
            }
            .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_head .head{
                font-size:20px;
            }
            .vaccines_form .vaccines_adult .vaccines_image .vaccines_form_a .vaccines_f .fields_box{
                width:75%;
            }
            
            .vaccines_image .vaccines_form_a .vaccines_f .fields_box .box_feilds .feilds .feilds_sub{
                width:167px;
            }
			
			 .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .img{
                display: none;
            }

            .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .about_drkeldercare{
                position: static;
                width: 100%;
            }

            .eldercare_con .eldercare_center .eldercare .image_with_content{
                margin-top: 60px;
            }

            .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .drk_logo{
                top: -36px;
                right: 31px;
                left: inherit;
            }

            .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .drk_logo .logo_bg {
                background: rgba(255,255,255,1);
                width: 120px;
                border: 1px solid rgba(51,51,51,0.1);
                height: 120px;
                padding: 35px 0px;
                border-radius: 100px;
            }

            .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .drk_logo .logo_bg img{
                width: 70%;
            }

            .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .about_drkeldercare .drk_head .head{
                text-align: left;
                font-size: 20px;
            }

            .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_content .serv_img{
                bottom: 75px;
            }

            .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_head .head{
                font-size: 50px;
                padding: 30px;
            }

            .eldercare_con .eldercare_center .eldercare .elder_care_services{
                margin-top: 0px;
            }

            .eldercare_con .eldercare_center .eldercare .home_care_services{
                margin-top: 10px;
            }

            .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_serv_head .head{
                font-size: 50px;
                padding: 30px;
            }

            .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_serv_head .line{
                width: 200px;
            }

            .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_image .home_image img{
                width: 85%;
            }

            .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_list ul li{
                width: 50%;
            }

            .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_serv_head{
                margin-bottom: 20px;
            }

            .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_list ul li .icon_image{
                height: 87px;
                margin-bottom: 15px;
                padding: 15px 0px;
            }

            .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_list ul li .icon_desc p{
                padding: 12px 0px;
            }
			
			.section_new .left_sidebar .facilities_content .facility_cont .about_content .content_a{
                width:100%;
            }

            .section_new .left_sidebar .facilities_content .facility_cont .about_content .content_image{
                display: none;
            }
			
			 .facilities_content .services_content .sections_contents .sec_para .image{
                width:100% !important;
            }

            .facilities_content .services_content .sections_contents .sec_para .image_txt {
                width: 100% !important;
            }

            .sections_contents .list_images_list .short_list .short_img .img_list{
                flex-direction: column;
            }
			
			.events_head_banner {
				margin-top: 265px;
				
			}

    }

    @media only screen and (max-width:650px){
		.events_left .events_details .events_det_e .event_cnt_dets{
			position:relative;
		}
		
		.events_left .events_details .events_det_e .event_cnt_dets .events_others .events_post_views{
			position: absolute;
			top: 18px;
			border-bottom:0;
		}
		

        .section_first_con{
            max-height: 166px;
            overflow:hidden;
        }
		
		.search_login .row_bottom .row_align .login_button {
            width: 70%;
        }													
		.section_con .section_center .section_new .camp_pop_up{
            width: 90%;
        }
        .doctors_con .doctors_center .doctors .list_doctor > ul > li{
            width: 99%;
        }
.doctor_left_sidebar .similars_doc .similar_list .simi_doct > ul > li{
            width: 99%;
        }
        .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child > a {
            color: white;
            display: block;
            width: 100%;
            padding: 8px 10px 30px 50px;
        }
        .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b {
            padding: 7px 60px;
            cursor: pointer;
        }
        .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:first-child > a {
                width: 100%;
                display: block;
                color: white;
                padding: 7px 10px 31px 44px;
        }

        .doctors_con .doctors_center .doctors .list_doctor > ul > li .education .edu{
            text-align: center;
            height: auto;
            overflow: inherit;
        }

        .about_drkmh .about_content .about_head h1{
            font-size: 25px;
        }

        .tertitary_services .tertitary_content .tertitary_head h1{
            font-size: 25px;
        }

        .internationals .international_content .international_head h1{
            font-size: 25px;
        }

        .preventive .preventive_content .preventive_head h1{
            font-size: 25px;
        }
		.elder_care_content .elder_ser_list ul li:nth-child(8) .ser_lists .ser_li_img img {
            padding: 7px 0px;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .elder_ser_list ul li{
            width: 100%;
        }

        .elder_care_content .elder_ser_list ul li .ser_lists .ser_li_img img {
            width: 35%;
        }

        .elder_care_content .elder_ser_list ul li:nth-child(7) .ser_lists .ser_li_img img {
            width: 34%;
        }

        .eldercare_con .eldercare_center .eldercare .call_appointment {
            
            margin-top: 10px;
        }
        .eldercare_con .eldercare_center .eldercare .call_appointment .call_app .call {
            width: 100%;
            text-align: center;
            padding: 10px;
        }

        .eldercare_con .eldercare_center .eldercare .call_appointment .call_app .request_services{
            float: left;
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
        }

        .eldercare_con .eldercare_center .eldercare .call_appointment .call_app .request_services .req{
            margin:0 auto;
            width: 90%;
            text-align: center;
            font-size: 14px;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .drk_logo{
            right: 0px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li .ser_list_head .head{
            font-size: 11px;
            padding: 5px 20px 5px 113px;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_list ul li{
            width: 100%;
        }


        .about_drkmh_con .milestone_blocks_con .milestone_center .milestones {
            padding: 20px 10px;
            box-sizing: border-box;
        }

        .milestones ul li {
            width: 100%;
            margin-bottom: 10px;
        }

        .image_cont .read_more_three a{
            padding: 0px 16px !important;
            display: block;
            color: white;
            font-size: 13px;
            border-radius: 5px;
            text-decoration: none;
            border-radius: 5px;
        }

        .articles_loop .articles_panel_list .articles_list .list_articles ul li{
            width: 10%;
            margin-right: 0;
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now .trend_head{
            margin-bottom: 10px;
            width: 100%;
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now .trend_head .head{
            box-sizing: border-box;
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now .trend_head .head:after {
            border-top: 10px solid #e54c3d;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            position: absolute;
            content: "";
            left: 50%;
            top: 99%;
            z-index: 5;
        }

        .articles_con .articles_center .articles_show .articles_left .trending_now .news_con{
            width: 100%;
        }

        .articles_left .articles_carousel .articles_loop .articles_carousel_title .head{
            text-align: center;
            width: 100%;
        }

        .articles_left .articles_carousel .articles_loop .articles_carousel_title .view_all {
            float: right;
            width: 100%;
            margin-top: 10px;
        }

        .articles_left .articles_carousel .articles_loop .articles_carousel_title .view_all h4{
            float: right;
            border: 1px solid;
            margin-bottom: 5px;
        }

        .articles_left .articles_carousel .articles_loop .articles_carousel_title .line {
            width: 100%;
            height: 1px;
            background: #513f95;
            z-index: 0;
        }

        .articles_con .articles_center .articles_show .articles_left .articles_pubs_list .art_grid_view ul li{
            width: 100%;
        }

        .articles_left .articles_pubs_list .articles_pubs_head .head{
            font-size: 13px;
        }

        .articles_con .articles_center .articles_show .articles_left .article_single_head .head{
            font-size: 13px;
            line-height: 25px;
            text-align: justify;
        }

        .articles_con .articles_center .articles_show .user_nav{
            /*display: none;*/
        }
        
         .events_cont .events_center .events_show .events_side_bar .events_left .event_list > ul > li{
            width: 100%;
            height:auto;
        }
        
        .events_cont .events_center .events_show .events_side_bar .events_left .event_list > ul > li:nth-child(3n){
            width: 100%;
        }
        
        .events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp img {
            width: 100%;
            height: auto;
        }
        
        .events_cont .events_center .events_show .events_side_bar .events_right .publication .pub_list ul li .check_list{
            width:15%;
        }
        
        .events_cont .events_center .events_show .events_side_bar .events_right .publication .pub_list ul li .pub_check{
            width:85%;
        }
        
        .articles_right .publication .pub_list ul li .check_list{
             width:15%;
        }
        
        .articles_right .publication .pub_list ul li .pub_check{
            width:85%;
        }
		
		.events_left .events_details .events_det_e .event_cnt_dets .events_share .share_head{
			display: flex;
			justify-content: center;
			flex-direction: row-reverse;
		}
		
		.events_left .events_details .events_det_e .event_cnt_dets .events_share .share_head .head{
			font-size: 17px;
			font-family: 'Roboto Bold';
			text-transform: uppercase;
			padding: 10px 5px;
			float:left;
		}
		
		.events_left .events_details .events_det_e .event_cnt_dets .events_share .share_head i{
			display: block;
			color: #fb2929;
			margin-top: 12px;
			font-size: 20px;
			margin-left: 5px;
			float: left;
		}
        
        .events_left .events_details .events_det_e .event_cnt_dets .events_share{
            width:100%;
        }
        
        .events_left .events_details .events_det_e .event_cnt_dets .events_others{
            width:100%;
        }
		
		.events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list ul{
			display:flex;
			justify-content:center;
		}
		
		
		.events_left .events_details .events_det_e .event_cnt_dets .events_share .share_list ul li{
			 width: 10%;
		}
		
        .articles_left .press_details .press_det .post_share_press .press_share{
            width:15%;
        }
        
        .articles_left .press_details .press_det .post_share_press .post_press{
            width:85%;
        }
        
        .events_others .events_camp_schedule .events_cam_det .schedule_session .camps_date .head .table_de_events{
            width:100%;    
        }
        
        .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .pref_camp_loca{
            width:100%;
			margin-bottom:10px;
        }
        
       .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feilds{
           width:100%;
       }
       
       .articles_left .video_list .vids_latest .latest_vids_new .youtube_v iframe{
           height:250px;
       }
	   
       
       .articles_con .articles_center .articles_show .articles_left .video_list .video_li ul li{
			width:100%
       }
       
       .articles_left .press_list .press_li ul li .images_press{
           width:100%;
       }
       
       .articles_left .press_list .press_li ul li .press_list_details{
           width:100%;
       }
	   
	   .section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li .types_image{
            width: 100%;
       }

       .section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li .head_img{
            width: 100%;
       }

       .section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li .head_cnt{
            width: 100%;
       }

       .section_new .left_sidebar .facilities_content .facility_cont .focuses_on .focus_types > ul > li .head_img .head{
            text-align: center;
       }

       .section_new .left_sidebar .facilities_content .facility_cont .list_head_grid .list_grid_view > ul > li{
            width: 100%;
       }

       .events_left .events_details .events_det_e .events_gallery .gallery_images .gal_images ul li {
            width: 50%;
        }
        
        .events_left .events_details .events_det_e .events_details_title .events_heads_e h5{
            float:right;
            width:100%;
        }
        
        .events_left .events_details .events_det_e .events_details_title .events_heads_e h5 a{
            display: block;
            float: right;
            padding: 9px 23px;
            background: #513f95;
            color: white;
        }
        
        .events_head_banner .events_heads .heads_e .e_support{
            float: left;
            background: rgb(81 63 149 / 80%);
            padding: 0px 10px;
            box-sizing: border-box;
            
        }

        .events_head_banner .events_heads .heads_e .e_support .head{
            /*border-bottom: 1px solid #fff;*/
            padding: 5px 10px;
        }

        .events_head_banner .events_heads h3{
            font-family: "bebas_neueregular";
            color:white;
            font-size: 15px;
            text-align: center;
            letter-spacing: 2px;
            display: block;
        }
        
        .events_head_banner .events_heads .heads_a .e_support{
            float: left;
            background: rgb(81 63 149 / 80%);
            padding: 0px 10px;
            box-sizing: border-box;
            
        }

        .events_head_banner .events_heads .heads_a .e_support .head{
            /*border-bottom: 1px solid #fff;*/
            padding: 5px 10px;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_left{
            width: 100%;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right{
            width: 100%;
        }

        .media_menu_left .med_menu ul li .so_icons{
            width: 7%;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round{
            width:17%;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head{
            width: 82%;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h3{
            padding: 20px 5px 4px 5px;
            font-size: 22px;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h4 {
            font-size:13px; 
            margin-left:5px
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h4 a:nth-child(1){
            font-size: 12px; 
            color: #4267B2;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h4 a:nth-child(2){
            font-size: 12px; 
            color: #e4405f;
        }
        
        .footer_con .footer_center .footer_kmh .kmh_services .kmh_s_close ul li {
            float: left;
            width: 100%;
        }

        .footer_con .footer_center .footer_kmh .footer_policies ul li{
            text-align: center;
        }

        .footer_con .footer_center .footer_kmh .footer_policies ul li a{
            font-size: 11px;
        }

        .footer_con .footer_center .footer_kmh .footer_copyrights .copy_rights{
            text-align: center;
        }
        
        .child_i_con .child_i_center .child_i .child_i_desc .left_panel .left_aside .track_imun{
            margin-top:-65px;
        }
        
        .adult_i_con .adult_i_center .adult_i .adult_i_head .head h1 {
            text-align: center;
            font-family: "bebas_neueregular";
            font-size: 47px;
            color: black;
            text-transform: uppercase;
        }
        
        .child_i_con .child_i_center .child_i .child_i_head .head h1{
            font-size: 47px;
        }
        
        
            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image{
                float: left;
                padding: 5px;
                width: 30px;
                box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt{
                float: left;
                padding: 0px 5px;
                width: 93%;
                box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p{
                font-family: "Century Gothic_reg";
                line-height: 29px;
                font-size: 15px;
                text-align: justify;
            }
			 .section_new .left_sidebar .head_name .immun > ul > li{
				width:17%; 
				float: left
			}
			
			 .section_new .left_sidebar .facilities_content .services_content .tab_services .tab_close .content_image > ul.first_o > li{
            width: 100%;
        }
        .services_content .tab_services .tab_close .content_image > ul.two_o > li{
             width: 100%;
        }
        .services_content .tab_services .tab_close .content_image > ul.three_o > li{
            width: 100%;
        }

        .services_content .tab_services .tab_close .content_image > ul.four_o > li{
            width: 100%;
        }
		.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_head .tab_image img{
			width: 38px;
			max-width: inherit;
		}
		
		.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_head .tab_title{
			width:90%;
			float:right;
		}
		
		.section_new .left_sidebar .facilities_content .services_content .tab_services .tab_head .tab_title .titles{
			font-size:11px;
		}
		
		.section_new .left_sidebar .facilities_content .facility_cont .about_content .content_image{
                display: block;
				width:100%;
            }
			 .facility_cont .sections_contents .head_para .grid_list > ul > li{
                width: 100%;
            }
			
			 .section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_design .head{
                font-size: 13px;
            }

            .facility_cont .sections_contents .head_para .grid_list > ul > li .grid_para p{
                height: auto;
            }
			
			.section_new .left_sidebar .facilities_content .facility_cont .sections_contents .head_para > ul > li .tips_details{
				width: 91%;
				float: right;
				font-family: "Roboto regular";
				font-size: 14px;
			}
			
			
			.facility_cont .sections_contents .head_para .head_list .list_acco_close .acco_cnt .list_para ul li{
				margin-left:5px;
				padding-left: 45px;
                box-sizing: border-box;
			}
			
			 .booking_slot{
                width: 92%;
            }

            .booking_fixed{
                width: 92%;
            }

            .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .heads{
                width: 100%;
                margin-bottom: 0;
            }

            .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .needornot{
                width: 100%;
                margin-bottom: 25px;
            }

            .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .collected label.error{
                top:60%;
            }

            .events_side_bar .events_left .camp_registration .camp_form .camp_feilds .feild_reg .int_but label.error{
                top:64%;
            }

            .booking_slot .booking_sub .book_doctor .user_info .user_info_panel .feild_box_panel .feild_set{
                width: 100%;
            }

            .booking_slot .booking_sub .book_doctor .user_info .user_info_panel .feild_box_panel .feild_set_buttons{
                width: 100%;
            }

            .booking_slot .booking_sub .book_doctor .location_show .location_head .head .preferred_alert{
                width: 100%;
            }
			
			.booking_slot .booking_sub .book_doctor .consult_mode .visit_con label.error{
				left: 40px;
				width: 145%;
			}
			.booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .time_show_list label.error{
				left: 40px;
				width: 145%;
			}
			
			.user_info .user_info_panel .feild_box_panel .feild_set_button .feild_box .sets .button_s{
				width: 52%;
			}
			
			.key_services_one .key_serv_center .key_serv ul li{
				width:100%;
			}
			
			
			.doctors_con .doctors_center .doctors .list_doctor > ul > li{
				height:auto !important;
				margin-bottom:8px;
				position:relative;
			}
			
			.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con {
				width: 100%;
				float: left;
				position: relative;
			}
			
			.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .image {
				margin: 0 auto;
				width: 25%;
				height: 121px;
				float: left;
				overflow: hidden;
			}
			
			.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .image img{
				height:120px;
			}
			
			.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .name{
				width: 75%;
				float: left;
				position:static;
				margin-top:5px;
			}
			
			.doctors_con .doctors_center .doctors .list_doctor > ul > li .image_con .speciality{
				width: 75%;
				float: left;
				position:static;
			}
			
			.doctors_con .doctors_center .doctors .list_doctor > ul > li .education{
				display:none;
			}
			
			.doctors_con .doctors_center .doctors .list_doctor > ul > li .doc_locs {
				float: left;
				padding: 10px 0px;
				display: flex;
				justify-content: center;
				align-items: center;
				font-family: 'Poppins_regular';
				box-sizing: border-box;
				width: 75%;
				position: absolute;
				top: 47%;
				right: 0;
			}
			
			.doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button {
				width: 100%;
				float: left;
				padding: 5px 0px;
			}
    }
    
    @media only screen and (max-width:500px){
		
		.events_head_banner {
			margin-top: 255px;
		}
		
		.logo_kmh_con .logo_kmh_center .logo_kmh .logo img{
            width: 200px;
        }

        .logo_kmh_con .logo_kmh_center .logo_kmh .search_login .row_top{
            height: 18px;
        }

        .section_first_con{
            margin-top:256px;
        }

        .search_login .row_bottom .row_align .login_button {
            width: 70%;
        }	
        .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:last-child > a {
            color: white;
            display: block;
            width: 100%;
            padding: 8px 10px 30px 25px;
        }
        .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li.location_b {
            padding: 7px 19px;
            cursor: pointer;
        }
        .doctors_con .doctors_center .doctors .list_doctor > ul > li .doctors_button ul li:first-child > a {
                width: 100%;
                display: block;
                color: white;
                padding: 7px 10px 31px 10px;
        }
        .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points{
            padding-left:0px;
        }
        
         .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image{
                float: left;
                padding: 3px;
                width: 30px;
                box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt{
                float: left;
                padding: 0px 5px;
                width: 88%;
                box-sizing: border-box;
            }

            .adult_i .adult_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt p{
                font-family: "Century Gothic_reg";
                line-height: 29px;
                font-size: 15px;
                text-align: justify;
            }
            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points{
                padding-left:0px;
            }
            
            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li .image_pt{
                width: 88%;
            }
            
            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_faq{
                padding:0px 0px;
            }
            .child_i .child_i_desc .right_panel .type_descrip .vac_desc .vac_points ul li{
                margin-left:0px;
            }
            
            

        .media_menu_right .tab_link .face_book .face_heads .face_round{
            width:20%;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head{
            width: 80%;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h3{
            padding: 9px 5px 4px 5px;
            font-size: 16px;
        }

         .media_menu_right .tab_link .face_book .face_heads .face_round_head h4 {
            font-size:13px; 
            margin-left:5px
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h4 a:nth-child(1){
            font-size: 12px; 
            color: #4267B2;
        }

        .media_menu_right .tab_link .face_book .face_heads .face_round_head h4 a:nth-child(2){
            font-size: 12px; 
            color: #e4405f;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .face_link .load_more{
            width:70%;
            margin-left: 15%;
            margin-bottom: 1%;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .face_link .show_less{
            width:70%;
            margin-right: 15%;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .insta_link .load_more{
            width:70%;
            margin-left: 15%;
            margin-bottom: 1%;
        }

        .articles_con .articles_center .articles_show .articles_left .media_menu_right .insta_link .show_less{
            width:70%;
            margin-right: 15%;
        }
		.events_cont .events_center .events_show .events_side_bar .events_left ul li .image_camp .books_campss{
            position: absolute;
            background: rgb(81 63 149 / 80%);
            font-family: "Century Gothic_reg";
            bottom:10px;
            color:white;
            width: 95%;
            backdrop-filter: blur(3px);
         }
		 
		 .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_head .head {
            font-size: 39px;
            padding: 14px;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_head .line{
            width: 150px;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_serv_head .head{
            font-size: 39px;
            padding: 14px;
        }

        .eldercare_con .eldercare_center .eldercare .home_care_services .home_care_serv_head .line{
            width: 150px;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_content .serv_img{
            display: none;
        }

        .eldercare_con .eldercare_center .eldercare .image_with_content .drk_images .about_drkeldercare .drk_head .head{
            font-size: 15px;
        }

        .eldercare_con .eldercare_center .eldercare .elder_care_services .elder_care_serv_head{
            margin-bottom: 15px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li{
            padding: 15px 15px 15px 15px;
            margin-bottom: 0px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li .ser_list_image{
            position: static;
            margin-bottom: 20px;
            padding-left: 17%;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li .ser_list_head .head{
            border-radius: 0px 15px 0px 0px;
            padding: 5px 20px 5px 10px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li .ser_list{
            padding: 10px 20px 10px 10px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li:nth-child(even) .ser_list_head{
            width: auto;
            float: right
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li:nth-child(even) .ser_list_head .head{
            border-radius: 15px 0px 0px 0px;
        }

        .elder_care_services .elder_care_serv_content .serv_content ul li:nth-child(even) .ser_list{
            border-radius: 10px 0px 10px 0px;
        }

        .elder_care_content .elder_ser_list ul li .ser_lists .ser_li_img img{
            width: 60%;
        }

        .elder_care_content .elder_ser_list ul li:nth-child(7) .ser_lists .ser_li_img img{
            width: 60%;
        }

        .elder_care_content .elder_ser_list ul li .ser_lists .ser_li_head .head{
            font-size: 13px;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .elder_care_heads{
            margin-top: 10px;
        }

        .elder_care_cons .elder_care_centers .elder_cares .elder_care_content .elder_care_heads .head{
            font-size: 19px;
        }
		
		.booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met{
            width:172px;
			right: -18px;
        }

        .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .consulting_fees{
            width: 90%;			
        }

        .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .indicative_position{
            width: 90%;
        }

        .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .consulting_fees span:nth-child(1){
            font-size: 11px;
        }
		
		.booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .consulting_fees span:nth-child(2){
			font-size: 12px;
		}

        .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .indicative_position span:nth-child(1){
            font-size: 11px;
        }
		
		.booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .indicative_position span:nth-child(2){
			font-size:12px;
		}

        .booking_slot .booking_sub .book_doctor .time_slot_con .time_slot_choose .timing_shown .consult_met .consulting_fees span:nth-child(1) i{
            font-size: 12px;
        }
    }
	
	@media only screen and (max-width:300px){
		.logo_kmh_con .logo_kmh_center .logo_kmh .logo img {
			padding: 21px 10px;
		}
		.section_first_con {
			margin-top: 210px;
		}
		
		.logo_kmh_con .logo_kmh_center .logo_kmh .hiso .iso_cert .iso_cert_center ul li img {
			width: 36px;
		}
		
		.logo_kmh_con .logo_kmh_center .logo_kmh .hiso .iso_cert .iso_cert_center ul li:nth-child(2) img {
			width: 44px !important;
		}
		
		.logo_kmh_con .logo_kmh_center .logo_kmh .logo img {
			width: 164px;
		}
	}



    



