/* Typography */ html,*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} body{font-family: 'Gotham_Book', Gotham-Book,  Arial, sans-serif;font-size: 16px; line-height: 22px;color: black;} h1{font-family: 'Gotham_Black', Gotham-Black,  Arial, sans-serif;} h2{font-family: 'Gotham_Medium', Gotham-Medium,  Arial, sans-serif;font-size: 28px; line-height: 22px;color: black;letter-spacing: 4px;} h3{font-family: 'Gotham_Bold', Gotham-Bold,  Arial, sans-serif;font-size: 25px; line-height: 28px;color: #034EA2;}

body{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    color: #2b2b2b;
    position: relative;
    background:none;
    background-size: cover !important;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
.banner{
    margin-bottom: 30px;
}

.banner-mob img {
    display: none;
}

.inner-banner-mob img {
    display: none;
}

.banner-item-content p {
    text-align: center;
    color: whitesmoke;
    font-family: Gotham_Medium;
    line-height: 80px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-shadow: 0px 0px 2px whitesmoke;
    background-color: #CD1F5F;
    font-size: 20px;
}

.main-content-left {
    padding-left: 50px;
    padding-right: 40px;
}

div .col-lg-6 p {
    font-family: Gotham_Rounded_Light;
    font-size: 17px;
    line-height: 30px;
    color: #666666;
}

#table-of-contents {
    
    max-width: 1400px;
    margin-bottom: 40px;
}

#table-of-contents2 {
    
    max-width: 1400px;
    margin-bottom: 50px;
}

.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-lg-2 img {
    height: 50%;
    padding-left: 30px;
    padding-right: 30px;
}

.col-lg-2 .toc-header {
    padding-top: 20px;
}

.col-lg-2 .toc-header h5{
    font-family: Gotham_Rounded_Light;
    color: #034EA2;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 0 0 0 #034EA2;
    text-align: center;
}

div .yenguru .container {
    max-width: 1400px;
}

.home-head {
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
  }

.home-head h3 {
    font-size: 21px;
    letter-spacing: 2px;
  }

.home-data1 {
    display: inline-flex;
    width: 100%;
    float: left;
  }

.home-data2 {
    display: inline-flex;
    width: 100%;
    float: left;
    margin-top: -30px;
    padding-right: 120px;
    padding-left: 120px;
  }

.home1 {
    float: left;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }

.home1 img {
    height: 53%;
    padding-left: 30px;
    padding-right: 30px;
}

.home1 h5 {
    font-family: Gotham_Rounded_Light;
    color: #034EA2;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 0 0 0 #034EA2;
    padding-top: 20px;
}

.home2 {
    float: left;
    padding: 0 18px;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }

.home2 img {
    height: 53%;
    padding-left: 30px;
    padding-right: 30px;
}

.home2 h5 {
    font-family: Gotham_Rounded_Light;
    color: #034EA2;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 0 0 0 #034EA2;
    padding-top: 20px;
}

.home img {
    height: 50%;
    padding-left: 30px;
    padding-right: 30px;
}

.clinical-header h3 {
    text-align: center;
    letter-spacing: 4px;
    font-family: Gotham_Bold;
    font-size: 22px;
    text-shadow: 0 0 0.7px #034EA2;
    margin-bottom: 40px;
}

.content-left {
    padding-left: 95px;
}

.content-right {
    padding-left: 20px;
    padding-right: 120px;
}

.content-right h5 {
    font-size: 17px;
    font-family: Gotham_Rounded_Book;
}

div .content-right .para {
    font-family: Gotham_Rounded_Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.card {
    border: 0px solid rgba(0,0,0,.125);
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    width: 20rem;
}

.card-body {
    padding: 20px 0 0 0;
}

.card-title {
    text-align: center;
    color: #666666;
    text-shadow: 0 0 0 #666666;
    font-family: Gotham_Rounded_Book;
}

.card-text {
    color: #666666;
    text-align: justify;
    font-family: Gotham_Rounded_Light;
}

.inner-image img {
    width: 100%;
}

.inner-section {
    padding: 20px 50px 0 50px;
}

.dot {
    height: 15px;
    margin-bottom: 3px;
    margin-left: 15px;
    margin-right: 15px;
    width: 15px;
    background-color: #034EA2;
    border-radius: 50%;
    display: inline-block;
}

.inner-section-head {
    text-align: center;
    color: #034EA2;
    font-family: Gotham_Bold;
    margin-bottom: 15px;
}

.inner-section-head h2 {
    font-family: Gotham_Bold;
    color: #034EA2;
    font-size: 34px;
}

.inner-section-head h5 {
    letter-spacing: 1px;
    font-size: 27px;
}

.inner-section-body {
    padding: 0 30px 0 30px;
}

.inner-section-text {
    padding-top: 20px;
}

div .inner-section-text p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-family: Gotham_Book;
}

