body {
  padding:0px;
  margin: 0 auto;
 font-family: medium_regular;
}
@font-face {
  font-family: medium_font;
  src: url(../fonts/NeueHaasUnica-Medium.woff);
}
@font-face {
 font-family: medium_regular;
  src: url(../fonts/NeueHaasUnica-Regular.woff);
}

@font-face {
  font-family: medium_thin;
  src: url(../fonts/NeueHaasUnica-Thin.woff);
}



p {
  padding:0px;
  margin: 0px;
  font-family: medium_regular;
}
a {
  padding:0px;
  margin: 0px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
  padding:0px;
  margin: 0px;
  font-family: medium_regular;
}

/*========nav bar css=======*/
section.top_nav {
  position: relative;
}
section.top_nav nav.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999999999;
    background: transparent;
}


#logo {
    width: 150px;
    height: 70px;
    text-align: center;
}

.navbar-toggler {
  margin-top: 15px;
}
.top_nav ul.nav.navbar-nav li {
    color: #ffffff;
    font-size: 18px;
    font-family: medium_font;
    display: inline-block;
    padding: 0 70px 0px 0px;
}
.top_nav ul.nav.navbar-nav li a {
    color: #ffffff;
    font-size: 18px;
    font-family: medium_font;
    border-bottom: 2px solid transparent;
    display: inline-block;
    transition: 0.5s;
}
.top_nav ul.nav.navbar-nav li a:hover {
    color: #ffffff;
    border-bottom: 2px solid #FF8C00;
    text-decoration: none;
}
.top_nav ul.nav.navbar-nav li a.actvt {
    border-bottom: 2px solid #FF8C00;
}

ul.nav.right_cont a.nav-link {
    text-align: right;
}


/*======banner section =====*/
.banner {
    background-image: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 450px;
    display: flex;
    align-items: center;
    padding-top: 90px;
    position: relative;
}

.banner_text h2 {
    font-size: 36px;
    color: #ffffff;
    padding-bottom: 10px;
    line-height: 40px;
}

.banner_text p {
    color: #ffffff;
    font-size: 18px;
    max-width: 95%;
    line-height: 27px;
}

.approch_text h2 {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    font-size: 30px;
    color: #236192;
}

