@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.woff2') format('woff2'),
        url('../font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.woff2') format('woff2'),
        url('../font/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.woff2') format('woff2'),
        url('../font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
a,
div {
	font-family: "Roboto", sans-serif;
}
a:hover, a:focus{
	text-decoration: none !important;
}

 p, a{
	font-size: 16px !important;
	line-height: 24px;
}
.img-responsive {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
}
.container-fluid {
	padding: 0;
}

.ftr-aaa.main-ad h4 {
	color: #fff;
	font-size: 15px;
}
.main-nav {
	width: 100%;
}
.cbp-hsmenu {
	margin-top: 20px;
}
.panel-default > .panel-heading a:hover {
	color: #111 !important;
}
.navbar-default {
	background-color: #f8f8f8;
	border: none !important;
}
.ban-text .thm-btn span{
	color: #fff !important;
}
.rating {
	position: absolute;
	right: 40px;
}
.discount {
	color: #000;
	position: absolute;
	top: -59px;
	/* background: #fff; */
	padding: 4px 10px;
	border: 2px dotted #1f1f1f;
	border-radius: 10px 0;
	animation: blinkerThird 1s step-end infinite;
	transition: .5s ease-in-out;
	color: #da1923;
}
.deal {
	margin-right: 20px;
}
.deal img {
	rotate: 0deg;
}
.discount b {
	/* color: #da1923; */
	font-size: 20px !important;
}

.discount:hover {
color: #fff;
border-radius: 0 16px;
color: #2b5ba5;
}
@keyframes blinkerThird {
50% {
color:#f58b00;
}
}

.discount:hover i {
color: #000;
transform: scale(1.5) rotate(-45deg);
-webkit-transform: scale(1.5) rotate(-45deg);
-moz-transform: scale(1.5) rotate(-45deg);
-ms-transform: scale(1.5) rotate(-45deg);
-o-transform: scale(1.5) rotate(-45deg);
/* transition: .5s; */
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
}


@-webkit-keyframes widgetPulse {
0% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1
}

100% {
	-webkit-transform: scale(1.8, 1.8);
	transform: scale(1.8, 1.8);
	opacity: 0
}
}

@keyframes widgetPulse2 {
0% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1
}

100% {
	-webkit-transform: scale(1.4, 1.4);
	transform: scale(1.4, 1.4);
	opacity: 0
}
}

.main-tt h3 .accent {
	font-size: 30px !important;
	margin-top: 0;
	font-weight: 600;
	text-transform: capitalize;
	color: rgb(247, 29, 41);
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.main-tt h3 {
	font-size: 25px !important;
	margin-top: 0;
	font-weight: 600;
	text-transform: capitalize;
	color: #111;
	line-height: 35px !important;
}
.client-we .d-flex.text-center.align-items-center {
	/* z-index: 999999; */
	position: relative;
}
.client-we {
	position: relative;
	background: #000;
	padding: 130px 0;
}
.client-we.mob.header-vi{
	display: none;
  }
  .d-flex.h-100.text-center.align-items-center {
	padding: 180px;
	color: #fff;
	z-index: 9999999;
	position: relative;
}
.client-we .display-3 {
	color: #fff;
	margin-bottom: 30px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 30px !important;
  margin-top: 0;
  font-weight: 600;
}
.client-we p {
	color: #fff;
	font-style: italic;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.video-bg video {
	min-width: 100%;
	min-height: 100%;
	float: left;
}
.video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0.4;
}

.ftr-1a {
	width: 25%;
	right: 3%;
	top: 5%;
	background: #fff !important;
	background: #fff;
	/* border: #fff 3px double; */
	border-radius: 0px;
	position: absolute;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}


nav.navbar.navbar-default.navbar-me {
	margin: 0;
}
.navbar-me {
	padding: 0px;
	background-color: transparent;
	top: 0px;
	border: 0px;
	border-radius: 0px;
	left: 0;
}
a.hderbtn {
	background: #009cb0;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 50px ;
	transition: .5s ease-in-out;
	font-weight: bold;
}
a.hderbtn.call {
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 50px ;
	border: 2px solid #fff;
	border: 2px solid #fff;
	background: #da1923;
	animation: blinkerThird 1s step-end infinite;
	font-weight: bold;
}

.sdr-frs{
	padding: 18px 10px;
	color: #212529;
	font-weight: 500;
}
.bg-bann .ftr-1a h3 {
	color: #000;
}
.navbar {
	min-height: auto !important;
}
/* end social media */
.cbp-hsmenu>li {
	z-index: 10000;
	position: relative;
}
.row.mqp {
	background: #fff;
	margin: 0;
	padding: 3px 0;
}
.form-group select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #f2f2f2 url(../img/arrow.png) right no-repeat !important;
	height: 38px !important;
	color: #888;
	box-shadow: none;
	border: 2px solid #f8f8f8;
	padding-top: 7px !important;
}
.ftr-aaa.form-sec select.form-control.sdr-frs {
    padding: 4px 20px !important;
}
li.chat {
	margin-top: 0;
	margin-right: 10px;
	margin-left: -5px;
}

.cbp-hsmenu>li {
	display: block;
	float: left;
}

.cbp-hsmenu .chat, .cbp-hsmenu .chat a{
	font-size: 18px;
	color: #000 ;
	/* background: #fff; */
	font-weight: bold;
	/* padding: 7px;
	border-radius: 5px; */
	margin-top: 7px;
}


.sdr-ics {
	color: #fff;
	font-size: 18px;
	padding-left: 0px;
}