.package-mob img {
    display: none;
}

.elements {
    padding-top: 30px;
}

.elements-mob img{
    display: none;
}

.hero{
        position: relative;
    text-align: center;
    overflow: hidden;
    /* padding-top: 90px; */
    padding-bottom: 20px;
}

.form {
          width: 100%;
    min-height: 447px;
    max-width: 409px;
    padding: 13px 36px 0px;
    background: url(../images/form-bg.png) no-repeat top center;
    background-size: 100% auto;
    position: relative;
}
.container-flu {
    max-width: 1240px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pull-right {
    float: right;
}
.row-1 {
    width: 100%;
    float: left;
}
.pos-center-x-up {
       position: absolute;
    left: 0%;
    -ms-transform: translateX(-13%);
    -webkit-transform: translate(-13%);
    transform: translate(0%);
}
.form form {
    display: block;
}
.form h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: Gotham_Bold;
    letter-spacing: 0;
}
.form input, .form select {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: #fff;
    border: 0;
    font-family: 'Gotham_Book', Gotham-Book, Verdana, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #6d6e71;
    padding: 10px 20px;
    margin-bottom: 15px;
}
input#submit_api {
    width: 100%;
    border-radius: 5px;
    background: #cf4662;
    border: 0;
    font-family: Gotham_Medium, Gotham_Medium, Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 11px;
    cursor: pointer;
    padding: 10px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.form label {
    display: inline-block !important;
    font-family: 'Gotham_Light', Gotham-Light, Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #003145;
    position: relative;
}
.form input[type='checkbox'] {
    width: 15px;
    height: 15px;
    float: left;
    background: #003145;
    color: #003145;
    opacity: 0;
}
.form input[type='checkbox']:checked ~ .checkmark {
    background: url(../images/checked-img.png) no-repeat top center;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: url(../images/check-img.png) no-repeat top center;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.apply {
    color: red;
    /* float: left; */
}

header#header {
    background-color: #fff;
    padding: 10px;
    z-index: 111;
}
.header-txt > p, .input_sizes, .text-middles, a.logo, span.heads, span.heads1 {
    text-align: center;
}
a.logo, iframe[seamless], span.heads, span.heads1 {
    display: block;
}
@media only screen and (max-width: 768px){
.hero .container-flu {
    padding: 0;
}
.hero .pos-center-x-up {
    position: static;
    -ms-transform: translateX(0);
    -webkit-transform: translate(0);
    transform: translate(0);
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 3px;
    right: 4px;
    font-size: 18px;
    background-color: rgb(205, 35, 98);
    color: rgb(255, 255, 255);
    cursor: pointer;
    width: 98%;
    font-weight: 700;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    padding: 15px;
    border-radius: 4px;
    z-index: 11111;
}
 .banner  {
        margin-bottom: 0px;
    }
    .inner-banner-mob img{
        padding-bottom: 0px !important;
    }
}
@media only screen and (max-width: 480px){
.form {
    padding: 15px 20px 0;
    min-height: 390px;
    margin-bottom: 20px;
    background: #f7f7f7;
}
.form h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: black;
}
}
/* FOOTER  */
footer {
    width: 100%;
    height: auto;
    background-color: #0E529F;
    color: whitesmoke;
    text-align: center;
  }
  
  footer a {
    color: whitesmoke;
    text-decoration: blink;
  }
  
  .f-txt {
    margin-top: 0;
    font-size: 16pt;
    letter-spacing: 4px;
    margin-bottom: 2rem;
    padding-top: 37px;
    font-family: 'Gotham_Medium', Gotham-Medium, Arial, sans-serif;
  }
  
  .fa {
    margin-bottom: 50px;
    display: inline-block;
    border-radius: 50%;
    padding: 8px 11px 8px 11px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 29px !important;
    text-rendering: auto;
    margin-left: 35px;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
    width: 3%;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  .fa-twitter:hover {
    background-color: #ffffff;
    color: #55acfaee;
  }
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .fa-youtube-play {
    background:red;
    color: white;
  }
  
  .fa-instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    color: white;
  }

  .package-mob p{
    display: none;
  }

  /* Book Now  */