/*======approch section =====*/
section.our_approch {

  background-image: url(../images/approch.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 410px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 70px 0px;
}

.approch_text p {
    color: #236192;
    text-align: center;
    font-size: 24px;
}

/*======3 icon box section =====*/
section.icon_section {
    background: #E6ECEF;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 70px 0px;
}
.d_p .icon_squer .title_section {
    min-height: 90px;
}
.icon_box-1 {
    min-height: 110px;
    text-align: center;
    width: 100%;
}
.icon_squer h3 {
    font-size: 30px;
    padding-bottom: 15px;
    color: #236192;
    line-height: 36px;
}

.icon_squer p {
    color: #236192;
    padding: 0px 10px 10px;
    min-height: 160px;
}

.learn_btn a {
    background: #ffffff;
    color: #1C4D7F;
    border: 1px solid #1C4D7F;
    border-radius: 5px;
    width: 175px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-decoration: none;
}


/*======testimonials section =====*/
section.tetimolnials {
    background: url(../images/testi_back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding: 70px 0px;
    min-height: 450px;
    justify-content: center;
    align-items: center;
    position: relative;
}


.test_monials_text h3 {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 36px;
    position: relative;
}
.test_monials_text p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0px;
}
.learn_btn2 a {
    background: #ffffff;
    color: #1C4D7F;
    border: 1px solid #1C4D7F;
    border-radius: 5px;
    width: 175px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}


.test_monials_text h3:before {
    content: url(../images/test_1.png);
    position: absolute;
    left: -40px;
    top: -5px;
}

.test_monials_text h3:after {
    content: url(../images/test_2.png);
    position: absolute;
    right: 90px;
    bottom: -10px;
    display: block;
    z-index: 999999999999;
}
/*======learders section =====*/

section.world_leaders {
    background-image: url(../images/line_img.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 70px 0px 0px;
    position: relative;
}

.learder_text h3 {
    font-size: 30px;
    color: #236192;
    padding-bottom: 10px;
    line-height: 36px;
}

.learder_text p {
    color: #236192;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
}
.banner_text.ct-hd {
    padding: 20px;
}

/*======Therapeutic section =====*/

section.theraputics {
    background: #E6ECEF;
    padding: 70px 0px;
    text-align: center;
}

.heading_box p {
    color: #236192;
    padding-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.round_ul ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.img_icon_lst {
    height: 80px;
    display: flex;
    align-items: center;
    line-height: 90px;
}
.round_ul ul li span {
   display: block;
}
span.ic_text {
    font-size: 24px;
    line-height: 30px;
    color: #236192;
    /* padding-top: 12px; */
    padding: 15px 20px 0px;
}


.round_ul ul li {
    width: 200px;
    text-align: center;
    background: #ffffff;
    height: 200px;
    border-radius: 50%;
    display: inline-table;
    flex-direction: column;
    position: relative;
    border:1px solid #97CAEB;
        padding: 15px;
}
.round_ul ul li:nth-child(odd) {
      right: -30px;
      margin-left: -60px;
}

.text_bx p {
    color: #236192;
    font-size: 18px;
    padding: 20px 0px;
    line-height: 24px;
}

.text_bx a {
    background: #ffffff;
    color: #1C4D7F;
    border: 1px solid #1C4D7F;
    border-radius: 5px;
    width: 175px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-decoration: none;
}


/*======footer section =====*/
section.footer {
    background: #236192;
    color: #fff;
    position: relative;
    padding: 70px;
}

.fttr_left ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    padding: 20px 0px;
}

.fttr_left ul li {
    padding-right: 15px;
}

.ftr_menu {
    /* float: right; */
    display: flex;
    justify-content: flex-end;
}

.ftr_menu ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 30px;
}

.ftr_menu ul li a {
    color: #ffffff;
    text-decoration: none;
}

.copy_right {
    border-top: 1px solid #ffffff;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    padding-left: 15px;
    font-size: 17px;
}

.d_n .carousel-indicators {
    bottom: -15px;
}
.d_n .carousel-indicators li {
    max-width: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #336c996e;
}
/*.d_p {
  display: block;
}*/
.d_n {
  display: none;
}
.carousel-item.row.active {
margin: 0 auto;
}
button.serch_icn {
    background: transparent;
    border: navajowhite;
    width: 60px;
    position: absolute;
    right: 80px;
    top: 18px;
    cursor: pointer;
        outline: none;

}
.serach_div {
    background: #ffffff;
    display: block;
    width: 90%;
    position: absolute;
    z-index: 99999;
    top: 60px;
    margin: 15px;
    left: -8px;
    margin-top: 32px;
}
.input-gr {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
}
.serach_div input#form1 {
    width: 100%;
    border: none;
    height: 50px;
}

.serach_div button.btn.btn-primary {
    background: #336c99;
    border-radius: 0px;
}

.d_n .carousel-indicators .active {
    background-color: #336c99;
}


/*=======obesity other page css ====*/

.banner_othr {
    background-image: url(https://www.aminomedicalscience.com/wp-content/themes/aminomedicalscience/images/obesity_back.png);
}


.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

section.banner_bottm {
    background: #236192d9;
    position: relative;
    top: -59px;
    display: flex;
    height: 60px;
    margin-bottom: -60px;
    color: #ffffff;
}

.tabs_ul ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    font-weight: 600;
}
.tabs_ul ul li a:focus{
    color: #ffffff!important;
}
.rapid_development_engine_tab ul li:nth-child(1){
    border-bottom: 2px solid #FF8C00;
    color: #fff;
    text-decoration: none;
}
.core_technology_tab ul li:nth-child(2){
    border-bottom: 2px solid #FF8C00;
    color: #fff;
    text-decoration: none;
}

.tabs_ul ul li.acti {
    border-bottom: 2px solid #FF8C00;
}

