body{
	font-family: 'Roboto', sans-serif;
    --BlueColor: #004b6d;
    --RedColor:#bf1e2e;
    --LightBg:#e5edf0;
    --headingColor:#212121;
    --textcolor:#6a6a6a;
    color: #6a6a6a;
}

.container{
    max-width: 1240px !important;
}

button{
    outline: none !important;
    transition-duration: 0.3s;
}

p{
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
}

a{
    outline: none !important;
    transition-duration: 0.3s;
}

h1,h2,h3,h4,h5,h6{
    color: var(--headingColor);
    padding: 0;
    margin: 0;
}


@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-top: 25px;
        width: 300px;
        height: 100%;
		z-index:1050;
		background-color:rgba(187,29,38,0.94);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    }

    .navbar-collapse.collapsing {
        right: -300px;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out;
    }
	
	.navbar-light .close_btn{
		color:var(--YellowColor) !important;
		right:0px;
		top:0px !important;
		margin-left:-20px;
		background-color:#cdab81;
		width:40px;
		height:40px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	.menu-wrapper .navbar .navbar-nav a{
		color:#fff !important;
	}
	
	.menu-wrapper .navbar .navbar-nav {
		margin-top:50px;
	}
	
	.menu-wrapper .navbar .navbar-nav a{
		padding:0px 10px !important;
		line-height:40px !important;
	}
	
	.menu-wrapper .navbar .dropdown .dropdown-menu{
		padding:10px 10px !important;
	}

    .header-bar .navbar .nav-item{
        border-left: none !important;
        border-bottom: 1px dashed #dbb957;
    }

    .header-bar .navbar .nav-item .nav-link{
        text-align: center;
        padding: 0px 0px;
        color: #fff !important;
        font-weight: 500;
    }

    .navbar-light .navbar-toggler{
        border-color: rgba(255,255,255,0.5);
        color: rgba(255,255,255,0.5);
        margin-top: 6px;
    }
}


.header-topbg{
    width: 100%;
    min-height: 40px;
    background: var(--BlueColor);
    transition-duration: 0.3s;
}

.banner-wrapper{
    width: 100%;
    background: #212121;
    min-height: 530px;
    overflow: hidden;
    margin-top: 139px;
}