.cbp-hsmenu>li>a {
	color: #fff;
	line-height: 2em;
	display: inline-block;
	position: relative;
	z-index: 10000;
	outline: 0;
	text-decoration: none;
	font-family: Calibri;
	font-size: 16px;
}

.cbp-hsmenu>li.rightupper a {
	padding: 3px 15px;
}

.nav>li>a {
	font-size: 18px;
	color: #0d5a9a;
	font-weight: bold;
}
.nav>li>a:hover {
	    color:#fff  !important;
		background: #004a63 !important;
		border-radius: 20px !important;
}
.navbar.navbar-default.skt-nav {
	margin-top: 25px;
	background: none;
	border: none;
}
.navbar-nav > li > a {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	line-height: 20px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding-top: 12px;
}
/* banner */
.top-title {
	text-align: justify;
  text-align-last: center;
	margin-bottom: 40px;
}
.top-title h3 {
	font-size: 30px !important;
	margin-top: 0;
	font-weight: 600;
	text-transform: capitalize;
	color: #111;
}

.sdr {
	padding: 50px 15px 0 0;
}


.cbp-hsinner {
	float: right;
}
.mqp {
	padding: 10px 15px;
	background: #fff;
}
.imgs img {
	width: auto;
	height: 80px;
	margin-left: -60px;
}

.ftrsa ul li:last-child{
	border: none;
}
.ftrsa ul {
	padding-left: 0px;
	float: left;
	width: 100%;
}
.social .fa {
	font-size: 20px;
	padding-right: 16px;
	color: #ddd;
}
.ftrsa form {
	margin-top: 30px;
}
.ftrsa ul li {
	font-family: Calibri;
	color: #000;
	font-size: 16px;
	border-bottom: none;
	list-style-type: none;
	margin-bottom: 10px;
}
.ftrsa p {
	text-align: left;
}

/* footer */

#footers {
	background: #121521;
	padding: 40px 0;
	padding-bottom: 0px;
}
.copy {
	background: #121524;
	padding: 10px 0;
	float: left;
	width: 100%;
}
.ftrsa p {
	color: #fff;
	padding-top: 10px;
	font-size: 15px;
	text-align: justify;
}
.ftrsa a{
	color: #fff !important;
	text-decoration: none;
}
.ftr-aaa .form-control {
	padding: 20px 20px;
	margin-bottom: 10px;
	/* border: none; */
	border-radius: 60px;
	font-size: 14px;
	height: 40px;
	border-color: #f4f4f4;
	background: #f2f2f2;
	box-shadow: none;
}
 
.ftrsa img {
	margin-bottom: 20px;
	width: 220px;
}
.ftrsa a:hover {
	color: #da1923;
}
.ftr-aaa .fa {
	color: #da1923;
	border-radius: 4px;
	font-size: 20px;
	padding-left: 0px;
	padding-top: 4px;
}
.ftr-aaa p{
	padding-top: 0;
}
.ftr-a {
	background: #fff;
    padding: 12px;
    border: 1px solid #3336;
    border-radius: 10px;
    margin-bottom: 30px;
}
.ftr-aaa .row {
	margin-bottom: 10px;
}
#submit-btn {
	color: #fff;
	background:  #da1923;
	margin-top: 10px;
	border-radius: 60px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.ftr-aaa form {
	padding: 30px 30px 0px 30px;
	background: #fff;
	border: 1px solid #028fa1;
	border-radius: 20px;
}
.ftrsa h3{
	color: #fff !important;
}
.ftr-a h3, .ftr-aaa h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}
.social {
	margin-top: 15px;
}
.ftr-btn1 {
	background: #000;
    color: #fff;
    padding: 8px 15px;
    border: none;
    width: 100%;
}
.ban-text ul {
	padding-left: 0px;
	list-style: none;
	margin-top: 20px;
}

