/* ----------------------------------
  1. Reset default browser styles
  2. Global
  3. General classes
  4. Typography
  5. Header
  6. Content Elements
  7. UI Elements
      7.1. Buttons
      7.2. Forms
          7.2.1. Inputs & Textarea
          7.2.2. Label & Legend
          7.2.3. Checkbox & Radio
          7.2.4. Select
          7.2.5. Fieldset
          7.2.6. Form variations
      7.3. Tables
      7.4. Lists
      7.5. Blockquotes
      7.6. Dividers
  8. Widgets & Shortcodes
      8.1. Twitter Feed
      8.2. Instagram Feed
      8.3. LightBox
      8.5. Accordions & Toggles
      8.6. Alert boxes
      8.7. Callouts
      8.8. Pagination
      8.9. Dropcaps
      8.10. Icon Boxes
      8.11. Testimonials
      8.12. Carousel Sliders
      8.13. Progress Bars
      8.14. Pricing Tables
      8.15. Counters
      8.16. Tabs & Tour Sections
      8.17. Isotope
      8.18. Team Members
      8.19. Google Map
      8.20. Services
      8.21. Countdown
      8.22. Audio Player
  9. Blog
      9.1. Entries
  10. Portfolio
  11. Footer
-------------------------------------*/


/* -----------------------------------

  1. Reset default browser styles

------------------------------------- */

@viewport{user-zoom: fixed;}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe{width: 100%;}

b, strong{font-weight: bold !important;}

ul,
ol{
  list-style: none;
}

q{quotes: none;}