.banner-wrapper img{
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.footer-wrapper{
    width: 100%;
    background: var(--BlueColor);
    min-height: 80px;
    padding-top: 25px;
}

.footer-wrapper p{
    font-size: 15px;
    padding: 0;
    margin: 0;
    color: var(--LightBg);
}

.footer-wrapper .col-lg-6:last-child p{
    text-align: right;
}

.footer-wrapper p a{
    color: var(--LightBg);
    text-decoration: none;
    border-left: 1px solid var(--LightBg);
    padding-left: 20px;
    margin-left: 20px;
}

.footer-wrapper p a:first-child{
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
}

.header-topbg ul{
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.header-topbg ul li{
    display: inline-block;
    padding: 0;
    margin: 0;
}

.header-topbg ul li a{
    padding: 0px 10px;
    margin: 0;
    color: #b3c9d3;
    font-size: 14px;
    line-height: 40px;
}

.header-topbg ul li a:hover{
    color: #fff;
}

.header-topbg h6{
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    color: #b3c9d3;
}

.header-topbg h6 a{
    color: #b3c9d3;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
    margin-left: 30px;
}

.header-topbg h6 a i{
    margin-right: 5px;
    transform: rotateY(180deg);
}

.header-wrapper .header-logo{
    width: 222px;
    height: 129px;
    background: url(../img/metpluscare-logo.jpg) no-repeat;
    float: left;
    margin-top: -30px;
    border-radius: 6px;
    position: relative;
}

.header-wrapper .navbar{
    padding: 0;
    margin: 34px 0px 0px 0px;
    transition-duration: 0.3s;
    background: none !important;
    transition-duration: 0.3s;
}

.header-wrapper .navbar-nav li{
    padding: 0;
    margin: 0;
}

.header-wrapper .navbar-nav li a{
    color: var(--headingColor) !important;
    padding: 4px 20px !important;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
}

.header-wrapper .navbar-nav li a:hover,
.header-wrapper .navbar-nav li a:focus{
    color: var(--RedColor) !important;
}

.header-wrapper .navbar-nav li:last-child a{
    background: var(--RedColor);
    color: #fff !important;
}

.header-wrapper{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1020;
    background: #fff;
}

.welcome-wrapper{
    text-align: justify;
}

.welcome-wrapper p:last-child{
    margin-bottom: 0px;
}

.welcome-wrapper h1{
    padding: 0;
    margin: 0px 0px 26px 0px;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
}

.welcome-wrapper .col-lg-5 span{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 5px;
}

.welcome-wrapper .col-lg-7{
    padding-right: 70px;
}

.welcome-wrapper .col-lg-5 img{
    width: 100%;
}

.welcome-wrapper{
    margin-top: 100px;
}

.bluebar-wrapper{
    width: 100%;
    min-height: 90px;
    background: var(--BlueColor);
    margin-top: 100px;
}

.download-brochure{
    width: 100%;
    height: 90px;
    background: var(--RedColor);
    float: left;
    position: relative;
    padding-top: 24px;
    padding-left: 94px;
}

.download-brochure i{
    position: absolute;
    left: 40px;
    top: 28px;
    color: #fff;
    font-size: 36px;
}

.download-brochure h4{
    font-size: 26px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    margin-top: -2px;
}

.download-brochure h6{
    font-size: 15px;
    width: 100%;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.download-brochure:hover{
    text-decoration: none;
}

.bluebar-wrapper .col-lg-4 h3{
    width: 100%;
    padding: 0;
    margin: 28px 0px 0px 0px;
    color: #fff;
}

.bluebar-wrapper .col-lg-5 h4{
    padding: 0;
    margin: 16px 0px 0px 0px;
    color: #fff;
    font-size: 28px;
}

.bluebar-wrapper .col-lg-5 p{
    padding: 0;
    margin: 0;
    color: #b3c9d3;
    line-height: normal;
}

.bluebar-wrapper .col-lg-5{
    position: relative;
    padding-left: 90px;
}

.bluebar-wrapper .col-lg-5 img{
    position: absolute;
    width: 56px;
    height: 46px;
    left: 15px;
    top: 21px;
}

.whymetpluscare .col-lg-7 p{
    text-align: justify;
    padding: 0;
    margin: 0;
}

.whymetpluscare h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px;
    padding: 0;
    margin: 0px 0px 26px 0px;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
}

.whymetpluscare{
    margin-top: 90px;
}

.whymetpluscare .col-lg-5 span{
    width: 100%;
    height: 376px;
    float: left;
    margin-top: 8px;
    position: relative;
}

.whymetpluscare .col-lg-5 span img{
    width: 100%;
    height: 376px;
    object-fit: cover;
}

.whymetpluscare .col-lg-5 span:after{
    width: 98px;
    height: 89px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    right: -46px;
    content: '';
    background: url(../img/metplus-icon.jpg);
}

.whymetpluscare .col-lg-5{
    padding-right: 60px;
}

.whymetpluscare .col-lg-7{
    padding-left: 50px;
}

.contact-wrapper{
    width: 100%;
    background: var(--LightBg);
    margin-top: 100px;
    padding: 90px 0px;
}

.contact-wrapper h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px;
    padding: 0;
    margin: 0px 0px 26px 0px;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
}

.contact-wrapper h4{
    padding: 0;
    margin: 0px 0px 15px 0px;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
}

.contact-wrapper .col-lg-5 p{
    width: 100%;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 10px 0px;
    position: relative;
}

.contact-wrapper .col-lg-5 p i{
    position: absolute;
    left: 0px;
    top: 5px;
    color: var(--BlueColor);
}

.contact-wrapper .col-lg-5 p a{
    color: var(--textcolor);
    text-decoration: none;
}

.contact-wrapper .col-lg-5 ul{
    width: 100%;
    padding: 0;
    margin: 30px 0px 0px 0px;
    display: block;
}

.contact-wrapper .col-lg-5 ul li{
    list-style: none;
    padding: 0px 10px 0px 0px;
    margin: 0;
    display: inline-block;
}

.contact-wrapper .col-lg-5 ul li a{
    float: left;
    width: 45px;
    height: 45px;
    border: 2px solid var(--RedColor);
    border-radius: 50%;
    float: left;
    text-align: center;
    color: var(--RedColor);
    line-height: 42px;
}

.contact-wrapper .col-lg-5 ul li a:hover{
    background: var(--RedColor);
    color: #fff;
}

.contact-wrapper .col-lg-7 input{
    width: 100%;
    height: 42px;
    border: none;
    outline: none;
    border-radius: 4px;
    padding-left: 15px;

    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);

}

.contact-wrapper .col-lg-7 textarea{
    width: 100%;
    height: 120px;
    border: none;
    outline: none;
    border-radius: 4px;
    padding-left: 15px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
padding-top: 10px;

}

.contact-wrapper .col-lg-7 button{
    width: 100%;
    padding: 8px 0px;
    margin: 0;
    border-radius: 3px;
    outline: none;
    background: var(--RedColor);
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-top: 7px;
}

.contact-wrapper .col-lg-7 .col-lg-6{
    padding-bottom: 15px;
}

.contact-wrapper .col-lg-7,
.contact-wrapper .col-lg-5{
    margin-bottom: 90px;
}

.google-maps {
	position: relative;
    padding-bottom: 350px;
    height: 0;
    overflow: hidden;
	margin:0px 0px 0px 0px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.workwithus-con{
    margin-top: 100px;
    margin-bottom: 100px;
}

.workwithus-con h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px;
    padding: 0;
    margin: 0px 0px 26px 0px;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
}

.workwithus-con ul{
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
}

.workwithus-con ul li{
    width: 50%;
    float: left;
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 15px 0px;
    position: relative;
    font-weight: 500;
}

.workwithus-con ul li i{
    color: var(--RedColor);
    position: absolute;
    left: 0px;
    top: 4px;
}

