
*{box-sizing: border-box;}
body{ color: #212020;   font-family: "Arimo",sans-serif;  font-size: 16px; line-height:28px; font-weight: 400;}
a{color:#000;text-decoration: none;}
section{margin: 0;}
ul  {margin: 0; padding:0;}
li {margin: 0; padding:0; list-style-type:none;}
section,header{display:inline-block;width:100%}

@media only screen and (max-width:1181px){.container{max-width:100%;padding:0 15px!important}}
@media only screen and (min-width:1201px){.container{max-width:100%;padding:0 20px}}
@media only screen and (min-width:1366px){.container{max-width:1300px;}}



/*-----------header----------------------*/
header {transition: all .7s ease-in-out 0s;top: -100px;}
.headerTop{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;padding:13px 0 13px}
.logoSection img{width:223px;object-fit:cover}    
.burger.btnNavToggle {display:none;}

.mainNav li a.OtherMenu{margin-right:15px;background:#2D3D63;border-radius:7px;width:147px;height:50px;color:#FDFDFD;text-transform:capitalize;display:block;text-align:center;line-height:50px;cursor:pointer; font-weight: 600;}
.phoneIcon a{ border-radius:7px;height:50px;color:#19A054;text-transform:capitalize;display:block;text-align:center;line-height:50px;cursor:pointer; font-weight: 600;}
.phoneIcon a span{ border-radius:7px;height:50px;color:grey;text-transform:capitalize;text-align:center;line-height:50px;cursor:pointer; font-weight: 600;}
 
.pageTitle{font-family:"Poppins",sans-serif;margin:0;letter-spacing:0;font-weight:600;color:#242424;font-size:40px;line-height:50px}


header.fixed-header  {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0 3px 16px #00000026;
}

.serImgs {width:100%; height:250px; object-fit: cover;}
.serCatBtn {cursor: pointer; border: none; background: #fff;}

@media only screen and (min-width: 1000px) 
{
.navHeader{display:none}
.mainNav{display:flex;align-items:center;} 
.mainNav li{position:relative}
.mainNav li .mainMenu{font-weight: 500;display:flex;align-items:center;margin-right:43px;text-align:left;color:#010E38;text-decoration:none;text-transform:uppercase;font-family:"Arimo",sans-serif;font-size:15px;line-height:34px}
.mainNav li.ddYes .mainMenu{display:flex;align-items:center;gap:10px}
.mainNav li.ddYes .mainMenu::after{left: -4px;content:'';background:url(/media/downarrow.png);background-repeat:repeat;background-size:auto;width:10px;height:6px;background-repeat:no-repeat;background-size:contain;position:relative;top:-1px;transition:all 0.6s ease-out}
.mainNav li.ddYes:hover .mainMenu::after { content:'';transform: rotate(-180deg);}      
.megamenuWapper {position:absolute;width:160px;z-index:99;top:20px;opacity:0;visibility:hidden}
.megamenuWapper .menuInnerBox {background:#2E3D63;margin: 10px 0 0;}
.mainNav li:hover .megamenuWapper{opacity:1;visibility:visible}
.megamenuWapper .navCatList li a{color:#fff;text-align:left;border-bottom:1px solid rgb(255 255 255 / .1);width:100%;padding:4px 10px;text-decoration:none;display:block;font-weight:500;font-family:"Arimo",sans-serif;font-size:15px;line-height:34px}
.megamenuWapper .navCatList li a:hover,.megamenuWapper .navCatList li a.active{background:#3892d6} 
.mainNav li a.OtherMenu { margin-left: 20px;}
 
}

@media only screen and (max-width:1000px) 
{

.logoSection{justify-content:space-between;align-items:center;width:100%;display:flex}
.burger{cursor:pointer;flex-direction:column;justify-content:space-between;width:25px;height:18px;display:flex}
.burger span{background:#2e3d63;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}
.burger span{background:#2e3d63;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}
.burger.btnNavToggle{display:flex}
.burger span{background:#2e3d63;border-radius:2px;margin:0 0 5px;width:100%;height:2px;transition:all .3s;display:block}

header nav{position:fixed;width:100%;height: 100vh; right:0;opacity: 0;background:rgb(0 0 0 / .5);top:0;visibility:hidden;opacity:0;-o-transition:all .1s ease-in-out;transition:all .5s ease-in-out;}
header nav.showMainNav{visibility:visible;opacity:1;z-index:99999;right: 0;}
header nav .navication{-o-transition:all .5s ease-in-out;background:#eee;flex-wrap:wrap;justify-content:center;width:330px;height:100vh;margin:0;padding:0;transition:all .5s ease-in-out;display:flex;position:fixed;right:-300px}
nav.showMainNav .navication{visibility:visible;opacity:1;right:0}
.navHeader{position:absolute;top:10px;left:20px}
.mainNav{width:100%;padding:50px 0 0}
.pp-offcanvas-close-icon{cursor:pointer;width:24px;height:24px;display:inline-block;position:relative}
.pp-offcanvas-close-icon::before,.pp-offcanvas-close-icon::after{content:"";transform-origin:50%;background-color:#000;width:100%;height:2px;position:absolute;top:50%;left:50%}
.pp-offcanvas-close-icon::before{transform:translate(-50%,-50%)rotate(45deg)}
.pp-offcanvas-close-icon::after{transform:translate(-50%,-50%)rotate(-45deg)}
.mainNav li{width:100%;padding:7px 0;position:relative;border-bottom: solid 1px #e6dfdf;}
.mainNav li a.mainMenu{position:relative;font-weight:500;display:flex; padding: 0 16px;align-items:center;text-align:left;color:#010E38;text-decoration:none;text-transform:uppercase;font-family:"Arimo",sans-serif;font-size:15px;line-height:34px}
.mainNav li.ddYes a.mainMenu::after{content:"";z-index:1;transform-origin:100% 100%;border-bottom:2px solid;border-right:2px solid;width:9px;height:9px;margin:-5px -5px 0 0;display:block;position:absolute;top:50%;right:30px;transform:translate(-5px)rotate(45deg)}
.megamenuWapper{display:none}.navCatList{background-color:#2e3d63}
 .burger span:last-child {  margin: 0;}
.OtherMenus, .phoneIcon {display: none;}
.navCatList li{border-bottom:1px solid rgb(255 255 255 / .1)}
.navCatList li a{color:#fff}     
.mainNav li a.OtherMenu, .phoneIcon a{width:94%}
li.phoneIcon {padding:0px 0 0;}
.navCatList li {padding:7px 16px;}

 .searchMob {background:#2D3D63;color:#fff;border-radius:7px;width:105px;margin-left:auto;text-align:center;height:34px;line-height:33px;font-size:14px;margin-right:12px}




}





/*-----------footer---------------*/


.footerTop{background-color:#f8f8f8;padding: 59px 0 37px;}
.footerBoxes{display:flex;gap:5%;}
.ftImg  img {  width: 223px;}
.footerTop .ftLeft p{color:#212020;max-width:280px;display:inline-block;width:100%;margin:29px 0 25px;font-size:20px;line-height:28px}
.footerTop .ftLeft p a{color:#212020;   }
.ftNumber a{color:#03CFFF;font-size:18px}
.ftNumber a span {color:grey;font-size:18px}
.footerBoxes .ftLeft {width: 21%;}
.footerBoxes .footerRight{width:75%;display:flex;justify-content:space-between}
 .ftBoxesNew.ftSocial ul{display:flex;gap:18px}
 .ftBoxesNew h3{line-height: 34px;color:#03CFFF;font-size:24px;margin:0 0 17px}
.qtLink ul li a {
  color: #212020;
  font-size: 20px;
  margin: 0 0 6px;
  display: inline-block;
  width: 100%;
}
 .footerBottom{background:#2D3D63;text-align:center;color:#fff;padding:14px 0}
 .footerBottom p{margin:0;display:flex;justify-content:center;align-items:center;gap:10px;font-size: 20px;  line-height: 34px;}
 .footerBottom p a{color:#fff}



 /*----------------Our Areas of Expertise-----------------*/

.Expertise ul{display:flex;flex-wrap:wrap;gap:8%;margin:0px 0 0}
.CliniciansBoxes img { width: 17px;margin: -1px 0 0;}
.Expertise li{width:28%;}
 .Expertise li img.topImg {  width: 100%;}
.Expertise li:last-child{border-right:none}
 .Expertise li .ExpertiseImg img {  width: 230px;}
 .Expertise li .ExpertiseImg img.w-150 {  width: 150px;}
.Expertise li p {  margin: 30px 0 15px;  min-height: 55px;}
.Expertise li a{color:#03CFFF;text-decoration:none;font-weight:600;font-size:20px;line-height:34px;font-family:"Arimo",sans-serif}
.Expertise li a:hover {color:rgb(45, 61, 99);text-decoration:underline;}
.slideBtn a:hover, .latestJobs p a:hover, .healthcareBtn a:hover, .healthcareBtn a.partner:hover {  border: 2px solid #2D3D63;  color: #fff !important;  background: #2D3D63;}
.Expertise {  padding:47px 0 0;}
.Expertise p{margin:0 0 45px;font-size:20px;line-height:28px}

.quickSearch .modal-dialog{
  max-width: 769px;
  border-radius: 13px;
  margin: 0 auto;

  position: relative;
  top: 50%;
    transform:translateY(-50%)!important;
}


.quickSearch .modal-dialog .modal-content{ 
  border-radius: 13px; 
}

 .quickSearch  .modal-body{
  padding: 18px 32px;
}

   .quickSearch  .modalTopDes{
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

    .quickSearch .modal-title {
  font-size: 24px;
  color: #242424;
}


.quickSearch .form-control {
  box-shadow: inherit !important;
  border: solid 1px #BED2FF;
  height: 40px;
  background: #F0FAFF;  color: #000;
  margin-bottom: 15px !important;
}

 .quickSearch textarea.form-control {
  height: 100px;
  color: #000;
}


.resume-upload-section {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
}

label.section-title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.upload-area {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 15px;
  background: #f8fbff;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  box-shadow: 0px 0px 16px #00000012;
  border: 1px solid #BED2FF;
  border-radius: 5px;
}

.upload-area:hover {
    border-color: #4a9cff;
    box-shadow: 0 0 5px rgba(74, 156, 255, 0.3);
}

.upload-area p {
  margin: 0;
  color: #7C7C7C;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}
.upload-icon {
    font-size: 24px;
    color: #4a9cff;
}

.upload-area input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-btn {
  padding: 15px 35px;
  border: 1px solid #00AFEE;
  background: #ffffff;
  color: #021C3C;
  font-size: 16px;
  border-radius: 7px;
  cursor: pointer;
  transition: 0.2s;
}

.upload-btn:hover {
    background:#2D3D63;
    color: #fff;
}


 .button_div .btn {
  width: 260px;
  height: 50px;
  font-size: 16px;
  background: #19A054;
  border: solid 1px #19A054;
box-shadow: inherit !important;
}





@media only screen and (min-width:1201px)
{
.pl-lg-0{padding-left: 0;}
 
}


@media only screen and (max-width:1180px) 
{

.ftBoxesNew h3 { 
  font-size: 20px; 
}
.qtLink ul li a { 
  font-size: 16px; 
}
.footerTop .ftLeft p { 
  font-size: 16px; 
}
.ftBoxesNew.ftSocial ul { 
  gap: 9px;
}
element {
}
.footerBottom p { 
  font-size: 16px; 
}


}


@media only screen and (max-width:1000px) 
{
/*------------header--------------*/

header{transition:all .7s ease-in-out 0s;top:0; box-shadow:0 3px 6px #0000000D;z-index:1;position:relative}
.logoSection img{width:131px;object-fit:cover}
.footerBoxes { 
  gap: 0;
  flex-wrap: wrap;
}

.footerBoxes .footerRight {
  width: 100%; 
  margin:20px 0 0;flex-wrap: wrap;
}
.footerBoxes .ftLeft {
  width: 100%;
}

 .footerTop .ftLeft p {
    margin: 10px 0 7px;
  }

.ftBoxesNew.ftSocial {
  width: 100%;
  margin: 20px 0 0;
}
 .ftBoxesNew h3 {
    margin:20px 0 0;
  }
.footerBottom p {
    font-size: 16px;
    flex-wrap: wrap;
    line-height: 25px;
    gap: 0 10px;
  }


}

@media only screen and (max-width:800px)
{
  .Expertise li:last-child { 
    margin: 0 0 0px;
  } 


}
@media only screen and (max-width:767px) 
{
.pageTitle { 
  font-size: 30px; line-height: 40px;
}
.Expertise li {
  width: 100%;
  margin: 0 0 40px;
}
.Expertise li p {
  margin:10px 0 5px;
  min-height: inherit;
}

.Expertise {
  padding: 25px 0 0;
}

.Expertise p {
  margin: 0 0 20px;}
   
  .expertTopContent .ExpertiseImg {
  margin-top: 10px !important;
}

 .patientsBoxes .col-md-3 img{
  width: 87%;
  margin: auto;
  display: table;
}

.ftBoxesNew.qtLink {width: 50%;}
  .ftBoxesNew.ftSocial {
    width: 100%;
    margin: 0px 0 0;
  }

    .footerBoxes .footerRight {
    width: 100%;
    margin: 0px 0 0;
    flex-wrap: wrap;
  }
 .ftBoxesNew.ftSocial ul {
    gap: 0;
    justify-content: space-between;
  }

  .copyRight {display: block; width: 100%;}

}

@media only screen and (max-width:600px) 
{
.quickSearch .modal-dialog{top: inherit;  transform: inherit !important;}
.width-100 {width: 100%;}
}

/* Css for Scroll Bottom to Top [Start] */
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #000;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  transition: opacity 0.3s, transform 0.3s;
}
 
#scrollTopBtn:hover {
  transform: translateY(-3px);
}

html {
  scroll-behavior: smooth;
}



  /* .commanBtn {    text-transform: capitalize;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    border: 2px solid #03CFFF;
    border-radius: 7px;
    color: #212020;padding: 0 20px;
    line-height: 51px;
    text-align: center;} */

.commanBtn {
    text-transform: capitalize;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    border: 2px solid #03CFFF;
    border-radius: 7px;
    color: #212020;
    padding: 3px 20px;
    line-height: 21px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


    
  .commanBtn:hover {         border: 2px solid #2D3D63;
    color: #fff !important;
    background: #2D3D63;}

/* Map Common Styling [Start] */
.startSearch {text-align:center;display:inline-block;width:100%;margin:70px 0 0}
.startSearch p{font-size:20px;line-height:28px;margin:7px 0 20px}
.startSearch .searchBtns{background:#2D3D63;border-radius:7px;width:147px;height:50px;color:#FDFDFD;text-transform:capitalize;display:block;text-align:center;line-height:50px;cursor:pointer;font-weight:600;margin:auto}
.startSearch .searchBtns:hover {background: #fff; border: 2px solid #00ABE7; color: #021C3C;}
.startSearch {margin:60px 0 0;}
.startSearch .searchBtns {height: 34px;line-height: 34px;font-size: 14px;}
#mapbase path{fill:#206ab5;cursor:pointer}
#mapbase path:hover{fill:#083664}#mapbase text{fill:#fff}
#lakes path {fill: #1fffff;}
/* Map Common Styling [End] */

/* HealthCare Modal [Start] */
.healCheck{font-size: 15px; color: #010E38;}
.healCheck span,  .allcheckBox li span{box-shadow: 0px 3px 6px #00000029;border: 1px solid #707070; border-radius: 3px; width: 24px; display: inline-block;height: 24px; margin: 0 10px; position: relative;}
.healCheck label input:checked + span:before, .allcheckBox li input:checked + span:before{ background: #2D3D63; position: absolute; top:50%; border-radius:3px; left:50%;transform: translate(-50%, -50%); width: 16px; height: 16px; content: ''; }
.healCheck input,  .allcheckBox li input{display: none;}
.allcheckBox{color: #010E38; font-size: 15px; margin-top: 33px;}
.allcheckBox ul{margin: 0 -2px;}
.allcheckBox li{list-style: none; width: 50%; padding: 0 2px; margin-bottom: 20px; font-size: 14px;}
.allcheckBox .soluText{width: 108px;}
.allcheckBox .soluTextvalue{width: calc(100% - 120px);}
.healCheck label {line-height: normal;}
.trumps-text {font-size: 14px; line-height: 20px;}
.trumps-text a {color: #03CFFF;}
#healthCareModal .modal-dialog{transform: inherit !important; top: inherit !important;}
#healthCareModal .button_div .btn {background-color: #2D3D63;}
#healthCareModal .btn-close {position: absolute; top: 10px; right: 10px;}
#healthCareModal .modal-title {font-weight: 600;}
/* HealthCare Modal [End] */