.header_strip_line_side {
    list-style:none;
    padding-left:0;
    font-family: Gotham_Medium;
  }
  span.header_line_book_now_side {
    font-size: 1.5rem;
    font-family: Gotham_Medium;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
  }
  li.top_header_line_side.bttm_line_service {
    border-bottom:1px solid #eee;
    padding-bottom:5px
  }
  li.top_header_line_side.bttm_line {
    border-bottom:1px solid #eee;
    padding:5px 0
  }
  .sidebar_book_now {
    position:fixed;
    top:50%;
    right:-300px;
    transform:translateY(-50%);
    width:300px;
    height:auto;
    padding:20px 40px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0, 0, 0, 0.5);
    transition:.5s;
    z-index:999
  }
  .sidebar_book_now.active {
    right:0
  }
  .toggle_book_now {
    position:absolute;
    height:50px;
    width:107px;
    text-align:center;
    cursor:pointer;
    background:#cf1d61;
    font-family: Gotham_Medium;
    top:80px;
    left:-80px;
    line-height:48px;
    z-index:99;
    font-weight:500;
    border-radius:5px 5px 0 0;
    -ms-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg);
  }
  .toggle_book_now:before {
    content:'Book Now';
    font-size:18px;
    color:#fff;
  }
  .toggle_book_now.active:before {
    content:'\f00d';
    font-family:fontAwesome
  }
  #get_call_back_postion {
    position: relative;
  }
  .form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 0.8rem !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  .form-control, output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .modal_loader_button {
  position: relative;
  }
  #get_callback_success {
  background-color: #666;
  color: #fff;
  margin: 10px;
  text-align: justify;
  border-radius: 2px;
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 9;
  padding: 10px;
  }
  button#get_call_back_submit {
  margin-top: 10px;
  width: 55%;
  border-radius: 5px;
  background: #cd2362;
  border: 0;
  font-family: Gotham_Medium,Gotham_Medium,Verdana,Arial,sans-serif;
  font-size: 16px;
  font-weight: bolder;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 5px;
  }

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
@media only screen and (max-width: 768px) {

    .inner-section-body img {
        padding: 0 65px 0 65px;
    }

    .banner img {
        display: none;
    }

    .banner-mob img {
        display: block;
    }

    .inner-banner-mob img {
        margin-top: -1px;
        display: block;
        padding-bottom: 15px;
    }

    .banner-item-content p {
        display: none;
    }

    .main-content-left {
        padding-left: 30px;
        padding-right: 30px;
    }

    div .col-lg-6 p {
        font-family: Gotham_Rounded_Light;
        font-size: 16px;
        line-height: 25px;
        color: #666666;
        text-align: justify;
    }

    #table-of-contents {
        margin-bottom: 0;
    }

    .home-head {
        text-align: center;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-head h3 {
        font-size: 15px;
        letter-spacing: 0;
    }

    .home-data1 {
        display: block;
        width: 100%;
        float: none;
    }

    .home1 {
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
    }

    .home1 img {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        width: 65%;
    }

    .home1 h5 {
        font-family: Gotham_Rounded_Light;
        color: #034EA2;
        font-weight: 600;
        font-size: 16px;
        text-shadow: 0 0 0 #034EA2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home-data2 {
        display: block;
        width: 100%;
        float: none;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .home2 {
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
        padding: 0;
    }

    .home2 img {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        width: 65%;
    }

    .home2 h5 {
        font-family: Gotham_Rounded_Light;
        color: #034EA2;
        font-weight: 600;
        font-size: 16px;
        text-shadow: 0 0 0 #034EA2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .clinical-header h3 {
        text-align: center;
        letter-spacing: 0;
        font-family: Gotham_Bold;
        font-size: 15px;
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .content-left {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-right {
        padding-left: 0;
        padding-right: 0;
    }

    div .content-right h5 {
        padding-top: 15px;
        font-size: 23px;
    }

    div .content-right .para {
        font-family: Gotham_Rounded_Light;
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
        color: #666666;
    }

    .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        width: 100%;
        padding-bottom: 15px;
    }

    .inner-image img {
        width: 99%;
        display: none;
    }

    .package-mob {
        background-color: #f4f1d9;
        margin-top: 15px;
    }

    .package-mob img {
        display: block;
    }

    .package-mob p{
        text-align: center;
        color: whitesmoke;
        font-family: Gotham_Bold;
        font-size: 23px;
        padding-top: 30px;
        letter-spacing: 1px;
        display: block;
    }

    .price-img-1 img {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .price-img-3 img {
        padding-bottom: 20px;
    }

    .inner-section-head {
        text-align: center;
        color: #034EA2;
        font-family: Gotham_Bold;
        padding-top: 30px;
    }

    .inner-section-head h2 {
        font-family: Gotham_Bold;
        color: #034EA2;
        line-height: 30px;
        font-size: 25px;
    }

    .elements img {
        display: none;
    }

    .elements-mob img {
        display: block;
    }

    .f-txt {
        margin-top: 0;
        font-size: 8pt;
        letter-spacing: 1px;
        margin-bottom: 2rem;
        padding-top: 30px;
        font-family: 'Gotham_Book', Gotham-Book, Arial, sans-serif;
    }

    .fa {
        margin-bottom: 30px;
        display: inline-block;
        border-radius: 50%;
        padding: 12px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px !important;
        text-rendering: auto;
        margin-left: 8px;
    }

    .fa-facebook, .fa-linkedin, .fa-twitter, .fa-youtube-play, .fa-instagram {
        width: 10%;
    }
  }

  @media only screen and (max-width: 425px) {

    .inner-section-body img {
        padding: 0 35px 0 35px;
    }

    .banner img {
        display: none;
    }

    .banner-mob img {
        display: block;
    }

    .inner-banner-mob img {
        margin-top: -1px;
        display: block;
        padding-bottom: 15px;
    }

    .banner-item-content p {
        display: none;
    }

    .main-content-left {
        padding-left: 30px;
        padding-right: 30px;
    }

    div .col-lg-6 p {
        font-family: Gotham_Rounded_Light;
        font-size: 16px;
        line-height: 25px;
        color: #666666;
        text-align: justify;
    }

    #table-of-contents {
        margin-bottom: 0;
    }

    .home-head {
        text-align: center;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-head h3 {
        font-size: 15px;
        letter-spacing: 0;
    }

    .home-data1 {
        display: block;
        width: 100%;
        float: none;
    }

    .home1 {
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
    }

    .home1 img {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        width: 65%;
    }

    .home1 h5 {
        font-family: Gotham_Rounded_Light;
        color: #034EA2;
        font-weight: 600;
        font-size: 16px;
        text-shadow: 0 0 0 #034EA2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home-data2 {
        display: block;
        width: 100%;
        float: none;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .home2 {
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
        padding: 0;
    }

    .home2 img {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        width: 65%;
    }

    .home2 h5 {
        font-family: Gotham_Rounded_Light;
        color: #034EA2;
        font-weight: 600;
        font-size: 16px;
        text-shadow: 0 0 0 #034EA2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .clinical-header h3 {
        text-align: center;
        letter-spacing: 0;
        font-family: Gotham_Bold;
        font-size: 15px;
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .content-left {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-right {
        padding-left: 0;
        padding-right: 0;
    }

    div .content-right h5 {
        padding-top: 15px;
        font-size: 23px;
    }

    div .content-right .para {
        font-family: Gotham_Rounded_Light;
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
        color: #666666;
    }

    .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        width: 100%;
        padding-bottom: 15px;
    }

    .inner-image img {
        width: 99%;
        display: none;
    }

    .package-mob {
        background-color: #f4f1d9;
        margin-top: 15px;
    }

    .package-mob img {
        display: block;
    }

    .package-mob p{
        text-align: center;
        color: whitesmoke;
        font-family: Gotham_Bold;
        font-size: 23px;
        padding-top: 30px;
        letter-spacing: 1px;
        display: block;
    }

    .price-img-1 img {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .price-img-3 img {
        padding-bottom: 20px;
    }

    .inner-section-head {
        text-align: center;
        color: #034EA2;
        font-family: Gotham_Bold;
        padding-top: 30px;
    }

    .inner-section-head h2 {
        font-family: Gotham_Bold;
        color: #034EA2;
        line-height: 30px;
        font-size: 25px;
    }

    .elements img {
        display: none;
    }

    .elements-mob img {
        display: block;
    }

    .f-txt {
        margin-top: 0;
        font-size: 8pt;
        letter-spacing: 1px;
        margin-bottom: 2rem;
        padding-top: 30px;
        font-family: 'Gotham_Book', Gotham-Book, Arial, sans-serif;
    }

    .fa {
        margin-bottom: 30px;
        display: inline-block;
        border-radius: 50%;
        padding: 12px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px !important;
        text-rendering: auto;
        margin-left: 8px;
    }

    .fa-facebook, .fa-linkedin, .fa-twitter, .fa-youtube-play, .fa-instagram {
        width: 11%;
    }
  }

@media only screen and (max-width: 375px) {
    .inner-section-body img {
        padding: 0 30px 0 30px;
    }

    .banner img {
        display: none;
    }

    .banner-mob img {
        display: block;
    }

    .inner-banner-mob img {
        margin-top: -1px;
        display: block;
        padding-bottom: 15px;
    }

    .banner-item-content p {
        display: none;
    }

    .main-content-left {
        padding-left: 30px;
        padding-right: 30px;
    }

    div .col-lg-6 p {
        font-family: Gotham_Rounded_Light;
        font-size: 16px;
        line-height: 25px;
        color: #666666;
    }

    #table-of-contents {
        margin-bottom: 0;
    }

    .home-head {
        text-align: center;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-head h3 {
        font-size: 15px;
        letter-spacing: 0;
    }

    .home-data1 {
        display: block;
        width: 100%;
        float: none;
    }

    .home1 {
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
    }

    .home1 img {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        width: 70%;
    }

    .home1 h5 {
        font-family: Gotham_Rounded_Light;
        color: #034EA2;
        font-weight: 600;
        font-size: 16px;
        text-shadow: 0 0 0 #034EA2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home-data2 {
        display: block;
        width: 100%;
        float: none;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .home2 {
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
        padding: 0;
    }

    .home2 img {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        width: 70%;
    }

    .home2 h5 {
        font-family: Gotham_Rounded_Light;
        color: #034EA2;
        font-weight: 600;
        font-size: 16px;
        text-shadow: 0 0 0 #034EA2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .clinical-header h3 {
        text-align: center;
        letter-spacing: 0;
        font-family: Gotham_Bold;
        font-size: 15px;
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .content-left {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-right {
        padding-left: 0;
        padding-right: 0;
    }

    div .content-right h5 {
        padding-top: 15px;
        font-size: 23px;
    }

    div .content-right .para {
        font-family: Gotham_Rounded_Light;
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
        color: #666666;
    }

    .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        width: 21rem;
        padding-bottom: 15px;
    }

    .inner-image img {
        width: 99%;
        display: none;
    }

    .package-mob {
        background-color: #f4f1d9;
    }

    .package-mob img {
        display: block;
    }

    .package-mob p{
        text-align: center;
        color: whitesmoke;
        font-family: Gotham_Bold;
        font-size: 18px;
        padding-top: 30px;
        letter-spacing: 1px;
        display: block;
    }

    .price-img-1 img {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .price-img-3 img {
        padding-bottom: 20px;
    }

    .inner-section-head {
        text-align: center;
        color: #034EA2;
        font-family: Gotham_Bold;
        padding-top: 30px;
    }

    .dot {
        height: 10px;
        margin-bottom: 3px;
        margin-left: 15px;
        margin-right: 15px;
        width: 10px;
        background-color: #034EA2;
        border-radius: 50%;
        display: inline-block;
    }

    .inner-section-head h5 {
        letter-spacing: 1px;
        font-size: 18px;
    }

    .inner-section-head h2 {
        font-family: Gotham_Bold;
        color: #034EA2;
        line-height: 30px;
        font-size: 22px;
    }

    .elements img {
        display: none;
    }

    .elements-mob img {
        display: block;
    }

    .f-txt {
        margin-top: 0;
        font-size: 8pt;
        letter-spacing: 1px;
        margin-bottom: 2rem;
        padding-top: 30px;
        font-family: 'Gotham_Book', Gotham-Book, Arial, sans-serif;
    }

    .fa {
        margin-bottom: 30px;
        display: inline-block;
        border-radius: 50%;
        padding: 12px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px !important;
        text-rendering: auto;
        margin-left: 8px;
    }

    .fa-facebook, .fa-linkedin, .fa-twitter, .fa-youtube-play, .fa-instagram {
        width: 13%;
    }
  }

  @media only screen and (max-width: 320px) {
    .inner-section-body img {
        padding: 0 5px 0 5px;
    }

    .banner img {
        display: none;
    }

    .banner-mob img {
        display: block;
    }

    .inner-banner-mob img {
        margin-top: -1px;
        display: block;
        padding-bottom: 15px;
    }

    .banner-item-content p {
        display: none;
    }

    .main-content-left {
        padding-left: 30px;
        padding-right: 30px;
    }

    div .col-lg-6 p {
        font-family: Gotham_Rounded_Light;
        font-size: 16px;
        line-height: 25px;
        color: #666666;
    }

    #table-of-contents {
        margin-bottom: 0;
    }

    .home-head {
        text-align: center;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-head h3 {
        font-size: 15px;
        letter-spacing: 0;
    }

    .home-data1 {
        display: block;
        width: 100%;
        float: none;
    }

    .home1 {
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
    }

    .home1 img {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        width: 70%;
    }

    .home1 h5 {
        font-family: Gotham_Rounded_Light;
        color: #034EA2;
        font-weight: 600;
        font-size: 16px;
        text-shadow: 0 0 0 #034EA2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home-data2 {
        display: block;
        width: 100%;
        float: none;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .home2 {
        text-align: center;
        margin: 0 auto;
        position: relative;
        float: none;
        padding: 0;
    }

    .home2 img {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        width: 70%;
    }

    .home2 h5 {
        font-family: Gotham_Rounded_Light;
        color: #034EA2;
        font-weight: 600;
        font-size: 16px;
        text-shadow: 0 0 0 #034EA2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .clinical-header h3 {
        text-align: center;
        letter-spacing: 0;
        font-family: Gotham_Bold;
        font-size: 15px;
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .content-left {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .content-right {
        padding-left: 0;
        padding-right: 0;
    }

    div .content-right h5 {
        padding-top: 15px;
        font-size: 23px;
    }

    div .content-right .para {
        font-family: Gotham_Rounded_Light;
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
        color: #666666;
    }

    .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        width: 18rem;
        padding-bottom: 15px;
    }

    .inner-image img {
        width: 99%;
        display: none;
    }

    .package-mob {
        background-color: #f4f1d9;
    }

    .package-mob img {
        display: block;
    }

    .package-mob p{
        text-align: center;
        color: whitesmoke;
        font-family: Gotham_Bold;
        font-size: 18px;
        padding-top: 30px;
        letter-spacing: 1px;
        display: block;
    }

    .price-img-1 img {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .price-img-3 img {
        padding-bottom: 20px;
    }

    .inner-section-head {
        text-align: center;
        color: #034EA2;
        font-family: Gotham_Bold;
        padding-top: 30px;
    }

    .dot {
        height: 10px;
        margin-bottom: 3px;
        margin-left: 15px;
        margin-right: 15px;
        width: 10px;
        background-color: #034EA2;
        border-radius: 50%;
        display: inline-block;
    }

    .inner-section-head h5 {
        letter-spacing: 1px;
        font-size: 16px;
    }

    .inner-section-head h2 {
        font-family: Gotham_Bold;
        color: #034EA2;
        line-height: 30px;
        width: 100%;
        font-size: 18px;
    }

    .elements img {
        display: none;
    }

    .elements-mob img {
        display: block;
    }

    .f-txt {
        margin-top: 0;
        font-size: 8pt;
        letter-spacing: 1px;
        margin-bottom: 2rem;
        padding-top: 30px;
        font-family: 'Gotham_Book', Gotham-Book, Arial, sans-serif;
    }

    .fa {
        margin-bottom: 30px;
        display: inline-block;
        border-radius: 50%;
        padding: 12px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px !important;
        text-rendering: auto;
        margin-left: 8px;
    }

    .fa-facebook, .fa-linkedin, .fa-twitter, .fa-youtube-play, .fa-instagram {
        width: 14%;
    }
  }