@charset "utf-8";
/* CSS Document */

@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800');/*  font-family: 'Open Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap'); /*font-family: "Source Serif 4", serif;*/
/* 
Thin 100
Thin 100 italic
Extra-light 200
Extra-light 200 italic
Light 300
Light 300 italic
Regular 400
Regular 400 italic
Medium 500
Medium 500 italic
Semi-bold 600
Semi-bold 600 italic
Bold 700
Bold 700 italic
Extra-bold 800
Extra-bold 800 italic
Black 900
Black 900 italic
*/

body{font-family: 'Source Serif 4', serif; padding:0; margin:0;}
samp, input, textarea, label{font-family: 'Source Serif 4', sans-serif; }
div, p, form, ul, li, h1, h2, h3, h4, h5, h6, a, span, form, img, br, input, textarea, label, samp, figure, dl, dd { padding:0; margin:0; }
.hiddenscroll{overflow: hidden;}
a, input { text-decoration:none; outline:none;}

img {border:0; outline:none;}

ul{list-style-type:none;}
	
*:focus{ outline:none;}	
*, ::after, ::before {-webkit-box-sizing: border-box;	-moz-box-sizing: border-box; box-sizing: border-box;}

/* input::-webkit-input-placeholder {color: red;} 
input:-moz-placeholder {color: red;} 
input::-moz-placeholder {color: red;} 
input:-ms-input-placeholder {color: red;}
textarea::-webkit-input-placeholder {color: green;} 
textarea:-moz-placeholder {color: green;} 
textarea::-moz-placeholder {color: green;} 
textarea:-ms-input-placeholder {color: green;}
input[type="email"]::-webkit-input-placeholder {color: blue;} 
input[type="email"]:-moz-placeholder {color: blue;} 
input[type="email"]::-moz-placeholder {color: blue;} 
input[type="email"]:-ms-input-placeholder {color: blue;} */

input[type="button"],input[type="submit"],.input-checkbox {-webkit-appearance: none;-moz-appearance: none;appearance: none;}

input, textarea { background: transparent; padding: 0px 0 0px 0; border: 0; width: 100%;}

.clear{clear:both; line-height:0 !important; font-size:0 !important; height:0px !important; width: 100% !important;}
		
#navHolder{ position:fixed; left:0px; top:-100%; height:100%; width:100%; z-index:3; background:#ebebeb url(../images/megamenu.jpg) no-repeat 50% 50%; opacity:1; overflow:hidden; z-index:10;}
.navHolderActive{ opacity:1; top:0 !important;}
 
