@charset "utf-8";
/*font-family: 'Exo', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Tiro Devanagari Hindi', serif;
*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont78ce.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont78ce.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont78ce.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont78ce.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Kruti Dev 010';
    src: url('../fonts/KrutiDev010.eot');
    src: url('../fonts/KrutiDev010d41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KrutiDev010.woff2') format('woff2'),
        url('../fonts/KrutiDev010.woff') format('woff'),
        url('../fonts/KrutiDev010.ttf') format('truetype'),
        url('../fonts/KrutiDev010.svg#KrutiDev010') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kruti Dev 680';
    src: url('../fonts/Kruti-Dev680.eot');
    src: url('../fonts/Kruti-Dev680d41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kruti-Dev680.woff2') format('woff2'),
        url('../fonts/Kruti-Dev680.woff') format('woff'),
        url('../fonts/Kruti-Dev680.ttf') format('truetype'),
        url('../fonts/Kruti-Dev680.svg#Kruti-Dev680') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kruti Dev 020';
    src: url('../fonts/KrutiDev020Bold.eot');
    src: url('../fonts/KrutiDev020Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KrutiDev020Bold.woff2') format('woff2'),
        url('../fonts/KrutiDev020Bold.woff') format('woff'),
        url('../fonts/KrutiDev020Bold.ttf') format('truetype'),
        url('../fonts/KrutiDev020Bold.svg#KrutiDev020Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html{height:100%; max-width: 100%; overflow-x: hidden;}
body{min-height:100%; max-width: 100%; overflow-x: hidden; font-family: 'Roboto', sans-serif; color:#222; font-weight:400; padding:0px; margin:0px; font-size:20px; background:#fff; position:relative; line-height: 1.2;}
h1, h2, h3, h4, h5, h6, p, ul, li, img, a, input, select, div{ margin:0px; padding:0px; outline:none!important; box-shadow:none; border:0px; list-style:none; font-weight:normal;} 
h1, h2, h3, h4, h5, h6, p, header, img, a, span, small, :before, :after{-webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
*{-webkit-overflow-scrolling: touch; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; -webkit-text-size-adjust: 100%;}
.center{ text-align:center;}
.right { text-align:right; }
.blockTxt{ display: block;}
.blockTxtP{ display: block;}
.spaceTopMragin{ margin-top: 70px;}
.spaceTop{ padding-top: 70px;}
.spaceBottom{ padding-bottom: 70px;}
.spaceBoth{ padding-top: 70px; padding-bottom: 70px;}
.mt5{margin-top: 50px;}
.mt3{margin-top: 30px;}
.strong{font-weight: 700;}
.hidden{overflow: hidden;}
.lightGray{background-color: #f8faff;}
.white{ color: #fff;}
.black{ color: #000;}
.shadow{box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.flexRow{ display: flex; flex-wrap: wrap; min-width: 100%; margin-left: -15px; margin-right: -15px;}
.blackOverlay{position: relative;}
.blackOverlay:before{ content: ""; background-color: rgba(0,0,0,0.6); position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
img{ max-width:100%;}
a{text-decoration: none;}
*:focus { outline:none;}
.clear{ clear:both;}
.clearFix:after{ content: ""; display: block; clear:both;}
::-webkit-input-placeholder {opacity:1;}
:-moz-placeholder {opacity:1;}
::-moz-placeholder {opacity:1;}
:-ms-input-placeholder {opacity:1;}
.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
h1,h2{ font-size: 30px; line-height: 1.2; margin: 0 0 30px 0; font-weight: 400; font-family: 'Exo', sans-serif;}
h3{ font-size: 25px; line-height: 1.2; margin: 0 0 25px 0; font-weight: 400; font-family: 'Exo', sans-serif;}
h4{ font-size: 22px; line-height: 1.2; margin: 0 0 22px 0; font-weight: 400;}
h5{ font-size: 20px; line-height: 1.2; margin: 0 0 20px 0; font-weight: 400;}
h6{ font-size: 18px; line-height: 1.2; margin: 0 0 18px 0; font-weight: 400;}
p{ font-size: 16px; line-height: 1.4; margin: 0 0 25px 0; font-weight: 400;}
p.strong{margin-bottom: 40px;}
.centerImg{ text-align: center; margin: 0 auto 10px auto; }
.centerImg img{vertical-align: top;}
.txtUppercase { text-transform: uppercase; }
.green{ color: #50cdc6; }
.largeBtn,
.smallBtn{ color: #50cdc6; background-color: #fff; position: relative; border-radius: 50px; border:2px solid #50cdc6; font-size: 18px; display: inline-block; overflow: hidden; padding: 20px 30px; font-weight: 400; min-width: 245px; }
.smallBtn{ min-width: 172px; padding: 12px 5px; }
.largeBtn:hover,
.smallBtn:hover{ background-color: #50cdc6; color: #fff; }
.largeBtn span,
.smallBtn span{-webkit-transition: all 0s ease 0s; -moz-transition: all 0s ease 0s; transition: all 0s ease 0s;}
.containerSmall .largeBtn{margin-top:15px; }
.containerSmall{max-width: 994px; margin-left:auto; margin-right:auto;}
.container{max-width: 1200px; width: 100%; padding-left: 15px;  padding-right: 15px; margin-right: auto;margin-left: auto; clear:both; }
.container-fluid {margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px; clear:both;}
.row {margin-left: -15px;margin-right: -15px; clear:both; display: flex; flex-wrap: wrap;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,.col-custom {float: left; position: relative; min-height: 1px;padding-left: 15px;padding-right: 15px;}

@media (min-width: 768px) {
.col-12{width: 100%;}
.col-11{width: 91.66666667%;}
.col-10{width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666667%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}
}


header{ position: sticky; top: 0px; width: 100%; z-index: 2; background: #fff; max-width: 100%; overflow: hidden; border-bottom: 2px solid #870001;}
.headerInfoContact { width: 100%;  padding: 10px 0 10px 330px; line-height: 1; position: relative; z-index: 1; display: flex; justify-content: space-between; align-content: center;}
.headerInfoContact i{border-radius: 50%; width: 30px; height: 30px; border: 1px dashed #fff; margin: -4px 5px -4px 0; display: inline-flex; align-items: center; justify-content: center; font-size: 110%;}
.headerInfoContact:before{ content: ""; position: absolute; width: 100vw; height: 100%; z-index: -1; top: 0; left: 100px;  background: rgb(135,0,1) !important; background: linear-gradient(90deg, rgba(135,0,1,1) 0%, rgba(237,33,36,1) 50%, rgba(237,33,36,1) 100%);}
.headerInfoContact a{color: #fff; font-size: 14px;  font-weight: 500; margin-right: 10px; display: inline-block; vertical-align: top;}
.headerInfoContact a:last-child { margin-right: 0px; }
.headerInfoContact a:hover i{background-color: #fff; color: #ed2124;}

.headRow1{display: flex; justify-content: space-between; z-index: 1; position: relative;}
.headRow1 .logo{ margin: 0; width: 250px; position: relative;}
.logo:before {content: " "; position: absolute; top: -45px; right: -40px; bottom: 0; width: 100%; background-color: #fff; border-right: 2px solid #870001; -webkit-transform: skewX(-25deg); -ms-transform: skewX(-25deg); transform: skewX(-25deg); z-index: -1; }
.logo img{ width: 440px;}
.headerInfo {text-align: right; margin:15px 0 ;}
.headerInfoNav {padding: 0;font-size: 15px;float: right;width: 100%;}
.headerInfoNav *{-webkit-transition: all 0s ease 0s; -moz-transition: all 0s ease 0s; transition: all 0s ease 0s;}
.headerInfoNav .navigation{float: right; margin: 0px 0 0 0; padding: 0; display: flex;  flex-wrap: wrap;}
.headerInfoNav .navigation > li{ margin: 0 0 0 15px;font-size: 18px;overflow: hidden; text-transform: capitalize;}
.headerInfoNav .navigation > li:first-child{margin-left: 0px;}
.headerInfoNav .navigation > li > a {padding: 16px 15px;color: #222;font-weight: 500; font-size: 16px; line-height: 1; display: inline-block; position: relative; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
.headerInfoNav .navigation > li > a.contact{ background: #2E3092; color: #fff;  overflow: hidden; padding: 16px 20px;}
.headerInfoNav .navigation > li > a.contact:hover{background-color: #ed2124; color: #fff;}
.headerInfoNav .navigation > li > a.contact span{ position: relative; z-index: 1; }

.dropdownList{background:#000; border:0px; border-top:1px solid rgba(255,255,255,0.1);  border-radius:0px; box-shadow:none; width:100%; position:absolute; margin:0px; padding:0; z-index:99999; top:100%; text-align:center;}
.dropdownList:before,
.dropdownList:after{ content:""; height:100%; top:0px; width:500%; position:absolute; display:block; background:#000; right:99%; }
.dropdownList:after{ right:auto; left:99%;}
.dropdownList{ padding:25px 16px; margin: -2px 0px 0 ; left: 0px; display: flex; flex-wrap: wrap; width: 100%;}
.dropdownList > li{margin-left: -1px; padding:0 ; vertical-align:top; text-align:left; background: #000;}
.dropdownList > li span { font-size:24px; font-weight:500; display:table; line-height:100%; color:#e97a24; width:100%; text-transform: capitalize;}
.dropdownList > li span ins{ text-decoration:none; display:table-cell; vertical-align:middle; font-weight: 300; }
.dropdownList > li span ins:first-child{width:60px;}
.dropdownList > li span img{ width: 50px; max-height: 40px; margin-right:10px;}
.dropdownList > li small{ font-size:15px; color:rgba(255,255,255,0.5); font-weight: 300;  line-height:128%; margin-top:12px; display:block; text-transform: none;}
.dropdownList > li > .navCol{transition: .2s; color:#070707; padding:25px 50px; display: block; height: 100%;  white-space:normal;border:1px solid rgba(255,255,255,0.1); border-top:1px solid transparent; border-bottom:1px solid transparent; background: #000;}
.dropdownList > li > .navCol:hover{ background:transparent; color:#043c20; border:1px solid rgba(255,255,255,0.1);}
.dropdownList > li ul{margin: 5px 0 0 60px;}
.dropdownList > li li{padding: 5px; clear:both;}
.dropdownList > li li a{color:rgba(255,255,255,1); text-transform: capitalize; position: relative; padding-left: 25px; opacity: 0.5; transition: .2s;}
.dropdownList > li li a:before{content: ""; position: absolute; width: 17px!important; height: 18px; left: 0px; top: 0px; background: url(../images/icons/nav/arrow.html) no-repeat center center; background-size: auto 15px;}
.dropdownList > li li a:hover{opacity: 1;}
.navigation > li > ul{transition: 0s; opacity:0; visibility: hidden; text-align: center; }

/*Hamburger menu start*/
.headerInfoContact .hamburgerIcon{display: none; position: absolute; right: 0; bottom: -50px;}
.hamburgerIcon { position: relative; width: 40px; height: 40px;}
.hamburgerIcon span {display: block;position: absolute;height: 1px;width: 60%;background: #ed2124;opacity: 1;left: 20%;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
.hamburgerIcon span:nth-child(1) {top: 12px;}
.hamburgerIcon span:nth-child(2),.hamburgerIcon span:nth-child(3) {top: 20px;}
.hamburgerIcon span:nth-child(4) {top: 28px;}
.hamburgerIcon.open span:nth-child(1) {top: 18px;  width: 0%;  left: 50%;}
.hamburgerIcon.open span:nth-child(2) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.hamburgerIcon.open span:nth-child(3) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.hamburgerIcon.open span:nth-child(4) {top: 28px;width: 0%;left: 50%;}
/*Hamburger menu end*/

.swiper-slide {overflow: hidden; height: 0; padding-bottom: 31%; }
.slide-inner {position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-size: cover; background-position: center; }
.services-section-four{position:relative; }
.services-section-four .upper-section{position:relative; padding:70px 0px 70px; background-position: center bottom; }
.services-section-four .upper-section:before{position:absolute; content:''; left:0px; top:0px; right:0px; bottom:0px; background-color:rgb(135 0 1 / 90%); }
.services-section-four .upper-section .title-column{position:relative; }
.services-section-four .upper-section .title-column .inner-column{position:relative; color: #fff; }
.services-section-four .upper-section .text-column{position:relative; }
.services-section-four .upper-section .text-column .inner-column{position:relative; }
.services-section-four .upper-section .text-column .text{position:relative; color:#d1d1d1; font-size:16px; line-height:1.8em; font-weight:400; padding-left:50px; margin-top:55px; border-left:4px solid #ed2124; }
.services-section-four .upper-section .text-column .text span{position:relative; color:#ffffff; font-weight:600; }
.services-section-four .lower-section{position:relative; margin-top:0; z-index:1; }
.services-section-four .tab-btns{position: relative; max-width: 570px; width: 100%; margin: 0 auto; text-align: center; margin-top: 40px; background: #e2e7ea; height: 16px; border-radius: 30px }
.services-section-four .tab-btns li{position: relative; float: left; width: 282px; border-radius: 30px; margin: 0px; height: 16px; cursor: pointer; transition: all 500ms ease; }
.services-section-four .tab-btns li.active-btn:before{right: 0px; }
.services-section-four .tab-btns li:before{position: absolute; top: 0px; height: 100%; width: 100%; border-radius: 30px; content: ""; right: -283px; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; transition: all 600ms ease; background-color:#00487b; }
.services-section-four .tab-btns li:last-child:before{display: none; }
.services-section-four .tabs-box .tab{position:relative; display:none; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; }
.services-section-four .tabs-box .tab.active-tab{display:block; }
.services-section-four .tabs-box .tab{transform:scale(0.9,0.9) translateY(0px); }
.services-section-four .tabs-box .tab.active-tab{transform:scale(1) translateY(0px); }
.service-block-three{position:relative; }
.service-block-three .inner-box{position:relative; min-height: 100%; background-color: #fff; border-radius: 0px 45px 0px 45px; overflow: hidden; }
.service-block-three .inner-box .image{position:relative; overflow:hidden; background-color:#870001; }
.service-block-three .inner-box .image img{position:relative; width:100%; display:block; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; }
.service-block-three .inner-box:hover .image img{transform:scale(1.06,1.06); }
.service-block-three .inner-box .lower-content{position:relative; overflow:hidden; padding:50px 30px; text-align: center; background-color:#fff; }
.service-block-three .inner-box .lower-content .icon-outer{position:absolute; left:-20px; top:-20px; }
.service-block-three .inner-box .lower-content .icon-outer:before{position:absolute; content:''; left:0px; top:0px; width:110px; height:110px; opacity:0; border-radius:50%; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; background-color:rgba(255,255,255,0.40); }
.service-block-three .inner-box:hover .lower-content .icon-outer:before{opacity:1; }
.service-block-three .inner-box .lower-content .icon-outer .icon{position:relative; width:95px; height:95px; color:#ffffff; text-align:center; line-height:95px; display:block; font-size:42px; padding-left:12px; padding-top:8px; border-radius:50px; background-color:#ed2124; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; }
.service-block-three .inner-box:hover .lower-content .icon-outer .icon{color:#ed2124; background-color:#ffffff; }
.service-block-three .inner-box h5{position:relative; font-weight:700; color:#ed2124; margin: 0; }
.service-block-three .inner-box h5 span{    display: table; margin: 5px auto 0; background-color: #ed2124; color: #fff; border-radius: 2px; padding: 5px 10px;}
.service-block-three .inner-box .service-list{position:relative; margin-top:10px; }
.service-block-three .inner-box .service-list li{position:relative; margin-bottom:6px; color:#ffffff; font-size:16px; padding-left:22px; font-weight:400; }
.service-block-three .inner-box .service-list li:last-child{margin-bottom:0px; }
.service-block-three .inner-box .service-list li:before{position:absolute; content: "\f178"; left:0px; top:0px; color:#ed2124; font-size:10px; font-weight:600; font-family: "FontAwesome"; }
.service-block-three .inner-box .read-more{position: absolute; display: block; color: #ffffff; font-size: 15px; font-weight: 700; padding: 14px 15px; text-align: center; background-color: #ed2124; width: 100%; bottom: 0; left: 0; }
.sec-title_title {position: relative; font-weight: 700; letter-spacing: 1px; color: #fff; font-size: 16px; text-transform: uppercase; margin-bottom: 10px; } .sec-title_heading {font-weight: 700; line-height: 1.2; font-size: 50px; color: #fff; position: relative; } .darkColor .sec-title_title{color: #ed2124;}
.darkColor .sec-title_heading{color:#222;}
.services-section-part{ background: rgb(135,0,1); background: linear-gradient(90deg, rgba(135,0,1,1) 0%, rgba(237,33,36,1) 50%, rgba(237,33,36,1) 100%); color: #fff;}
.servicesWrapper .servicesSectionText{display: flex; width: 100%; margin-top: 20px;}
.servicesWrapper .servicesSectionText .servicesIcon{border-radius: 50%; font-size: 180%; color: #fff; border: 2px dashed #fff; flex: 70px 0 0; height: 70px; margin: 0 15px 0 0; display: flex; align-items: center; justify-content: center;}
.servicesWrapper .servicesSectionText .servicesTxt h5{font-size: 18px;  font-weight: 600; margin: 0 0 5px 0;}
.serviceMiddleImg{margin: 20px 25px 0; text-align: center;}
.serviceMiddleImg img{border-radius: 50%; border: 2px dashed #fff; letter-spacing: 5px; padding: 8px;}
.serviceMiddleImg .btn{margin-top: 15px; background: #2E3092; border-radius: 2px;}
.servicesWrapper.rightSide .servicesSectionText .servicesIcon{order: 1; margin: 0 0 0 15px;}
.servicesWrapper.rightSide .servicesSectionText .servicesTxt{text-align: right;}
.services-section-part1 .sec-title{ margin-bottom: 100px; }
.services-section-part1 .icon-box{background-color: #fafafa; text-align: center; border: 1px dashed #ED1C24; padding-top: 25px; min-height: calc(100% - 80px); margin-bottom: 80px; margin-left: 0; margin-right: 0; border-radius: 0 45px 0 45px; flex-wrap: wrap; padding-bottom: 35px;}
.services-section-part1 .icon-box.icon-left .icon {flex: 0 0 100px; font-size: 50px; margin: -25px auto -40px; transform: translateY(-50%); background: #fff; height: 100px; display: flex; align-items: center; justify-content: center; border: 1px dashed #ED1C24; border-radius: 0 25px; }
.services-section-part1 .icon-box.icon-left .details {display: block; padding: 20px 0 0; text-align: center; width: 100%; }
.services-section-part1 .icon-box.icon-left .details p{margin: 15px 0 0 0; }
.whyChooseUsWrapper .whyChooseUsSectionText{display: flex; width: 100%; margin-top: 20px; align-items: center;}
.whyChooseUsWrapper .whyChooseUsSectionText .whyChooseUsIcon{border-radius: 50%; font-size: 120%; color: #ed2124; border: 1px dashed #ed2124; flex: 50px 0 0; height: 50px; margin: 0 15px 0 0; display: flex; align-items: center; justify-content: center;}
.whyChooseUsWrapper .whyChooseUsSectionText .whyChooseUsTxt h5{font-size: 16px;  font-weight: 600; margin: 0 0 5px 0;}
.whyChooseUsWrapper .whyChooseUsSectionText .whyChooseUsTxt *:last-child{margin-bottom: 0; padding-bottom: 0;}
.serviceNewSection {border: 1px dashed #ED1C24; border-radius: 0 45px 0 45px; padding: 40px; min-height: 100% }
.serviceNewSection h2{
/* font-family: 'Kruti Dev 680'; */
 color: #fff; background-color: #ED1C24; padding: 10px; text-align: center; border-radius: 0 25px 0 25px;}
.serviceNewSection li{
/* font-family: 'Kruti Dev 680' !important;  */
font-size: 17px !important;}
#accordion{margin: 20px 0 0 0;}
.panel-default>.panel-heading{background: #ed2124; color: #fff; padding: 0;}
.panel-default{border-color:#870001;}
.panel-title a{font-weight: 500; display: block; position: relative; text-decoration: none; font-size: 18px; padding: 10px 50px 10px 15px;}
.panel-title a:after{content: "\f107"; font-family: FontAwesome; display: flex; align-items: center; justify-content: center; position: absolute; width: 40px; height: 100%; background-color: #870001; right: 0; top: 0;}
.panel-title a[aria-expanded="true"]:after{content: "\f106";}
.panel-body{font-size: 16px; line-height: 1.5;}
.processs-section{ background-color: #f9f9f9; position: relative; background-size: 100%; margin-top: 50px;}
.processs-section:before{content: ""; background: url(../images/background/processs-bg.png) no-repeat center center; background-attachment: fixed; background-size: 100%; position: absolute; opacity: 1; left: 0; top: 0; height: 100%; width: 100%;}
.pt-process-step.pt-process-style-1 {text-align: center; padding: 0; position: relative; }
.pt-process-step.pt-process-style-1:before {content: ''; position: absolute; width: 30%; border: 1px dashed #fff; top: 75px; left: -50px; display: none; }
.pt-process-step.pt-process-style-1.text-left:before {border: none; }
.pt-process-step.pt-process-style-1 .pt-process-media {position: relative; display: inline-block; margin-bottom: 30px; }
.pt-process-step.pt-process-style-1 .pt-process-icon {width: 150px; height: 150px; text-align: center; background: #fff; -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1); -moz-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1); box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1); border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.pt-process-step.pt-process-style-1 .pt-process-icon i {font-size: 56px; margin-top: 5px; display: inline-block; color: #ed2124; }
.pt-process-step.pt-process-style-1 .pt-process-media .pt-process-number {position: absolute; bottom: 20px; right: -5px; border-radius: 100%; background: #ed2124; font-size: 16px; color: #fff; height: 48px; width: 48px; text-align: center; line-height: 48px; font-weight: 600; }
.pt-process-step.pt-process-style-1 .pt-process-media:before {content: ''; position: absolute; border-top: 1px dashed #fff; top: 50%; left: 100%; }
.pt-process-step.pt-process-style-1 .pt-process-description {margin-top: 10px; font-size: 16px; font-weight: 400; line-height: 1.3; }
.pt-process-step.pt-process-style-1 .pt-process-title {color: #ed2124; font-weight: 600; font-size: 20px; line-height: 1.2; margin: 0 0 10px; text-transform: capitalize; } .meetOurSpecialist{ background-color: #f9f9f9; }
.doctorsLists{display: flex; flex-wrap: wrap; justify-content: center; overflow: hidden;}
.doctorsListSlider{flex-wrap: initial;}
.doctorsLists .row{ justify-content: center;}
.doctorsLists .row .col-lg-4 .doctorsList{background-color: #fafafa; border:1px dashed #ED1C24; padding-top: 25px; margin-left: 0; margin-right: 0; border-radius: 0 45px 0 45px;}
.doctorsLists > .doctorsList{ flex:0 0 calc(33.33% - 20px) !important;}
.doctorsLists .doctorsList{ text-align: center; background-color: #fff; margin: 0 10px 50px; border-radius: 0 45px 0 45px; overflow: hidden; padding-top: 25px; position: relative; box-shadow: 0 5px 5px rgb(0 0 0 / 5%)}
.doctorsLists .doctorsList:hover{-webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 7%); box-shadow: 0 10px 15px rgb(0 0 0 / 7%)}
.doctorsLists .doctorsList .doctor_box_img{max-width: 50%; border: 1px dashed #ED1C24; border-radius: 0 45px 0 45px; overflow: hidden; margin: auto;}
.doctorsLists .doctorsList .doctor_box_img img{ width: 100%; height: auto; }
.doctorsLists .doctorsList .doctor_box_content{padding:35px 0 0 0}
.doctorsLists .doctorsList .doctor_box_icon {position: relative; z-index: 0;}
.doctorsLists .doctorsList .doctor_box_icon>.doctor_box_icon_item{color:#fff;background-color:#ed2124;border-style:solid;border-width:1px 1px 1px 1px;border-color:#ed2124;}
.doctorsLists .doctorsList .doctor_box_icon>i {color: #fff; background-color: #ed2124; border-style: solid; border-width: 1px 1px 1px 1px; border-color: #ed2124; position: absolute; top: -21px; left: 0; right: 0; width: 40px; height: 40px; margin: 0 auto; border-radius: 0 10px 0 10px; font-size: 18px; line-height: 38px; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease;transition: all 500ms ease;}
.doctorsLists .doctorsList:hover .doctor_box_icon>.doctor_box_icon_item{color:#ed2124;background-color:#fff}
.doctorsLists .doctorsList .doctor_box_title{color:#222;margin:0; text-align: center; padding: 0 10px 20px; font-weight: 600; font-size: 20px; color: #ed2124; 
/* font-family: 'Kruti Dev 680', serif; */
}
.doctorsLists .doctorsList .doctor_box_title img{width: 90%; margin: auto;}
.doctorsLists .doctorsList .doctor_box_role{font-size: 14px; margin: 0; padding: 0;}
.owl-stage{display: flex;}

.testimonialsMain{ background-color: rgba(135,0,1,1); position: relative; background-size: 100%; color: #fff;}
.testimonialsMain:before{content: ""; background: url(../images/background/processs-bg.webp) no-repeat center center; background-attachment: fixed; background-size: 100%; position: absolute; opacity: 0.2; left: 0; top: 0; height: 100%; width: 100%;}

.testimonialsBanner{display: flex; overflow: hidden;}
.testimonialsBanner > li{flex: 0 0 calc(33.33% - 10px); margin:0 5px;}
.pt-testimonial-box.pt-style-3 {
    background: #fff;
    padding: 45px;
    border-radius: 3px;
    position: relative;
}
.pt-testimonial-content{color: #666; min-height: 150px; max-height: 150px; overflow: auto; font-size: 15px; font-weight: 400; line-height: 1.4;}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media {
    display: flex;
    position: relative;
    margin-top: 30px;
    align-items: center;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-img img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-img {
    margin-right: 15px;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-meta {
    align-self: center;
}
.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-meta h5{color: #070707; margin: 0 0 5px 0;}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-meta span {
    color: #ed2124;
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-icon i {
    color: #ff0000;
    font-size: 64px;
    line-height: 72px;
    position: absolute;
    right: 0;
    bottom: 110px;
    z-index: 1;
    opacity: 0.1;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-star {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #ff9529;
    margin-bottom: 15px;
}

.pt-testimonial-greybg .pt-testimonial-box.pt-style-3 {
    background: #ccc;
    padding: 30px;
    border-radius: 3px;
}

.pt-testimonial-greybg .pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-icon i {
    bottom: 0;
    font-size: 56px;
    line-height: 64px;
}

.pt-testimonial-bg-transparent .pt-testimonial-box.pt-style-3 {
    background: transparent;
    padding: 0px;
    border-radius: 3px;
    color: #fff;
}

.pt-testimonial-bg-transparent .pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-icon i {
    color: #fff;
}
.main-footer.style-two{
    background-color: rgb(239,243,250);
}
.main-footer_widgets {
    position: relative;
    padding: 80px 0px 40px;
}
.main-footer_column {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.main-footer_logo {
    position: relative;
    margin-bottom: 20px;
}
.main-footer_logo a img {
    width: 150px;
}
.main-footer.style-two .main-footer_text {
    color: rgb(109,110,115);
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.footer-social_box {
    position: relative;
}
.footer-social_box li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.main-footer.style-two .footer-social_box li a {
        position: relative;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
    color: rgb(109,110,115);
    border:1px dashed; rgb(109,110,115);
    display: inline-block;
}
.main-footer.style-two .footer-social_box li a:hover {
    background-color: #ed2124;
    color: #fff;
    border-color: #ed2124;
}
.main-footer.style-two .main-footer_title {
    position: relative;
    font-weight: 800;
    margin-bottom: 20px;
    color:  rgb(34 34 34);
}
footer ul.menu {
    position: relative;
    columns: 2;
    column-gap: 20px;
}
footer ul.menu li {
    position: relative;
    margin-bottom: 5px;
}
footer.style-two ul.menu li a {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    color: rgb(109,110,115);
    display: inline-block;
}
footer.style-two ul.menu li a:hover{
    color: #ed2124;
}
footer ul.menu li a:before{    position: absolute;
    content: '\f054';
    left: 0px;
    font-weight: 400;
    font-size: 12px;
    top: 2px;
    color: rgb(109,110,115);
    font-family: 'FontAwesome';
}
.main-footer_contact-list {
    position: relative;
}
.main-footer_contact-list li {
    position: relative;
    line-height: 1.4;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: rgb(109,110,115);
}
.main-footer_contact-list li a{color: rgb(109,110,115);}
.main-footer_contact-list li .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    line-height: 1em;
    color: #ed2124;
}

.main-footer_bottom {
    position: relative;
    text-align: center;
    border-top: 1px solid #ccc;
}

.footer_copyright {
    background: #fff;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: rgb(109,110,115);
    padding: 10px;
}
.footer_copyright a{color: #ed2124;}

.smallBannerSection{background-image: url(../images/background/slider-bg-1.jpg); background-repeat: no-repeat; background-position: center center;  overflow: hidden; background-size: cover; position: relative; min-height: 400px;}
.smallBannerSection:before{ content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color:rgb(23 24 80 / 30%);}
.smallBannerSection.ourServicesB{background-image: url(../images/background/inner-banner-img.png);}
.smallBannerSection.teamOfDoctorsB{background-image: url(../images/background/teamofdoctorsb.webp);}
.smallBannerSection.departmentsB{background-image: url(../images/background/departmentsb.webp);}
.smallBannerSection.bookAppointmentsB{background-image: url(../images/background/bookappointmentsb.webp);}
.smallBannerSection h1{position: absolute; width: 90%; text-align: center; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff;  font-size: 40px; text-transform: uppercase; text-shadow: 0 0 10px #000; padding: 20px; font-weight: 700; display: none;}
.smallBannerSection h1 span{display: block; font-size: 50%; font-weight: 500;}

.contantSection h2{ color: #ed2124; font-weight: 700; }
.contantSection h3{ color: #ed2124; font-weight: 700; }
.contantSection h4{ color: #ed2124; font-weight: 700; }
.list{margin: 0 0 40px 0; padding: 0; list-style: none; counter-reset: listCounter1;}
.list:last-child{margin-bottom: 0; padding-bottom: 0;}
.list li{ margin:0 0 5px 0; padding: 0 0 0 30px; position: relative; counter-increment: listCounter1; font-family: var(--p-font); font-size:16px; line-height: 1.5;}
.list li:before{ content: "0" counter(listCounter1); font-weight: 600; position: absolute; left: 0; top: 0;}
.list li:nth-child(n+10):before{ content: "" counter(listCounter1);}
.list1{margin: 0 0 40px 0; padding: 0; list-style: none;}
.list1:last-child{margin-bottom: 0; padding-bottom: 0;}
.list1 li{ margin:0 0 5px 0; padding: 0 0 0 25px; position: relative;  font-size:16px; line-height: 1.5;}
.list1 li:before{content: "\EA6E"; font-family: 'FontAwesome';   font-weight: 600; position: absolute; left: 0; top: 0;}

.list2{margin: 0 0 40px 0; padding: 0; list-style: none;}
.list2:last-child{margin-bottom: 0; padding-bottom: 0;}
.list2 li{ margin:0 0 5px 0; font-weight: 700; padding: 0; position: relative;  font-size:16px; line-height: 1.5;}
.list2 li i{ margin: 0 10px 0 0; color: #ed2124; border-radius: 50%; border: 1px dashed #ed2124; width: 30px; height: 30px; display:inline-flex; justify-content: center; align-items: center;}

.servicesBlock{padding:60px 0;}
.servicesBlock .col-sm-4{ padding-top:63px;}
.servicesBlock i{margin: auto; padding:0; width:84px; height:84px; border-radius:50%; background:#405364; text-align:center; color:#fff; font-size:42px; display:inline-block; line-height:200%; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
.servicesBlock p{ font-size:15px; color:#777777; font-weight:300; line-height:150%; margin:10px 0 0 0; padding:0; text-align: center; height:88px; overflow:hidden;}
.servicesBlock h3{font-size:20px; text-transform:uppercase; color:#d6baa7; font-weight:600; display:block; margin-top:15px;}
.servicesBlock h2{ margin-bottom:-23px;}


.aboutImg{border-radius: 0 100px 0 100px; overflow: hidden; box-shadow: 5px 5px 0 5px #2E3092; border: 2px solid #fff;}
.red{color:#ed2124;}
.blue{color:#2E3092;}
.heading .blue{font-weight: 300;}
.heading .red{font-weight: 700;}
.fact-counter-area{ background-color: rgba(135,0,1,1); position: relative; background-size: 100%; color: #fff;  position: relative; z-index: 1;}
.fact-counter-area:before{content: ""; background: url(../images/background/processs-bg.png) no-repeat center center; background-attachment: fixed; background-size: 100%; position: absolute; opacity: 0.2; left: 0; top: 0; height: 100%; width: 100%; z-index: -1;}


.fact-counter-area .sec-title{padding-bottom: 40px; position: relative; }
.fact-counter-area .sec-title h1{color: #ffffff; text-transform: capitalize; font-weight: 700; }
.fact-counter-area .sec-title p {color: #f1f1f1; font-size: 18px; font-weight: 400; line-height: 1.5; margin: 0; }
.fact-counter-area ul li {display: inline-block; float: left; border-right: 1px solid #ed2124; width: 292px; margin-bottom: 30px; }
.fact-counter-area ul li:last-child{border-right: none; }
.fact-counter-area .single-item {width: 100%; display: block; padding: 0px 25px 0px; transition: all 500ms ease; position: relative; }
.fact-counter-area .single-item .icon-holder{margin: 0 0 16px; color: #fff; }
.fact-counter-area .single-item .icon-holder i{background: #ed2124; width: 80px; height: 80px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 50px; }
.fact-counter-area .single-item h1{margin: 0;}
.fact-counter-area .single-item h1 span{color: #ffffff; font-size: 30px; font-weight: 700; }
.fact-counter-area .single-item h3{color: #ffffff; font-size: 18px; line-height: 26px; font-weight: 400; text-transform: capitalize; margin: 11px 0 0; }
.ulockd-divider{background-color: #f9f9f9;}
.progress-levels {position: relative; }
.progress-levels:last-child {margin-bottom: 0px; }
.progress-levels .progress-box {margin-bottom: 30px; overflow: hidden; position: relative; }
.progress-levels .box-title {margin-bottom: 10px; position: relative; text-transform: uppercase; font-size: 16px; font-weight: 500; }
.progress-levels .progress-box .inner {background-color: #eeeeee; }
.progress-levels .progress-box .bar {position: relative; height: 20px; }
.progress-levels .progress-box .bar .bar-innner {height: 20px; left: 0px; position: relative; top: 0px; width: 100%; }
.progress-levels .progress-box .bar .bar-fill {border-radius: 2px; height: 20px; left:0%; background-color: #ed2124; position: absolute; top: 0px; -webkit-transition: all 2000ms ease 300ms; -o-transition: all 2000ms ease 300ms; transition: all 2000ms ease 300ms; width: 100%; }
.progress-levels .progress-box .percent {font-size: 15px; font-weight: bold; letter-spacing: 1px; line-height: 26px; opacity: 1; position: absolute; right: 0px; text-align: center; top: -35px; -webkit-transition: all 2000ms ease 700ms; -o-transition: all 2000ms ease 700ms; transition: all 2000ms ease 700ms; }
.tac-smd.icon_box{align-items: flex-start;}
.tac-smd.icon_box .ib_details h3, .tac-smd.icon_box .ib_details h4{font-size: 18px; font-weight: 600;}
.icon_box {padding: 20px 0 0; position: relative; display: flex; align-items: center; }
.icon_box .icon {-webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.icon_box .icon i{border: 1px solid #ed2124; display: inline-block; font-size: 30px; height: 55px; line-height: 56px; text-align: center; width: 55px; color: #ed2124; border-radius: 0 10px 0 10px; }
.icon_box .ib_details {margin-left: 10px; }
.icon_box .ib_details h3, 
.icon_box .ib_details h4 {font-weight: 600; margin: 0 0 5px 0; color: #000; font-size: 14px; font-family: 'Exo', sans-serif; }
.divider-half {overflow-x: hidden; position: relative; overflow-y: hidden; }
.team-one {cursor: pointer; }
.team-one .team-thumb {position: relative; overflow: hidden; }
.img-whp {display: block; max-width: 100%; height: auto; width: 100% !important; }
.team-one .team-overlay {border: 1px solid #ffffff; bottom: -100%; position: absolute; text-align: center; -webkit-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease; width: 100%; }
.gallery-overlay, .team-overlay, .overlay-tc6:before {background-color: rgba(0, 0, 0, 0.5); }
.list-inline {padding-left: 0; margin-left: -5px; list-style: none; }
.list-inline>li {display: inline-block; padding-right: 5px; padding-left: 5px; }
.team-one .team-overlay .team-icon {margin-top: 25px; }
.team-one .team-overlay .team-icon.style2 {margin: 3% 0; }
.team-one .team-overlay .team-icon li {margin-right: -5px; margin-left: 0; }
.team-one .team-overlay .team-icon li a {background: #ed2124; border: 1px solid #ed2124; font-size: 14px; padding: 5px 9px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color: #fff !important; }
.team-one:hover .team-overlay {bottom: 0; }
.team-details {padding: 20px 0 0; }
.member-name {font-size: 24px; margin-bottom: 0; margin-top: 0; font-weight: 600; color: #ed2124; }
.member-post {margin-top: 0; font-size: 16px; opacity: 0.8; }
.team-details p {font-size: 16px; line-height: 20px; margin-top: 12px; }
.btn-thm {background-color: #ed2124; border-color: #ed2124; font-size: 14px; padding: 8px 15px; color: #ffffff; border-radius: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.btn-thm:hover {background-color: #2E3092; color: #fff;}
.icon-box {border-radius: 0 45px 0; margin-bottom: 50px; padding: 20px; position: relative; background-color: #fff; min-height: calc(100% - 30px); display: flex; align-items: center; }
.icon-box.icon-left .icon {flex: 0 0 200px; font-size: 200px; }
.icon-box.icon-left .icon .text-thm {color: #ed2124; }
.icon-box.icon-left .details {display: table; padding: 0 0 0 20px; }
.icon-box h4 {margin: 0; font-family: 'Exo', sans-serif; font-weight: 700; font-size: 20px; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; color: #2E3092; }
.icon-box p {font-size: 16px; font-weight: 400; }
.about-box {position: relative; }
.about-box .btn{position: absolute; right: 0; bottom: 0; border: 0 !important; border-radius: 10px 0 0 0;}
.ab-thumb {position: relative; }
.ovh {overflow: hidden; }
.ab-thumb img {-webkit-transition: all 0.4s ease-in-out 0s; -o-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; border-radius: 0 80px; }
.img-whp {width: 100% !important; }
.ab-thumb .doc-name-left{bottom:0; left: 0; position: absolute; color: #ffffff; padding: 15px 30px; -webkit-transition: all 0.4s ease-in-out 0s; -o-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; text-align: center; background-color: #ed2124; border-radius: 0 45px 0 45px; overflow: hidden; font-family: 'Exo', sans-serif; }
.ab-thumb .doc-name-left h4 {color: #ffffff; margin: 0; font-size: 18px; font-weight: 700; }
.ab-thumb .doc-name-left p {font-size: 16px; font-weight: 400; margin: 0; }
.marqueeTxt{width: 100%; z-index: 99999; background: #2E3092; color: #fff; font-size: 22px; font-family: 'Exo', sans-serif; font-weight: 700; margin: 0 0 -5px 0; padding: 10px 0; border: 0;}
.marqueeTxt span{padding: 0 20px; position: relative;}
.marqueeTxt span:before{content: ""; position: absolute; top: 12px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #fff;}

.galleryMain .row{margin-left:10px; margin-right:10px;}
.galleryMain .row [class*="col-"] {padding: 10px; }
.galleryMain .centerImg {text-align: center; border: 2px dashed #ed1c2478;  border-radius: 0 45px; overflow: hidden; padding: 5px; }
.galleryMain .centerImg a{position: relative; display: block; padding-bottom: 100%;}
.galleryMain .centerImg img{ border-radius: 0 40px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.fb-page{width: 100%; margin-top: 10px;     overflow: hidden;}

@media (min-width: 768px) {
	.dropdownList > li > .navCol{padding: 20px;}
	.dropdownList > li span{font-size: 18px;} 
	.dropdownList > li > .navCol:hover, .dropdownList > li > .navCol:focus{ background:transparent;}
	.navigation > li:hover > ul{opacity:1; visibility:visible; transition: .5s;}
	.navigation > li:hover .navCol{color:#fff; background:transparent;}
	.dropdownList > li > .navCol:hover{color: #000 !important; background:rgba(255, 255, 255, 0.05);}
	.dropdownList > li > .navCol:hover small{color:rgba(255,255,255,1);}

}

@media (max-width: 1199px) {
    .headRow1 .logo{width: 150px;}
    .logo img{width: 100%; margin: -10px 0 0 0;}
    .headerInfoContact{padding: 10px 0 10px 215px;}
    .headerInfoContact i{ width: 20px; height: 20px; margin: 0px 5px 0px 0; font-size: 80%;}
    .headerInfoContact a{margin-right: 0;}
    .headerInfoContact a{font-size: 11px;}
    .headerInfoNav .navigation > li > a{padding: 10px 5px; font-size: 12px;}
    .headerInfoNav .navigation > li > a.contact{padding: 10px 15px;}
}

@media (max-width: 991px) {
	.spaceTopMragin{ margin-top: 50px;}
	.spaceTop{ padding-top: 50px;}
	.spaceBottom{ padding-bottom: 50px;}
	.spaceBoth{ padding-top: 50px; padding-bottom: 50px;}
	h1, h2{font-size: 25px;  margin-bottom: 30px;}
	h3{font-size: 22px;}
	h4{font-size: 20px;}
	h5{font-size: 18px;}
	p{font-size: 14px;  margin-bottom: 30px;}
    .service-block-three{margin-bottom: 15px;}
    .about-box .ab-thumb{margin-top: 25px;}
    .processs-section{margin-top: 0px;}
    .sec-title_heading{font-size: 30px;}
    .serviceNewSection{padding: 20px;}
    .headerInfoNav .navigation > li{margin-left: 5px;}
	}


@media (max-width: 767px) {
    .headerInfoContact{z-index: 2;}
    .headerInfoContact .hamburgerIcon{display: block;}
	body {font-size: 16px;}
	h1,h2{ font-size: 30px;  margin: 0 0 20px 0;}
	h3{ font-size: 27px; margin: 0 0 30px 0;}
	h4{ font-size: 24px; margin: 0 0 30px 0;}
	h5{ font-size: 22px; margin: 0 0 30px 0;}
	h6{ font-size: 20px; margin: 0 0 30px 0;}
	p{ font-size: 16px; margin: 0 0 30px 0;}
	.mobileSpaceBottom{margin-bottom: 30px;}
	.blockTxtP{ display: inline;}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{width: 100%;}
	.servicesLists-2 .col-4 {width: 100%;}
	.spaceTopMragin{ margin-top: 30px;}
	.spaceTop{ padding-top: 30px;}
	.spaceBottom{ padding-bottom: 30px;}
	.spaceBoth{ padding-top: 30px; padding-bottom: 30px;}
	h1, h2{font-size: 30px;  margin-bottom: 30px; text-align: center;}
	h3{font-size: 25px;}
	h4{font-size: 22px;}
	h5{font-size: 18px;}
	p{font-size: 14px;  margin-bottom: 30px; text-align: center;}
	
	/*nav*/
	.headerInfoNav .navigation .dropdownList{opacity: 1; visibility: visible; padding: 0px; display: none;}
	.dropdownList > li{width: 100%!important;}
	.headerInfoNav .navigation > li{position: relative;}
	.dropdownList > li > .navCol{ padding: 15px;}
	.dropdownList > li span{font-size: 20px;}
	.dropdownList > li span img{max-height: 30px;}
	.headerInfoNav .navigation > li .dropdownList > li li{padding: 0px;}
	.headerInfoNav .navigation > li .dropdownList > li li a{ padding: 10px 15px 10px 25px;}
	.headerInfoNav .navigation > li .dropdownList > li li a:before{content: ""; display: block!important; position: absolute; width: 17px!important; height: 18px; left: 0px; top: 10px; background: url(../images/icons/nav/arrow.html) no-repeat center center; background-size: auto 15px;}
	.dropdownList > li span{ font-size: 18px;}
	.dropdownList > li small{font-size: 15px; padding-left: 60px;}
    .service-block-three .inner-box .lower-content{padding: 20px;}

    header{overflow: visible;}
    .headerInfo{ position: absolute; z-index: 9999999; background: #fff; top: 101%; left: 0; min-width: 100%; margin: 0 -15px; display: none;}
    .headerInfoNav .navigation > li{width: 100%; text-align: left; margin: 0;}
    .headerInfoNav .navigation > li > a{padding: 15px 15px; font-size: 14px; display: block;}
    .headerInfoRight{display: none;}
    .logo:before{display: none;}
    .headerInfoContact{padding-left: 0px;}
    .headerInfoContact:before{left: -15px;}
    .logo img{margin: 0;}
    .headRow1{padding: 10px 0;}
    .fact-counter-area ul li{width: 49%; border: 0;}
    .fact-counter-area .single-item{padding: 0px 10px 0px;}
    .icon_box .ib_details p{text-align: left;}
    .ulockd-divider p{text-align: left;}
    .doctorsLists .row .col-lg-4 .doctorsList{margin-bottom: 15px;}

	
}

@media (max-width: 479px) {
    .col-xxs-12{width: 100%;}
    .services-section-part .icon-box{margin-bottom: 20px; display: flow;}
.icon-box h4{margin-top: 15px;}
    .serviceNewSection{margin-bottom: 20px; min-height: initial;}
    .headerInfoContact a {font-size: 9.5px; }
.smallBannerSection {background-position: right;}
}

.contact-form-wrap .form-group {
  margin-bottom: 10px;
}
.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #e1e9ef;
  box-shadow: none;
  width: 100%;
  background: #e1e9ef;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #e1e9ef;
  box-shadow: none;
  background: #e1e9ef;
  width: 100%;
}

.contact-block {
  text-align: center;
  border: 5px solid #e1e9ef;
  padding: 50px 25px;
}
.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #e12454;
}
.contact-form-wrap .form-group {
  margin-bottom: 20px;
}
.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #e1e9ef;
  box-shadow: none;
  width: 100%;
  background: #e1e9ef;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #e1e9ef;
  box-shadow: none;
  background: #e1e9ef;
  width: 100%;
}