@charset "utf-8";
/* CSS Document */

body{
  font-family: 'Montserrat', sans-serif;
    /*--overflow-x: hidden;---*/
}

h1,h2,h3,h4{
   font-family: "Lora", serif; 
}


/*--------------header-section-------------------------*/

.menutoggle img {
    width: 45px;
}

.headerIn {
    padding:0px 0;
    background: #fff;
}

.headerscroll {
    padding:0px 0;
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #6dcdd2;
}
.contbtn a.nav-link {
    display: inline-block;
}
a.nav-link.PhoneCall button {
    background: none;
    color: #44728d;
    font-size: 20px;
    font-weight: 600;
    box-shadow: none !important;
    letter-spacing: 2px;
}
a.nav-link.PhoneCall button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline: 0px !important;
}
.PhoneCall i {
    font-size: 33px;
    padding: 0;
    position: relative;
    top: 6px;
    color: #4d859c;
}
#headerlogo a {
    display: inline-block;
    width: 171px;
}

#headerlogo a {
    display: inline-block;
}

#headerlogo a img{
	width:100%;
}

ul#gnavId {

}

#gnavId li a {
    color: #001327;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 10px;
    position: relative;
    font-weight: 600;
}


#gnavId li a:hover:before {
    opacity: 1;
    width: 40px;
}

.navbar-toggler {
    background-color: #096bd8;
    border: 0px;
}

.navbar-toggler:hover {
    background-color: #000;
    border: 0px;
}

.contbtn {
    margin: 0 0;
}
.contbtn a button{
    background: #096bd8;
    border: 0;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 28px;
    background: linear-gradient(to bottom, #6dcdd2 9%, #4ba3c8 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px 2px 2px 2px;
    font-family: "Montserrat", Sans-serif;
    display: inline-block;
}
@media screen and (max-width:767px){

 #headerlogo {
    text-align: center;
}

.navbar-dark .navbar-toggler {
    color:#fff;
    border-color: #096bd8!important;
    box-shadow: none!important;
} 

}


/*---------contactform------------------*/
.titleform{
    color: #202350;
    font-family: "Lora", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.contactForm {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
}
.contactForm p label {
    font-size: 13px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    display: block;
}
.contactForm p label input {
    border: 1px solid #a5c6cf;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 10px;
    width: 100%;
}
.contactForm p label textarea {
    border: 1px solid #a5c6cf;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 10px;
    width: 100%;
    height: 75px;
}
.sendbtn input{
     background: #096bd8;
    border: 0;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 28px;
    background: linear-gradient(to bottom, #6dcdd2 9%, #4ba3c8 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-family: "Montserrat", Sans-serif;
    display: inline-block;
    width: 125px;
}


/*------------Custum page----------------------------*/

.bannersection {
    background: url(../img/bg_bannertop.jpg) no-repeat scroll 0 0;
    width: 100%;
    height: 100%;
    padding: 75px 0;
    border-top: 2px solid #6dcdd2;
    position: relative;
    background-size: cover;
}
.bannersection:before {
    background: #202350c2;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    z-index: 0;
}
.bannersection h1 {
    color: #FFFFFF;
    font-family: "Lora", Sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
}

.bannersection p{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
     text-align: left;
}
.btnlink a{
    background: #096bd8;
    border: 0;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 28px;
    background: linear-gradient(to bottom, #6dcdd2 9%, #4ba3c8 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px 2px 2px 2px;
    font-family: "Montserrat", Sans-serif;
    display: inline-block;
    text-decoration: none;
}
.contactsection{
  padding: 50px 0px;
  background: #e8f2f4;

}
.flex{
  display: flex;
  align-items: center;
}
.surgeonsection{
  padding: 50px 0px;
}
.mbtom{
    margin-bottom: 15px;
}
.row.infobox {
    padding: 20px;
    display: flex;
}
.h2basic02{
    color: #202350;
    font-size: 24px;
    line-height: 28px;
}

.wcolor{
    color: #fff;
}
p.imginfo img {
    border-radius: 10px;
    width: 100%;
}

.reasonssection{
  padding: 50px 0px;
  background:#f6f4f4;
}
.text-center{
    text-align: center!important;
}
.mbtop{
    margin-top: 50px;
}
.mrbt20{
     margin:10px 0px 20px 0px;
}
.surgeonInner {
    background: #ffffff;
    padding: 0 0 21px 0;
    border-radius: 20px;
    box-shadow: 1px 1px 1px 1px #00000033;
    margin: 0px 0 15px 0;
    overflow: hidden;
}

.containBox {
    background: #fff;
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 5px #0000000a;
}
.containBox .iconimg{
    
}
.iconimg img {
    width: 50px;
}
.containBox h3 {
    color: #202350;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.containBox p {
    color: #202350;
    font-size: 16px;
    line-height: 28px;
    margin: 5px 0;
}
.btncenter {
    text-align: center;
    margin: 35px auto 0;
}
.container-fluid.allurionProgram {
    padding-top: 50px;
    padding-bottom: 50px;
}
footer{
    padding: 50px 0 20px;
  background:#202350;
}
.contact{
   
}
.contact h2 {
    /* text-align: center; */
    color: #000000;
}
.contact .h3basic01 {
    padding: 0px 8px;
}

.contact p a {
    text-decoration: none;
    color: #69c8d0;
    font-size: 15px;
    line-height: 26px;
    border-bottom: 1px solid;
    display: inline;
}
.contact ul {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact ul li {
    text-align: left;
    color: #000000;
    list-style: none;
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0;
}
.container-fluid.copyright {
    background: #202350;
    padding: 15px 0;
    border-top: 2px solid #6dcdd2;
}
.copyrightext {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 14px;
}
p.policyLink {
    text-align: right;
    margin: 0 0;
}
p.policyLink a{
    text-align: center;
   display: inline-block;
   color: #fff;
   font-size: 14px;
   text-decoration: none;
}
@media screen and (max-width: 991px){
.containBox {
    margin-bottom: 10px;
}
.mbtop {
    margin-top: 0;
}

}
@media screen and (max-width:767px){
.rowrevers{
    flex-direction:column-reverse!important;
}
}


/*--------allurion_gastric_balloon---------*/

.row.centersection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
h2.h2basic01 {
    text-align: center;
    font-size: 30px;
    line-height: 37px;
}
.textLeft{
    text-align: left!important
}
.h3basic01{
    color: #202350;
    font-size: 18px;
    line-height: 24px;
}

.textdesc {
    margin: 0;
    color: #202350;
    font-size: 16px;
    line-height: 27px;
}
.suntextdesc {
    color: #202350;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 0 80px;
}
.pdtop{
    padding-top: 30px;
}
.gastricBox{
    padding: 0 10px 10px;
}
.weightCare{
    color: #202350;
    font-size: 15px;
    line-height: 24px;
    
    margin: 0;
}
@media screen and (max-width:767px){
h2.h2basic01 {
    font-size: 24px;
    line-height: 27px;
}
.suntextdesc {
    font-size: 15px;
    line-height: 24px;
    padding: 0 10px;
}

}