html, body { position: relative; height: 100%; width: 100%; font: 400 14px/18px 'Roboto', sans-serif; color: #1c1c1c; }
body { background: #e6e7e8; }
img { max-width: 100%; border: none; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6, p, ul, ol, li { margin: 0px; padding: 0px; }
a { outline: none; text-decoration: none; }
a:hover, a:focus { text-decoration: none; }
.clearfix:after { content: "";  clear: both;  display: block; }
ul.no-bullet, ol.no-bullet { list-style-type: none; padding: 0; margin: 0; padding-left: 34px  !important; }
ul.no-bullet li:before, ol.no-bullet li:before { content:unset !important; padding-left: unset !important;}
/* Global */
.pt-100 { padding-top: 40px; }
p { margin-bottom: 20px; }
h4 { margin-bottom: 15px; font-size: 16px; }
h2 { margin-bottom: 20px; }
.text { font-size: 14px; line-height: 18px; }
.text h2 { border-bottom: solid 1px #1c1c1c; padding-bottom: 3px; font-size: 20px; }
.text ul ul { padding-left: 20px; padding-top: 10px; }
.text li { padding-bottom: 10px; }
.text ul + h4 { margin-top: 10px; }

.header { background: #fff; position: fixed; left: 0; right: 0; top: 0; padding: 13px 0; z-index: 8; }
.logo { max-width: 130px; display: inline-block; }
.top-contact img { display: inline-block; vertical-align: top; margin-right: 13px; }
.top-contact a { font-weight: 500; font-size: 24px; color: #fff; }
.top-contact a:hover {  }
.main-menu { margin: 0 -15px; }
.main-menu ul { padding: 50px 25px; }
.main-menu li { display: block; font-weight: 500; font-size: 14px; text-transform: uppercase; padding: 15px; }
.main-menu li a { padding: 7px 0; position: relative; }
.main-menu li a:before { content: ''; height: 1px; position: absolute; bottom: 0; left: 50%; right: 50%; transition: all 0.2s ease-in-out; }
.main-menu li.submenu:hover > a, .main-menu li a:hover, .main-menu li.active a {  }
.main-menu li.submenu:hover a:before, .main-menu li a:hover:before, .main-menu li.active a:before { left: 0; right: 0; }
.main-menu.active { display: block; background: #fff; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9; padding: 0 15px; }
.main-menu li.submenu { position: relative; }
.main-menu li.submenu > a { position: relative; padding-right: 15px; display: block; }
.main-menu li.submenu:hover a:before, .main-menu li.submenu > a:hover:before, .main-menu li.submenu.active > a:before { right: 15px; }
.main-menu li.submenu > a:after { content: ''; background: url("../images/down-arrow.png") no-repeat center; background-size: 100%; width: 10px; height: 6px; position: absolute; right: 0; top: 50%; margin-top: -3px; transition: all 0.2s ease-in-out; }
.main-menu li.submenu:hover > a:after { transform: rotate(-180deg); }
.main-menu li.submenu ul { text-align: left; background: #fff; min-width: 100%; padding: 15px 0; display: none; }
.main-menu li.submenu ul li { display: block; padding: 5px 15px; }
.main-menu li.submenu ul li a { text-transform: none; color: #1c1c1c; }
.main-menu li.submenu ul li a:hover {  }
.main-menu li.submenu ul li a:before { display: none; }
.main-menu li.submenu:hover ul { display: block; }
.menu-icon { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); }
.menu-close { padding: 25px; }
.main-banner { width: 100%; height: auto; }
.main-banner-img { width: 100%; height: auto !important; background-size: cover; background-position: top; position: relative; }
.main-banner-img img { display: block; width: 100%; }
.banner-text-wrap { overflow: hidden; }
.banner-text-wrap .container { padding: 0; }
.banner-text-wrap .banner-text-con { display: block; }
.banner-text-wrap i { width: 100%; max-width: 150px; height: 100%; display: inline-block; text-align: center; padding: 33px 0; }
.banner-text-wrap i img { display: inline-block !important; width: auto !important; }
.banner-text { width: 100%; padding: 20px 30px; position: relative; }
.banner-text h1 { font-weight: 400; font-size: 32px; color: #fff; }
.banner-text p { font-weight: 300; font-size: 18px; color: #fff; margin-top: 10px; display: none; margin-bottom: 0; }
.main-banner .slick-dots { bottom: inherit; top: 50%; right: 25px; left: inherit; transform: translateY(-50%); width: auto; }
.main-banner .slick-dots li { display: block; margin: 0; padding: 15px 0; width: 6px; height: 6px; }
.main-banner .slick-dots li button { padding: 0; width: 6px; height: 6px; position: relative; }
.main-banner .slick-dots li button:before { content: ''; width: 6px; height: 6px; background: #fff; opacity: 0.2; transform: rotate(45deg); }
.main-banner .slick-dots li.slick-active button:before { opacity: 1; }
.main-banner .slick-prev, .main-banner .slick-next { z-index: 1; opacity: 0.3; width: 32px; height: 61px; }
.main-banner .slick-prev { left: 10px; }
.main-banner .slick-prev:before { content: ''; background: url("../images/left-arrow-icon.png") no-repeat center; width: 32px; height: 61px; display: block; }
.main-banner .slick-next { right: 10px; }
.main-banner .slick-next:before { content: ''; background: url("../images/right-arrow-icon.png") no-repeat center; width: 32px; height: 61px; display: block; }
.main-banner.slick-dotted.slick-slider { margin-bottom: 0; }

.title-section { margin: 0 auto; padding-bottom: 20px; }
.title-section h2 { font-weight: 500; font-size: 24px; margin-bottom: 0; }
.welcome-text {margin-top: -15px; margin-bottom: 60px;}
.welcome-text p { font-size: 16px; line-height: 24px; margin-top: 15px; margin-bottom: 0; text-align: justify; }
.welcome-services .container { padding: 0 35px; }
.welcome-service-item { position: relative; height: 100%; }
.welcome-service-item img { width: 100%; }
.welcome-service-con { padding: 20px; background: #fff; }
.welcome-service-con h3 { font-weight: 500; font-size: 24px; margin-bottom: 10px; }
.welcome-service-con p { font-size: 12px; line-height: 16px; margin-top: 10px; margin-bottom: 25px; font-weight:bold;}
.welcome-service-con a { font-weight: 500; font-size: 12px; padding: 10px 30px; display: block; text-align: center; }
.welcome-service-con a:hover { }
.welcome-services-slider { position: relative; background: #fff; box-shadow: 0 0 15px #838383; margin: 0; }
.welcome-services-slider:before { content: ''; background: #939598; position: absolute; top: 20px; bottom: 20px; left: -35px; right: -35px; z-index: -1; }
.welcome-services-slider .slick-prev, .welcome-services-slider .slick-next { top: 40px; bottom: 40px; width: 35px; height: auto; transform: none; z-index: 1; }
.welcome-services-slider .slick-prev { left: -35px; }
.welcome-services-slider .slick-prev:before { content: ''; background: url("../images/left-arrow-icon.png") no-repeat center; background-size: 100%; width: 24px; height: 42px; display: inline-block; }
.welcome-services-slider .slick-next { right: -35px; }
.welcome-services-slider .slick-next:before { content: ''; background: url("../images/right-arrow-icon.png") no-repeat center; background-size: 100%; width: 24px; height: 42px; display: inline-block; }
.welcome-services-slider .slick-slide { padding-left: 0; padding-right: 0; }
.policies-coming .container { padding: 0 35px; }
.policies-coming-slider { /*background: #fff; box-shadow: 0 0 15px #838383;*/ margin: 0; position: relative; }
.policies-coming-slider:before { content: ''; background: #939598; position: absolute; top: 48px; bottom: 20px; left: -35px; right: -35px; z-index: -1; }
.policies-coming-slider:after { content: ''; background: #fff; box-shadow: 0 0 15px #838383; position: absolute; top: 28px; right: 0; bottom: 0; left: 0; z-index: -1; }
.policies-coming-slider .slick-prev, .policies-coming-slider .slick-next { top: 68px; bottom: 40px; width: 35px; height: auto; transform: none; z-index: 1; }
.policies-coming-slider .slick-prev { left: -35px; }
.policies-coming-slider .slick-prev:before { content: ''; background: url("../images/left-arrow-icon.png") no-repeat center; background-size: 100%; width: 24px; height: 42px; display: inline-block; }
.policies-coming-slider .slick-next { right: -35px; }
.policies-coming-slider .slick-next:before { content: ''; background: url("../images/right-arrow-icon.png") no-repeat center; background-size: 100%; width: 24px; height: 42px; display: inline-block; }
.policies-coming-slider .slick-slide { padding-left: 0; padding-right: 0; }
.policies-coming-item { background: #fff; text-align: center; padding: 0 20px 20px; height: 100%; margin-top: 28px; margin-left: 15px; margin-right: 15px; }
.policies-coming-item i { border-radius: 50%; position: relative; overflow: hidden; display: inline-block; margin-top: -28px; max-width: 56px; }
.policies-coming-item h3 { font-weight: 500; font-size: 20px; margin-top: 20px; }
.policies-coming-item p { text-align: left; margin-top: 20px; margin-bottom: 0; }

.our-objectives .container { padding: 0 35px; }
.our-objectives-slider {  margin: 0; position: relative; }
.our-objectives-slider:before { content: ''; background: #939598; position: absolute; top: 48px; bottom: 20px; left: -35px; right: -35px; z-index: -1; }
.our-objectives-slider:after { content: ''; background: #fff; box-shadow: 0 0 15px #838383; position: absolute; top: 28px; right: 0; bottom: 0; left: 0; z-index: -1; }
.our-objectives-slider .slick-prev, .our-objectives-slider .slick-next { top: 68px; bottom: 40px; width: 35px; height: auto; transform: none; z-index: 1; }
.our-objectives-slider .slick-prev { left: -35px; }
.our-objectives-slider .slick-prev:before { content: ''; background: url("../images/left-arrow-icon.png") no-repeat center; background-size: 100%; width: 24px; height: 42px; display: inline-block; }
.our-objectives-slider .slick-next { right: -35px; }
.our-objectives-slider .slick-next:before { content: ''; background: url("../images/right-arrow-icon.png") no-repeat center; background-size: 100%; width: 24px; height: 42px; display: inline-block; }
.our-objectives-slider .slick-slide { padding-left: 0; padding-right: 0; }
.our-objectives-item { background:#fff; text-align: center; padding: 0 20px 20px; height: 100%; margin-top: 60px; margin-left: 15px; margin-right: 15px; }
.our-objectives-item i { position: relative; overflow: hidden; display: inline-block;  }
.our-objectives-item h4 { font-weight: 500; font-size: 20px; margin-top: 20px; }

.reviews-main .container { padding: 0 35px; }
.reviews-main-slider {  margin: 0; position: relative; }
.reviews-main-slider:before { content: ''; background: #939598; position: absolute; top: 48px; bottom: 20px; left: -35px; right: -35px; z-index: -1; }
.reviews-main-slider:after { content: ''; background: #fff; box-shadow: 0 0 15px #838383; position: absolute; top: 28px; right: 0; bottom: 0; left: 0; z-index: -1; }
.reviews-main-slider .slick-prev, .reviews-main-slider .slick-next { top: 68px; bottom: 40px; width: 35px; height: auto; transform: none; z-index: 1; }
.reviews-main-slider .slick-prev { left: -35px; }
.reviews-main-slider .slick-prev:before { content: ''; background: url("../images/left-arrow-icon.png") no-repeat center; background-size: 100%; width: 24px; height: 42px; display: inline-block; }
.reviews-main-slider .slick-next { right: -35px; }
.reviews-main-slider .slick-next:before { content: ''; background: url("../images/right-arrow-icon.png") no-repeat center; background-size: 100%; width: 24px; height: 42px; display: inline-block; }
.reviews-main-slider .slick-slide { padding-left: 0; padding-right: 0; }
.reviews-main-item { background:#fff; padding: 0 15px 15px; height: 100%; margin-top: 60px; margin-left: 15px; margin-right: 15px; }
.reviews-main-item-head { display:flex; align-items:center;}
.reviews-main-item-head figure{width: 50px; height: 50px; border-radius: 100%; overflow: hidden; margin:0px; margin-right: 16px; }
.reviews-main-item-head figure img{width: 100%; height: 100%; object-fit: cover;}
.reviews-main-item-head .star_review span{width: 100%; min-width: 90px; display: inline-block; }
.reviews-main-item-disc { font-size:16px; margin-top: 16px; }
.reviews-main-item-disc p:last-child {margin-bottom:0px;}

.why-corinium { position: relative; overflow: hidden; }
.policies-coming.why-corinium .container { padding: 0; }
.why-corinium .policies-coming-item { position: relative; }
.why-corinium .policies-coming-item h3 { text-align: left; font-size: 16px; }
.why-corinium .policies-coming-item i {  }
.footer { padding: 20px 0; position: relative; }
.footer-menu li { padding: 3px 0; }
.footer-menu a { font-weight: 500; font-size: 12px; color: #58595b; text-transform: uppercase; }
.footer-menu .second a { font-size: 10px; color: #808285; }
.footer-menu a:hover, .footer-contact a:hover {  }
.footer-contact { margin-top: 30px; }
.footer-contact a { font-weight: 500; font-size: 16px; color: #58595b; display: inline-block; }
.copyRights { border-top: solid 2px #f2f3f3; margin-top: 15px; padding-top: 15px; font-weight: 500; font-size: 10px; color: #939598; line-height: 1.3; }
.inner-banner { width: 100%; height: auto; }
.inner-banner-img { width: 100%; height: auto !important; background-size: cover; background-position: top; position: relative; }
.inner-banner-img img { display: block; width: 100%; }
.inner-banner .banner-text-wrap { position: static; }
.inner-banner .banner-text-con { position: relative; }
.inner-banner .banner-text:after { display: none; }
.inner-banner .banner-text h1 { font-weight: 400; font-size: 32px; }
.banner-text-caption { padding: 25px 40px; }
.banner-text-caption p { font-size: 20px; line-height: normal; margin-bottom: 0; }

.inner-container { padding: 100px 0 50px; }
.corinium-accordion { padding: 0 15px; }
.corinium-accordion .card { background: none; border: none; }
.corinium-accordion .card h3 { font-size: 20px; font-weight: 500; padding: 10px 60px 10px 0; border-bottom: solid 1px #8d8f91; position: relative; cursor: pointer; }
.corinium-accordion .card h3:after { content: ''; background: url("../images/accordion-arrow.png") no-repeat center; background-size: 100%; width: 15px; height: 10px; position: absolute; top: 50%; right: 20px; transition: all 0.2s ease-in-out; margin-top: -2px; }
.corinium-accordion .card .collapsed:after { transform: rotate(180deg); }
.corinium-accordion .card-body { padding: 15px 0; border-bottom: solid 1px #8d8f91; }
.corinium-accordion .card-body p { font-size: 14px; line-height: 18px; margin-bottom: 10px; }
.corinium-accordion .card-body p:last-child { margin-bottom: 0; }
.corinium-accordion .card-body ul { padding-left: 10px; }
.corinium-accordion .card-body ul li { padding: 10px 0 10px 15px; position: relative; font-size: 14px; line-height: 18px; }
.corinium-accordion .card-body ul li:before { content: ''; background: #1c1c1c; width: 6px; height: 6px; position: absolute; top: 15px; left: 0; border-radius: 50%; }

.float-sidebar { background: #fff; padding: 20px; margin-top: 60px; position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: sticky; top: 100px; }
.float-sidebar h3 { font-weight: 500; font-size: 24px; }
.float-sidebar p { margin: 15px 0; }
.float-sidebar li { background: url("../images/tick-icon.png") no-repeat center left; padding: 5px 0 5px 20px; font-size: 18px; }
.float-sidebar a {  font-size: 12px; text-decoration: underline; display: block; color: #1c1c1c; }
.float-sidebar a:hover { }
.float-sidebar a.buyInsuranceBtn { padding: 20px 40px; font-weight: 500; font-size: 18px; text-decoration: none; display: block; text-align: center; }
.float-sidebar a.buyInsuranceBtn:hover { }

.float-button { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; padding: 10px 30px; text-align: center; z-index: 2; }
.float-button a { font-weight: 500; font-size: 14px; display: block; padding: 12px; }
.float-button.active { margin-top: 30px; margin-left: -15px; margin-right: -15px; position: relative !important; }
.corinium-map iframe { display: block; }
.contact-details { background: #fff; height: 100%; font-weight: 500; font-size: 14px; line-height: 1.2; padding: 20px; }
.contact-details label { display: block; }
.contact-details p { margin-bottom: 15px; }
.contact-details p span { font-size: 14px; font-weight: 400; }

.banner-page .inner-container { padding: 20px 0 50px; }

.banner-text-wrap.pet-blue-theme-banner-text-wrap  i { background:#FFF; padding: 0px 0; }
.banner-text-wrap.pet-blue-theme-banner-text-wrap i img {margin-left:5px; margin-right:5px; }

.ul-list-style-type-loweralpha {margin-left:20px;}
.ul-list-style-type-loweralpha li {list-style-type: lower-alpha;}
.ul-list-style-type-disc {margin-left:20px;}
.ul-list-style-type-disc li {list-style-type: disc;}

@media (max-width:991px) {
	.why-corinium .col-lg-4 { margin-bottom: 6px; }
	.why-corinium .policies-coming-item { position: relative; padding: 20px; margin: 0; }
	.why-corinium .policies-coming-item i { margin: 0; min-width: 80px; }
	.why-corinium .policies-coming-item h3 { margin: 0 0 0 20px; }
}
@media (max-width:767px) {
	.main-menu { display: none; }
	.main-menu li a:before { display: none; }
	.main-banner { height: auto; }
	.main-banner-img { background-image: none !important; height: auto !important; }
	.main-banner-img img { display: block; }
	.main-banner-img:after { display: none; }
	.why-corinium .policies-coming-item i { min-width: 55px; }
	
}
@media (min-width:576px) {
	.main-banner-img:after { content: ''; background: #e6e7e8; width: 100%; height: 30px; position: absolute; bottom: 0; z-index: 0; }
	.banner-text-wrap { position: relative; left: 0; right: 0; bottom: 0; z-index: 1; overflow: hidden; margin-top:-30px;}
	.banner-text-wrap .container { padding: 0 15px; }
	.policies-coming.why-corinium .container { padding: 0 15px; }
}
@media screen and (min-width: 568px) and (max-width: 740px) and (min-height: 320px) and (max-height: 420px) and (orientation: landscape) {
	.main-banner-img img.imgSrcChange { height:-webkit-fill-available; }
	.header { padding: 4px; }
	.inner-banner-img img.imgSrcChange { height:-webkit-fill-available; }
}
@media screen and (min-width: 640px) and (max-width: 740px) and (min-height: 360px) and (max-height: 420px) and (orientation: landscape) {
	.main-banner-img img.imgSrcChange { height:-webkit-fill-available; }
	.inner-banner-img img.imgSrcChange { height:-webkit-fill-available; }
}
@media (min-width:768px) {
        .header-transparent-manu .header { background: none; box-shadow: none; transition: all 0.3s ease-in-out; }
	.logo { max-width: inherit; transition: all 0.5s ease-in-out; }
	.main-menu ul { padding: 0; }
	.main-menu li { display: inline-block; font-size: 12px; }
	.main-menu li a { }
	.main-menu li.submenu ul { position: absolute; top: 100%; left: 0; }
	.header { box-shadow: 0 0 15px #000; }
	.header.whiteBg { background: #fff; box-shadow: 0 0 15px #000; }
	.header.whiteBg .logo { max-width: 115px; }
	.header.whiteBg .top-contact { display: none !important; }
	.header .main-menu li a { }
	.header .main-menu li a:hover, .header .main-menu li.active a { }
	.header-transparent-manu .header .main-menu li a { color: #FFF; }
	.header-transparent-manu .header .main-menu li.submenu ul li a { color: #1C1C1C; }
	.main-banner { margin-top: 0; }
	.no-banner .top-contact a { color: #1c1c1c; }
	.title-section { padding-bottom: 35px; }
	.title-section h2 { font-size: 30px; text-align: center; padding-bottom: 25px; position: relative; }
	.title-section h2:after { content: ''; width: 42px; height: 1px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
	.welcome-text p { margin-top: 15px; font-size: 18px; }
    .welcome-service-con h3 { margin-bottom: 15px; }
	.welcome-service-con p { font-size: 14px; line-height: 18px; margin-top: 15px; margin-bottom: 20px; }
	.welcome-service-con a { font-size: 18px; padding: 17px 30px; display: inline-block; }
	
	.our-objectives { padding-bottom: 30px;}
	.our-objectives .title-section { padding-bottom: 5px; }
	.our-objectives-slider:after { top: 30px; }
	.our-objectives-item { margin-top: 60px; }
	.our-objectives-item i { max-width: inherit;  }
	
	.reviews-main { padding-bottom: 30px;}
	.reviews-main .title-section { padding-bottom: 5px; }
	.reviews-main-slider:after { top: 30px; }
	.reviews-main-item { margin-top: 60px; }
	
	.policies-coming { padding-bottom: 30px; }
	.policies-coming-slider:after { top: 40px; }
	.policies-coming-item { margin-top: 40px; }
	.policies-coming-item i { max-width: inherit; margin-top: -40px; }
	.why-corinium .policies-coming-item h3 { font-size: 24px; }
	
	.inner-container { margin-top: 18px; }
	.main-banner .slick-list, .main-banner .slick-track { height: 100%; }
}
@media (min-width:992px) {
	h4 { font-size: 22px; }
	.text { font-size: 16px; line-height: 20px; }
	.text h2 { font-size: 28px; }
	.banner-text { padding: 15px 100px 15px 0; }
	.banner-text h1 { font-weight: 300; font-size: 50px; }
	.banner-text p { display: block; }
	.banner-text:after { content: ''; background: url("../images/banner-text-arrow.png") no-repeat center; background-size: 100%; width: 37px; height: 72px; position: absolute; top: 50%; right: 37px; transform: translateY(-50%); transition: all 0.2s ease-in-out; }
	.banner-text-wrap a:hover .banner-text:after { right: 27px; width: 30px; }
	
	.our-objectives { padding-bottom: 0px; }
	.our-objectives .container { padding: 0 15px; }
	.our-objectives-slider { margin-left: -15px; margin-right: -15px; margin-top: 30px; }
	.our-objectives-slider:before, .our-objectives-slider:after { display: none; }
	.our-objectives-item { box-shadow: none; padding: 30px 5px 30px 5px; margin-top: 0; margin-left: 0; margin-right: 0; }
	.our-objectives-item h3 { font-size: 24px; }
	.our-objectives-item h4 { font-size: 16px; }
	
	.reviews-main { padding-bottom: 0px; }
	.reviews-main .container { padding: 0 15px; }
	.reviews-main-slider { margin-left: -15px; margin-right: -15px; margin-top: 30px; }
	.reviews-main-slider:before, .reviews-main-slider:after { display: none; }
	.reviews-main-item { box-shadow: none; padding: 30px 30px 30px 30px; margin-top: 0; margin-left: 0; margin-right: 0; }
		
	.policies-coming { padding-bottom: 70px; }
	.policies-coming .container { padding: 0 15px; }
	.policies-coming-slider { margin-left: -15px; margin-right: -15px; margin-top: 40px; }
	.policies-coming-slider:before, .policies-coming-slider:after { display: none; }
	
	.welcome-service-item { background: #fff; box-shadow: none; }
	.policies-coming-item { box-shadow: none; padding: 0 30px 30px; margin-top: 0; margin-left: 0; margin-right: 0; }
	.policies-coming-item h3 { font-size: 24px; }
	.why-corinium { background: #fff; padding-bottom: 70px; }
	.why-corinium .title-section { margin-bottom: 40px; }
	.why-corinium .our-service-title{ margin-bottom:0px; }
	.why-corinium .policies-coming-item { padding: 0 40px 40px; }
	/*.footer { margin-top: 62px; }
	.footer:before { content: ''; background: #fff; position: absolute; top: -62px; left: 0; right: 0; height: 62px; }*/
	
	.footer-menu ul { margin: 0 -23px; }
	.footer-menu li { display: inline-block; padding: 0 23px; }
	.footer-menu .second { margin: 0 -13px; padding-top: 3px; }
	.footer-menu .second li { padding: 0 13px; }
	/*.footer-menu .second li:nth-child(3) { padding: 0 12px; }
	.footer-menu .second li:nth-child(4) { padding: 0 22px; }*/
	.footer-logo { margin-top: -62px; margin-left: 20px; }
	.footer-contact { margin-top: 0; font-size: 24px; }
	
	.inner-banner .banner-text { padding: 20px 20px 20px 0; }
	.inner-banner .banner-text h1 { font-weight: 300; font-size: 43px; }
	.inner-container { margin-top: 58px; }
	.corinium-accordion { padding: 0; }
	.corinium-accordion .card h3 { font-size: 30px; padding-top: 15px; padding-bottom: 15px; padding-left: 5px; }
	.corinium-accordion .card h3:after { width: 18px; margin-top: 0; }
	.corinium-accordion .card-body { padding: 30px 5px; }
	.corinium-accordion .card-body p { margin-bottom: 20px; }
	.corinium-accordion .card-body p, .corinium-accordion .card-body ul li { font-size: 20px; line-height: 26px; }
	.corinium-accordion .card-body p strong { font-weight: 700; font-size: 22px; }
	.corinium-accordion .card-body ul { padding-left: 50px; }
	.corinium-accordion .card-body ul li { padding-left: 20px; padding: 7px 0 7px 18px; }
	.corinium-accordion .card-body ul li:before { width: 8px; height: 8px; top: 17px; }
	.contact-details { padding: 50px 30px; font-size: 16px; }
	.contact-details label { float: left; min-width: 100px; }
	.contact-details p { margin-left: 120px; }
	
	.banner-page .inner-container { padding-top: 0px; padding-bottom: 100px; margin-top:50px; }
}

@media (min-width:1024px) {
    .banner-text-wrap i { padding: 23px 0; }
    .banner-text-wrap.pet-blue-theme-banner-text-wrap  i { padding: 0px 0; }
    .welcome-services-slider { margin-left: -15px; margin-right: -15px; background: none; box-shadow: none; display: block; }
	.welcome-services-slider:before { display: none; }
	.welcome-services .container { padding: 0 15px; }
    
    .welcome-services-slider:after { content: ''; display: block; clear: both; }
    .welcome-services-slider .col-lg-6 { float: left; margin-bottom: 30px; }
    .welcome-service-con { position: absolute; top: 27%; left: 3%; right: 3%; transform: translateY(-50%); padding: 0; background: none; }
    .welcome-service-con p {line-height: normal; text-align: justify; margin-top: 3px; margin-bottom: 8px; }
    .welcome-service-con a { float:right; padding:10px 20px;}
    .welcome-service-con h3 {font-size:21px;}
    .welcome-service-con.service-small-con {top:50%; left: 45%;}
    .welcome-service-con.service-small-con h3 {margin-bottom:5px;}
    .welcome-service-con.service-small-con p {font-size:13px; margin-bottom: 3px; }
    .welcome-service-con.service-small-con a {font-size:15px;}
    .welcome-service-con.service-small-con-horiz {top:50%;}
    .welcome-service-con.service-small-con-horiz h3 {margin-bottom:5px;}
    .welcome-service-con.service-small-con-horiz p {font-size:13px; margin-bottom: 3px;}
    .welcome-service-con.service-small-con-horiz a {font-size:15px;margin-top:57px;}
    .welcome-service-con.service-small-con-horiz.mpp_home_text {top: 380px !important;}
    .welcome-service-con.service-small-con-horiz.mpp_home_text a {margin-top: 78px !important;}
}
@media (min-width:1200px) {
	.banner-text-wrap i { padding: 33px 0; }
    	.banner-text-wrap.pet-blue-theme-banner-text-wrap  i { padding: 0px 0; }
    	
	.banner-text h1 { font-weight: 300; font-size: 62px; }
	.welcome-service-item { background: none; box-shadow: none; margin: 0; }
	.welcome-service-item img { margin-bottom: 0; }
	
	.our-objectives-item { padding: 60px 5px 60px 5px; }
	.our-objectives-item h3 { font-size: 30px; margin-top: 30px; }
	.our-objectives-item p { margin-top: 30px; }
	
	.reviews-main-item { padding: 30px 30x 30px 30px; }
		
	.policies-coming-item { padding: 0 40px 30px; }
	.policies-coming-item h3 { font-size: 30px; margin-top: 30px; }
	.policies-coming-item p { margin-top: 30px; }
	.why-corinium { padding-bottom: 100px; }
	.footer-logo { margin-left: 50px; }
	.contact-details { padding: 50px; font-size: 20px; }
	.contact-details label { min-width: 150px; }
	.contact-details p { margin-left: 150px; }
	.contact-details p span { font-size: 18px; }
	.welcome-service-con {top:24%;}
    	.welcome-service-con p {line-height: normal; text-align: justify; margin-top: 5px; margin-bottom: 15px;}
	.welcome-service-con a { float:right; padding:12px 25px; margin-top:15px;}
	.welcome-service-con.service-small-con {top:45%; left: 50%;}
	.welcome-service-con.service-small-con h3 {margin-top:30px; margin-bottom:5px;}
	.welcome-service-con.service-small-con p {font-size:14px; margin-bottom: 5px;}
	.welcome-service-con.service-small-con a {font-size:16px; margin-top:5px;}
	.welcome-service-con.service-small-con-horiz {top:38%;}
	.welcome-service-con.service-small-con-horiz h3 {margin-top:70px; margin-bottom:5px;}
	.welcome-service-con.service-small-con-horiz p {font-size:14px; margin-bottom: 5px;}
	.welcome-service-con.service-small-con-horiz a {font-size:16px; margin-top:70px;}
	.welcome-service-con.service-small-con-horiz.mpp_home_text {top: 415px !important;}
	.welcome-service-con.service-small-con-horiz.mpp_home_text a {margin-top: 91px !important;}
}