.workwithus-con .col-lg-5 span{
    width: 100%;
    height: 300px;
    float: left;
}

.workwithus-con .col-lg-5 span img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.carousel-item{
    position: relative;
}

.carousel-item img{
    position: relative;
}

.banner-captions{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -72px;
    z-index: 900;
}

.banner-captions .col-lg-6{
    padding-right: 70px;
}

.banner-captions span{
    width: 100%;
    height: 145px;
    border-radius: 10px;
    background: rgba(191,30,46,0.7);
    float: left;
    padding-left: 160px;
    position: relative;
}

.banner-captions span h3{
    padding: 0;
    margin: 20px 0px 0px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.15);

}

.banner-captions span h2{
    padding: 0;
    margin: -12px 0px 0px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.15);
}

.banner-captions span img{
    position: absolute;
    left: 40px;
    top: 26px;
    width: 96px;
    height: 97px;
}

.f-nav .header-wrapper{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.f-nav .header-wrapper .header-topbg{
    margin-top: -40px;
}

.f-nav .header-wrapper .header-logo{
    margin-top: 0px;
    width: 103px;
    height: 60px;
    background-size: 100%;
}

.f-nav .header-wrapper .navbar{
    margin-top: 14px;
}

::selection {
	background: var(--RedColor);
	color: #fff;
}

::-moz-selection {
	background: var(--RedColor);
	color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
	height:0px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color: rgba(187, 29, 38, 0.7);
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover{
	background-color: rgba(187, 29, 38, 1);
}

.carousel-control-prev,
.carousel-control-next{
    z-index: 1010;
}

.page-wrapper{
    width: 100%;
    overflow: hidden;
}



@media screen and (max-width: 1024px) {
    .banner-captions .col-lg-6{
        padding-right: 15px;
    }

    .banner-captions span h2{
        font-size: 54px;
    }
}

@media screen and (max-width: 980px) {
  .header-topbg .col-lg-5,
  .whymetpluscare .col-lg-5 span:after{
      display: none;
      visibility: hidden;
  }

  .navbar-light .navbar-toggler{
      margin-top: 0px;
      position: absolute;
      right: 0px;
      top: 0px;
  }

  .banner-captions{
      margin-top: 0px;
      top: auto;
      bottom: 0px;
  }

  .welcome-wrapper .col-lg-7{
      padding-right: 15px;
      margin-bottom: 45px;
  }

  .whymetpluscare .col-lg-5{
      padding-right: 15px;
      margin-bottom: 45px;
  }

  .whymetpluscare .col-lg-7{
      padding-left: 15px;
  }

  .whymetpluscare .col-lg-5 span,
  .whymetpluscare .col-lg-5 span img,
  .workwithus-con .col-lg-5 span img,
  .workwithus-con .col-lg-5 span{
      height: auto;
  }

  .workwithus-con .col-lg-5 span{
      margin-top: 30px;
  }

  .download-brochure{
      margin-top: 20px;
  }
}

@media screen and (max-width: 812px) {
    
}

@media screen and (max-width: 520px) {
    .header-topbg .col-lg-4,
    .header-topbg .col-lg-3,
    .header-topbg .col-lg-5,
    .banner-captions span img,
    .welcome-wrapper h1 br,
    .bluebar-wrapper .col-lg-5 img{
        display: none;
        visibility: hidden;
    }

    .banner-captions span{
        padding-left: 0px;
        text-align: center;
        height: auto;
        padding: 15px 0px;
    }

    .banner-captions span h2{
        font-size: 36px;
    }

    .banner-captions span h3{
        font-size: 28px;
        margin: 0px;
    }

    .banner-wrapper img,
    .banner-wrapper{
        height: 380px;
        min-height: auto;
    }

    .welcome-wrapper h1,
    .whymetpluscare h2,
    .contact-wrapper h2,
    .workwithus-con h2{
        text-align: center;
        font-size: 34px;
    }

    .workwithus-con ul li{
        width: 100%;
    }

    .welcome-wrapper,
    .bluebar-wrapper,
    .whymetpluscare,
    .contact-wrapper,
    .workwithus-con{
        margin-top: 60px;
    }

    .workwithus-con{
        margin-bottom: 60px;
    }

    .contact-wrapper .col-lg-7,
    .contact-wrapper .col-lg-5{
        margin-bottom: 40px;
    }

    .contact-wrapper{
        padding: 45px 0px;
    }

    .footer-wrapper{
        text-align: center;
        padding-bottom: 20px;
    }

    .footer-wrapper p:last-child{
        text-align: center !important;
    }

    .bluebar-wrapper .col-lg-5{
        padding-left: 15px;
        text-align: center;
    }

    .bluebar-wrapper .col-lg-4 h3{
        text-align: center;
    }

    .header-wrapper .navbar-nav li a,
    .header-wrapper .navbar-nav li a:focus,
    .header-wrapper .navbar-nav li a:hover{
        color: #fff !important;
        padding: 10px 0px !important;
    }
}

@media screen and (max-width: 360px) {
	
}

@media screen and (max-width: 240px) {
	
}