.we_design {
    background-image: url(../images/we_back.png);
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    padding: 70px 0px;
}
.we_design .approch_text h2 {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    font-size: 30px;
    color: #236192;
    max-width: 90%;
    margin: 0 auto;
    line-height: 40px;
    font-weight: 700;
}

section.tab_btn_section ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
        margin-bottom: 0;
        padding-left: 0px;
}
section.tab_btn_section {
    background: #E6ECEF;
    padding: 20px 0px;
}

section.tab_btn_section ul li a {
    font-size: 20px;
    color: #236192;
    font-weight: 600;
    text-decoration: none;

}


section.tab_btn_section ul li a.tab.active {
    border-bottom: 2px solid #FF8C00;
}

.tab_para_start {
    background-image: url(../images/tab_top_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    padding: 70px 0px;
}
.text_tb h3 {
    text-align: center;
    font-size: 36px;
    color: #236192;
    padding-bottom: 15px;
}

.text_tb p {
    color: #236192;
    text-align: center;
    font-size: 18px;
    max-width: 90%;
    margin: 0 auto;
    line-height: 25px;
    padding-bottom: 12px;
}

.custom_tabs {
    justify-content: space-between;
    position: relative;
}

.custom_tabs .best-reponsive-tab-item-trigger {
    background: transparent !important;
    font-size: 20px;
    color: #236192 !important;
    font-weight: 600;
    text-decoration: none;
    border:0px !important;
    border-radius: 0px !important;
     padding: 0px !important;
     border: 0px solid transparent !important;
      border-bottom: 2px solid transparent !important;
}

section.tb_gry {
    background: #E2E7EB;
    padding: 70px 0px;
    position: relative;
}




.best-reponsive-tab-item-trigger.lgTabToggle-tab-active {
    border-bottom: 2px solid #FF8C00 !important;
}

.lft_contnt h3 {
    font-size: 30px;
    color: #236192;
    padding-bottom: 20px;
    font-weight: 600;
}

.lft_contnt h5 {
    font-size: 28px;
    color: #236192;
    padding-bottom: 6px;
}
.lft_contnt p b {
    font-size: 24px;
    color: #236192;
    padding-bottom: 6px;
    font-weight: 400;
}

.lft_contnt p {
    color: #236192;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
    padding-top: 5px;
}
section.tb_bac {
    background-image: url(../images/line_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    padding: 70px 0px;
}

table.tble_ftr {
    width: 100%;
    position: relative;
    color: #236192;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
    padding-top: 5px;
}

table.tble_ftr tr {
   border-bottom: 2px solid #236192;
}
table.tble_ftr tr th {
    padding-right: 15px;
        padding: 10px 0px;
}
table.tble_ftr tr td {
        padding: 10px 0px;
    padding-right: 15px;
}

section.table_lsection {
    padding-bottom: 70px;
    position: relative;
}

table.tble_ftr tr td span {
    display: block;
}

section.hrt_back {
    padding: 70px 0px;
    background-image: url(../images/heart.png);
    background-repeat: no-repeat;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    position: relative;
}
table.tble_heart {
    width: 100%;
    margin-top: 0px;
    padding-top: 10px;
    border-spacing: 10px;
    padding: 5px;
    border-collapse: separate;
    border-spacing: 10px;
        
}
table.tble_heart thead {
     border-bottom: 2px solid #ffffff;
    width: 28%;
    padding: 0px 0px 10px 0px;
}
table.tble_heart th {
    border-bottom: 2px solid #ffffff;
    width: 30%;
        padding-bottom: 8px;
}
.hrt_txt.br_dr {
    padding: 0px 14px 0px;
}
.hrt_txt.br_dr h5 {
    border-bottom: 2px solid #ffffff;
    padding: 0 0 20px;
}
.new_tble {
    background-color: #7BA0BE;
    padding: 70px 10px;
    color: #ffffff;
}
.new_tble table {
     color: #ffffff;
}
.new_tble table tr {
    border-bottom: 2px solid #ffffff;
}
/*table.tble_heart td {
      margin: 12px 12px 12px 12px;
  padding: 12px 12px 12px 12px;
}*/

section.mble_tab {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #E6ECEF;
    padding: 20px 0px;
}
.selct_tabs h3 {
    color: #236192;
    font-family: medium_regular;
    font-size: 24px;
    padding-bottom: 15px;
}
.selct_tabs {
    width: 100%;
}

select#size_select {
    min-width: 240px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #236192;
    border: 1px solid #236192;
    border-radius: 5px;
    outline: none;
    text-align-last: center;
}
select#size_select option {
    background-color: transparent !important;
   }
   select#size_select option:hover {
    background-color: #236192 !important;
   }