.transition{-webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out;  -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
.transition2{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.transition3{-webkit-transition: all 10s ease; -moz-transition: all 10s ease;  -o-transition: all 10s ease; transition: all 10s ease;}
.transition4{-webkit-transition: all 1.2s ease-in-out; -moz-transition: all 1.2s ease-in-out;  -o-transition: all 1.2s ease-in-out; transition: all 1.2s ease-in-out;}
.addAnimate{-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;  -o-transition: all 0.5s ease-in; transition: all 0.5s ease-in-out;}

.delay3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s;}
.delay4{ -webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; -ms-transition-delay:0.6s; transition-delay:0.6s;}
.delay5{ -webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -o-transition-delay:0.9s; -ms-transition-delay:0.9s; transition-delay:0.9s;}

.zoomIn{-webkit-transform: scale(1.1); transform: scale(1.1);}
.zoomOut{-webkit-transform: scale(1); transform: scale(1);}

.fadeOut{opacity:0;} 
.fadeIn{opacity:1;}
.fadeOutRight {opacity:0; position:relative; left:50%;}
.fadeInRight{opacity:1; left:0%;}
.fadeOutLeft {opacity:0; position:relative; right:50%;}
.fadeInLeft{opacity:1; right:0%;}
.fadeOutBottom{opacity:0; position:relative; top:50px;}  
.fadeInBottom{opacity:1; top:0px;}
.fadeOutTop{opacity:0; position:relative; margin-top:-50%;}  
.fadeInTop{opacity:1; margin-top:0%;}

.center{ width:96%; max-width:1300px; margin:0 auto; position:relative;}
.center:after{content:''; display:block; clear:both;}

.more{ display:inline-block; padding-right:18px; background:url(../images/plus.gif) no-repeat 100% 4px; color:#FFF; text-transform:uppercase; font-size:12px;}

.vertical_middle, .vertical_middle:before {height: 100%; vertical-align: middle;}
.vertical_middle>* { display: inline-block; vertical-align: middle;}

header{height: 80px; z-index: 10; position: absolute; left: 0; top:0; width: 100%; margin-top: 50px;}
.logo-box{ width: 171px; height: 57px; overflow: hidden; float: left; display: block;}
.logo-box img{width: 100%;}
.manu-box{ width: calc(100% - 520px); height: auto; float: left; display: block;}
.book-appointment-box{ width:349px; height: auto; float: left; display: block;  padding-left: 40px; margin-top: 10px;}
.appointment{ width:auto; height: 50px;  float: left; display: block; margin-top: 5px;}
.appointment a{padding: 0 20px; background: #E33861; font-size: 16px; font-weight: 600; color: #FFF; line-height: 50px; display: block; border-radius: 25px;  background-image: linear-gradient(0, #000, #000);
    background-size: 0;
    transition: .8s;
    position: relative;
    background-repeat: no-repeat; }
.appointment a:hover{ background-size: 100%; -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 9px -3px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);}

.language{ width: auto; height: auto; float: right; display: block; margin-top:19px; margin-left: 15px; }
.language ul{width: auto; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap;  }
.language ul li{ width: auto; height: auto; display: inline-block; padding: 0 5px; font-size: 20px; font-weight: bold; color: #FF5880; line-height: 20px; border-right: 1px solid #9D9D9D;}
.language ul li:last-child{border-right: 0px solid #000;}
.language ul li a{ font-size: 20px; font-weight: bold; color: #FF5880; line-height: 20px; display: block;  }


.headSec1{height:38px; }
.headSec1:after{content:''; display: block; clear: both;}
.headSec1 .headSec1_left{ float: left; padding-left: 25px;}
.headSec1 .headSec1_left span{font-size: 12px; color: #FFF; line-height: 48px; height: 48px; display: inline-block; padding-right: 15px; border-right: 1px solid #4b4d93;}
.headSec1 .headSec1_left a{font-size: 12px; line-height: 48px; color: #FFF;display: inline-block; margin-left: 15px; padding-left: 15px; position: relative;}
.headSec1 .headSec1_left a:before{content:''; width: 10px; height: 13px; background: url(../images/icon-call.png) no-repeat 0 0;  position: absolute; left: 0; top: 17px;}
.headSec1 .headSec1_right{float: right; position: relative; }
.topLinks{}
.topLinks:after{content:''; display: block; clear: both;}
.topLinks>li{float: left;/* padding:0 18px 0 18px;*/border-right:0px solid rgba(255,255,255,0.33); margin: 0px 0; position: relative;}
/*.topLinks>li:last-child{padding:0 0px 0 18px;}*/
.topLinks>li>a{ display: block; font-size: 16px!important; font-weight: 400!important; line-height: 38px; color: #FFF; }
.topLinks>li .submenuHolder {position: absolute; top: 100%; left: 0; z-index: 100; margin: 0; padding:25px; background:#FFF;  -webkit-box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);  -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2); box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);  display: none; border-top: 1px solid #E33861; overflow: hidden; width: 250px;}
.topLinks li.hasMegamenu .submenuHolder{width:100%; padding: 0;}
.topLinks li:last-of-type .submenuHolder{left:auto; right: 0;}



.topLinks>li>a:hover{color:#e33861;} 
.headerFixed .topLinks>li>a{ color: #363636; }
.headerFixed .topLinks>li>a:hover{ color: #e33861; }
.headSec2{padding-left: 0px; position: relative;}
.headSec2:after{content:''; display: block; clear: both;}
.headSec2 .headSec2_right{ float: right; padding:0 0px;position: relative;}
.logo{ float: left; margin-top: 4px;}

.headerFixed{ position: fixed; top: -50px;  padding:16px 0 0px 0; height: 100px; -webkit-box-shadow: 0px 5px 13px -5px rgb(0 0 0 / 25%); -moz-box-shadow: 0px 5px 13px -5px rgba(0,0,0,0.25); box-shadow: 0px 5px 13px -5px rgb(0 0 0 / 25%); background: #FFFFFF; }
.mobNavTriger{ display: none;}

.nav{ }
.nav:after{content:''; display: block; clear:both;}
.nav>li{ float: left; position: relative;}
.nav li.hasMegamenu{ position: static;}
.nav>li>a{display: block; padding: 0 20px 0 20px; font-size: 18px; font-weight: bold; line-height: 42px; text-transform: uppercase; color: #fff;}
.headerFixed .nav>li>a{color: #050505; }
.nav>li:last-child>a{ padding: 0 0px 0 30px;}
.nav>li:hover>a{color:#e33861;}
.nav>li .submenuHolder {position: absolute; top: 100%; left: 0; z-index: 100; margin: 0; padding:25px; background:#FFF;  -webkit-box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);  -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2); box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);  display: none; border-top: 2px solid #E33861; overflow: hidden; width: 250px;}
.nav li.hasMegamenu .submenuHolder{width:100%; padding: 0;}
.nav li:last-of-type .submenuHolder{left:auto; right: 0;}

.subMenu{}
.subMenu li:not(:last-of-type){ border-bottom: 1px solid #DDD;}
.subMenu li a{ display: block; padding: 15px 0; color: #000; font-size: 14px; position: relative;}
.subMenu li a:hover{color:#E33861;}

.subMenu li a:after{content:''; position: absolute; right:0px; top:20px; width: 11px; height: 10px; background: url(../images/arrow-set1.png) no-repeat -22px -19px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer;}
.subMenu li a:hover:after{background: url(../images/arrow-set1.png) no-repeat 0 -19px; }

.submenu_bg { background: rgba(0,0,0,.7); height: 100%; width: 100%; position: fixed; left: 0; top: 0; z-index:9; opacity: 1;}

.megamenu:after{content:''; display: block; clear: both;}
.megamenu aside{ float: left; padding: 25px; width:50%;}
.megamenu aside h3{font-size: 14px; color:#ea212d; font-style: italic; margin-bottom: 25px;}
.megamenu aside h3 strong{ color:#333333; font-size:20px; display: block;}
.megamenu aside ul{ border-bottom: 0px solid #DDD;}
.megamenu aside ul ul li:after{content:''; position: absolute; right:0px; top:12px; width: 11px; height: 10px; background: url(../images/arrow-set1.png) no-repeat -22px -19px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer;}
.megamenu aside ul ul li:hover:after{background: url(../images/arrow-set1.png) no-repeat 0 -19px; }
.megamenu aside ul li{ border-bottom: 1px solid #DDD; position: relative;}
.megamenu aside ul li a{ display: block; padding: 15px 0; color: #000; font-size: 14px; font-weight: 600; position: relative;}

.megamenu aside ul li:after{content:''; position: absolute; right:0px; top:20px; width: 11px; height: 10px; background: url(../images/arrow-set1.png) no-repeat -22px -19px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer;}
.megamenu aside ul li:hover:after{background: url(../images/arrow-set1.png) no-repeat 0 -19px; }
.megamenu aside ul li:hover a{ color:#ea212d;}

.megamenu figure{ float:right; width:60%; padding: 50px; background:#f0f0f0;}
.megamenu figure img{ width: 100%;}

.mobHeadContactNo{ display: none;}






/*.selectMenuHolder{ position:relative; text-align:center; width: 100%; background:#FFF; border:1px solid #e0e0e0; padding-top:25px;}
.selectMenuHolder b{ display:block; vertical-align: middle; height:38px; line-height:36px; z-index:1; text-align:left; color:#8c8c8c; font-size:13px; font-weight:400;  border-radius:3px; padding:0 25px 0 20px; position: relative;}
.selectMenuHolder label{ font-size:13px;  line-height: 18px; font-weight: 600; color: #373737; position: absolute; top: 30px; left: 20px; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; pointer-events: none;}

.selectMenuHolder b:after {content: ''; width:9px; height:9px; margin-left: 2px; vertical-align: middle;  border: 0; background: url(../images/dowm_arrow.png) no-repeat 50% 50%; top:0px; bottom: 0; margin: auto; right: 15px; position: absolute;}
.selectMenuHolder select{ position:absolute; left:0; top:25px; width:100%; height:40px; z-index:2; opacity:0; cursor:pointer;}
.selectMenuHolder.focus{border: 1px solid #3fa6c9; background: #d2f0fb;}
.selectMenuHolder.focus label{font-size:11px; color:#4f4f4f; font-weight:400; top:15px; -webkit-transition:all 0.125s ease; transition:all 0.125s ease;}
.focus{ border:1px solid #2196f3!important;}
.selectMenuHolder.focus b{ font-size:13px; font-weight: 600; color: #373737; }
.selectMenuHolder em.error{display: block; text-align: left; padding: 0 0 8px 20px; margin: -6px 0 7px;} */


.nav2{ }
.nav2:after{content:''; display: block; clear:both;}
.nav2>li{ float: left; position: relative;}
.nav2 li.hasMegamenu{ position: static;}
.nav2>li>a{display: block; padding: 0 20px 0 20px; font-size: 18px; font-weight: 400; line-height: 42px; text-transform: none; color: #fff;}
.headerFixed .nav2>li>a{color: #050505; }
.nav2>li:last-child>a{ padding: 0 0px 0 10px;}
.nav2>li:hover>a{color:#e33861;}
.nav2>li .submenuHolder5 {position: absolute; top: 100%; left: 0; z-index: 100; margin: 0; padding:25px; background:#FFF;  -webkit-box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);  -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2); box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);  display: none; border-top: 2px solid #E33861; overflow: hidden; width: 250px;}
.nav2 li.hasMegamenu .submenuHolder5{width:100%; padding: 0;}
.nav2 li:last-of-type .submenuHolder5{left:auto; right: 0;}

.subMenu{}
.subMenu li:not(:last-of-type){ border-bottom: 1px solid #DDD;}
.subMenu li a{ display: block; padding: 15px 0; color: #000; font-size: 14px; position: relative;}
.subMenu li a:hover{color:#E33861;}

.subMenu li a:after{content:''; position: absolute; right:0px; top:20px; width: 11px; height: 10px; background: url(../images/arrow-set1.png) no-repeat -22px -19px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer;}
.subMenu li a:hover:after{background: url(../images/arrow-set1.png) no-repeat 0 -19px; }

.submenu_bg { background: rgba(0,0,0,.7); height: 100%; width: 100%; position: fixed; left: 0; top: 0; z-index:9; opacity: 1;}

.megamenu:after{content:''; display: block; clear: both;}
.megamenu aside{ float: left; padding: 25px; width:50%;}
.megamenu aside h3{font-size: 14px; color:#ea212d; font-style: italic; margin-bottom: 25px;}
.megamenu aside h3 strong{ color:#333333; font-size:20px; display: block;}
.megamenu aside ul{ border-bottom: 0px solid #DDD;}
.megamenu aside ul li{ border-bottom: 1px solid #DDD; position: relative;}
.megamenu aside ul li:last-child {
  border-bottom: none;
}
.megamenu aside ul li a{ display: block; padding: 15px 0; color: #000; font-size: 14px; font-weight: 600; position: relative;}

.megamenu aside ul li:after{content:''; position: absolute; right:0px; top:20px; width: 11px; height: 10px; background: url(../images/arrow-set1.png) no-repeat -22px -19px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer;}
.megamenu aside ul li:hover:after{background: url(../images/arrow-set1.png) no-repeat 0 -19px; }
.megamenu aside ul li:hover a{ color:#ea212d;}

.megamenu aside ul ul{ border-bottom: 0px solid #DDD; padding-left: 0px;}
.megamenu aside ul ul li{ border-bottom: 0px solid #DDD; position: relative;}
.megamenu aside ul ul li a{ display: block; padding: 5px 0; color: #000; font-size: 14px; font-weight: 400; position: relative;}

.sub2 aside ul ul{ border-bottom: 0px solid #DDD; padding-left: 0px; margin-left: -15px; margin-right: -15px;}
.sub2 aside ul ul li{ width: calc(50% - 30px); float: left; margin: 0 15px; border-bottom: 1px solid #DDD; position: relative; padding-left: 10px;}

/* .sub2 aside ul ul li:last-child{ border-bottom: 0px solid #DDD; position: relative;} */
.sub2.megamenu aside ul ul li:after{content:''; position: absolute; right:0px; top:10px; width: 11px; height: 10px; background: url(../images/arrow-set1.png) no-repeat -22px -19px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer;}
.sub2.megamenu aside ul ul li a:before{ content: ''; position: absolute; left:-10px; top: 13px; width: 5px; height: 2px; background: #000000;}
.sub2.megamenu aside ul ul li a:hover:before { content: ''; position: absolute; left:-10px; top: 13px; width: 5px; height: 2px; background: #ea212d;}
.sub2 aside ul ul li a{ display: block; padding: 5px 0; color: #000; font-size: 12px; font-weight: 400; position: relative;}
.sub2 ul ul li:hover:after{background: url(../images/arrow-set1.png) no-repeat 0 -19px; }

.sub2 aside ul ul li a:hover{ font-size: 12px;  color:#ea212d !important;}
.sub2 aside {
    float: left;
    padding: 5px 15px !important;
    width: 100% ;
}
.sub2 aside:last-child {padding: 5px 15px 20px 15px !important;}
.sub2 aside ul li a {
    display: block;
    padding: 5px 0 !important;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.megamenu aside ul ul li:hover:after{background: url(../images/arrow-set1.png) no-repeat 0 -19px; }
.megamenu aside ul ul li:hover a{ color:#ea212d;}

.sub2 aside ul li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    width: 11px;
    height: 10px;
    background: url(../images/arrow-set1.png) no-repeat -22px -19px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.sub2 aside ul li {
    border-bottom: 1px solid #DDD;
    position: relative;
}



.megamenu figure{ float:right; width:60%; padding: 50px; background:#f0f0f0;}
.megamenu figure img{ width: 100%;}









.sliding_right .slide_right_menu aside ul{float: left; width: 100%; background-color: #152D46; -webkit-border-top-left-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-bottomleft: 6px;border-top-left-radius: 6px;border-bottom-left-radius: 6px; padding: 0 0 0px; position: relative;}
.sliding_right .slide_right_menu aside ul li{float: left; width: 100%; padding: 20px 10px 20px; border-bottom: 1px solid #fff;}
.sliding_right .slide_right_menu aside ul li:last-child{padding: 20px 10px 20px; border-bottom: 0px solid #fff;}
.sliding_right .slide_right_menu aside ul li h3{ font-size: 14px; font-weight: 400; color: #fff; padding: 6px 0 0; }
.sliding_right .slide_right_menu aside ul li h3 a{ color: #fff; }

.book-appointment-pop{ width: 100%; height: 100vh;  z-index: 999; position: fixed ; }
.book-appointment-pop-box1{width: 100%; height: 100vh;  background: url("../images/book-appointment-pop-bg.jpg") no-repeat left top; background-size: cover; display: block; position: relative; }
.book-appointment-pop-box1-right{width: 50%;height: 100%; background: rgba(0, 0, 0, 0.59); float: right; padding: 50px 6%;  display: flex; flex-flow: column; align-items: center; align-content: center; flex-wrap: nowrap; justify-content: center; }
.pop-text{ width: 100%; height: auto; float: left; display: block;}
.pop-text figure{ width: 131px; height: auto; float: left; display: block;} 
.pop-text aside{width: calc(100% - 131px); height: auto; float: left; display: block; padding-left: 20px;}
.pop-text aside h2{ font-size: 45px; font-weight: bold; color: #fff; line-height: 55px; }
.pop-text aside h3{ font-size: 26px; font-weight: 400; color: #fff; line-height:35px; }


 .from-main{  width: 100%; height: auto; float: left; display: block; margin-top: 30px; } 
.from-main ul{margin-left: -10px; margin-right: -10px;  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; padding: 0; }
.from-main ul li{ height: auto; float: left; display: block; padding: 5px 10px;}
.row3{width: 33.3333%;}
.row4{width: 33.3333%;}
.row5{width: 33.3333%;}
.row1{width: 100%;}




/****  floating-Lable style start ****/
.floating-label { 
  position:relative; 
  margin-bottom:20px; 
}
.floating-input , .floating-select {
  font-size:20px;
  padding:4px 0px;
  display:block;
  width:100%;
  height:46px!important; color: rgba(255,255,255,1.00);
  background-color: transparent;
  border:none;
  border-bottom: 1px dashed #ACACC0!important;   background: transparent;
  -webkit-appearance: none;
}

.floating-select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #000, #000);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat; padding-left: 20px; 
}
.floating-select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 7px),
    calc(100% - 15px) calc(1em + 7px),
    calc(100% - 2.5em) 0.9em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

/*.floating-select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}*/
#main{padding-left: 0px !important; padding-right: 0px !important; padding-top: 0 !important}
.fusion-row{max-width: 100% !important;}

/* br{display: none} */


.floating-input:focus , .floating-select:focus {
     outline:none;
     border-bottom:1px dashed #E10178!important; 
}

.floating-label label {
  color:#fff; 
  font-size:20px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:0px;
  top:12px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all; padding: 0 0px;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:-20px;
  font-size:16px;
  color:rgba(255,255,255,0.30) ; 
	 padding: 0 0px; 
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top:-18px;
  font-size:13px;
  color:#999;background: #ffff; padding: 0 10px; 
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
   min-height: 60px;
   max-height: 260px; padding: 8px 15px; 
  /* overflow:hidden;
  overflow-x: hidden;*/ resize: none; 
}

/* highlighter */
.highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  bottom:-20px; 
  left:20px;
  pointer-events:none; font-size: 12px; font-style: italic; color: #FF0004;
  opacity:0.5;
}

/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
	from { background:transparent; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:transparent; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:transparent; }
  to 	{ width:0; background:transparent; }
}





.image-input {
	width: 100%; float: left;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 4px;
  position: relative!important;
  cursor: pointer!important; border: 1px dashed #ACACC0;
 
  margin: 0 0px 0px 0!important; padding: 0!important;
	pointer-events: auto!important;
left:0px;
  top:0px;

}
	
   

	
	

.image-input:before {
  content: "";
  background-image: url("../images/upload_ic.png");
	background-size: cover;
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 40px;
  left: 52%;
  top: 45%;
  opacity: 0.3;
  transition: opacity 200ms;
  transform: translate(-50%, -50%);
}
.image-input:after {
  content: "Upload Her Photo"; position: absolute; left: 0; right: 0; bottom: 15px; font-size: 12px; color: #b2b2b2; line-height: 14px; text-align: center;}
.image-input .blank{opacity: 0}
.awards-sec8 p{display: none;}
#main .fusion-row, #main{padding-bottom: 0 !important}


.image-input.isUploading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 32px;
  top: 32px;
  opacity: 0.3;
  border-radius: 50%;
  border: 2px solid;
  border-color: transparent currentColor currentColor currentColor;
  -webkit-animation: spin 600ms linear infinite;
          animation: spin 600ms linear infinite;
}
.image-input.isUploading::before {
  display: none;
}
.image-input input[type=file] {
  opacity: 0;
  display: block;
  height: 100px;
  pointer-events: none;
}
.image-input img {
  position: absolute;
  display: block;
  border-radius: 4px;
  left: 0; right: 0;
  top: 0;
  width: 100%; max-width: 80px; height: 80px; overflow: hidden; margin: 10px auto; display: block;  border-radius: 50%; 
 
  transition: opacity 200ms;
  opacity: 1;
 /* -o-object-fit: cover;
     object-fit: cover;*/
  -o-object-position: center;
     object-position: center;
  background: white;
  z-index: 1;
}
.appointment a {
  cursor: pointer;}
.image-input.myphoto:after {
    content: "";
   background:#fff url("../images/event-icon4.png") no-repeat center center;
    
    position: absolute; bottom: -14px;
    
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;  z-index: 999; display: inline-block;
    width: 34px;
    height: 34px;
   
    border-radius: 100%;
   
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}



.image-input img[src=""] {
  opacity: 0;
 /* pointer-events: none;*/
}
.image-input .image-remove {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
  border: none;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  cursor: pointer;
}
.image-input .image-remove::before, .image-input .image-remove::after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background: #333;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 4px;
}
.image-input .image-remove::before {
  transform: rotate(45deg);
}
.image-input .image-remove::after {
  transform: rotate(-45deg);
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.captcha{ width: 100%; height: auto; float: left; display: block;}
.captcha small{ height: auto; float: left; display: block; font-size: 27px; font-weight: 400; color: #fff; margin-top: 5px; margin-right: 7px;}
.captcha big{ width: 30px; height: 30px; float: left; display: block; cursor: pointer; margin-top: 6px;}
.submit-box {
    width: auto;
    height: auto;
    float: right;
    display: block;
}

.submit-box input[type='submit'] {
    width: 100%;
    height: 44px;
    background: #FF005A;
    border: 0px solid #c2c2c2;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    background-image: linear-gradient(0, #dc1d51, #dc1d51);
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat; padding: 0 60px;
}

.submit-box input[type='submit']:hover {
    background-size: 100%;
    color: #fff;
}


.book-appointment-pop span.closepop1{
	width: 41px;
    height: 44px;
   
    background: url(../images/close_ic_pop.svg) no-repeat center;
    top: 30px;
    position: absolute;
    right:30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; z-index: 1;
	
	
	}


.book-appointment-pop span.closepop1:hover{transform: rotateZ(180deg); }
.appointment-footer-mob{ display: none;}


.sliding_right { position: fixed;top: 0; right: 0px;  height: 100vh; z-index: 99;}
.sliding_right .arrow_right { width: auto; background: #FF005A; font-size: 16px; font-weight: 600; color: #fff; line-height: 22px; padding: 20px 20px; height: auto; top: 35%; position: absolute; right: 0px; display: inline-block; border-top-left-radius: 5px; border-bottom-left-radius: 5px ; cursor: pointer;     -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);}
.sliding_right .slide_right_menu {display: block; right: 0; width: 120px; height: 100%; position: absolute; top: 0px;}

.sliding_right .slide_right_menu aside{ 
    width: 100%;
    float: left;
    color: #292f34;
    height: calc(100% - 200px);
    display: flex;
    justify-content: center; position: relative;
    flex-direction: column;
    text-align: center;  margin: 160px 0 0; } 


.sliding_right .slide_right_menu aside .closeMenu{
	width: 31px;
    height: 31px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    background: #fff url(../images/close_ic_black.png) no-repeat center;
    top: -10px;
    position: absolute;
    left: -10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
	
	}


.sliding_right .slide_right_menu aside .closeMenu:hover{transform: rotateZ(180deg); }

.submenuHolder5{display: none; }










footer{ width: 100%; height: auto; float: left; display: block; background: #001326; padding: 70px 0 30px 0;}
.footersec{ width: 100%; height: auto; float: left; display: block;}
.footer-follow{ width: 15%; height: auto; float: left; display: block;}
.footer-follow h2{ font-size: 24px; font-weight: 600; color: #fff; line-height: 28px; padding-bottom: 10px;}
.footer-follow ul{width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap; margin-top: 0px; padding: 0;}
.footer-follow ul li{width:auto; float: left; display:inline-block;     padding: 0 10px 0px 0px; font-size: 25px; font-weight: 400; color: #fff; line-height: 20px; }
.footer-follow ul li a{ color: #fff; transition: 0.4s;}
.footer-follow ul li a:hover{color: #E33861;}
.footer-menu{ width: 65%; height: auto; float: left; display: block;}


.footer_overlay_left_first_box { width: 25%; float: left;}
.footer_overlay_left_first_box ul{width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap;margin-bottom: 20px; padding: 0;}
.footer_overlay_left_first_box ul li { width: 100%; height: auto; float: left; display: block; margin-bottom: 2px;}
.footer_overlay_left_first_box ul li strong {font-weight: bold; display: block; margin-bottom: 8px; color: #fff;}
.footer_overlay_left_first_box ul li a { font-size: 14px; font-weight: 400; color: #989898; line-height: 18px;   padding: 0px; margin: 0px; transition: 0.4s;}
.footer_overlay_left_first_box ul li a:hover { padding-left: 8px; color: #E33861;}
.footer_overlay_left_first_box ul ul {margin-bottom: 0px; padding-left: 10px;}

.followus-on{ width: 20%; height: auto; float: left; display: block;}
.followus-on h2{font-size: 24px; font-weight: 600; color: #fff; line-height: 28px; padding-bottom: 10px;}
.followus-on aside{width: 100%; height: auto; float: left; display: block; padding-bottom: 20px;}
.followus-on aside h3{width: 100%; height: auto; float: left; display: block;  font-size: 14px; font-weight: 600; color: #fff; line-height: 18px; padding-bottom: 5px; }
.followus-on aside p{width: 100%; height: auto; float: left; display: block;  font-size: 14px; font-weight: 400; color: #989898; line-height: 18px; }
.followus-on aside span{width: 100%; height: auto; float: left; display: block;  font-size: 14px; font-weight: 400; color: #989898; line-height: 18px; }
.followus-on aside span a{ font-size: 14px; font-weight: 600; color: #fff; line-height: 18px; cursor: pointer;}
.followus-on aside h5{width: 100%; height: auto; float: left; display: block;  font-size: 14px; font-weight: 600; color: #fff; line-height: 18px; }
.followus-on aside h4{width: 100%; height: auto; float: left; display: block;  font-size: 14px; font-weight: 400; color: #989898; line-height: 18px; }
.followus-on aside h4 a{ font-size: 14px; font-weight: 400; color: #fff; line-height: 18px; padding-right: 5px; cursor: pointer; }
.footersec2{width: 100%; height: auto; float: left; display: block; background:#162637; padding: 15px 0;}
.footersec2 aside{width: auto; height: auto; float: right; display: block; font-size: 11px; font-weight: 400; color: #FF005A; line-height: 18px;  }
.footersec2 article{width: auto; height: auto; float: left; display: block; font-size: 11px; font-weight: 400; color: #FF005A; line-height: 18px; text-align: right; }
.footersec2 article ul{width: 100%; height: auto; float: left; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap:wrap;}
.footersec2 article ul li{ display: inline-block; font-size: 11px; font-weight: 400; color: #fff; line-height: 18px;position: relative;padding:0 5px 0 5px;}
.footersec2 article ul li a{ display: inline-block; font-size: 11px; font-weight: 400; color: #fff; line-height: 18px; transition: 0.4s;}

.footersec2 article ul li:after{ content: ''; position: absolute; right: 0; top: 4px; width: 1px; height: 10px; background: hwb(0 100% 0% / 0.367);}
.footersec2 article ul li:last-of-type:after{ content: ''; position: absolute; right: 0; top: 4px; width: 1px; height: 10px; background: hwb(0 100% 0% / 0.367); display: none;}
.footersec2 article ul li a:hover{color: #E33861;}
.mob-language{ display: none;}
.expandsitemap{display: none;}


.followus-on aside span br{ display: none;}







/*---------------FLOATING WHATSAPP BUTTON------------------*/
a{
  text-decoration:none;
}
.floating_btn1 {
  position: fixed;
  bottom: 30px;
  right: 70px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon1 {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon1 {
  margin-top: 8px;
  color: #000000;
  font-size: 13px;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .15);
  background: #fff;
  padding: 4px 6px;
  border-radius: 4px;
}















@media all and (max-width:1600px){
.nav>li>a {padding: 0 16px 9px 16px;font-size: 13px;line-height: 33px;}
.nav2>li>a{ font-size: 14px; }
	.nav>li .submenuHolder { margin-top:0px; padding: 0px 22px}	
	.megamenu aside {padding: 10px 22px;}
	.nav2>li .submenuHolder5 {padding:10px 22px;}
	.nav>li:last-child>a { padding: 0 0px 9px 10px;}
      .book-appointment-pop-box1-right { padding: 40px 40px; }
  .pop-text aside h2 { font-size: 26px;  line-height: 32px;}
  .pop-text aside h3 { font-size: 20px;line-height: 26px;}
}
@media all and (max-width:1400px){
	header {margin-top: 10px;}
.headerFixed { top: -10px;}

.nav2>li>a{ font-size: 14px; }
}

@media all and (max-width:1365px){

	
}




@media all and (max-width:1024px){
  html,
    body {
      overflow-x: hidden;
    }
	header{height: 80px; margin-top: 0px; background: #fff; z-index: 99; }

	.headSec1{display:none;}
	.headSec2{height:auto; padding-left: 19px;}	
	
	.mobHeadContactNo{font-size: 12px; line-height:70px; color: #FFF;display: inline-block; padding-left:35px; position: relative; position:absolute; left:120px; top: 0px; height:100%; border-left: 1px solid #dbdbdb; display: block; color: #000;}
    .mobHeadContactNo:before{content:''; width: 10px; height: 13px; background: url(../images/icon-call.png) no-repeat 0 100%;  position: absolute; left:20px; top:28px;}
	
	.logo img{width:171px;}
	.logo { margin-top: 10px;}
	
   .navHolder{position: fixed; left:100%; right: 0; top:80px; bottom: 0; margin: auto; padding: 0px 0px 30px 0px; background: #FFF; overflow: auto; -webkit-box-shadow: 0px 15px 30px -20px rgb(0 0 0 / 20%);  -moz-box-shadow:  0px 15px 30px -20px rgba(0, 0, 0, .2); box-shadow:inset  0px 15px 30px -20px rgb(0 0 0 / 20%); z-index: 2; width: 100vw;}
	
	 .navHolder5{position: fixed; left:100%; right: 0; top:70px; bottom: 0; margin: auto; padding: 30px 0px; background: #FFF; overflow: auto; -webkit-box-shadow: 0px 15px 30px -20px rgb(0 0 0 / 20%);  -moz-box-shadow:  0px 15px 30px -20px rgba(0, 0, 0, .2); box-shadow:inset  0px 15px 30px -20px rgb(0 0 0 / 20%); z-index: 2; width: 100vw;}
	.nav>li{ float: none; border-bottom: 1px solid #dbdbdb;}
	/*.nav>li>a:after{display: none;}*/
	.nav>li>a {font-size: 12px; line-height: 48px; position: relative; color: #000000;}
	
	.mobNavTriger{display:block; position:absolute; right:85px;top: 18px; height:100%; z-index: 99999;	border-right: 1px solid #dbdbdb; padding-left:60px; line-height: 54px; font-size: 11px; text-transform: uppercase; padding-right: 10px;}
.language {margin-top: 35px;  margin-left: 5px;}


	.mobNavTriger:after{content:''; background:url(../images/menuTrigger.png) no-repeat 50% 0%;height:24px;width:24px; position: absolute; left:20px; top: 0;  bottom: 0; margin: auto;}
	.mobNavTriger.mtClose:after{background:url(../images/menuTrigger.png) no-repeat 50% 100%;}
	
	.nav>li .megamenu {position:relative; width: 100%; top:auto; left:auto; z-index: 100; margin: 0; padding: 0; background: rgba(241, 241, 241, 1);  -webkit-box-shadow:none;  -moz-box-shadow:none; box-shadow:none; height: auto; border-top: 1px solid #dbdbdb; padding-right:0px; display:none;}
    .megamenu_bg {display: none;}
	.megamenu aside h3, .megamenu figure{ display: none;}
    .megamenu aside{ float: none; width: 100%; padding: 15px 25px;}
	.megamenu aside ul { border-top:none;}
	.megamenu aside ul li:last-of-type{border-bottom:none;}
	.megamenu aside ul li a {font-size: 14px; font-weight:400; padding: 10px 0;}

.nav>li .submenuHolder { display: none; padding: 15px 25px; position: relative; width: 100%; -webkit-box-shadow:none;  -moz-box-shadow:none; box-shadow:none; background: #EFEFEF; }
.nav>li .submenuHolder5 { display: none; padding: 15px 25px; position: relative; width: 100%; -webkit-box-shadow:none;  -moz-box-shadow:none; box-shadow:none; background: #EFEFEF; }
/* .nav>li:last-child>a {
    padding: 0 0px 0 10px;
} */
.subMenu li a{ padding:10px 0;}
.subMenu li a:after{content:''; top:15px; -webkit-transition:none; -moz-transition:none;  -o-transition:none; transition:none; }

	.nav>li.dropdown_mob>a:after{content:''; width:14px; height: 14px; background:url(../images/plus2.png) no-repeat 0 0; position: absolute; right:20px; top: 18px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
	.nav>li.dropdown_mob>a.openMobSub:after{transform: rotateZ(45deg);}

	
.des-language{ display: none;}
.des-appointment{display: none;}
.mob-language{ display: block;}
.headerFixed {
    position: fixed;
    top: 0px;
    padding: 0px 0 0px 0;
    height: 80px;
    z-index: 99;
  }
.manu-box {width: auto; float: right;}
.headSec2{ height: auto;}
header{ position: fixed;}

.sub2 aside ul ul li { width: calc(100% - 30px);}
.sub2 aside {
        float: left ;}
}


/*--------- .footer1 end ---------*/









@media all and (max-width:800px){
  .logo-box {
      width: 171px;
      margin-top: 10px;
    }
	.footer-follow {width: 100%; margin-bottom: 20px;}
	.footer-menu { width: 100%; margin-bottom: 20px;}
	.followus-on { width:100%;}
	.appointment-footer-mob{ display: block; position: fixed; width: 100%; height: 67px; left: 0; right: 0; bottom: 0px; z-index: 99;  background:  url("../images/mob-bottom-bg.svg") no-repeat center center; background-size: cover;}
	.footer-mob-box1{ max-width: 300px; width: 100%; margin: 0 auto; display: table;}	
	.footer-mob-box1 ul{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap;  justify-content: center; padding: 10px 0;}
.footer-mob-box1 ul li{ width: 50%; float: left; height: auto; padding: 0px 0px; display: block; border-right: 1px solid #FFF; text-align: center; cursor: pointer; font-size: 16px; font-weight: 400; color: #fff; line-height: 22px;}
	.footer-mob-box1 ul li:last-child{border-right: 0px solid #FFF;}
	.footer-mob-box1 ul li br{ display: block!important;}
	.book-appointment-pop-box1-right { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.60);float: left;padding: 10px 10px;}
	.pop-text aside {width: 100%; height: auto; float: left; display: block; padding-left: 0px; text-align: center;}
	.pop-text figure {width: 100px; margin: 0px auto; height: auto; float: none;display: table;}
	.pop-text aside h3 { font-size: 16px;line-height: 22px;}
	.pop-text aside h2 { font-size: 22px; line-height: 30px; }
	.floating-label { margin-bottom: 2px;}
	.floating-input, .floating-select {
    font-size: 14px; height: 30px !important;}
	.floating-label label {top: 3px; font-size: 14px;}
	.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label { top: -10px;font-size: 10px;}
   .sliding_right .arrow_right{ display: none;}
}
/*--------- .footer1 end ---------*/
@media all and (max-width:650px){
  .floating_btn1 {
right: 10px;
    bottom:10px;
  }
.row3 {width: 100%;}
	.sliding_right .slide_right_menu aside ul li {padding: 10px 10px 5px;}
}


@media screen and (min-aspect-ratio: 13 / 8) and (max-device-width:1114px) and (orientation: landscape){
	body:before{content:''; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background:#000 url(../images/orientation-change.png) no-repeat 50% 50%; background-size:400px; z-index: 99999;}
}

@media all and (max-width:650px){
.logo img {  width: 135px;}
    .logo { margin-top: 20px; }	
	    .footer-follow { width: auto; margin: 0 ;  float: left; padding: 0 7% 20px 7%;}
		footer { padding: 30px 0 30px 0;}
.footer_overlay_left_first_box {width: 100%; padding: 0 7% 0px 7%;}
    .followus-on { width: 100%;padding: 0 7% 0px 7%;}
	.footersec2{ padding-bottom: 70px;}

.expandsitemap span

 {
   
    padding: 0 0px 0 0px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
	color: #e33861;
}
.expandsitemap i
 {
    position: absolute;
    background: url(../images/plus_ic.png) no-repeat right;
    width: 15px;
    height: 12px;
    right: 0px;
    top: 6px;
    z-index: 1;
}

.expandsitemap {
  display: inline-block;
    width: 86%;
    margin: 20px 7% 15px 7%;
	position: relative;
}
.expandsitemap.active i
 {
    background:  url(../images/minus_ic.png) no-repeat right;
}

        .expandsitemap:after {
          position: absolute;
          content: "";
          top: 50%;
          left: 74px;
          width: calc(100% - 100px);
          height: 1px;
          background-color: #636363;
        }
.footer-menu{ display: none;}
.footersec2 aside{ text-align: left; float: left;}
}





/* error404 */

.error404{ width: 100%; height: auto; float: left; display: block; margin-top: 150px; margin-bottom: 30px;}
.error404-box{width: 100%; height: auto; float: left; display: block;}
.error404-box figure{ width: 100%; max-width: 150px; height: auto; margin: 0 auto; display: table; text-align: center;}
.error404-box figure img{ width: 100%;}

.success figure{max-width: 87px !important; }
.success figure img{ width: 100%;}
.error404-box h2{ width: 100%; height: auto;  display: block; font-size: 48px; font-weight: 600; color: #ea168a; line-height: 52px; text-align: center;}
.error404-box h3{ width: 100%; height: auto;  display: block; font-size: 28px; font-weight: 600; color: #000; line-height: 30px; text-align: center; padding-top: 10px;}
.error404-box p{ width: 100%; max-width: 550px; height: auto; margin: 20px auto 20px;  display: table; font-size: 16px; font-weight: 400; color: #000; line-height: 22px; text-align: center;}
.error404-box p a{color: #ea168a; }
.error-buttom{ width:auto; height: 50px; margin: 0 auto; display: table; }
.error-buttom a{padding: 0 20px; background: #E33861; font-size: 16px; font-weight: 600; color: #FFF; line-height: 50px; display: block; border-radius: 25px;  background-image: linear-gradient(0, #000, #000);
    background-size: 0;
    transition: .8s;
    position: relative;
    background-repeat: no-repeat; }
.error-buttom a:hover{ background-size: 100%; -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 9px -3px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);}


.errorForm2 {color: #ff005a !important; font-size: 14px !important; line-height: 18px; font-weight: bold;}
.red{color: #ff005a !important; font-size: 14px !important; line-height: 18px; font-weight: bold;}





.coming-soon{ width: 100%; height: auto; float: left; display: block; margin-top: 80px; margin-bottom: 30px;}
.coming-soon-box{width: 100%; height: auto; float: left; display: block;}
.coming-soon-box figure{ width: 90%; max-width: 414px; height: auto; margin: 0 auto; display: table; text-align: center;}
.coming-soon-box figure img{ width: 100%;}

.coming-soon-box h2{ width: 90%; max-width: 414px; height: auto;  margin: 0 auto; display: table; font-size: 28px; font-weight: 600; color: #ea168a; line-height: 36px; text-align: center;}
.coming-soon-buttom{ width:auto; height: 50px; margin: 30px auto 0; display: table; }
.coming-soon-buttom a{padding: 0 20px; background: #E33861; font-size: 16px; font-weight: 600; color: #FFF; line-height: 50px; display: block; border-radius: 25px;  background-image: linear-gradient(0, #000, #000);
    background-size: 0;
    transition: .8s;
    position: relative;
    background-repeat: no-repeat; }
.coming-soon-buttom a:hover{ background-size: 100%; -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 9px -3px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);}

.logoslider{padding: 0 2px}
@media all and (max-width:650px){
.coming-soon-box h2{ font-size: 20px; line-height: 26px;}
.contact_icon1 {
    background-color: #42db87;
    color: #fff;
    width: 40px;
    height: 40px;}
    .text_icon1 {
    margin-top: 5px;
    color: #000000;
    font-size: 12px;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .15);
    background: #fff;
    padding: 3px 6px;
    border-radius: 4px;
}
.floating_btn1 {
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 74px;
    height: 150px;
}

.followus-on aside span br{ display: block;}


}



.footer_overlay_left_first_box ul li span {
  position: absolute;
  right: 30px;
  top: 0px;
  cursor: pointer;
}

.footer_overlay_left_first_box ul li {
  position: relative;
}

.footer_overlay_left_first_box ul li a {
  position: relative;
}
.footer_overlay_left_first_box ul a.link {
  font-size: 12px;
  color: #989898;
  text-transform: capitalize;
  padding-right: 20px;
  width: 100%;
}

.footer_overlay_left_first_box ul > div {
  margin-bottom: 10px;
}
.footer_overlay_left_first_box ul li span img {
  filter: brightness(0) invert(1);
  width: auto;
}

.language ul li a img{ vertical-align: middle; display: inline-block; height: auto;}