.ban-text li {
	color: #121521;
	font-size: 18px;
	padding-left: 0px;
	padding-bottom: 7px;
	text-shadow: none;
}
.ban-text li .fa {
	color: #da1923;
}
.carousel-caption.d-none.d-md-block.ban-text {
	right: 0;
	left: 6%;
	padding-bottom: 30px;
	top: 12%;
	text-align: left;
	width: 35%;
	/* background: #29292961; */
	/* border: #fff 3px double; */
	padding: 20px;
	border-radius: 30px 0;
	height: 210px;
	display: block !important;
}
.ban-text h1 {
	font-size: 35px;
	font-weight: 600;
	color: #121521;
	margin-bottom: 10px;
	text-align: left;
	background: none;
	padding-bottom: 10px;
	text-shadow: none;
	margin-top: 0;
	line-height: 40px;
}
.ban-text .call-us {
	background-color: #2c2e2e;
}
.ban-text h6 {
	font-size: 20px;
	padding: 0;
	text-shadow: none;
	letter-spacing: 0px;
	color: #121521;
	margin-bottom: 6px;
	line-height: 23px;
	text-align: left;
	margin-top: 20px;
}
.chat a {
	color: #000;
	text-decoration: none;
}
.bottom-banner {
	background: #41454f;
	padding: 12px 0;
}
.bottom-banner .bt-ban {
	color: #fff;
	text-align: center;
	font-size: 14px;

}
.bottom-banner .bt-ban b {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.bottom-banner .col-md-3 {
	width: 20%;
	border-right: 1px solid #fff;
}
.pr-te {
	margin-top: -9px;
}
.pr-3 {
	margin-top: -17px;
}
.bottom-banner .row {
	display: flex;
	justify-content: center;
}
.bottom-banner .col-md-3.lt {
	border: none;
}
.book-app {
	border-right: 1px solid #ddd;
	width: 50%;
	padding: 1%;
	float: left;
	line-height: 18px;
	text-align: center;
	max-height: 70px;
}

.ban-text p {
	font-size: 20px !important;
	margin-bottom: 0px;
	color: #da1923;
	text-shadow: none;
	font-weight: 600;
	text-align: left;
	padding-right: 40px;
}
.bg-bann h4 {
	font-size: 16px;
}
.bg-bann h4 .fa {
	color: #fb786b;
	font-size: 18px;
	margin-right: 3px;
}
.carousel-inner #submit-btn {
	background: #da1923;
	color: #fff;
	font-weight: 600;
}
.top-tittle {
	text-align: center;
	margin-bottom: 30px;
}
.contact-form .form-input, .form-text-area {
	background-color: #fff;
	height: 40px;
	padding-left: 16px;
	margin-bottom: 10px;
	border: 1px solid #ced4da !important;
}
.contact-form select {
	padding: .375rem .75rem;
	padding-left: 16px;
	background: #fff url(../img/arrow.png) 98% 45% no-repeat;
	color: #6c757d;
	font-weight: normal;
	margin-bottom: 10px;
}	
.main-header {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d81821;
	border-color: #d81821;
	width: 100%;
}
.modal-dialog {
	width: 28% !important;
}
.close {
	opacity: 1 !important;
}
.modal {
	position: fixed;
	top: 30px !important;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-header .close {
	margin-top: -2px;
	position: absolute;
	right: 15px;
	top: 11px;
}
.modal-body {
	background: #fff7f1;
}
.modal-body textarea{
    resize: none;
	height: 40px;
}
.modal-body label{
	color: #fff;
}
.modal-body  .btn {
	background: #000;
}
.thm-btn {
	background-color: #da1923;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 80px;
	transition: 500ms;
	/* border-radius: 32px; */
	border: none;
	/* margin-top: 30px; */
}
.ftr-1a label{
	color: #fff;
}
.ftr-1a .form-group {
	margin-bottom: 10px;
}

.bg-bann span, .ftr-a span, .ftr-aaa span {
	color: #ff0000;
}
.ftr-aaa label{
	color: #fff;
}
.bg-bann b {
	font-size: 60px;
	text-transform: uppercase;
}

.ftrsa  .sdr-ics {
    color: rgb(247, 29, 41);
}
.copy ul {
	list-style: none;
	margin: 0 auto;
	text-align: center;
	width: 428px;
}
.copy-1 {
	float: left;
	font-size: 14px;
	padding-top: 3px;
	color: #fff;
}
.copy-2 {
	float: right;
	font-size: 14px;
	padding-top: 3px;
	color: #fff;
}
.copy li {
	float: left;
	border-right: 1px solid #777;
	padding: 0 12px;
}
.copy li:last-child {
	border-right: none;
}
.copy li a{
	color:#000;
	font-weight: 600;
}
.copy li a:hover{
	text-decoration: none;
}

.ftrsa:last-child {
	border-right: none;
}

.modal-header {
	padding: 15px;
	border-bottom: 3px solid #d81821 !important;
	background: #da1923;
}

.close, .close:hover{
	opacity: 1;
    color: #fff;
}

.ftr-1a h3 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	text-shadow: none;
	text-align: center;
}
.about-info h5 {
	font-size: 18px;
	line-height: 26px;
	color: #009cb0;
	font-weight: 600;
}
.view-more {
	display: flex;
	justify-content: center;
}
.ftr-1a.mobile-form {
	display: none;
}
.footer-box {
	display: none;
}
.for-res{
	display: none;
}
.connect-with {
	padding: 60px 0;
	background: #fff;
}
.about-info ul li {
	padding-bottom:10px ;
	font-size: 16px;
	color: #111;
}
.about-info h3 {
	font-size:30px;
	padding-bottom: 20px;
	font-weight: 600;
	margin-top: 0;
	text-transform: capitalize;
	color: #111 ;
}
.benifits.team .row{
	margin-bottom: 50px;
}
.benifits.team .row:last-child{
	margin-bottom: 0px;
}
ol{
	padding-left: 12px;
}
.about-info li {
	padding-bottom: 10px;
	font-size: 16px;
}
.heading-separator{
	width: 60px;
	height: 4px;
	background-color: #eaeaea;
	position: relative;
	}
	.heading-separator span {
	background-color: #009cb0;
	content: "";
	left: 0;
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 4px;
	}

.about-info p {
	font-size: 16px;
	color: #111;
	line-height: 27px;
	text-align: justify;
}

.about-info h4 {
	font-size: 22px;
	line-height: 25px;
	color: #1f1f1f;
	margin-top: 0;
}

.about-info h6 {
	font-size: 18px;
	color: #525252;
	margin-top: 0;
}

.top-title p{
	font-size: 16px;
	color: #111;
	line-height: 26px;
}
 

.top-title span {
	color: #da1923;
}
.co-info h3 {
	font-size: 22px;
	color: #ffb110;
	margin-top: 7px;
}
.co-img img {
	margin-right: 10px;
}