table, table td{ 
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

img{
  vertical-align: top; 
  max-width: 100%;
}

embed{ vertical-align: top;}

input,
button{
  -webkit-appearance: none;
  outline: none;
}

button::-moz-focus-inner{border: 0;}

html{
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,body{height: 100%;}

/* -----------------------------------

  2. Global 

------------------------------------- */

body{
  font: 18px/30px 'Outfit', sans-serif;
  color: #202732;
  font-weight: normal;
  position: relative;
}

.wrapper-container{
  position: relative;
  background: #fff;
}

::selection{
  background: #fdbc36;
}

::-moz-selection{
  background: #fdbc36;
}

::-o-selection{
  background: #fdbc36;
}

::-ms-selection{
  background: #fdbc36;
}
p{
  font-size: 16px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 300;
}
img{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.clearfix:after,
.row:after{
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  font-size: 16px;
  font-weight: 300;
  color: #202732;
  text-overflow:ellipsis;
  -webkit-transition:text-indent .5s ease,color .5s ease;
}

input::-moz-placeholder,
input:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-moz-placeholder{
  font-size: 16px;
  font-weight: 300;
  text-overflow:ellipsis;
  color: #202732;
  opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder{
  text-indent:10em;
  color:transparent;
}

[placeholder]:focus::-webkit-textarea-placeholder{
  text-indent:10em;
  color:transparent;
}

/* ------------------------------------------------------
  
  3. General classes
  
------------------------------------------------------ */

.full-width-block{width: 100%;}

.wrapper{overflow: hidden;}

.relative{position: relative;}

.align-left{text-align: left;}

.align-center{text-align: center;}

.align-right{text-align: right;}

.f-left{float: left;}

.f-right{float: right;}

.hide{display: none;}

.show{display: block;}

.invisible{visibility: hidden;}

img[class*="align"]{
  margin-bottom: 15px;
  max-width: 50%;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    padding: 6px 15px;
    font-size: 14px;
}
img.alignleft{
  float: left;
  margin-right: 30px;
}

img.alignright{
  float: right;
  margin-left: 30px;
}

/*Banner*/
.slide{

  background-size: cover
  background-position:top;
}
.slide{
  background:#FFF3D3;
}
.main-header{
        position: relative;
    width: 100%;
    padding: 15px 0;

}
.logo{
  width: 100px;
  float: left;
}
.header-menu{
  float: right;
  margin-top: 26px;
}
.header-menu ul li{
  display: inline-block;
}
.header-menu ul li a{
        padding: 10px;
    color: #515151;
    font-size: 15px;
    font-weight: 500;
}
.btn-login{
    top: 39px;
    left: 1213px;
    width: 120px;
    height: 46px;
    box-shadow: inset 0px 0px 12px var(--unnamed-color-ffffff);
    border: 1px solid var(--unnamed-color-ffffff);
    box-shadow: inset 0px 0px 12px #ffffff;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
    color: #02596D;

    text-transform: uppercase;
    padding: 13px;
}
.btn-contact-us{
 top: 39px;
    left: 1370px;
    width: 150px;
    height: 48px;
    background: transparent linear-gradient(
106deg, #F6B818 0%, #E5A500 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px;
    margin-left: 15px;
}

.he_1{
     text-align: left;
    font: normal normal medium 89px/125px Outfit;
    letter-spacing: 2.85px;
    color: #F5B716;
    display: block;
    font-size: 70px;
    font-weight: 600;
}
.he_2{
     text-align: left;
    font: normal normal medium 89px/125px Outfit;
    letter-spacing: 2.85px;
    color: #02596D;
    display: block;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}
.banner-content{
  position: relative;
  top:200px;
}


.banner-content p{
    text-align: left;
    /* font: normal normal 300 29px/59px Outfit; */
    letter-spacing: 0.86px;
    color: #112043;
    opacity: 1;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
}

.btn-get-started{
    border: 3px solid var(--unnamed-color-ffffff);
    background: transparent linear-gradient(
125deg, #F6B818 0%, #FB5F38 100%) 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 6px #2094af73;
    border: 3px solid #FFFFFF;
    border-radius: 31px;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    padding: 8px 45px;
    display: inline-block;
    margin-top: 40px;
}

.apollo-connect{
  padding: 80px 0;
}

/*
* Banner
*/
.slide img{
  width: 100%;
}
.mobile-phone{
  display: none;
}
.lead-form-container{
        width: 900px;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    box-shadow: 0px 6px 7px rgb(230 230 230 / 80%);
    border-radius: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #f3f3f3;
}
.lead-form-container label{
    font-size: 14px;
    font-weight: 500;
}
.lead-form-container .form-control-select {
    border-radius: 2px;
    padding: 10px;
    height: 44px;
    font-size: 14px;
    border: none;
    margin-bottom: 20px;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: auto;
    margin-left: 10px;
    font-weight: 600;
}
.heading_h3{
    text-align: left;
    /* font: normal normal 600 36px/46px Outfit; */
    letter-spacing: 0px;
    opacity: 1;
    font-size: 28px;
    font-weight: 600;
}
.heading_h3 span{
  color:#F5B716;
}
.section-content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #494949;
    margin-top: 20px;
    margin-bottom: 0px;
}
.apollo-connect-img{
  margin:60px 0;
}

.footer-bottom{
       background: #003746;
    padding: 15px;
    display: block;
    color: #ffff;
    font-size: 16px;
    text-align: center;
}

.section-apollo-connect-service{
  padding: 70px 0;
  background: #FCFBF9 0% 0% no-repeat padding-box;

}
.programme-listings{
  margin-top: 50px;
  margin-bottom: 50px;
}
.program-list{
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 6px #CDCDCD;
border-radius: 26px 0px;
opacity: 1;
padding: 0px;
padding-bottom: 25px;
}
.program-list{
  text-align: center;
  min-height: 380px;
  margin: 0 30px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #CDCDCD;
}
.program-list li{
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #494949;
    opacity: 1;
}
.program-list h4{
      font-size: 16px;
    color: #f5b716;
    margin-bottom: 30px;
    font-weight: 600;
}

.program-list-header{

    background: url(../img/services_hdr.svg) left bottom;
    padding: 22px;
    min-height: 110px;

}
table{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
}
table th{
    background: #025E73;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 5px 20px;
    font-weight: 500;
    border-right: 1px solid #ccc;
}
table td{
    font-size: 14px;
    text-align: left;
    padding: 5px 20px;
  
}
tr:nth-child(even) {
  background-color: #f3f3f3;
}
.chairman-bg{
    background: url(../img/chairmanbg_web.png) center;
    background-size: 110%;
    padding: 30px 40px;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
.section-chairman{
  padding: 60px 0;
}
.chairman-heading{
    text-align: left;
    font-size: 26px;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    color: #112043;
    margin-bottom: 30px;
}
.chairman-heading span{
  color:#ffc107;
}
.patient-care .heading_h3{
  margin-bottom: 30px;
}

.patient-care{
    padding: 60px 0;
    background: #fff;
    border-top: 2px solid #f3f3f3;
}
.contact-usform{
    background: url(../img/contausbg_web.png);
    background-position: center;
    background-size: 100%;
    width: 800px;
    padding: 50px;
    margin: 0 auto;
    margin-bottom: 60px;
}
img[class*="align"] {
    margin-bottom: 15px;
    max-width: 80%;
}
.contact-usform h3{
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid #185565;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.form-control {
   border-radius: 2px;
    padding: 16px;
    height: 44px;
    border: none;
    margin-bottom: 20px;
    border: 1px solid #ededed;
    box-shadow: none;
}
select:focus{
  outline: none;
  border:none;
}
.lead-form-container .form-title{
  font-size: 16px;
  font-weight: 600;
}
.btn-submit{
    background: #FFAA40;
    border-radius: 2px;
    opacity: 1;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.apollo-program{
   background: url(../img/connectbtn_webbg.png);
    background-position: center;
    background-size: 100%;
    padding: 60px 0;
    text-align:center;
}
.connectbtn_webbg.png p{
  font-size:16px;
  font-weight: 600;
}
.btn-apollo-connect-network,
.btn-apollo-connect-network:hover,
.btn-apollo-connect-network:focus{
    background: transparent linear-gradient(
178deg, #08819D 0%, #01313C 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    font-size: 14px;
    color: #fff;
    padding: 8px 30px;
    display: inline-block;
    margin-top: 10px;
}


.btn-send-otp{
    /* float: left; */
    width: 90px;
    display: inline-block;
    background: #102230;
    color: #fff;
    padding: 11px;
    border-radius: 2px;
}

.field-phone{
    width: calc(100% - 95px);
    display: inline-block;
}

.section-organ-transplant {
  padding: 20px 0 50px 0;
}
.organs-transplant-list{
  text-align: center;
  margin-top: 50px;
}
.organs-transplant-list li{
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 50px;
}
section h3{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.align-center{
  text-align: center;
}

ol {
    list-style:number;
    text-align: left;
    margin-left: 10px;
}
ol li{
  font-size: 14px;
}
.organs-transplant-list li .organ-title{
    position: relative;
    display: inline-block;
    top: 25px;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 600;
}
.organs-transplant-list li .organ-icon img{
  width: 80px;
}

.why-choose-apollo h3{
  text-align: left;
}
.why-choose-apollo{
    border-top: 1px solid #efeeee;
    padding: 60px 0;
}
.highlight{
    font-weight: 600;
    color: #ffaa40;
}
.equip{
    box-shadow: 0px 2px 12px #cee7ef;
    padding: 25px;
    border: 1px solid #f3f3f3;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
    color: #242424;
    min-height: 200px;
}
.section-milestone{
    padding: 70px 0;
    background: #f3f3f3;
}
.milestone li{
     font-size: 15px;
    margin-bottom: 10px;
    padding-left: 60px;
    position: relative;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}
.milestone li span{
  font-weight: 600;
}
.milestone li:before{
       content: '';
    background: url(../img/icons/check.png);
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    left: -5px;
    z-index: 99;
}
.milestone li:after{
     content: '';
    background: #ccc;
    display: inline-block;
    position: absolute;
    height: 86px;
    width: 1px;
    left: 15px;
    z-index: 1;
    top: 10px;
}
.milestone li:nth-last-child(1):after{
  display: none;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #f3f3f3;
    box-shadow: 0 10px 10px #f3f3f3;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

.faq-section{
  padding: 70px 0;
}
.section-transplant-center{
  padding: 70px 0;
}
.section-transplant-center h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #ECEBE9;
    padding-bottom: 30px;
}
.transplant_center h4{
  color: #EC9E39;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.transplant_center p{

}
.transplants_t{
    font-size: 15px;
    color: #A3A3A3;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
}
.transplant_lists{
  display: inline-block;
}
.transplant_lists li{
     display: inline-block;
    border-right: 1px solid #e2e2e2;
    padding: 0px 30px;
    margin: 0px 0px;
}
.transplant_lists li:nth-last-child(1){
  border:none;
}

.transplant_lists li img{
      height: 36px;
    width: auto;
}
.transplant-centers{
  margin-top: 30px;
}
.transplant_center{
    border-bottom: 1px solid #e2e2e2;
    padding: 40px 0;
  
}
.know-more{
    float: right;
    top: 30px;
    position: relative;
    font-size: 14px;
    color: #ec9e39;
}
.know-more:before{
    content: '';
    width: 20px;
    height: 1px;
    background: #ec9e39;
    display: block;
    position: relative;
    left: -30px;
    top: 16px;
}
.btn-show-more{
      width: 115px;
    background: #ff7b2942;
    padding: 8px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #FF7B29;
    margin: 0 auto;
    margin-top: 30px;
}
.transplant_center:nth-last-child(1){
  border:none;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: 600;
    position: relative;
}
.panel-title a{
    position: relative;
    display: block;
}
.panel-title a[aria-expanded="false"]:after{
      content: '';
    background: url(../img/icons/plus.svg) no-repeat;
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 0px;
    top: 2px;
}

.panel-title a[aria-expanded="true"]:after{
      content: '';
    background: url(../img/icons/minus.svg) no-repeat;
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 0px;
    top: 8px;
}
.mobile-menu-icon{
 display: none;
    float: right;
    height: 30px;
    background: none;
    top: 25px;
    position: relative;
}
.mobile-menu-icon span{
  display: block;
  position: relative;
  height: 4px;
  width: 35px;
  background: #ffaa40;
}
.mobile-menu-icon span:before{
     content: '';
    display: block;
    position: relative;
    height: 4px;
    width: 35px;
    top: -10px;
    background: #ffaa40;
}

.mobile-menu-icon span:after{
  content:'';
  display: block;
  position: relative;
  height: 4px;
  width: 35px;
  bottom:-5px;
  background: #ffaa40;
}
.other-milestones{
  display: none;
}
.btn-load-all-milestones,
.btn-load-show-less{
    width: 115px;
    background: #FF7B29;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media(max-width: 768px){
  .mobile-menu-icon{
 display: block;
}
  .contact-usform{
    width: 100%;
  }
  .slide{
  background:url('../img/mobile_banner.png') no-repeat; background-size: cover; background-position: top right;
}

.logo {
    width: 160px;
    float: left;
}
 .mobile-phone{
  display: inline-block;


}
.btn-login {
    top: 39px;
    left: 1213px;
    width: 90px;
    height: 40px;
    box-shadow: inset 0px 0px 12px var(--unnamed-color-ffffff);
    border: 1px solid var(--unnamed-color-ffffff);
    box-shadow: inset 0px 0px 12px #ffffff;
    border: 1px solid #d8e6e9;
    border-radius: 4px;
    opacity: 1;
    font-size: 13px;
    font-weight: 500;
    color: #02596D;
    text-transform: uppercase;
    padding: 11px;
}
.btn-contact-us {
    top: 39px;
    left: 1370px;
    width: 120px;
    height: 42px;
    background: transparent linear-gradient( 
106deg, #F6B818 0%, #E5A500 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px;
    margin-left: 10px;
}


.main-header {
    position: absolute;
    width: 100%;
    padding: 20px 0;
}
.header-action-buttons {
    float: right;
    margin-top: 10px;
}
.banner-content {
    position: relative;
    top: 130px;
}
.he_1 {
    text-align: left;
    font: normal normal medium 89px/125px Outfit;
    letter-spacing: 2.85px;
    color: #F5B716;
    display: block;
    font-size: 38px;
    font-weight: 600;
}
.he_2 {
    text-align: left;
    font: normal normal medium 89px/125px Outfit;
    letter-spacing: 2.85px;
    color: #02596D;
    display: block;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}
.banner-content p{
  font-size: 16px;
}
.btn-get-started {
    border: 3px solid var(--unnamed-color-ffffff);
    background: transparent linear-gradient( 
125deg, #F6B818 0%, #FB5F38 100%) 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 6px #2094af73;
    border: 3px solid #FFFFFF;
    border-radius: 31px;
    opacity: 1;
    color: #fff;
    font-size: 14px;
    padding: 5px 30px;
    display: inline-block;
    margin-top: 10px;
}
img[class*="align"] {
    margin-bottom: 15px;
    max-width: 100%;
}

.program-list{
  margin-bottom: 30px;
  height: auto;
}
.ttt{
  margin-left: -50px;
}
.chairman-bg {
    background: url(../img/chairmanbg_web.png) center;
    background-size: cover;
    padding: 30px 30px;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
.chairman-heading{
  margin-top: 30px;
  font-size: 20px;
}
.chairman-heading {
    text-align: left;
    font-size: 22px;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    color: #112043;
    margin-bottom: 20px;
    margin-top: 20px;
}
.heading_h3{
  font-size: 20px;
}
.btn-submit{
  width: 100%;
}
  .contact-usform h3 {
    font-size: 20px;
  }
  .contact-usform {
    background: url(../img/contausbg_web.png);
 
    padding: 40px 20px;
 
}

.lead-form-container {
    width: 90%;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
    position: relative;
    top: 0;
    box-shadow: 0px 6px 7px rgb(230 230 230 / 80%);
    border-radius: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.main-header {
    position: relative;
    width: 100%;
    padding: 10px 0;
}
.logo {
    width: 90px;
    float: left;
    text-align: center;
    margin: auto;
}
.header-menu ul{
  text-align: center;
}
.header-menu ul li a {
    padding: 5px;
    color: #515151;
    font-size: 14px;
    font-weight: 500;
}
.organs-transplant-list li {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
}
.why-choose-apollo h3 {
    text-align: left;
    line-height: 34px;
}
.equip {
    box-shadow: 0px 2px 12px #cee7ef;
    padding: 25px;
    border: 1px solid #f3f3f3;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
    color: #242424;
    min-height: 150px;
}
.milestone li:after{
      height: 134px;
}
.section-transplant-center {
    padding: 50px 0 70px 0;
}
.transplant_lists li {
    display: inline-block;
    border-right: 1px solid #e2e2e2;
    padding: 0px 30px;
    margin: 0px 0px;
    margin-top: 30px;
}
.transplant_lists li img {
    height: 30px;
    width: auto;
}
.know-more {
    float: none;
    top: 20px;
    position: relative;
    font-size: 14px;
    color: #ec9e39;
    left: 35px;
}
.lead-form-container .form-control-select {
    border-radius: 2px;
    padding: 10px;
    height: 44px;
    font-size: 14px;
    border: none;
    margin-bottom: 20px;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    font-weight: 600;
}
.field-phone {
    width: calc(100% - 100px);
    display: inline-block;
}

.header-menu {
    float: none;
    margin-top: 80px;
    display: block;
}
.header-menu ul li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
}
.header-menu ul{
  display: none;
}
}