/*======rmobile select accordiun design =====*/
.tabs-dropdown {
  display: none;
}
.tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}
section.mble_tab {
    display: none;
}
.mble_tb_contnt {
   display: none; 
}


.contact_desc
{
    padding: 50px 0;
    background: url(https://www.aminomedicalscience.com/wp-content/uploads/2021/03/contact_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_desc h1{
    color: #236192;
    font-size: 30px;
    padding-bottom: 40px;
}

.contact_desc p{
    color: #236192;
    font-size: 20px;
}

.contact_formarea{
    background: #7B9FBD;
    padding: 40px 0;
}

.contact_formarea h2{
    color: #fff;
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 10px;
}

.contact_formarea p{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
}

.contact_formarea_form{
    max-width: 350px;
    margin: auto;
    width: 100%;
    padding-top: 25px;
}
.contact_formarea label{
    color: #fff;
    margin: 0 0 3px;
    font-size: 17px;
}

.contact_formarea .form-group
{
    margin-bottom: 7px;
}

.contact_formarea input{
    border-radius: 0;
}
.contact_formarea button[type="submit"], .contact_formarea input[type="submit"]{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background: transparent;
    border: 4px solid #fff;
    margin-top: 25px;
    cursor: pointer;
    display: table;
    margin: 25px auto 0;
    font-weight: 600;
    border-radius: 0;
    padding: 11px 35px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.contact_formarea textarea{
    border-radius: 0;
}

.contact_formarea button[type="submit"]:hover, .contact_formarea input[type="submit"]:hover{
    background: #6799C2;
    transition: all 0.3s ease-in;
}

.mobile_banner
{
    display: none;
}

.innerpage
{
    min-height: 500px;
}

@media (min-width: 769px) {
   

  .mobile-tabs {
    display: block!important;
  }
}

@media (max-width: 768px) {
    .fttr_left
    {
        margin-bottom: 25px;
    }
    section.footer {
        padding: 40px 15px 20px;
    }
    .contact_desc
    {
        background: none;
    }
    .desktop_banner{
        display: none;
    }
    .mobile_banner
{
    display: block;
}
  .tabs-dropdown {
    display: block;
  }
 
  .mobile-tabs {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  }
  .mobile-tabs > li {
    float: none;
  }
  .mobile-tabs > li + li {
    margin-left: 2px;
  }
  .mobile-tabs > li,
  .mobile-tabs > li > a {
    background: transparent;
    width: 100%;
  }
  
  
}

.ft_rigt {
    background-image: url(../images/rig.png) !important;
    background-position: top !important;
}
section.tb_bac.non_bg2 {
    background-image: url(../images/hrt_2_bc.png);
}


/*=======Rapid Development Engine other page css ====*/
.we_design.rde-bk-1 {
    background-image: url(../images/r-d-e/r-1.png)
}
section.world_leaders.rde_bk_style1 {
    background-color: #E6ECEF;
    background-image: none !important;
}
section.world_leaders.rde_bk_style2 {
   background-image: url(../images/r-d-e/l-1.png) 
}

section.world_leaders.rde_bk_style3 {
    padding-top: 0;
    background-color: #E6ECEF;
    background-image: none !important;
}
section.world_leaders.rde_bk_style4 {
   background-image: url(../images/r-d-e/l-2.png) 
   background-image: url(../images/r-d-e/l-2.png);
   padding: 45px 0px 30px;
}

.img_con_rde {
    text-align: center;
}

section.world_leaders.rde_bk_style3  .learder_text {
    padding-top: 40px;
}

.banner.rde_bnner {
    background-image: url(../images/r-d-e/rde-banner.png);
}
.dp-m {
    display: none;
}

button.serch_desk {
    background: transparent;
    border: none;
    text-align: center;
    /* float: right; */
    /*padding-right: 55px;*/
    /* padding-top: 10px; */
    outline: none;
    /* display: block; */
    max-width: 50px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.dsktop_srch {
    background: #ffffff;
    display: block;
    width: 35%;
    position: absolute;
    z-index: 99999;
    top: 60px;
    margin: 15px;
    right: 0;
}
.dsktop_srch input#form1 {
    border: 0px;
    padding: 16px;
    width: 100%;
    outline: none;
}
.dsktop_srch button.btn.btn-primary {
    background: #336c99;
    border-radius: 0px;
}
button.serch_desk .img-fluid {
    max-width: 25px;
    height: auto;
    position: relative;
    top: 4px;
    /* width: 100%; */
    display: block;
}
.menu-rapid-dev-menu-right-container #menu-rapid-dev-menu-right {
    display: flex;
    padding: 0;
}
.top_nav ul.nav.navbar-nav li:last-child {
    padding-right: 0;
}

section.world_leaders.ct-bc_bx {
    background-image: url(../images/c-t/ct_bc.png);
}

section.banner.ct_bnner {
    background-image: url(../images/c-t/ct-banner.png);
}

section.we_design.ct-tech {
    background-image: url(../images/c-t/ct-ab.png);
}

.al_cntr {
    align-items: center;
}
.navbar-nav .menu-menu1-container .menu {
    list-style: none;
    padding-left: 0;
}
.right_cont .menu-menu2-container li {
    padding: 0!important;
}
/*.navbar-nav .menu-menu1-container .menu li {
    display: inline-block;
    padding: 0 10px 0 0px;
}*/


.table_custom {
    background: #7B9FBD;
    color: #ffffff;
    padding: 60px 0px;
    position: relative;
}
.table_head {
    border-bottom: 1px solid #ffffff;
    min-height: 100%;
    width: 100%;
    align-items: flex-start;
    padding-top: 7px;
    display: flex;
    padding-bottom: 7px;
        margin-left: 0px;
}
.four_head {
    border-bottom: 1px solid #ffffff;
    min-height: 100%;
    width: 100%;
    align-items: center;
    padding-top: 7px;
    display: flex;
    padding-bottom: 7px;
        margin-left: 0px;
}
.table_head.top_head {
    border-bottom: 1px solid #ffffff;
    min-height: 100%;
    width: 100%;
    align-items: flex-end;
    padding: 7px 0px;
}
.p_head_cls p {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .5px;
}
.row.four_head .col-3 {
    padding-left: 0px;
    padding-right: 10px;
}

.table_head p {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 24px;
}

.head_m2 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    min-height: 60px;
    padding-top: 0px;
    font-size: 18px;
    padding-bottom: 10px;
}