.ga-box img {
	height: 180px;
	width: 100%;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

/* .slick-slide img {
    width: 100%;
    height: 160px;
} */

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 300px;
    min-height: 1px;
    /* background-color: #fff; */
    /* padding: 7px;
    border: 1px solid #99999963 */
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
	height: auto;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.form-control.choose {
	color: #777;
}

.thankyou {
	text-align: center;
	padding: 100px 0;
}
.thankyou h3 {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}


.modal-header center{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.modal-body .form-group select {
	background: #fff url(../img/arrow.png) right no-repeat !important;
	border: 1px solid #ccc !important;
}
.ftr-a .form-control{
	height:30px;
}
.ftr-aaa .form-group{
	margin-bottom: 4px;
}
.ftr-aaa textarea.form-control {
	height: auto;
	resize: none;
}
.mob {
	display: none !important;
}
.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	left: 40px;
	/* left: 40px; */
	background-color: #098938;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 1000;
	animation: bot-to-top 2s ease-out;
}
.float:hover {
	color: #fff;
}
.fa.fa-whatsapp.my-float:visited{
    color: #fff;
}
.my-float {
	font-size: 24px !important;
	margin-top: 18px;
}
.testimonial-sec {
    background: #fff ;
    padding-top: 60px;
    padding-bottom: 60px;
}

.testimonial-sec .fav{
	width: 80px;
}
.testimonial-sec .top-title h6{
	color: #da1923;
	font-size: 18px;
	text-transform: uppercase;
}

.testimonial-item {
	position: relative;
	background: #fff;
	border-radius: 20px 0;
	-webkit-box-shadow: 0px 5px 20px 3px rgba(109, 109, 109, 0.15);
	box-shadow: 0px 10px 15px 0px rgba(109, 109, 109, 0.15);
	padding: 10px;
	margin-bottom: 20px;
}
.testimonial-item .author-thumb img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
    border: 4px solid #ebeaea;
	display: none;
}
.testimonial-item .author-thumb {
	position: absolute;
	top: -47px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.testimonial-content{
    text-align: center;
	margin-top:5px;
}
.testimonial-item .testimonial-content p {
	font-size: 15px;
	line-height: 23px;
	color: #111;
	margin-bottom: 2px;
}
.testimonial-item .testimonial-content .quote i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(to right, #009cb0, #17c4da) !important;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
}
.testimonial-item .testimonial-content .author-title h4 {
	font-size: 16px;
	line-height: 24px;
    color: #191919;
	font-weight: bold;
}
.testimonial-item .testimonial-content .author-title .position {
	font-size: 16px;
	color: #767676;
	margin-bottom: 0;
	font-weight: 600;
}
.testimonial-item .testimonial-content .quote::after {
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 80%;
	height: 1px;
	background-color: #ccc;
	z-index: -1;
}
.testimonial-item .testimonial-content .quote {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.thankyou {
	text-align: center;
	padding-top: 200px;
	background: #f2f2f2;
	padding-bottom: 100px;
}
.thankyou h3 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.thankyou p {
	font-size: 20px;
	margin-top: 30px;
	color: #22272b;
}
.listii li {
	float: left;
	width: 16%;
	color: #fff !important;
}
.listii li::before {
	color: rgb(247, 29, 41);
	content: "\f05d";
	font-family: FontAwesome;
	margin-right: 6px;
}
#menu-share:focus {
	color: #fff !important;
}
.modal {
    z-index: 999999 !important;
}
.fa.fa-angle-left.prevarr.slick-arrow {
	font-size: 21px;
	position: absolute;
	top: 38%;
	padding: 4px 8px;
	left: -13px;
	cursor: pointer;
	background: #111;
	color: #fff;
	z-index: 9999;
	width: 20px;
}
.fa.fa-angle-right.nextarr.slick-arrow {
	font-size: 21px;
	position: absolute;
	top: 38%;
	padding: 4px 8px;
	right: -13px;
	cursor: pointer;
	background: #111;
	color: #fff;
	z-index: 9999;
	width: 20px;
}
.chat a:hover {
	color: #fff;
	text-decoration: none;
}
.ftr-aaa.main-ad a:hover {
	text-decoration: none;
	color: #fff;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #c3d1f2 !important;
}
.about-info blockquote b {
	color: #646464;
	font-size: 15px;
}

.faq-section {
	padding: 60px 0px;
	background: #ddd;
}
.fq-tr {
	display: block;
	overflow: hidden;
  }
  /* fff*/
  .accordion-body ul li::before {
	color: #d10003;
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 6px;
}
.row.top-trt {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.deal .btn {
	padding: 0;
}
.deal .btn:focus {
	box-shadow: none !important;
}
.accordion-body ul li{
	padding: 5px 0;
    list-style: none;
}
  .accordion-body ul li a {
    color: black;
    font-weight: 700;
    text-decoration: none;
  }
  .faq-section .accordion {
    width: 100%;
  }
  
  .accordion-button:not(.collapsed) {
    /* background-color: #c5e5d8;*/
    background-color: #efefef;
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
  }
  
  .accordion-button:focus {
    box-shadow: none;
  }
  
  .accordion-button:before {
    content: "";
    position: absolute;
    /*   right: 0.75rem; */
    right: 0.75rem;
    top: 1.25rem;
    height: 2px;
    width: 1rem;
    background-color: #009cb0;
  }
  .accordion-button.collapsed:after {
    content: "";
    position: absolute;
    /*   right: 1.1875rem; */
    right: 1.1875rem;
    top: 0.8125rem;
    height: 1.0625rem;
    width: 0.125rem;
    border-style: none;
    background-color: #009cb0;
  }
  
  .faq-section .accordion-button h5 {
    /*   color: #7dbc9e; */
    color: #000;
    margin-right: 13px;
  }
  .faq-section .accordion-button h5 {
	/* color: #7dbc9e; */
	color: #000;
	margin-right: 13px;
	font-size: 18px;
}
  .accordion-body {
	background-color: #efefef;
}
  .accordion-body ol {
    counter-reset: step-counter;
    list-style-type: none;
    padding-left: 0;
  }
  .accordion-body ul {
	padding-left: 0;
}
  .accordion-body ol > li {
    counter-increment: step-counter; /* Increment custom counter */
    margin-bottom: 10px;
  }
  
  .accordion-body ol > li::before {
    content: "Steps " counter(step-counter) ": "; /* Custom prefix */
    font-weight: bold;
  }
.benifits {
	padding: 60px 0;
	background: #fff ;
}
.price-sec {
	padding: 60px 0;
	background: #fff ;
}
.price-sec .top-title h3 {
	color: #fff;
}
.enqury {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.benifits.box-bh {
	padding: 60px 0;
	background: #fff7f1;
}
.benifits ul li {
	margin-bottom: 6px;
	padding-bottom: 6px;
	list-style-type: none;
	border-bottom: 1px dotted;
	padding-bottom: 8px;
}
.benifits ul li:last-child {
	border-bottom: none;
}
.benifits ul{
	padding: 0;
}
.benifits ul li::before {
	color: #da1923;
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 6px;
}

.box-bh .intgrity-box {
	padding:  5px;
	text-align: center;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
	transition: all 0.3s ease-in-out;
  box-shadow: 1px 5px 15px 2px rgba(68,102,242,.05);
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin:  5px;
}


.steps-sec {
	padding: 60px 0;
	background: #f1f1f1;
}
.tr-box {
	/* background: #fff; */
	padding: 5px;
	margin-bottom: 30px;
	/* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
	margin: 10px;
	height: 420px;
	position: relative;
	text-align: center;
}
.tr-box  img{
	border-radius: 20px;
}
.list{
	padding: 0;
	list-style: none;
}
.list li{
	font-size: 16px !important;
}

.step {
	position: absolute;
	top: 188px;
	left: 45%;
	background: #da1923;
	color: #fff;
	height: 45px;
	border-radius: 50px;
	width: 45px;
	padding: 9px 17px;
	font-size: 22px;
}
.tr-box h3 {
	font-weight: 600;
	font-size: 25px;
	margin-top: 20px;
	text-align: center;
}
.tr-box h4 {
	font-size: 18px;
}
.tr-box h3 span{
	color:#da1923 ;
}
.ftr-1a .form-control {
	height: 38px;
}
.ftr-1a textarea{
	height: auto !important;
	resize: none;
}
.chat.em-top {
	margin-right: 50px;
}
.about-info {
	margin-left: 20px;
}
.about-img img {
	width: 100%;
}
.mob-img{
	display:none;
}
.ftr-aaa.main-ad .col-lg-1 {
	width: 3.333%;
}
.accordion-body .fa {
	color: #d10003;
}
/* Start Responsive */
@media (max-width: 767px){

	.startup-expertise-area {
		padding: 40px 0 !important;
	}
	.chat.em-top {
		display: none;
	}
	.about-info {
		margin-left: 0px;
	}
	.float{
		display: none;
	}
	.chat a {
		font-size: 12px;
		margin-top: 0 !important;
	}
	.footer-box button.thm-btn {
		background: none;
		padding: 0px;
		font-size: 12px;
		font-weight: 500;
		margin: 0;
	}
	.cbp-hsmenu .chat {
		padding: 7px 0px;
		margin-left: 20px;
	}
	.chat.em-top {
		margin-right: 0px;
	}
	.cbp-hsmenu {
		padding-left: 0;
		margin-bottom: 0;
	}
	.top-title p {
		font-size: 16px;
		color: #111;
		line-height: 28px;
		text-align: center;
	}

	.navbar.navbar-default.skt-nav {
		margin-top: 2px;
		margin-bottom: 10px;
	}
	.footer-box {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #a69837;
		color: white;
		text-align: center;
		z-index: 999;
	}
	.mob {
		display: block !important;
	}
	.des {
		display: none !important;
	}
	.ftrsa h3 {
		margin-top: 20px;
		text-align: center;
	}
.pc-txs h3 {
	font-size: 13px;
}
.ga-box img {
	height: 250px;
}
.carousel-caption.d-none.d-md-block.ban-text {
	width: 100%;
}
 .ban-text p {
	font-size: 11px !important;
	margin-top: 0px !important	;
	background: none !important;
	border-left: none !important;
	padding-left: 0;
	text-align: center;
	color: #da1923!important;
}
.carousel-inner.for-res .item .img-responsive {
	height: 220px !important;
}
.slick-slide img {
	width: 100%;
}
.goals .col-md-3 {
	width: 47%;
	float: left;
	margin-bottom: 10px;
}

.ban-text p {
    font-size: 16px !important;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
}
.testimonial-item .testimonial-content p {
    font-size: 12px;
    line-height: 23px;
    min-height: 180px;
}

.top-title {
    margin-bottom: 20px;
}
.cbp-hsmenu .chat, .cbp-hsmenu .chat a {
	font-size: 14px !important;
}
	.modal-dialog {
	width: 95% !important;
}
.thm-btn{
	margin-bottom: 20px;
}

	/* .carousel-inner.for-res{
		display: block !important;
	} */

	.copy {
		margin-bottom: 42px;
	}
	.ftr-1a {
		width: 90%;
		position: inherit;
		margin: 20px;
		background: #111;
		z-index: 9999999;
		right: 0;
		top:0px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.benifits ul li {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 8px 0;
	}
	.benifits {
		padding: 40px 0;
	}
	/* .bg-bann {
		background: #003366;
		height: 300px;
	}  */
	
	.top-title h3 {
		font-size: 20px !important;
		line-height: 24px;
	}
	.about-img {
		margin-top: 20px;
	}
	.imgs img {
		margin-left:0px;
	}
	.cbp-hsmenu .chat {
		font-size: 14px;
		float: left;
		/* width: 100%; */
		text-align: center;
		margin-right: 0px;
		padding-right: 10px;
		border-radius: 8px;
	}
	.ftrsa img {
		margin: 0 auto;
		display: flex;
	}
	.copy {
		padding-bottom: 30px;
	}
	.get-in h3 {
		line-height: 30px;
		font-size: 20px;
	}
	.get-in p {
		font-size: 16px !important;
	}

	.main-nav .col-md-9 {
		padding: 0;
	}
	.cbp-hsinner {
		float: inherit;
		display: flex;
		justify-content: center;
	}
	.connect-with {
		background: #fff;
	}
	.thankyou h3 {
		font-size: 20px;
	}
    .imgs {
		/* width: 80%; */
		text-align: center;
		margin: 0 auto;
		margin-left: 0px;
	} 
	.box-bh .intgrity-box {
		height: auto;
		padding: 15px;
	}
	.benifits.box-bh {
		padding: 40px 0;
	}
	select.form-control.sdr-frs {
		padding: 8px 20px !important;
		height: 45px !important;
	}
	.ftr-a h3, .ftr-aaa h3 {
		text-align: center;
	}
	.testimonial-sec, .steps-sec {
		padding-bottom: 10px;
	}
	.tr-box {
		height: auto;
	}
	.main-tt h3 {
		font-size: 18px !important;
		line-height: 29px !important;
	}
	.main-tt h3 .accent, .client-we .display-3 {
		font-size: 20px !important;
	}
	.client-we {
		padding: 80px 0;
	}
	.faq-section .accordion-button h5 {
		font-size: 16px;
	}
	.tr-box h3 {
		font-size: 20px;
	}
	.main-tt h3 .accent {
		line-height: 26px;
	}
	.price-sec {
		padding: 20px 0;
	}
	.box-bh h3 {
		min-height: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.copy-1, .copy-2{
		float: left;
		width: 100%;
		text-align: center;
	}
	/* ul.cbp-hsmenu {
		padding-left: 0;
	} */
	.ftrsa ul li {
		width: 100%;
	}
	.ftrsa {
		border-right: none;
	}
	.about-info h3 {
		font-size: 20px;
		margin-top: 10px;
	}

	.ftr-1a  .form-control {
		height: auto;
		padding: 12px 20px !important;
	}

	.main-ad .row {
		display: flex;
	}
	.add-res{
		flex-wrap: wrap;
	}
	.intgrity-box h2 {
		margin-top: 0;
	}
	.sdr-frs {
		padding: 10px;
		font-size: 13px;
	}
	.bg-bann h4 {
		font-size: 13px;
		text-align: center;
	}

	.ftr-1a.mobile-form {
		width: 90%;
		right: 6px;
		padding: 20px;
		margin: 20px 30px;
	}
	.navbar-default {
		border: none !important;
	}
	.get-in p {
		font-size: 15px;
		padding: 0 0px;
	}
	.panel-default > .panel-heading a {
		font-size: 14px;
	}
	.ftr-1a h3 {
		font-size: 20px;
	}
	.ban-text h6 {
		font-size: 16px;
		color: #000;
		margin-top: 0;
		text-align: center;
		display: none;
	}
	.bg-bann h4 {
		margin-top: 0;
		padding: 0 20px;
	}
	.row.mqp {
		display: block;
		justify-content: space-between;
	}
	.ban-text h1 {
		font-size: 22px;
		width: 100%;
	}
	.ban-text ul {
		padding-bottom: 10px;
		float: left;
		width: 100%;
	}
	.ban-text li {
		font-size: 16px;
		border-bottom:1px dashed #b49ab9 ;
		color: #000;
	}
	.form-control {
		height: 28px;
		font-size: 12px;
	}
	.ftr-1a.mobile-form {
		display: block;
		position: inherit;
	}
	.carousel-caption.d-none.d-md-block.ban-text {
		position: inherit;
		padding: 10px !important;
		padding-bottom: 0;
		top: 20%;
		padding: 0;
		left: 0;
		z-index: 1;
		background: #fff;
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.ftr-aaa.main-ad .col-xs-1 {
		width: 8.667%;
	}
	.ftr-aaa.main-ad .col-lg-11.col-md-11.col-sm-11.col-xs-11 {
		float: left;
		width: 91.33333333%;
	}
	.discount {
		top: 10px;
		font-size: 14px !important;
	}
	.discount b {
		font-size: 15px !important;
	}
	.ban-text .btn.thm-btn {
		display: none;
	}
	.co-box .call-us {
		font-size: 16px;
		padding: 10px 20px;
	}
	.co-box {
		display: flex;
		justify-content: center;
	}
	.ftrsa .cbp-hsmenu .chat {
		display: flex;
		justify-content: center;
	}
	.ftrsa .sdr-ics {
		color: rgb(247, 29, 41);
		margin-right: 6px;
	}
	.ban-text h1 {
		font-size: 20px;
		padding-bottom: 4px;
		text-align: center;
		color: #111;
		text-shadow: none;
		text-shadow: none !important;
		margin-top: 10px;
	}
	.sr-info p {
		font-size: 16px;
		height: auto;
	}

	.pc-txs p {
		font-size: 12px;
	}
	.about-info {
		text-align: center;
	}
	.about-info h4{
		margin-top: 20px;
	}
	.social {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.top-mns {
		background-color: #fff !important;
	}
	.intgrity-box {
		margin-bottom: 20px;
	}
	.integrity-resources {
		padding: 40px 0;
	}
	.fa.fa-angle-left.prevarr.slick-arrow {
		left: 4px;
	}
	.fa.fa-angle-right.nextarr.slick-arrow {
		right: 4px;
	}
	.top-title p {
		padding: 0;
		color: #111;
		text-align: justify;
		text-align-last: center;
	}
	.top-title h4 {
		font-size: 16px;
		margin: 20px 0;
		color: #000;
		line-height: 22px;
	}
	.top-title {
		text-align: center !important;
	}
	.about-img img {
		margin-bottom: 20px;
	}
	.benifits.team .row {
		margin-bottom: 10px;
	}
	.mob-img{
		display: block;
	}
	.dd-img{
		display: none;
	}
	.call-us {
		margin-bottom: 20px;
	}
	.container-fluid.top-nn {
		padding: 0;
		margin: 0;
	}
	.bg-bann {
		background: #fff;
	}
	.integrity-resources .col-md-2 {
		width: 50%;
		float: left;
	}
	.about-image{
		margin-top: 20px;
	}
	.about-image .col-6 {
		padding-right: 7px;
		padding-left: 7px;
		width: 50%;
		float: left;
	}
	.about-image .image img {
		width: 100%;
		height: 180px;
	}
	.listii li {
		width: 50% !important;
	}
	.testimonial-item video {
		height: 200px;
	}
	.ftr-aaa.form-sec p {
		text-align: center;
		padding-bottom: 10px;
	}
	.infra .slide p {
		color: #fff;
	}
	.about-info p {
		text-align: justify;
	}
	.intgrity-box {
		height: auto;
	}
	.about-info li {
		text-align: justify;
	}
	#faq ul li {
		width: 95%;
		font-size: 15px;
		height: auto;
	}
	#faq ul{
		padding: 0;
	}
	.banner-form {
		position: inherit !important;
	}
	.thankyou {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.bottom-banner .col-md-3 {
		width: 48%;
		float: left;
		border-right: none;
	}
	.fa.fa-angle-left.prevarr.slick-arrow {
		left: 1px !important;
	}
	.fa.fa-angle-right.nextarr.slick-arrow {
		right: 1px !important;
	}
	.bottom-banner .bt-ban {
		margin-bottom: 20px;
	}
	.deal img {
		rotate: 0deg;
	}
	.rating img {
		width: 60px;
	}
	.rating {
		position: absolute;
		right: 10px;
	}
	.main-tt {
		text-align: center;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.ban-text h6 {
		font-size: 13px;
		width: 30%;
	}
	.ban-text h5 {
		font-size: 20px;
	}
	.ban-text li {
		font-size: 13px;
		padding-bottom: 5px;
	}
	.ftr-1a h3 {
		font-size: 16px;
	}
	.sdr-frs {
		padding: 10px;
		font-size: 12px;
	}
	.form-control {
	height: 25px;
}
.copy {
	text-align: center;
}
.copy-1, .copy-2 {
	float: inherit;
}
.footer-logo.my-4, .ftr-a h3, .ftr-aaa h3 {
	text-align: center;
}
.box-bh .intgrity-box {
	height: auto;
}
.sr-info p {
	height: auto;
}
.mob {
    display: block !important;
    padding-top: 40px;
    background: #b395b7;
}
img.des {
    display: none !important;
}
.ftr-1a.mobile-form {
	display: block;
	position: inherit;
}
.carousel-caption.d-none.d-md-block.ban-text {
	position: inherit;
	padding: 10px !important;
	padding-bottom: 0;
	top: 20%;
	padding: 0;
	left: 0;
	z-index: 1;
	background: #d7c9da;
	height: 230px;
	width: 98%;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.banner-form {
    position: inherit !important;
}
.ban-text h6 {
    font-size: 13px;
    width: 100%;
}
.ftr-1a {
    width: 100%;
    right: 3%;
    top: 5%;
    background: #da1923;
    background: #fff;
    /* border: #fff 3px double; */
    border-radius: 0px;
    position: absolute;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin: 0 auto;
}
.bg-bann {
    background: #d7c9da;
	padding-top: 10px;
}
.ban-text h5 {
    font-size: 20px;
    text-align: center;
    color: #000;
    text-shadow: none;
}
.ban-text p {
    text-align: center;
    background: none;
    border-left: 0;
    color: #da1923;
    padding: 0;
}
.ban-text h6 {
    font-size: 13px;
    width: 100%;
    text-align: center;
    color: #000;
}
.ban-text .call-us {
    background-color: #2c2e2e;
    margin: 0 auto;
    text-align: center;
    display: flex;
    float: inherit;
    justify-content: center;
    width: 40%;
    margin-top: 20px;
}
.ban-text i.fa.fa-phone.sdr-ics {
    padding-right: 4px;
    margin-top: 2px;
}
.imgs img {
    margin-left: 0;
}
.cbp-hsinner {
    float: inherit;
}
.cbp-hsmenu>li {
    display: block;
    float: inherit;
    display: flex;
    justify-content: center;
    text-align: center;
}
.main-tt {
	text-align: center;
}
}


/* End Responsive */
.banner-form {
	position: absolute;
	top: 17%;
	right: 65px;
	max-width: 400px;
	padding: 20px;
	border-radius: 20px;
}
.banner-form .form-control {
	padding: 15px 20px;
	margin-bottom: 7px;
	border: none;
	border-radius: 60px;
	font-size: 14px;
	background: #f2f2f2;
}
.banner-form .form-select {
	padding: 15px 30px;
	padding-top: 10px;
	border-radius: 60px;
	font-size: 14px;
	background: #fafafa url(../img/arrow.png) right no-repeat !important;
}
.banner-form #submit-btn {
	background: #da1923;
	border: none;
	border-radius: 60px !important;
	padding: 15px 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	transition: all 0.3s ease-in-out;
}
.banner-form h3 {
	color: #fff;
	text-transform: capitalize;
	padding: 0px !important;
	background-color: transparent !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.banner-form form {
	padding: 0;
}


.listii .btn {
	background: transparent;
	padding: 0;
	font-size: 16px;
}
.listii .btn:hover, .listii .btn:focus {
	color: #fff;
}
.startup-expertise-area {
	padding: 60px 0;
	background: #fff7f1;
}
.video-sec {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.video-sec video {
	border-radius: 20px;
	background: #b0dce1;
	padding: 20px;
}
.advantages_table table {
	width: min(100% - 40px, 450px);
	margin: 0 auto 30px auto;
	position: relative;
	border-collapse: separate;
	margin-top: 29px;
	border-spacing: 0;
  }
  .advantages_table .firstTd {
	padding-left: 20px;
	text-align: left;
  }
  .advantages_table td.center {
	text-align: center;
  }
  .advantages_table th.center {
	font-weight: 600;
  }
  .advantages_table tr:not(first-child) td {
	background: #da1923;
	padding: 10px;
	color: #fff;
	font-style: italic;
	border: 1px solid #fff;
  }
  .advantages_table tr:nth-child(2) td.center {
	border-top: 2px solid #fff;
  }
  .advantages_table tr:nth-child(2) td {
	border-top: none;
  }
  .advantages_table tr .center:last-child {
	font-weight: 300;
	color: #fff;
  }
  .advantages_table tr td.center {
	color: #fff;
	font-size: 24px;
  }
  .advantages_table td.firstTd {
	font-weight: 500;
  }
  .advantages_table tr:nth-child(2) .firstTd {
	border-radius: 20px 0 0;
  }
  .advantages_table tr:nth-child(2) td:last-child {
	border-radius: 0 20px 0 0;
  }
  .advantages_table tr:last-child .firstTd {
	border-radius: 0 0 0 20px;
  }
  .advantages_table tr:last-child td:last-child {
	border-radius: 0 0 20px;
  }
  .advantages_table th.center {
	background-color: #da1923;
	border: 3px solid transparent;
	border-bottom: none;
	border-radius: 20px 20px 0 0;
	padding: 10px;
	color: #fff;
  }
  .advantages_table tr th.center:last-child {
	font-size: 12px;
	color: #000;
	font-weight: 700;
	background-color: transparent;
  }
  .about-sections{
	padding: 60px 0;
	background: #fafafa;
}
.offer {
	background: #fff;
	color: #da1923;
	border-radius: 6px;
	/* box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px; */
	border: 3px dashed #009cb0;
	padding: 10px;
	font-size: 18px !important;
	line-height: 28px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
	margin-right: 10px;
}
.about-sections .list li::before{
	color: #da1923;
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 6px;
}
.offer .list li {
	display: block;
}
.about-sections .list li {
	font-size: 16px;
	color: #444;
	line-height: 25px;
	list-style: none;
	border-bottom:1px dotted;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.about-sections .list li:last-child{
	border: none;
}
.about-sections h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.offer h4{
	margin-bottom: 30px;
}
  @media (max-width: 1200px) {
	.advantages_table .firstTd {
	  font-size: 0.9em;
	}
  }
  @media (max-width: 992px) {
	.advantages_table table {
	  margin-top: 0;
	}
  }
  @media (max-width: 768px) {
	.advantages_table table {
	  border-spacing: 4px 0;
	}
	.advantages_table .firstTd {
	  max-width: 240px;
	  min-width: 200px;
	}
	.about-sections h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.advantages_table tr:first-child th {
	  font-size: 0.8em;
	  line-height: 18px;
	}
	.advantages_table td.firstTd, .advantages_table td.center {
	  font-size: 0.85em;
	  padding: 5px 10px;
	  line-height: 18px;
	}
	.advantages_table tr:nth-child(2) td {
	  padding-top: 15px;
	}
	.advantages_table tr:last-child td {
	  padding-bottom: 15px;
	}
  }
  .advantages_table .col-table {
	width: 100%;
	margin: auto;
	max-width: 610px;
  }
  @media (max-width: 576px) {
	.advantages_table tr td.center {
	  font-size: 23px;
	}
	.advantages_table tr:not(first-child) td {
	  padding: 10px 5px;
	}
	.advantages_table td.firstTd {
	  max-width: initial;
	}
	.advantages_table th.center {
	  padding: 10px 3px;
	}
	.advantages_table table {
	  border-spacing: 0;
	}
  }
  .advantages_table td.center.cross {
	background: #41454f;
  }
  .advantages_table .neofue-image {
	width: 82px;
	margin-bottom: -5px;
	margin-right: -5px;
	margin-left: 5px;
  }
  @media (max-width: 350px) {
	.advantages_table tr:first-child th {
	  font-size: 0.7em;
	}
	.advantages_table .firstTd {
	  min-width: 180px;
	}
  }
  .advantages_table th.firstTd {
	color: #000;
	font-size: 14px;
  }
  
   