/*Main Css */
::selection{background:#87ceeb;color:#fff;text-shadow:none;}
::-webkit-scrollbar{width:6px;background-color:#F5F5F5;}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment{display:none;}
::-webkit-scrollbar-track-piece{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#dedede;}
::-webkit-scrollbar-thumb:vertical{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:rgb(255,94,0);}

/* Tabbing CSS */
[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}

/* Accordion CSS */
.myaccordion li .faq-opt{display:none;}
.myaccordion li.active .faq-opt{display:block;}
.myaccordion li.active .faq-ang h4:before{content:'\f077';}
body{font-family:'Poppins';overflow-x:hidden;font-size:16px;line-height:1;color:#000000;}
h1,
h2,
h3,
h4,
h5,
h6{display:block;font-weight:normal;}
*:hover,
*:focus,
*{outline:none!important;}
img{max-width:100%;height:auto;}
a,
input[type="submit"]{-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;display:inline-block;cursor:pointer;}
a:hover{color:#e00000;text-decoration:none;}
p,
a{font-size:16px;font-weight:normal;color:#000000;}
p{line-height:26px;display:block;}
span{display:inline-block;}

/* Custom Slick Css */
.slick-list{margin:0 -15px;}
.slick-slide{margin:0 15px;}
ul.slick-dots{padding:50px 0 0;text-align:center;}
ul.slick-dots li{margin:0 20px 0 0px;width:auto;display:inline-block;vertical-align:middle;overflow:hidden;padding:0px;border:none;}
.slick-dots li button:before,
.slick-dots li button:before{color:#FFF;opacity:1;font-size:20px;}
.slick-dots li button{height:8px;width:8px;border-radius:50%;padding:0px;background:#d6d6d6;border:none;cursor:pointer;font-size:0px;padding:0px;-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;box-sizing:border-box;}
.slick-dots li.slick-active button{background:#f3c919;width:11px;height:11px;}
span.arrows{width:40px;height:40px;border:none;position:absolute;top:0px;bottom:0px;margin:auto;z-index:2;cursor:pointer;line-height:39px;font-size:12px;text-align:center;font-weight:300;top:0;border-radius:0;background:#f7f7f7;color:#696969}
span.arrows.next{right:1%;}
textarea,
select,
input[type],
textarea,
select,
button{background:transparent;border:none;border-radius:0px;font-family:'Poppins';font-weight:400;}
::-webkit-input-placeholder{color:#a3a3a3;font-weight:400;}
::-moz-placeholder{color:#a3a3a3;font-weight:400;}
:-ms-input-placeholder{color:#a3a3a3;font-weight:400;}
:-moz-placeholder{color:#a3a3a3;font-weight:400;}

/* Padding Classes */
.pad-sec{}
.pad-zero{padding:0px;}
.pad-l-zero{padding-left:0px;}
.pad-r-zero{padding-right:0px;}

/* Global Css */
.sprite-icn:before{content:"";background-image:url(../images/sprite.png);background-repeat:no-repeat;display:inline-block;}
.ovr-hiddn{overflow:hidden;}
.overlay:after{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.60);z-index:1;}
.overlay{display:none;}
.overlay.active{display:block;}

/* Heading Classes */
.mn-hd h1{}
.mn-hd h2{}
.mn-hd h3{}
.mn-hd h4{}
.mn-hd h5{}
.mn-hd h6{font-family:'Century Gothic';font-size: 55px;font-weight:700;color:rgb(20,20,20);text-transform:uppercase;line-height:1.07;}
.mn-hd p{font-size:18px;font-weight:400;color:#464646;line-height:1.6;}
.mn-btn a{margin:0;background-color:rgb(255,94,0);border-radius:100px;padding:25px 60px;color:#fff;font-weight:600;font-size:20px;}
.mn-btn a:hover{background-color:#263281;}
.mn-btn.dark a:hover{background-color:#fff;color:rgb(255,94,0);}

.mn-ul ul li{padding-bottom:25px;padding-left:35px;position:relative;font-size: 17px;font-family:"Poppins";color:rgb(32,31,31);line-height:1.2;font-weight:400;}
.mn-ul ul li:after{content:'\f058';font-family: "Font Awesome 5";position:absolute;left:0;top:0;color:rgb(255,94,0);}
.mn-ul ul li.last{padding-bottom:0;}

/* header CSS */
header{-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;position: absolute;width: 100%;z-index: 3;background-color: #ffffffd1;top: 0;transition: all 0.4s ease-in-out;}
header.sticky{
	position: fixed;
	box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 30%);
}

.main-header{padding:20px 0;}
.logo{display:inline-block;}
.logo img{display:block;}

/* Menu Css */
.menu{font-size:0px;display:inline-block;vertical-align:middle;}
.menu li{display:inline-block;vertical-align:middle;padding-right: 30px;}
.menu li.last{padding-right:0;}
.menu li a{display:block;font-size:17px;color:rgb(30,30,30);line-height:1.2;font-weight:500;padding-bottom:15px;margin-top:15px;}
.menu li:hover a,
.menu li.active a{color:rgb(255,94,0);}
.menu li.nav-btn a{margin:0;background-color:rgb(255,94,0);border-radius:100px;padding:15px 35px;color:#fff;}
.menu li.nav-btn a:hover{background-color:#263281;}

/* Dropdown CSS*/
@keyframes btotreverse{
	0%{top:75px;opacity:1;}
	100%{top:115px;opacity:0;}
}
@keyframes btot{
	0%{top:115px;opacity:0;}
	100%{top:40px;opacity:1;}
}
.dropdown-nav{position:relative;overflow:hidden;vertical-align:middle;display:inline-flex!important;align-items:center;}
.dropdown-nav:hover{overflow:visible;}
.dropdown-nav span{font-size:14px;padding-left:8px;}
ul.dropdown{position:absolute;width:250px;left:-0px;margin:auto;background:#fff;padding:20px;text-align:left;border-radius:2px;box-shadow:0 0 10px 3px #00000014;opacity:0;animation:btotreverse 0.5s forwards;}
ul.dropdown li{width:100%;display:inline-block;vertical-align:middle;}
ul.dropdown li a{padding:0;font-size:14px;color:#000!important;display:block;width:100%;margin:0px 0 15px;text-align:left;font-weight:600;background:transparent!important;}
ul.dropdown li.last a{margin-bottom:0px;}
ul.dropdown li a:hover{color:rgb(255,94,0)!important;}
.dropdown-nav:hover ul.dropdown{animation:btot 0.5s forwards;z-index:9;}

/* Hamburger Menu */
.menu-Bar{width:30px;height:20px;cursor:pointer;position:absolute;right:15px;top:0;bottom:0px;margin:auto;z-index:22;display:none;}
.menu-Bar span{display:block;height:4px;width:100%;background: #ff5e00;position:absolute;transition:.6s all;border-radius:100px;}
.menu-Bar span:nth-child(1){top:0;}
.menu-Bar span:nth-child(2){top:8px;transform-origin:left;}
.menu-Bar span:nth-child(3){top:16px;}
.menu-Bar.open span{background: #075d92;}
.menu-Bar.open span:nth-child(1){transform:rotate(45deg);top:12px;transform-origin:right-center;}
.menu-Bar.open span:nth-child(2){width:0;opacity:0;}
.menu-Bar.open span:nth-child(3){transform:rotate(-45deg);top:12px;transform-origin:right-center;}

/* Main Banner CSS */
.mainBanner{background-size:cover;background-position:bottom left;/*height:calc(100vh - 120px);*/background-repeat:no-repeat;display:flex;align-items:center;position:relative;z-index:1;top: 30px;}
.mainBanner .mainBanner-cont{background-image:url(../images/banner/banner-eye.png);background-size:contain;background-position:center;background-repeat:no-repeat;    padding: 171px 209px 105px 53px;text-align:center;}
.mainBanner-cont h1{color:#fff;font-weight:400;font-size:65px;line-height:0.9;padding-bottom:25px;}
.mainBanner-cont h1 em{font-size:50px;font-weight:700;}
.mainBanner-cont h1 span{font-weight:700;font-size:70px;}
.mainBanner-cont p{font-size:20px;color:#fff;font-weight:400;line-height:1.2;padding-bottom:25px;}
.mainBanner-cont a{font-size:23px;font-weight:600;letter-spacing:-0.3px;margin:0;background-color:rgb(255,94,0);border-radius:100px;padding:25px 60px;color:#fff;}
.mainBanner-cont a:hover{background-color:#fff;color:rgb(255,94,0);}

/*Home Section 1*/
.homeSection1{padding:150px 0 120px;position:relative;}
.homeSection1:after{content:'';width:990px;height:620px;background-image:url(../images/hsec1-after.png);background-position:center;background-size:cover;background-repeat:no-repeat;position:absolute;top:-100px;left:0;}
.hSec1-hd{text-align:center;padding-bottom:35px;}
.hSec1-hd h6{padding-bottom:40px;}
.hSec1-video{text-align:center;}
.hSec1-btn{text-align:center;}

/*Home Section 2*/
.homeSection2{padding:150px 0;background-size:100% 100%;background-position:center;background-repeat:no-repeat;}
.hSec2-hd{padding-bottom:120px;text-align:center;}
.hsec2-card{padding:30px 60px 60px;}
.hsec2-card h5{font-size:35px;font-family:"Century Gothic";color:rgb(46,46,46);font-weight:bold;text-transform:uppercase;line-height:1.2;text-align:center;position:relative;z-index:2;padding-top:40px;}
.hSec2-img{position:relative;text-align:center;}
.hSec2-img:before{content:'';width:100%;height:100%;position:absolute;background-color:#d7eaf2;top:-15px;right:0;left:0;border-radius:50%;z-index:2;}
.hSec2-img:after{content:'';width:100%;height:100%;position:absolute;background-color:#030d4e;top:-25px;right:0;left:0;border-radius:50%;z-index:1;}
.hSec2-img img{width:100%;position:relative;z-index:2;}
.hSec2-img-small{position:absolute;bottom:-70px;left:0;right:0;margin:auto;border-radius:50%;background-color:rgb(239,249,252);width:165px;height:165px;z-index:2;display:flex;align-items:center;justify-content:center;}
.hSec2-img-small img{width:auto;}
.hSec2-btn{text-align:center;padding-top:40px;}

/*Home Section 3*/
.homeSection3{padding: 150px 0;background-size:100% 100%;background-repeat:no-repeat;background-position:center;top:-60px;position:relative;}
.hSec3-cont{padding-left:30px;}
.hSec3-cont h6{font-size:65px;font-family:"Century Gothic";font-weight:700;line-height:1;color:#fff;padding-bottom:45px;}
.hSec3-cont h6 span{font-weight:400;font-size:41.2px;}
.hSec3-cont ul li{display:inline-block;padding-right:20px;}
.hSec3-cont ul li.last{padding-right:0;}

/*Home Section 4*/
.homeSection4{padding:110px 0 140px;}
.hSec4-hd{padding-right:70px;margin-right:10px;position:relative;}
.hSec4-hd h6{font-size: 36px;line-height:1.2;}
.hSec4-hd:after{content:'';background-color:rgb(3,13,78);width:8px;height:100%;position:absolute;right:0;top:0;bottom:0;margin:auto;border-radius:50px;}
.hSec4-card{border-style:solid;border-width:1px;border-color:rgb(177,177,177);border-radius:10px;background-color:rgb(255,255,255);width:100%;min-height:300px;padding:40px 30px;margin-top:70px;}
.hSec4-card h4{font-size:22px;font-family:"Century Gothic";color:rgb(46,46,46);text-transform:uppercase;line-height:1.2;padding:20px 0 25px;font-weight:600;}
.hSec4-card p{font-size:18px;color:rgb(70,70,70);line-height:1.6;font-weight:400;}

/*Home Section 5*/
.homeSection5{padding:120px 0;background-size:100% 100%;background-position:center;background-repeat:no-repeat;text-align:center;}
.hSec5-hd h6{padding-bottom:45px;}
.hSec5-hd p{font-size:35px;font-family:"Poppins";color:rgb(70,70,70);line-height:1.343;text-align:center;padding-bottom:35px;}

/*Home Section 6*/
.homeSection6{padding:125px 0 160px;}
.hSec6-hd{text-align:center;padding-bottom:80px;}
.hSec6-card{position:relative;margin-bottom:15px;}
.hSec6-card img{border-radius:15px;width: 277px;height: 275px;}
.hSec6-card-zoom{background-color:#030d4ea3;width:0%;height:0%;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;display:flex;align-items:center;justify-content:center;border-radius:15px;opacity:0;transition:all 0.4s ease-in-out;}
.hSec6-card-zoom i{color:#fff;font-size:35px;}
.hSec6-card:hover .hSec6-card-zoom{width:100%;height:100%;opacity:1;}

/*Home Section 7*/
.homeSection7{padding:120px 0 150px;background-size:100% 100%;background-repeat:no-repeat;background-position:center;}
.hSec7-hd{text-align:center;padding-bottom:65px;}
.hSec7-card{border-style:solid;border-width:1px;border-color:rgb(178,178,178);border-radius:10px;background-color:rgb(248,248,248);/* width: 100%; */margin:0 100px 0 0;padding:20px 80px 25px 25px;display:flex;align-items:center;text-align:right;position:relative;}
.hSec7-card:after{content:'';width:1px;height:100%;background-color:#d4dddf;position:absolute;left:-140px;top:0;bottom:0;margin:auto;opacity:0;transition:all 0.4s ease-in-out;}
.hSec7-card h4{font-size:18px;font-family:"Poppins";color:rgb(50,50,50);line-height:1.3;font-weight:400;padding-bottom:10px;}
.hSec7-card p{font-size:16px;font-family:"Poppins";color:rgb(55,55,55);line-height:1.4;font-weight:300;padding-bottom:15px;}
.hSec7-card h5{font-size:16px;font-family:"Century Gothic";color:rgb(8,125,53);font-weight:700;text-transform:uppercase;line-height:1.2;}
.hSec7-card-img{position:absolute;right:-65px;width:130px;height:130px;top:0;bottom:0;margin:auto;}
.hSec7-card-img:after{content:'"';border-radius:50%;background-color:rgb(255,94,0);width:50px;height:49px;display:grid;place-items:center;color:#fff;font-size:78px;font-weight:700;font-family:"Century Gothic";position:absolute;top:-5px;right:-16px;}
.col-md-6.slick-current.slick-active.slick-center .hSec7-card{margin:0 0px 0 100px;padding:20px 25px 25px 80px;text-align:left;}
.col-md-6.slick-current.slick-active.slick-center .hSec7-card-img{right:auto;left:-65px;}
.col-md-6.slick-current.slick-active.slick-center .hSec7-card-img:after{right:auto;left:-16px;}
.col-md-6.slick-current.slick-active.slick-center .hSec7-card:after{opacity:1;}
.customer-slider ul.slick-dots{padding:70px 0 0;}
.customer-slider ul.slick-dots li{margin:0 10px 0 0px;}
.customer-slider .slick-dots li button{width:29px;height:5px;border-radius:10px;background:rgba(157,228,186,0.3);}
.customer-slider .slick-dots li.slick-active button{background:rgb(8,125,53);width:49px;height:5px;}

/*Home Section 8*/
.homeSection8{padding:150px 0 0 0;position:relative;background-size:100% 90%;background-position:top;background-repeat:no-repeat;top:-40px;z-index:2;}
.hSec8-hd{padding-bottom:85px;text-align:center;}
.hSec8-hd h6{color:#fff;he}
.hSec8-card{border-radius:10px;background-color:rgb(255,255,255);box-shadow:0px 12px 25px 0px rgba(0,0,0,0.2);width:100%;height:100%;padding:30px;}
.hSec8-card h4{font-size:25px;font-family:"Century Gothic";color:rgb(37,37,37);font-weight:bold;text-transform:uppercase;line-height:1.24;padding-bottom:25px;}
.hSec8-card ul li{padding-bottom:20px;}
.hSec8-card ul li.last{padding-bottom:0;}
.hSec8-card ul li a{font-size:16px;font-family:"Poppins";color:rgb(56,56,56);font-weight:400;display:flex;flex-wrap:nowrap;}
.hSec8-card ul li a span{color:#076299;font-size:18px;flex:0 0 35px;}
.hSec8-card ul li a:hover{color:#076299;}

/*Home Section 9*/
.homeSection9{position:relative;top:-280px;margin-bottom:-400px;}
.homeSection9 iframe{width:100%;height:750px;}

/*Home Section 10*/
.homeSection10{position:relative;z-index:2;background-repeat:no-repeat;background-position:center;background-size:100% 100%;padding:180px 0 150px;}
.hSec10-hd{text-align:center;padding-bottom:75px;}
.hSec10-hd h6{color:#fff;}
.hSec10-card{position:relative;}
.hSec10-card-img img{border-radius:20px;width:100%;}
.hSec10-card ul{padding-top:25px;padding-bottom:15px;}
.hSec10-card ul li{display:inline-block;padding-right:15px;margin-right:15px;position:relative;font-size:16px;font-family:"Poppins";color:rgb(255,255,255);}
.hSec10-card ul li.last{padding-right:0;margin-right:0;}
.hSec10-card ul li:after{content:'';position:absolute;right:0;top:0;bottom:0;width:2px;height:100%;background-color:#fff;}
.hSec10-card ul li.last:after{display:none;}
.hSec10-card h6{font-size:30px;font-family:"Century Gothic";color:rgb(255,255,255);font-weight:bold;text-transform:uppercase;line-height:1.3;}
.hSec10-card.hSec10-small-card{display:flex;align-items:center;flex-wrap:nowrap;padding-bottom:50px;margin-bottom:50px;}
.hSec10-card.hSec10-small-card.last{padding-bottom:0;margin-bottom:0;}
.hSec10-card.hSec10-small-card:after{background-image:-moz-linear-gradient(180deg,rgb(242,242,242) 0%,rgba(206,206,206,0) 100%);background-image:-webkit-linear-gradient(180deg,rgb(242,242,242) 0%,rgba(206,206,206,0) 100%);background-image:-ms-linear-gradient(180deg,rgb(242,242,242) 0%,rgba(206,206,206,0) 100%);content:'';position:absolute;bottom:0;right:0;margin:auto;width:100%;height:3px;}
.hSec10-card.hSec10-small-card.last:after{display:none;}
.hSec10-card.hSec10-small-card .hSec10-card-img{flex:0 0 250px;width:250px;}
.hSec10-card-cont{padding-left:40px;}
.hSec10-card-cont h6{font-size:20px;}
.hSec10-btn{text-align:center;padding-top:75px;}

/*Home Section 11*/
.homeSection11{padding:160px 0 125px;}
.hSec11-card{position:relative;border-style:solid;border-width:2px;border-color:rgb(7,98,153);border-radius:5px;background-color:rgb(255,255,255);height:100%;height:auto;padding:0 0px 50px;}
.hSec11-hd{background-size:cover;background-position:bottom;background-repeat:no-repeat;padding:40px 0 60px;text-align:center;margin-bottom:50px;}
.hSec11-hd h6{color:#fff;padding-bottom: 20px;}
.hSec11-hd p{color: #fff;padding: 0 30%;line-height: 1.2;}
.hSec11-form{padding:0 75px;}
.hSec11-form label{display:block;font-size:18px;font-family:"Poppins";color:rgb(39,39,39);text-transform:uppercase;padding-bottom:10px;font-weight:500;}
.hSec11-form input{font-size:16px;font-family:"Poppins";color:rgb(39,39,39);font-weight:400;height:50px;width:100%;margin-bottom:50px;border-bottom:1px solid #dadada;}
.hSec11-form textarea{resize:none;font-size:16px;font-family:"Poppins";color:rgb(39,39,39);font-weight:400;padding-top:15px;height:90px;width:100%;margin-bottom:50px;border-bottom:1px solid #dadada;}
.hSec11-fbtn{text-align:center;}
.hSec11-fbtn button{transition:all 0.4s ease-in-out;margin:0;background-color:rgb(255,94,0);border-radius:100px;padding:25px 80px;color:#fff;font-weight:600;font-size:20px;}
.hSec11-fbtn button:hover{background-color:#263281;}

/*FOoter*/
footer{padding:100px 0 60px;background-color:#18191d;}
.widget p{font-size:18px;font-family:"Poppins";color:rgb(255,255,255);line-height:1.2;font-weight:300;padding-top:30px;}
.widget1{padding-right:60px;}
.widget h6{font-size:24px;font-family:"Century Gothic";color:rgb(255,255,255);line-height:1.2;font-weight:700;padding-bottom:40px;}
.widget ul li{padding-bottom:25px;}
.widget ul li.last{padding-bottom:0;}
.widget ul li a{font-size:16px;color:#fff;}
.widget ul li a:hover{color:rgb(255 94 0);}
.newsletter-form{margin-bottom:40px;position:relative;}
.newsletter-form input{background-color:rgb(255,255,255);width:100%;height:50px;padding:0 60px 0 15px;font-size:14px;font-weight:400;border-radius:50px;}
.newsletter-form button{transition:all 0.4s ease-in-out;background-color:rgb(255,94,0);width:40px;height:40px;color:#fff;font-size:20px;position:absolute;right:6px;top:0;bottom:0;border-radius:50%;margin:auto;font-size:16px;}
.newsletter-form button:hover{background-color:#263281;}
.social-footer ol li{display:inline-block;padding-right:15px;}
.social-footer ol li.last{padding-right:0;}
.social-footer ol li a{border-style:solid;border-width:1px;border-color:rgb(255,255,255);border-radius:50%;background-color:rgba(22,22,22,0);width:52px;height:52px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;}
.social-footer ol li a:hover{border-color:rgb(255 94 0);background-color:rgb(255 94 0);}
.copyright{padding:25px 0 20px;background-color:#18191d;border-top: 1px solid #c2c2c2;}
.copyright p,
.copyright a,
.copyright span{font-size:20px;font-family:"Poppins";color:rgb(255,255,255);line-height:1.4;font-weight:400;}
.copyright span{font-weight:700;color:rgb(255 255 255);}
.copyright a:hover{color: rgb(255 94 0);}

/*Inner Pages*/
.innerBanner{width:100%;height:550px;background-repeat:no-repeat;background-size:cover;background-position:bottom;display:flex;align-items:center;justify-content:center;text-align:center;}
.innerBanner h1{font-size:80px;font-family:"Century Gothic";color:rgb(33,33,33);font-weight:bold;text-transform:uppercase;line-height:0.786;}

/*About Us*/
.aboutSec1{padding-bottom:80px;}
.aboutSec1-cont{padding-left:25px;}
.aboutSec1-cont h6{padding-bottom:40px;}
.aboutSection3{padding:110px 0;}
.aboutSec3-cont{padding-right:25px;}
.aboutSec3-cont p{padding:40px 0 40px;}

.aboutSec3-img{padding-left:25px;}
.aboutSec3-img .hSec2-img:before{top:auto;bottom:-15px;}
.aboutSec3-img .hSec2-img:after{top:auto;bottom:-25px;}
.aboutSec6{position:relative;}
.aboutSec6:after{content:'';width:100%;height:200px;background-image:url(../images/about/sec6-after.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:absolute;top:-60px;}

/*Contact Us*/
.contactSection1{padding:130px 0 230px;}
.contactSec-bottom{padding-top:80px;}
.contactSecBL-card{padding-bottom:15px;}
.contactSecBL-card a{width:100%;height:auto;padding:20px 30px;border-style:solid;border-width:2px;border-color:rgb(7,98,153);border-radius:5px;background-color:rgb(244,251,253);display:flex;align-items:center;flex-wrap:nowrap;}
.contactSecBL-card a:hover{background-color:rgb(3,13,78);}
.contactSecBL-card a .contactSecBL-card-icon{border-radius:50%;background-color:rgb(3,13,78);width:85px;height:85px;flex:0 0 85px;display:grid;place-items:center;margin-right:25px;transition:all 0.4s ease-in-out;}
.contactSecBL-card-cont h5{font-size:22px;font-family:"Century Gothic";color:rgb(255,94,0);font-weight:bold;line-height:1.1;padding-bottom:15px;transition:all 0.4s ease-in-out;}
.contactSecBL-card-cont em{font-size:17px;font-family:"Poppins";color:rgba(0,0,0,0.702);line-height:1.418;font-weight:400;transition:all 0.4s ease-in-out;}
.contactSecBL-card a:hover .contactSecBL-card-icon{background-color:rgb(255,94,0);}
.contactSecBL-card a:hover .contactSecBL-card-cont h5,
.contactSecBL-card a:hover .contactSecBL-card-cont em{color:#fff;}
.contactSecBL-social{text-align:center;}
.contactSecBL-social h5{font-family:"Poppins";color:rgb(0,15,32);font-weight:bold;line-height:0.8;font-size:25px;padding-bottom:20px;padding-top:15px;}
.contactSecBL-social ul li{display:inline-block;padding-right:25px;}
.contactSecBL-social ul li.last{padding-right:0;}
.contactSecBL-social ul li a{border-style:solid;border-width:1px;border-color:rgb(3,13,78);border-radius:50%;background-color:rgba(10,41,70,0);width:64px;height:64px;display:grid;place-items:center;font-size:32px;}
.contactSecBL-social ul li a:hover{border-color:rgb(255,94,0);background-color:rgb(255,94,0);color:#fff;}
.contactSec-br-form .hSec11-card{padding-bottom:0;}
.contactSec-br-form .hSec11-card .hSec11-form{padding:45px 35px;}
.contactSec-br-form .hSec11-card .hSec11-form label{font-size:16px;}
.contactSec-br-form .hSec11-card .hSec11-form input{height:45px;margin-bottom:35px;}
.contactSec-br-form .hSec11-card .hSec11-form textarea{height:70px;margin-bottom:35px;}
.contactSec4{position:relative;}
.contactSec4:after{content:'';width:100%;height:200px;background-image:url(../images/contact/footer-after.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:absolute;top:-140px;}

/*Service Detail*/
.serviceDetailSection1{padding:100px 0 130px;}
.serDetSec1-top{padding:0 60px 90px;text-align:center;}
.serDetSec1-img{padding-right:25px;}
.serDetSec1-cont{padding-left:25px;}
.serDetSec1-cont p{padding:45px 0 35px;}
.serviceDetailSection2{background-size:100% 100%;background-position:center;background-repeat:no-repeat;padding:130px 0 150px;}
.serDetSec2-hd{text-align:center;padding:0 60px;}
.serDetSec2-hd h6{padding-bottom:35px;}
.serviceDetailSection3{padding:130px 0;}
.homeSection3.pbtDown{padding-bottom:100px;}

/*Ref Doctor*/
.refDoctorSection1{padding:120px 0 90px;background-size:100% 100%;background-position:center;background-repeat:no-repeat;position:relative;}
.refDoctorSection1:after{content:'';width:100%;height:120px;background-image:url(../images/ref-doctor/sec2-after.png);background-size:100% 100%;position:absolute;top:350px;right:0;left:0;margin:auto;}
.refDocSec-hd{text-align:center;padding-bottom:150px;}
.refDocSec-cta{width:100%;padding:0px 0 80px;background-size:100% 100%;background-position:center;background-repeat:no-repeat;position:relative;}
.refDocSec-cta ul{display:flex;justify-content:center;}
.refDocSec-cta ul li{padding-right:50px;flex:0 0 33.33%;text-align:center;}
.refDocSec-cta ul li.last{padding-right:0;}
.refDocSec-cta ul li a{text-align:center;margin:auto;display:inline-block;}
.refDocSec-cta ul li .hsec2-icon{width:180px;height:180px;border-radius:50%;background-color:#ff5e00;box-shadow:0px 3px 7px 0px rgba(0,0,0,0.35);display:flex;align-items:center;justify-content:center;position:relative;margin:auto;z-index:1;}
.refDocSec-cta ul li .hsec2-icon:after{transition:all 0.4s ease-in-out;content:'';width:180px;height:180px;border:4px solid #030d4e;border-radius:50%;position:absolute;top:12px;left:-12px;animation:circlesize 6s linear infinite;}
.refDocSec-cta ul li .hsec2-icon img{filter:grayscale(1) brightness(10.5);}
.refDocSec-cta ul li .hsec2-icon span{border-radius:50%;background-color:#087d36;width:44px;height:44px;position:absolute;font-size:22px;color:rgb(255,255,255);font-weight:bold;line-height:44px;text-align:center;top:15px;left:0;z-index:1;animation:updownspan 2s ease-in-out infinite;transition:all 0.4s ease-in-out;}
.refDocSec-cta ul li h5{font-size:25px;font-family:"Century Gothic";color:rgb(20,20,20);text-transform:uppercase;line-height:1.2;font-weight:400;padding:40px 15% 0;}
.refDocSec-cta ul li:nth-child(2n) .hsec2-icon{background-color:#ffffff;}
.refDocSec-cta ul li:nth-child(2n) .hsec2-icon img{filter:none;}
.refDocSec-cta ul li:nth-child(2n) .hsec2-icon:after{border-color:#087d36;}
.refDocSec-cta ul li:nth-child(2n) .hsec2-icon span{background-color:#030d4e;}
.refDocSec-cta ul li.first{padding-top:30px;}
.refDocSec-cta ul li.last{margin-top:-55px;}
@keyframes circlesize{
	0%,
	100%{transform:rotate(0deg);width:180px;height:180px;}
	50%{transform:rotate(360deg);width:160px;height:165px;}
}
@keyframes updownspan{
	0%,
	100%{top:15px;left:0;}
	50%{top:10px;left:5px;}
}

/*Patients*/
.patientSection1{padding:110px 0 100px 0;}
.patientSec1-hd{padding:0 60px 70px;text-align:center;}
.patientSec1-card{width:100%;height:auto;position:relative;overflow:hidden;border-radius:8px;margin-bottom:60px;}
.patientSec1-cardImg img{border-radius:8px;}
.patientSec1-cardCont{position:absolute;background-color:#fff;border-radius:50% 50% 0 0;height:150px;width:570px;bottom:-30px;right:0;left:-20px;margin:auto;text-align:center;padding-top:30px;transition:all 0.4s ease-in-out;}
.patientSec1-card:hover .patientSec1-cardCont{width:100%;height:100%;bottom:0;left:0;border-radius:0;background-color:#ffffff98;display:flex;align-items:center;justify-content:center;}
.patientSec1-cardCont h5{font-size:22px;font-family:"Century Gothic";color:rgb(46,46,46);text-transform:uppercase;line-height:1.2;font-weight:600;}
.patientDark h6,
.patientDark p{color:#fff;}
.patientSection2{padding:120px 0 220px;}

/*What we do*/
.whatWeDoSection1{padding:90px 0 150px;}
.wwdSec-left,
.wwdSec-right{position:relative;padding:110px 0;}
.wwdSec-left:after,
.wwdSec-right:after{content:'';width:745px;height:115px;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url(../images/what-we-do/left-after.png);position:absolute;bottom:-40px;right:0;left:0;margin:auto;}
.wwdSec-right:after{background-image:url(../images/what-we-do/right-after.png);}
.wwdSec-left.last:after,
.wwdSec-right.last:after{display:none;}
.wwdSec-img{position:relative;text-align:center;margin-right:100px;}
.wwdSec-img:before{content:'';width:100%;height:100%;position:absolute;background-color:#d7eaf2;top:-15px;right:0;left:0;border-radius:50%;z-index:2;}
.wwdSec-img:after{content:'';width:100%;height:100%;position:absolute;background-color:#030d4e;top:-25px;right:0;left:0;border-radius:50%;z-index:1;}
.wwdSec-img img{width:100%;position:relative;z-index:2;}
.wwdSec-img-small{position:absolute;bottom:0;top:0;right:-70px;margin:auto;border-radius:50%;background-color:rgb(255 255 255);width:165px;height:165px;z-index:2;display:flex;align-items:center;justify-content:center;}
.wwdSec-img-small img{width:auto;}
.wwdSec-cont h6{padding-bottom:40px;}
.wwdSec-right .wwdSec-img{margin-right:auto;margin-left:100px;}
.wwdSec-right .wwdSec-img-small{right:auto;left:-70px;}












@media (max-width:1660px){

}
@media (max-width:1440px){
}
@media (max-width:1280px){
}
@media (max-width:1200px){
.menu li {
    padding-right: 15px;
}
.menu li a {
    font-size: 16px;
}
.mainBanner-cont h1 em {
    font-size: 35px;
    display: block;
    padding-bottom: 7px;
}

.mainBanner-cont h1 span {
    font-weight: 700;
    font-size: 50px;
    display: block;
    padding-top: 8px;
}

.mainBanner-cont p {
    font-size: 16px;
}

.mainBanner-cont a {
    font-size: 18px;
    padding: 20px 40px;
}

.mainBanner .mainBanner-cont {
    padding: 90px 150px 60px 40px;
}

.mn-hd h6 {
    font-size: 40px;
}

.mn-hd p {
    font-size: 16px;
}

.mn-btn a {
    padding: 20px 40px;
    font-size: 16px;
}

.hsec2-card h5 {
    font-size: 22px;
}

.hSec3-cont h6 {
    font-size: 45px;
}

.hSec3-cont h6 span {
    font-weight: 400;
    font-size: 25px;
}
.mainBanner-cont h1 {
    font-size: 40px;
}
.hSec4-hd h6 {
    font-size: 28px;
    line-height: 1.2;
}
.hSec4-card h4 {
    font-size: 18px;
}
.hSec4-card p {
    font-size: 16px;
}

.mn-hd h6 {
    font-size: 32px;
}

.hSec5-hd p {
    font-size: 25px;
}

.hSec10-card h6 {
    font-size: 22px;
}
.hSec10-card-cont h6 {
    font-size: 16px;
}

.hSec11-form label {
    font-size: 16px;
}
















}
.hSec2-img img{ 

    border-radius:50%;
}
@media (max-width:991px){
    
    .mainBanner-cont h1 {
    font-size: 28px;
}
    .mainBanner-cont h1 em {
    font-size: 24px;
    display: block;
    padding-bottom: 7px;
}
.mainBanner-cont h1 span {
    font-weight: 700;
    font-size: 35px;
    display: block;
    padding-top: 8px;
}
.hSec3-cont ul li {
    
    padding-bottom: 20px;
}
.hSec4-hd:after {
   
    top: -80px;}
    
    .mn-hd h6 {
    font-size: 28px;
    text-align: center;
}

.hSec7-card {
   
    margin: 0 50px 0 0;}
	.menu-Bar{display:block;top:0px;}
	.menuWrap.open{display: block;left:0px;}
	.menuWrap{position:fixed;left:-210%;right: auto;top:0;bottom:0;margin:auto;background: #075d92;height:100vh;display:flex;/* align-items:center; *//* justify-content:center; */flex-flow:column;transition:all 0.4s ease;z-index:3;width: 80%;text-align: left;padding: 40px 10px 40px 25px;overflow: hidden;overflow-y: auto;}
	ul.menu li{display:block;padding-bottom: 25px !important;}
	ul.menu li a{margin-bottom:10px;padding:0;display:block;text-align: left;margin-bottom: 0;margin-top: 0;padding-right:0px;margin-right:0px;color:#fff;font-size: 16px;font-weight: 600;text-transform:capitalize;}
	.logo img{max-width:50%;}
	.container{position:relative;}
	header .header-top{display:none;}
	header .main-header ul.menu>li{display:block;padding:0px;}
	header .main-header ul.menu>li a{color: #ffffff;padding:0px;background-color: transparent !important;}
	header .main-header ul.menu>li a:before{display:none;}
	.hSec11-fbtn button {
    
    padding: 25px 55px}
}

.hSec6-card {
    pointer-events:none;
}

@media (max-width:767px){
    section.mainBanner {
        background-position: top;
        padding-top: 50px !important;
        padding-bottom: 40px !important;
        top: 90px;
        padding-right: 20px;
        background-position-y: -22px;
        background-size: auto auto;
    } 
    
    
	img{max-width:100%;height:auto;}
	.menu-Bar{display:block;top:0px;}
	.menuWrap.open{
	        display: block;
    left: 0px;
    margin: inherit;
	}
	.menuWrap{position:fixed;left:-210%;right: auto;top:0;bottom:0;margin:auto;background: #075d92;height:100vh;display:flex;/* align-items:center; *//* justify-content:center; */flex-flow:column;transition:all 0.4s ease;z-index:3;width: 80%;text-align: left;padding: 40px 10px 40px 25px;overflow: hidden;overflow-y: auto;}
	ul.menu li{display:block;padding-bottom: 25px !important;}
	ul.menu li a{margin-bottom:10px;padding:0;display:block;text-align: left;margin-bottom: 0;margin-top: 0;padding-right:0px;margin-right:0px;color:#fff;font-size: 16px;font-weight: 600;text-transform:capitalize;}
	.logo img{max-width:50%;}
	.container{position:relative;}
	header .header-top{display:none;}
	header .main-header ul.menu>li{display:block;padding:0px;}
	header .main-header ul.menu>li a{color: #ffffff;padding:0px;background-color: transparent !important;}
	header .main-header ul.menu>li a:before{display:none;}

.mainBanner-cont h1 {
    font-size: 36px;
        color: #000;
            padding-bottom: 15px;
}

.mainBanner-cont h1 em {
    font-size: 20px;
}
.mainBanner-cont h1 span {
    font-size: 26px;
}

.mainBanner-cont p{
	color: #000	
}

.mainBanner .mainBanner-cont {
    padding: 0;
    text-align: left;
    background-image: none;
}

.mainBanner-cont p {
    font-size: 14px;
}
.mainBanner-cont a {
    font-size: 14px;
    padding: 15px 25px;
}

.homeSection1 {
    padding: 140px 0 50px;
}
.mn-hd h6 {
    font-size: 22px;
    padding-bottom: 20px;
}
.mn-hd p {
    font-size: 14px;
}
.hSec1-hd {
    padding-bottom: 25px;
}
.mn-btn a {
    font-size: 14px;
    padding: 15px 25px;
}
.homeSection2 {
    padding: 30px;
    background-size: cover;
}
.hSec2-hd {
    padding-bottom: 0;
}
.hsec2-card {
    padding: 30px 0 40px;
}
.hSec2-img-small {
    bottom: -40px;
    width: 100px;
    height: 100px;
    padding: 20px 20px 30px;
}

.hsec2-card h5 {
    font-size: 22px;
    font-weight:700;
    padding-top: 20px;
}
ul.mn-btn.dark {
    display: flex;
    justify-content: space-between;
}
.hSec2-btn {
    text-align: center;
    padding-top: 0;
}

.homeSection3 {
    padding: 30px 0 !important;
    top: 0;
    background-color: #07135a !important;
    background-image: none !important;
    position: relative;
}

.hSec3-img {
    position: absolute;
    opacity: 0.1;
    right: -20%;
    top: 0px;
    margin: auto;
    width: 70%;
    height: 100%;
}

.hSec3-cont {
    padding-left: 0;
}

.hSec3-cont h6 {
    font-size: 28px;
    line-height: 1.2;    padding-bottom: 25px;
}

.hSec3-cont h6 span {
    font-size: 18px;
}

.hSec3-cont ul li {
    padding: 0;
    display: block;
    padding-bottom: 10px;
}

.hSec3-cont ul li.last{
	padding-bottom: 0;
}

.homeSection4 {
    padding: 30px 0;
}

.hSec4-hd:after{
	display: none;
}

.hSec4-cont p {
    font-size: 14px;
}
.hSec4-hd {
    padding-right: 0;
    margin-right: 0;
    position: relative;
}
.hSec4-card {
    min-height: 1px;
    padding: 15px;
    margin-top: 30px;
}
.hSec4-card h4 {
    padding: 10px 0 15px;
    font-weight: 600;
}
.hSec4-card p {
    font-size: 14px;
}

.homeSection5 {
    padding: 30px 0;
}

.hSec5-hd p{
	padding-bottom: 20px;
}

br{display: none;}

.homeSection6{
	padding: 30px 0;
}

.hSec6-hd {
    padding-bottom: 0;
}

.homeSection6 .col-md-3{
	padding: 0 15px !important;
}
.hSec6-card img {
    width: 100%;
            object-fit: cover;
        height: 300px;
}
.homeSection7 {
    padding: 30px 0;
    background-size: cover;
}
.hSec7-hd {
    text-align: center;
    padding-bottom: 10px;
}
.col-md-6.slick-current.slick-active.slick-center .hSec7-card,  .hSec7-card {
    margin: 50px 0px 0 0px;
    padding: 50px 15px 15px 15px;
    text-align: left;
}
.col-md-6.slick-current.slick-active.slick-center .hSec7-card-img,  .hSec7-card-img {
    right: auto;
    left: 0;
    right: 0;
    bottom: auto;
    top: -40px;
    width: 80px;
    height: 80px;
}


.hSec7-card-img:after {
    width: 20px;
    height: 20px;
    font-size: 30px;
    top: 6px;
}
.col-md-6.slick-current.slick-active.slick-center .hSec7-card-img:after, .hSec7-card-img:after {
    right: auto;
    left: -3px;
}
.homeSection8 {
    padding: 30px 0 20px 0;
    background-size: cover;
    top: 0;
    z-index: 2;
}
.customer-slider ul.slick-dots {
    padding: 20px 0 0;
}
.hSec8-hd {
    padding-bottom: 15px;
}

.hSec8-card {
    border-radius: 10px;
    height: auto;
    padding: 15px;
    margin-bottom: 15px;
}
.hSec8-card h4 {
    font-size: 18px;
    padding-bottom: 15px;
}
.hSec8-card ul li a {
    font-size: 14px;
}
.hSec8-card ul li a span {
    font-size: 13px;
    flex: 0 0 20px;
    line-height: 1.2;
}

.homeSection9 {
    position: relative;
    top: -70px;
    margin-bottom: -70px;
}
.homeSection10 {
    padding: 30px 0;
    background-color: #030d4e;
    background-image: none !important;
}
.hSec10-hd {
    text-align: center;
    padding-bottom: 0;
}
.hSec10-card.hSec10-small-card {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 30px;
    width: 100%;
}
.hSec10-card {
    margin-bottom: 20px;
}
.hSec10-card.hSec10-small-card .hSec10-card-img {
    width: 100%;
}
.hSec10-card-cont, .hSec10-card {
    padding-left: 10px;
    text-align: left;
}
.hSec10-card-cont h6{order: 2}
.hSec10-card-cont h6, .hSec10-card h6 {
    font-size: 16px;
}

.hSec10-card-cont {
    display: flex;
    flex-direction: column;
}
.hSec10-card ul {
    padding-top: 10px;
    padding-bottom: 5px;
}

.hSec10-card.hSec10-small-card:after{display: none;}
.hSec10-btn {
    text-align: center;
    padding-top: 35px;
}
.homeSection11 {
    padding: 30px 0;
}
.hSec11-hd {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #087d36;
    background-image: none !important;
}

.hSec11-hd p {
    color: #fff;
    padding: 0 0%;
    line-height: 1.2;
}

.hSec11-form {
    padding: 0 15px;
}
.hSec11-form label {
    font-size: 14px;
}
.hSec11-form input {
    font-size: 14px;
    height: 40px;
    margin-bottom: 25px;
}

.hSec11-form textarea {
    font-size: 14px;
    height: 100px;
    margin-bottom: 35px;
}
.hSec11-fbtn button {
    padding: 15px 30px;
    font-size: 14px;
}

.hSec11-card{
	padding-bottom: 20px
}

footer {
    padding: 30px 0;
    background-color: #18191d;
}
.widget1 {
    padding-right: 0;
}

.footer-logo img {
    width: 180px;
}
.widget p {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.widget h6 {
    font-size: 18px;
    padding-bottom: 20px;
}
.widget ul li {
    padding-bottom: 15px;
}

.widget ul{
	padding-bottom: 25px
}

.widget ul li a {
    font-size: 14px;
}
.social-footer ol li a {
    width: 35px;
    height: 35px;
    font-size: 13px;
}
.copyright p, .copyright a, .copyright span {
    font-size: 14px;
    text-align: center;
}

.copyright .col-md-6{
	text-align: center !important;
	padding-bottom: 6px
}
.copyright {
    padding: 15px 0 9px;
}

header .main-header ul.menu>li a:hover{
	color: #000
}
.dropdown-nav{
	display: inline-block !important;
}
.menu {
width: 100%
}
header .main-header ul.menu>li {
    width: 100%;
}

.dropdown-nav:hover ul.dropdown {
    animation: none;
    z-index: 9;
    width: 100%;
    margin-top: 10px;
    position: relative;
    opacity: 1;
}
ul.dropdown {
    position: absolute;
    width: 251px;
    left: 0px;
    margin: auto;
    background: #ffffff73;
    padding: 15px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: none;
}

ul.menu li {
    padding-right: 0;
}


ul.dropdown li {
    padding-bottom: 15px !important;
}

/*Inner Page*/
.innerBanner {
    height: 200px;
    margin-top: 90px;
}
.innerBanner h1 {
    font-size: 32px;
}

.whatWeDoSection1{
	padding: 30px;
}
.wwdSec-img img {
    border-radius: 50%;
}
.wwdSec-cont.mn-hd.mn-ul ul {
    padding: 10px 0px;
}
.wwdSec-left, .wwdSec-right {
    position: relative;
    padding: 30px 0;
}

.wwdSec-img, .wwdSec-right .wwdSec-img {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}
.wwdSec-img-small, .wwdSec-right .wwdSec-img-small {
    bottom: -50px;
    top: auto;
    right: 0;
    left: 0;
    padding: 15px;
    width: 100px;
    height: 100px;
}

.wwdSec-left:after, .wwdSec-right:after{
	display: none;
}

.wwdSec-right .row .col-md-6:nth-child(1) {
    order: 2;
}

.homeSection1:after{
	display: none;
}
section.homeSection1.aboutSection-11 {
    padding-top: 60px;
}

.aboutSec1-cont {
    padding-left: 0;
    padding-top: 15px;
}
.aboutSec1 {
    padding-bottom: 30px;
}
section.homeSection1.aboutSection-11 .hSec1-hd{
	text-align: left;
}
.aboutSec6:after{
	display: none;
}
.homeSection9 iframe {
    width: 100%;
    height: 350px;
}
.aboutSection3 {
    padding: 30px 0;
}

.aboutSec3-cont p {
    padding: 0 0 25px;
}
.mn-ul ul li {
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
}
.mn-ul ul li:after {
    top: 2px;
    line-height: 1.4;
    font-size: 11px;
}
.aboutSec3-img {
    padding-left: 0;
    padding-top: 25px;
    padding-bottom: 30px;
}
.contactSection1 {
    padding: 30px 0;
}
.contactSec-bottom {
    padding-top: 20px;
}
.contactSecBL-card a{
	padding: 15px;
}
.contactSecBL-card a .contactSecBL-card-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    padding: 10px;margin-right: 10px;
}

.contactSecBL-card a .contactSecBL-card-icon img {
    width: 100%;
    height: 20px;
}
.contactSecBL-card-cont h5 {
    font-size: 16px;
    padding-bottom: 4px;
}
.contactSecBL-card-cont em {
    font-size: 14px;
}

.contactSecBL-social ul li {
    padding-right: 15px;
}
.contactSecBL-social ul li a {
    border-width: 3px;
    width: 30px;
    height: 30px;
    font-size: 16px;
}

.contactSecBL-social ul{
	padding-bottom: 35px
}
.contactSec-br-form .hSec11-card .hSec11-form {
    padding: 15px;
}

.patientSection1, .patientSection2, .serviceDetailSection3 {
    padding: 30px 0;
}
.patientSec1-hd {
    padding: 0 0 25px 0;
    text-align: center;
}
.patientSec1-cardCont h5 {
    font-size: 18px;
}
.patientSec1-cardCont {
    height: 110px;
    width: 110%;
    bottom: -30px;
    right: 0;
    left: -20px;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    transition: all 0.4s ease-in-out;
    padding: 30px 10% 0;
}
.patientSec1-card {
    margin-bottom: 15px;
}

.hSec4-hd.mn-hd.text-right {
    text-align: left !important;
}

.refDoctorSection1 {
    padding: 30px 0;
    background-size: cover;
}
.refDocSec-hd {
    padding-bottom: 0;
}
.refDocSec-cta ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.refDocSec-cta ul li{
	margin: 0 !important;
	padding-right: 0 !important;
}
.refDocSec-cta ul li h5 {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 20px 20px;
}
.refDocSec-cta ul li .hsec2-icon {
    width: 130px;
    height: 130px;
}
@keyframes circlesize{
	0%,
	100%{transform:rotate(0deg);width:130px;height:130px;}
	50%{transform:rotate(360deg);width:120px;height:125px;}
}
.refDocSec-cta ul li .hsec2-icon span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}

.refDocSec-cta {
    padding: 0px 0 0px;
}
.refDoctorSection1:after{display: none;}

.serviceDetailSection1{
	padding: 60px 0 30px;
}
.serDetSec1-img {
    padding-right: 0;
}

.serDetSec1-cont {
    padding-left: 0;
}
.serDetSec1-cont p {
    padding: 15px 0;
}
.serviceDetailSection2 {
    background-size: cover;
    padding: 30px 0;
}
.serDetSec2-hd {
    padding: 0 0px;
}

}

.loc{
    cursor:pointer !important;
    margin:auto;
}
.hide{
    display:none;
}
.error{
    color: red !important;
}
.open-accessibility{
    position: sticky !important;
    top:180px !important;
    margin-right:30px;
}
.open-accessibility-menu-footer{
    display:none;
}

.fancybox-button{
   margin-top: 700px;
}
.fancybox-content{
   margin-top: 1300px;
}


@media screen and (max-width: 780px)
{
    .open-accessibility-close-button {
    height: 30px !important;
}
}