section.table_custom p {
    font-size: 18px;
    line-height: 22px;
        font-family: medium_font;
}
.col-3.bor-l {
    position: relative;
}
.box-style {
    position: relative;
    background: transparent;
    top: 0;
    left: 0;
    margin-bottom: 0;
    width: 100% ;
    z-index: 999;
    height: 35px;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.box-style:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
     clip-path: polygon(0% 0%, 70% 0, 79% 51%, 70% 100%, 0% 100%); 
    z-index: 999;
    height: 35px;
    align-items: center;
    padding-left: 5px;
    content: "";
    display: block;
}


.gry_rd:before{
    background: #AD5D57;
    width: 76%;
}

.box-style.blue_1:before {
    background: #236192;
    width: 30%;
}
.box-style.blue_2:before {
    background: #236192;
    width: 66%;
}
.box-style.grn_1:before {
    background: #236E6E;
    width: 50%;
}
.box-style.grn_2:before {
    background: #236E6E;
    width: 66%;
}
.box-style.grn_3:before {
    background: #236E6E;
    width: 50%;
}
.box-style.fine_rd:before {
    background: #5B438B;
    width: 10%;
    clip-path: polygon(0% 0%, 70% 0, 87% 51%, 70% 100%, 0% 100%);
}
.box-style.red_deer:before {
    background: #861442;
    width: 30%;
}
.box-style.deep_gray:before {
    background: #6B6C6D;
    width: 50%;
}

