/* @media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
@media (min-width: 992px){

    .container {
        width: 970px;
    }
}
@media (min-width: 768px){

    .container {
        width: 750px;
    }
} */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px){

    .col-md-push-1 {
        left: 8.33333333%;
    }
}

@media (min-width: 992px){
    .col-md-10 {
        width: 83.33333333%;
    }
  
    .col-md-6 {
        width: 50%;
    }
}
section.footer-form {
    padding: 70px 0;
    color: #414042;
    text-align: center;
    position: relative;
    background: url(../contact/contact-form-bg.jpg);
    background-size: cover;
    /* height: 500px; */
}
section.footer-form h2 {
    color: #414042;
    margin-bottom: 11px;
    font-size: 36px;
    font-weight: 800;
}
section.footer-form h2+p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}
form.footer-form {
    margin-top: 30px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
form.footer-form [class^=col-] {
    padding: 0 5px;
}
form.footer-form input[type=text], form.footer-form input[type=tel], form.footer-form input[type=email], form.footer-form select, form.footer-form textarea {
    width: 100%;
    padding: 14px 12px;
    color: #414042;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    outline: 0!important;
    border: 1px solid #ccc;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    height: 46px;
    border-radius: 7px;
}
form.footer-form textarea {
    height: 101px;
}
form.footer-form button[type=submit] {
    background: #f3cdd0;
    color: #414042000;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 50px;
    border: none;
    cursor: pointer;
    margin-top: -2px;
    /* letter-spacing: 1px; */
    width: 100%;
    border-radius: 30px;
    height: 46px;
}




/* pricing */
 section.pricing-col-new {
	/* background:url('../images/images-pricing-home-bg.png') #070f61; */
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	background-position:center;
	position:relative;
}

 section.pricing-col-new .container {
	position:relative;
}

 .price-inn {
	background: #2C2967;
	border-color: #4b4e86;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

 .price-inn {
	text-align:center;
	padding-top:50px;
}

 .price-inn img {
	margin-bottom:20px;
}

 .price-item span.pkg-name {
	text-align: left;
	color: #fff;
	font-weight: 500;
	padding: 15px 20px 0;
}

 .price-col {
	background: none;
	position: static;
	padding: 0 20px 0;
	font-weight: 600;
}

 .price-col:before {
	display: none
}

 .price-inn li {
	color: #fff;
}

 .price-inn li b {
	color: #fff;
}

 .price-inn li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	top: 7px;
	border: 1px solid #fff;
}

 ul.scroll_list {
	height: 265px;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 0;
}

 .price-item a.various.order-now {
	margin: 1rem auto 1rem;
	color: #2C2967;
	border-radius: 30px;
	background: #fff;
	font-weight: 700;
}

 a.pr_tel {
	display: none;
}

 .cl3 .price-inn:after {
	width: 99px;
	height: 87px;
	top: 0;
	right: -6px;
	background-size: contain;
}

 .price-item:hover .price-inn {
	background: #f7bbbb;
}

 .price-item:hover .price-col {
	color: #fff;
}

 .price-item:hover a.various.order-now {
	background: #FBB040;
}

 .pricing-col-new .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #FBB040;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.price-inn {
    border: 1px solid #FBB040;
    /* text-align: center; */
    min-height: 100%;
    padding: 30px 20px 20px 30px;
    width: 100%;
    position: relative;
    border-radius: 33px;
}

.cl3 .price-inn:after {
	content: "";
	width: 107px;
	height: 105px;
	background: url(../images/images-topseller.png) no-repeat scroll center top;
	position: absolute;
	top: -6px;
	right: -6px;
}

.pricing-col-new .container-fluid .row {
	display: flex;
}

.price-item span.pkg-name {
	/* background: url('../images/images-rect-price.png') no-repeat center top; */
	padding: 14px 30px;
	display: block;
	margin: 0 auto;
	font-size: 22px;
	border-radius: 0 0 30px 30px;
	font-weight: 600;
	min-width: 184px;
	color: #414042;
	text-align: center;
	text-transform: uppercase;
}

.price-col {
    font-size: 42px;
    font-weight: bold;
    color: #414042;
    line-height: 50px;
    /* background: #34b8d5; */
    padding: 15px 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.price-col:before {
	content: "";
	position: absolute;
	top: 0;
	width: 90%;
	height: 10px;
	background: url(../images/images-arc-view.png) no-repeat scroll left top;
	left: 15px;
}

.price-col sup {
	position: static;
	/* display: table; */
	font-size: 16px;
	color: #414042;
	font-weight: 600;
	/* margin: 10px auto 0; */
	line-height: normal;
	padding: 10px;
	/* border-top: 1px solid #6f74ab; */
	text-decoration: line-through;
	text-decoration-color: #414042;
}

.price-inn li {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 500;
	color: #414042;
	padding-left: 15px;
	position: relative;
	text-align: left;
    list-style: none;
}

.price-item a.various.order-now {
    padding: 12px 25px;
    border-radius: 5px;
    color: #414042;
    margin: 3em auto 0;
    display: table;
    background: #fffefe;
    font-weight: 500;
}


.testimonails-new .owl-dots {
	display: none !important;
}

.col-md-12.style-head.hm-head {
	margin-bottom: 3em;
}

.hm-head h2 {
	margin: 0 0 10px;
	font-size: 36px;
	font-weight: bold;
	color: #414042;
	text-transform: none;
}

.col-md-12.hm-head {
	text-align: center;
}

.hm-head p {
	padding: 0;
	color: #414042;
	font-weight: 500;
	line-height: 26px;
	font-size: 15px;
}

.hm-head h2 span {
	vertical-align: baseline;
	/* color: #e82433; */
}

.price-item:hover span.pkg-name {
	/* background-position: center  -179px; */
	/* color: #fff; */
}


ul.scroll_list {
	height: 210px;
	overflow: hidden;
	/* min-height: 300px; */
	padding: 20px;
	margin-bottom: 0;
}

section.testimonails-new:before {
	content: "";
	position: absolute;
	bottom: -130px;
	width: 100%;
	height: 100%;
	max-height: 400px;
	background: url(../images/images-owl.png) no-repeat scroll center top;
	max-width: 700px;
	margin: 0 auto;
	right: 0;
	left: 0;
	background-size: contain;
	filter: brightness(0) invert(1);
	opacity: 0.3;
}

.pricing-col-new .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #005eff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