.bor-l {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.head_m {
    width: 100%;
    min-width: 100%;

}

.head_m3 {
    width: 100%;
    min-width: 100%;
    padding-bottom: 0px;
    height: 100%;
    border-bottom: 1px solid !important;
}

.box-style p {
    position: relative;
    z-index: 9999;
    display: none;
}
.container.container_main {
    max-width: 1200px;
    width: 100%;
}
.bor-lfr:before {
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    width: 0;
    background: #00000000;
    border-right: 1px dashed #ffffff;
    left: 25%;
}
.bor-lfr:after{
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    width: 0;
    background: #00000000;
    border-right: 1px dashed #ffffff;
    left: 49%;
}
.bor_lft_urgt {
    position: relative;
}
.bor_lft_urgt:before {
    width: 1px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    border-right: 1px dashed #ffffff;
    left: 72%;
}
section.table_custom p a {
    color: #ffffff;
    text-decoration: none;
        font-family: medium_font;
}
/*======responsive design =====*/

@media only screen and (max-width: 991px) {
  .navbar-light .navbar-toggler {
    border-color: rgb(0 0 0 / 0%) !important;
}

a.navbar-brand.mx-auto {
    float: left;
    text-align: left;
    width: 100%;
}
#logo {
    width: 150px;
    height: 70px;
    text-align: left;
    /* float: left; */
    padding-left: 15px;
}
.round_ul {
  display: none;
}
section.top_nav nav.navbar {
    z-index: 9999999999;
    background: transparent;
    padding: 0;
    left: 0;
}
span.navbar-toggler-icon {
    background-image: url(../images/bar.svg) !important;
}
ul.nav.navbar-nav {
    background: #ffffff;
    min-height: 200px;
    padding-top: 25px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}
ul.nav.navbar-nav li a {
    color: #000000 !important;
}
button.navbar-toggler.navbar-toggler-right {
    outline: none !important;
}
section.footer {
        padding: 70px 15px 20px;
}
.ftr_menu {
    justify-content: flex-start;
}
.approch_text h2 {
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 767px) {

    .mbl_back_ground {
        background-image: url(https://www.aminomedicalscience.com/wp-content/uploads/2021/03/mbile_back.png) !important;
    }
    section.table_custom p a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
}
    .bor_lft_urgt:before {
          display: none;
        }
    .bor-lfr:before {
      display: none;
    }
    .bor-lfr:after {
      display: none;
    }
.m-n-d {
    display: none;
}
.head_m.mb_hdr p {
    font-size: 18px;
    font-weight: 800;
    padding-top: 10px;
}
section.table_custom p {
    font-size: 16px;
    line-height: 22px;
}
.box-style {
    background: #658FB2 ;
    margin-bottom: 10px;
}
.box-style p {
    display: block;
}
.four_head {
    border-bottom: 0px solid #ffffff;
}
.b-m-one {
    border-bottom: 1px solid #ffffff;
}
  .approch_text p {
    font-size: 18px;
    padding: 12px;
    line-height: 28px;
}
table.tble_ftr tr td {
    padding: 6px 0px;
    padding-right: 15px;
}
section.hrt_back .carousel-indicators li {
    max-width: 15px;
    height: 15px;
    margin-right: 3px;
    border-radius: 50%;
    margin-left: 3px;
    cursor: pointer;
    background-color: #97CAEB;
    bottom: -60px;
}

section.hrt_back .new_ids li.active {
    background-color: #ffffff;
}
.we_design {
       padding: 70px 0px 70px;
    background-image: url(../images/pnh_nine.png);
    background-position: center;
}
.clsd_1 {
    order: 2;
}

td {
    display: block;
    width: 100%;
}
section.mble_tab {
    display: block;
}
.mble_tb_contnt {
   display: block; 
}
section.tab_btn_section {
    display: none;
}
div#myExampleTabsContent {
    display: none;
}
.d_p {
  display: none;
}
section.banner_bottm {
    top: -126px;
    display: flex;
    height: 125px;
    margin-bottom: -125px;
    color: #ffffff;
}
.tabs_ul ul {
        height: 60px;
    flex-direction: column;
    padding-left: 0;
    padding-top: 12px;
    line-height: 35px;
}
.banner_text h2 {
    font-size: 30px;
    line-height: 35px;
}
.d_n {
  display: block;
}
.focus_mobile {
    width: 300px;
    height: 300px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 36px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2px solid #97CAEB;
    margin-bottom: 30px;
}
.focus_mobile p {
    color: #236192;
    font-size: 17px;
    padding: 10px 18px;
}
.learn_btn {
    margin-bottom: 40px;
}

.test_monials_text h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 20px;
}
section.tetimolnials {
    background: url(../images/mobile_back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding: 50px 0px 70px;
    min-height: 800px;
    justify-content: center;
    align-items: flex-start;
    position: relative;
        margin-top: -23px;
}
.heading_box p {
    font-size: 24px;
}
.test_monials_text h3:after {
    right: 10px;
}

.test_monials_text h3:before {
    left: -14px;
}
.banner {
    background-image: url(../images/hm_m_b.png);
}
.banner_othr {
    background-image: url(https://www.aminomedicalscience.com/wp-content/themes/aminomedicalscience/images/man_phn.png);
    background-position: right;
    min-height: 500px;}
}
@media only screen and (max-width: 667px) {
section.tab_para_start {
    background-image: url(../images/mbl_back.png);
}
section.hrt_back {
    padding: 70px 0px;
    background-image: url(../images/hrt_m.png);
}
.banner.rde_bnner {
    background-image: url(../images/r-d-e/rde-banner-m.png);
    background-position: right;
}
.banner_text.rde_hd h2 {
    max-width: 91%;
    padding-bottom: 120px;
}
.ordr-2 {
    order: 2;
}
.img_con_rde {
    padding-top: 50px;
}
section.world_leaders.rde_bk_style2 {
    background-image: url(../images/r-d-e/l-1-m.png);
}
section.world_leaders.rde_bk_style4 {
    background-image: url(../images/r-d-e/l-2-m.png);
}
section.we_design.rde-bk-1 {
   background-image: url(../images/r-d-e/r-1-m.png); 
}
.dp-d {
    display: none;
}
.dp-m {
    display: block;
    width: 100%;
    margin: 0 auto;
}
section.banner.ct_bnner {
    background-image: url(../images/c-t/ct-banner-m.png);
}

section.we_design.ct-tech {
    background-image: url(../images/c-t/ct-ab-m.png);
}
.banner_text.ct-hd {
    padding: 20px;
}
.banner_text.ct-hd h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 80px;
    max-width: 90%;
}
.m-p-0 {
    padding: 0px;
}
section.world_leaders.ct-bc_bx {
    background-image: url(../images/c-t/ct_bc-m.png);
}
.learder_text h3 {
    font-size: 25px;
    padding-bottom: 5px;
    font-weight: 700;
}
section.tb_bac.non_bg2 {
    background-image: url(../images/hrt_2_bc_m.png);
}
}

.non_bg {
    background-image: none !important;
}
.banner_link{color: #ffffff;
    font-size: 18px;
    font-family: medium_font;
    border-bottom: 2px solid transparent;
    display: inline-block;
    transition: 0.5s;font-weight: normal;}
.banner_link:hover{border-bottom: 2px solid #FF8C00;color: #fff;text-decoration: none;}
.dsktop_srch button img {
    max-width: 20px;
    width: 100%;
}

@media (max-width: 991px){
    section.tb_bac {
        padding: 30px 0px 0;
    }
ul.nav.navbar-nav {
    flex-direction: column;
    width: 100%;
    display: block;
    }
.top_nav ul.nav.navbar-nav li {
    display: block;
    padding: 10px 70px 10px 0px;
    }
}