/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Inter", system-ui;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.slick-track,.slick-initialized{
  opacity: 1 !important;
}
.slick-slider {
  opacity: 0;
}
.slick-initialized.slick-slider{
  opacity: 1;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
.container{
    max-width: 1650px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    background: #fff;
    padding: 0 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.topbar{
    padding: 25px 0;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
}
ul.enter-nav,
ul.top-nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 auto;
}
ul.enter-nav li,
ul.top-nav li{
    margin-right: 25px;
}
ul.enter-nav li:last-child,
ul.top-nav li:last-child{
    margin: 0;
}
ul.enter-nav li a,
ul.top-nav li a{
    padding: 10px 25px;
    border: 2px solid #B70F20;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #131313;
}
ul.enter-nav li a img,
ul.top-nav li a img{
    min-width: 12px;
    margin-right: 10px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
ul.enter-nav li a.btn-book,
ul.top-nav li a.btn-book{
    background: #B70F20;
    color: #fff;
}
ul.enter-nav li a:hover,
ul.top-nav li a:hover img,
ul.enter-nav li a.btn-book img,
ul.top-nav li a.btn-book img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
ul.enter-nav li a:hover,
ul.top-nav li a:hover{
    color: #fff;
    background: #B70F20;
}
ul.enter-nav li a.btn-book:hover,
ul.top-nav li a.btn-book:hover{
    background: transparent;
    color: #131313;
}
ul.enter-nav li a.btn-book:hover img,
ul.top-nav li a.btn-book:hover img{
    filter: none;
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar .navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    display: none;
    margin: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 32px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0;
}
.navbar-light .navbar-nav li {
    margin-right: 50px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 15px 0px;
    color: #131313;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #B70F20;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #B70F20;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #B70F20;
}

ul.enter-nav{
    display: none;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Hero Banner **** */
.hero-banner{
    padding: 45px 0;
    position: relative;
    background: rgba(183,15,32,0.04);
}
.hero-banner .row{
    align-items: center;
}
.banner-data h1{
    font-size: 48px;
    font-weight: bold;
    color: #B70F20;
    margin: 00 0 20px;
    line-height: 58px;
}
.banner-data p{
    font-size: 16px;
    font-weight: normal;
    color: #131313;
    line-height: 32px;
    margin: 0 0 30px;
}
.btn-main{
    padding: 15px 40px;
    background: #B70F20;
    font-size: 14px;
    font-weight: 600;
    color: #FCF5F6;
    display: table;
}
.btn-main:hover{
    background: #6e0913;
    color: #fff;
}

.banner-img-row{
    display: flex;
    align-items: center;
}
.banner-img-box img{
    width: 100%;
}
.banner-gif{
    max-width: 250px;
}
.banner-gif img{
    width: 100%;
}
/* **** End Hero Banner **** */

/* **** Our Solutaion **** */
.solutions-wrp{
    padding: 120px 0;
    position: relative;
}
.titlebar{
    margin: 0 0 20px;
}
.titlebar h6{
    position: relative;
    display: table;
    margin: 0 0 30px;
    padding: 0 0 0 90px;
    font-size: 16px;
    font-weight: 500;
    color: #B70F20;
    text-transform: uppercase;
}
.titlebar h6:before{
    position: absolute;
    content: '';
    width: 74px;
    height: 1px;
    background:#B70F20;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.titlebar h2{
    font-size: 32px;
    font-weight: 600;
    color: #131313;
    line-height: 48px;
    margin: 0;
}
.solutions-data p{
    font-size: 16px;
    font-weight: normal;
    color: #131313;
    line-height: 32px;
    margin: 0 0 20px;
}
.solutions-data p:last-child{
    margin: 0;
}

.video-block{
    position: relative;
}
.video-block:before{
    position: absolute;
    content: '';
    background: #000000;
    opacity: 0.40;
    width: 100%;
    height: 99%;
    top: 0;
    left: 0;
}
.video-block img{
    width: 100%;
}
.btn-play{
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.btn-play:hover{
    color: #B70F20;
}

.solutions-row{
    padding: 55px 0 85px;
}
.solutions-row ul{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.solutions-row ul li{
    width: 25%;
    padding: 35px;
    display: flex;
    flex-flow: column;
}
.solutions-row ul li:nth-child(even){
    background: rgba(183,15,32,0.04);
}
.solutions-img{
    margin: 0 0 20px;
}
.solutions-data h3{
    font-size: 20px;
    font-weight: 600;
    color: #131313;
    margin: 0 0 15px;
}
.solutions-data p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #131313;
    line-height: 26px;
}

.our-working-wrp{
    padding: 0 100px;
}
.solutions-slider .slick-slide {
    margin: 0 15px;
}
.solutions-slider .slick-list {
    margin: 0 -15px;
}
.solutions-block{
    border: 1px solid rgba(153, 153, 153, 0.20);
    width: 100%;
    height: 135px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.solutions-block img{
    max-width: 100%;
}

.solutions-slider .slick-prev,
.solutions-slider .slick-next{
    position: absolute;
    right:-15px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.solutions-slider .slick-prev:before,
.solutions-slider .slick-next:before {
    width: 30px;
    height: 30px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: #B70F20;
    font-weight:400;
    line-height: 30px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:12px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.solutions-slider .slick-prev {
    left:-15px;
    right: auto;
}
.solutions-slider .slick-prev:before {
    content: "\f053";
}
.solutions-slider .slick-prev:hover:before,
.solutions-slider .slick-next:hover:before{
    color: #fff;
    background: #111;
}
/* **** End Our Solutaion **** */

/* **** How To Works **** */
.work-wrp{
    padding: 85px 0;
    position: relative;
    background: rgba(183,15,32,0.04);
}
img.shapimg{
    position: absolute;
    top:50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 250px;
}
.work-data p{
    font-size: 16px;
    font-weight: normal;
    color: #131313;
    line-height: 32px;
    margin: 0 0 45px;
}
.work-data .btn-main{
    padding: 15px 20px;
}
.work-data .btn-main i{
    margin-right: 5px;
}


.tabs-working-rw{
    display: flex;
    padding: 0 0 0 100px;
}
.tabs-working-box{
    max-width: 450px;
    width: 100%;
    position: relative;
}
.tabs-working-box:after{
    position: absolute;
    content: '';
    background: #E2E2E2;
    width: 4px;
    height: 100%;
    right: 0;
    top: 0;    
}
.tabs-working-box ul.nav.nav-tabs{
    border: none;
    display: flex;
    flex-flow: column;
}
.tabs-working-box .nav-tabs li{
    margin: 0 0 25px;
    width: 100%;
}
.tabs-working-box .nav-tabs li:last-child{
    margin: 0;
}
.tabs-working-box .nav-tabs li a{
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    position: relative;
}
.tabs-working-box .nav-tabs li a p{
    font-size: 14px;
    font-weight: normal;
    color: #131313;
    line-height: 24px;
    margin: 15px 0 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    /*transition: .4s linear;
    -webkit-transition: .4s linear;*/
    max-width: 305px;
}
.tabs-working-box .nav-tabs li a:before{
    position: absolute;
    content:'';
    width: 4px;
    height: 0;
    background: #B70F20;
    right: 0;
    top: 0;
    z-index: 5;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    isolation:inherit;
}
.tabs-working-box .nav-tabs li a:hover:before{
    display: block;
    opacity: 1;
}
.tb-wrk-rw{
    display: flex;
    align-items: center;
    max-width: 305px;
}
.tb-ic{
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.tb-ic img{
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.tb-dt h3{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #131313;
    line-height: 30px;
}
.tb-dt h3 span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #131313;
}
.tabs-working-box .nav-tabs .nav-item.show .nav-link, .tabs-working-box .nav-tabs .nav-link.active{
    background: transparent;
    border: none;
}
.tabs-working-box .nav-tabs li a.nav-link.active p{
    height: auto;
    opacity: 1;
    visibility: visible;
}
.tabs-working-box .nav-tabs li a.nav-link.active .tb-ic{
    background: #B70F20;
}
.tabs-working-box .nav-tabs li a.nav-link.active .tb-ic img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tabs-working-box .nav-tabs li a.nav-link.active:before{
    height: 65px;
    top: 0;
}

.working-data-show{
    width: 100%;
    padding: 0 0 0 100px;
}
.working-imgbox{
    width: 100%;
}
.working-imgbox img{
    width: 100%;
    max-width: 215px;
    position: relative;
    z-index: 1;
}
/* **** End How To Works **** */

/* **** Experience **** */
.experience-wrp{
    padding: 100px 0;
}
.experience-img{
    position: sticky;
    top: 15px;
    left: 0;
    right: 0;
}
.experience-img img{
    width: 100%;
}
.experience-data{
    max-width: 750px;
}
.experience-data p{
    font-size: 16px;
    font-weight: normal;
    color: #131313;
    line-height: 32px;
    margin: 0 0 30px;
    max-width: 630px;
}
.experience-data ul li{
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #131313;
    line-height: 32px;
    padding: 0 0 0 25px;
    margin: 0 0 16px;
}
.experience-data ul li:last-child{
    margin: 0;
}
.experience-data ul li strong{
    font-weight: 600;
    color: #B70F20;
}
.experience-data ul li:before{
    position: absolute;
    content: '';
    background:url('../images/chack-ic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    top: 10px;
    left: 0;
}
/* **** End Experience **** */

/* **** Pricing **** */
.pricing-wrp{
    padding: 85px 0;
    background: rgba(183,15,32,0.04);   
}
.pricing-wrp .container{
    max-width: 1230px;
}
.pricing-titlebar{
    max-width: 700px;
    margin: 0 auto 80px;
}
.pricing-titlebar h6{
    font-size: 16px;
    font-weight: 500;
    color: #B70F20;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 20px;
}
.pricing-titlebar h2{
    font-size: 32px;
    font-weight: 600;
    color: #131313;
    text-align: center;
    line-height: 38px;
    margin: 0 auto 25px;
}
.pricing-titlebar p{
    font-size: 16px;
    font-weight: normal;
    color: #131313;
    text-align: center;
    line-height: 32px;
    margin: 0;
}

.pricing-block{
    padding: 40px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    margin: 0;
    height: 100%;
}
.pricing-block h6{
    padding: 10px;
    display: block;
    margin: 0 auto 30px;
    background: #B70F20;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.pricing-block h2{
    font-size: 60px;
    font-weight: 600;
    color: #131313;
    text-align: center;
    margin: 0;
    line-height: 50px;
}
.pricing-block h2 sub{
    font-size: 14px;
    font-weight: 500;
    color: #131313;
}
.pricing-block h2 span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #131313;
    text-transform: uppercase;
}
.pricing-block p{
    border-top: 1px solid rgba(19, 19, 19, 0.25);
    border-bottom: 1px solid rgba(19, 19, 19, 0.25);
    padding: 15px 35px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #131313;
    line-height: 26px;
    margin-bottom: 0;
}
.pricing-block ul{
    padding: 35px;
}
.pricing-block ul li{
    display: flex;
    font-size: 15px;
    font-weight: 500;
    color: #131313;
    line-height: 22px;
    margin: 0 0 15px;
}
.pricing-block ul li:last-child{
    margin: 0;
}
.pricing-block ul li img{
    margin-right: 10px;
}
.pricing-block .btn-main{
    margin: 25px auto 0;
    padding: 15px 20px;
    border: none;
}

.pricing-block.popular-pack{
    background: #B70F20;
    color: #fff;
}
.pricing-block.popular-pack h6{
    background: #fff;
    color: #B70F20;
}
.pricing-block.popular-pack sub,
.pricing-block.popular-pack span,
.pricing-block.popular-pack h2{
    color: #fff;
}
.pricing-block.popular-pack p{
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.pricing-block.popular-pack ul li{
    color: #fff;
}
.pricing-block.popular-pack ul li img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.pricing-block.popular-pack .btn-main{
    background: #fff;
    color: #B70F20;
}
.pricing-block.popular-pack .btn-main:hover{
    color: #fff;
    background: #101010;
}
/* **** End Pricing **** */

/* **** Book Demo **** */
.book-demo-wrp{
    padding: 90px 0;
}
.book-demo-block{
    background: rgba(221, 221, 221, 0.25);
    padding: 0 80px;
}
.book-demo-block .row{
    align-items: center;
}
.demo-img img{
    width: 100%;
    padding: 0 0 0 100px;
}
.demo-data h2{
    font-size: 32px;
    font-weight: 600;
    color: #131313;
    margin: 0 0 10px;
}
.demo-data p{
    font-size: 16px;
    font-weight: normal;
    color: #131313;
    line-height: 24px;
    margin: 0 0 24px;
}
.demo-data .btn-main{
    padding: 15px 20px;
}
/* **** End Book Demo **** */

/* **** CNC **** */
.cnc-wrp{
    padding: 145px 0;
    position: relative;
    background: url('../images/cnc-banner.png') 0 0 no-repeat;
    background-size: cover;
}
.cnc-wrp:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.80;
    top: 0;
    left: 0;
}
.cnc-wrp .container{
    position: relative;
    z-index: 1;
    max-width: 850px;
}
.cnc-wrp h2{
    font-size: 32px;
    font-weight:bold;
    color: #fff;
    text-align: center;
    margin: 0 auto 25px;
}
.cnc-wrp p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 0 auto 85px;
}
.cnc-wrp .btn-main{
    padding: 15px 20px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    display: table;
    margin: 0 auto;
}
.cnc-wrp .btn-main i{
    margin-right: 5px;
}
.cnc-wrp .btn-main:hover{
    background:#B70F20;
    color: #fff;
    border-color:#B70F20;
}
/* **** End CNC **** */

/* **** Contact **** */
.contact-wrp{
    padding: 85px 0;
}

.contact-wrp hr{
    width: 65px;
    color: #B70F20;
    border: 2px solid;
}
.contact-wrp h5{
    font-size: 16px;
    font-weight: 500;
    color: #B70F20;
    padding: 8px 0 25px 77px;
}
.contact-wrp .row{
    align-items: center;
}
.contact-wrp .row h1{
    font-size: 32px;
    font-weight: 600;
}

.contact-wrp .row button{
    background-color: #B70F20;
    width: 140px;
    height: 49px;
    color: #fff;
    border: 1px solid #B70F20;
}

.contact-wrp .row input{
    width: 236px;
    height: 43px;
/*    margin-right: 23px;*/
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #2e2e2e;
    padding-left: 16px;
    font-weight: 600;
}

.contact-wrp .row input:focus {
    border: 2px solid #B70F20;  
    outline: none; 
    color: #B70F20;
}

.contact-wrp .row textarea{
    width: 714px;
    height: 200px;
    margin-top: 10px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #2e2e2e;
    padding: 10px 0 0 16px;
}

.contact-wrp .row textarea:focus {
    border: 2px solid #B70F20;  
    outline: none; 
    color: #B70F20;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.vertical-line {
    position: absolute;
    top: 0; 
    right: -15px; 
    height: 100%; 
    width: 2px; 
    background-color: #e2e2e2; 
    z-index: 1; 
}

input[type="number"] {
    -moz-appearance: textfield;
}

.contact-form{
    width: 100%;
    margin-top: -20%;
    margin-left: -30%;
}
.contact-form p{
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
}
.contact-form h1{
    width: 80%;
    
}
 @media(max-width:767px){
    .contact-wrp .row input{
		width: 100%;
		margin-top: 10px;

	}
	.contact-wrp .row textarea{
		width: 100%;
	}
	.contact-form{
		width: 100%;
		margin-top: 10%;
		margin-left: 0%;
	}
	.contact-form .logo{
		width: 60%;
		margin: 17% 0 10% 0;
		/* margin-left: 20%; */
	}
	.contact-form p{
		font-size: 14px;
		width: 100%;
		line-height: 24px;
	}
	.contact-form h1{
		width: 100%;
		margin-top: 10% !important;
		/* font-size: 24px; */
	}
	.contact-wrp .row h1{
		font-size: 28px;
		font-weight: 600;
	}
	.contact-wrp .row button{
		width: 115px;
		height: 42px;	
	}

	.contact-wrp .vector{
		display: none;
	}
	.contact-wrp hr{
		width: 50px;
		color: #B70F20;
		border: 2px solid;
	}
	.contact-wrp h5{
		font-size: 14px;
		font-weight: 400;
		color: #B70F20;
		padding: 10px 0 25px 60px;
	}
	.contact-form a{
		margin-bottom: 7%;
	}

}


 /* 1440px view  */

    @media(max-width:756px) and (min-width:1440px){

.contact-wrp .row input{
    width: 200px;
    height: 40px;
    margin-right: 20px;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    color: #2e2e2e;
    padding-left: 14px;
    font-weight: 500;

}
.contact-wrp .row textarea{
    width: 647px;
    height: 180px;
    margin-top: 10px;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    color: #2e2e2e;
    padding: 10px 0 0 16px;
}
.contact-form{
    margin-top: -16%;
}
.contact-form p{
    font-size: 14px;
    width: 100%;
    line-height: 24px;
}
.contact-form h1{
    font-size: 24px !important;
}
.contact-wrp .row h1{
    font-size: 28px;
    font-weight: 600;
}
.contact-wrp .row button{
    width: 115px;
    height: 42px;	
}

.contact-wrp .vector{
    width: 150px;
    margin-top: -25px;
}
.contact-wrp hr{
    width: 50px;
    color: #B70F20;
    border: 2px solid;
}
.contact-wrp h5{
    font-size: 14px;
    font-weight: 400;
    color: #B70F20;
    padding: 10px 0 25px 60px;
}


}


/* **** End Contact **** */

/* **** Footer **** */
footer{
    background:#131313;
    position: relative;
}
.footer-top{
    padding: 70px 0;
    border-bottom: 1px solid rgba(226, 226, 226, 0.26);
}
.footer-top .row{
    align-items: flex-end;
}
.footer-abt{
    max-width: 560px;
}
.footer-abt img{
    height: 40px;
    margin: 0 0 30px;
}
.footer-abt p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    margin: 0;
}
.download-app ul li{
    margin: 0 0 20px;
}
.download-app ul li:last-child{
    margin: 0;
}
.download-app ul li img{
    max-width: 160px;
    margin: 0 0 0 8%;
    border-radius: 6px;
}

.contact-rw{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-cnt{
    max-width: 315px;
}
.footer-cnt h3{
    font-size: 20px;
    font-weight: 600;
    color: #FCF5F6;
    margin: 0 0 15px;
}
.footer-cnt p{
    font-size: 16px;
    font-weight: normal;
    color: #FCF5F6;
    line-height: 26px;
    margin: 0 0 10px;
}
.footer-cnt h6{
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #FCF5F6;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.footer-cnt h6 i{
    margin-right: 5px;
}
.footer-cnt h6:hover{
    color: #fff;
}

.copyright{
    padding: 25px 0;
}
.copyright p{
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #FCF5F6;
}
/* **** End Footer **** */


/* **** Breadcrumb **** */
.breadcrumb{
    position: relative;
    width: 100%;
    padding: 18px 0;
    margin: 0;
}
.breadcrumb-list{
    display: flex;
    align-self: center;
}
.breadcrumb-list li a,
.breadcrumb-list li{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
}
.breadcrumb-list li.active,
.breadcrumb-list li a:hover{
    color: #242424;
}
.breadcrumb-list li{
    margin-right: 5px;
}
/* **** End Breadcrumb **** */

/* **** Payment Page Package **** */

.payment-page-package{
    position: relative;
    width: 100%;
    padding: 80px 0;
}
.payment-page-package .banner-data{
    text-align: center;
}

.package-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(19, 19, 19, 0.16);
    border-radius: 16px;
    padding: 70px 30px 25px 30px;
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
    width: 90%;
    margin: 20px auto 0;
}
.package-box.active{
    border: 1px solid #B70F20;
    box-shadow: 0px 0px 16px rgba(183, 15, 32, 0.16);
}
.package-box h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #B70F20;
    margin: 0 0 25px;
}
.package-box h2 span{
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: #8E8CA1;
}
.package-box h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #313035;
    margin: 0 0 18px;
}

.package-box p{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #726B6B;
    margin: 0;
}
/* **** End Payment Page Package **** */

/* **** Payment Page Payment Info **** */
.info{
    position: relative;
    width: 100%;
}
.info .container{
    border-top: 1px solid rgba(216, 216, 216, 0.4);
}
.info-form{
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(60, 60, 60, 0.08);
    margin: 80px auto;
    width: 90%;
}

.info-hedding h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #B70F20;
    border-bottom: 1px solid rgba(36, 36, 36, 0.1);
    margin: 0 0 40px;
    padding: 0 0 18px;
}

.info-form .form-group label{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #131313;
}

.info-icon-box{
    background: #FFFFFF;
    border: 1px solid rgba(194, 194, 194, 0.2);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 33px 22px;
    margin: 25px 0 0;
    cursor: pointer;
    position: relative;
}
.info-icon-box::after{
    content: '';
    position: absolute;
    top: 23px;
    right: 20px;
    width: 26px;
    height: 26px;
    background: url(../images/check.svg) 0 0 no-repeat;
    background-size: cover;
    opacity: 0;
}
.info-icon-box.active::after{
    opacity: 1;
}
.info-icon-box figure{
    margin: 0;
    height: 36px;
}
.info-icon-box h2{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #858585;
    margin: 25px 0 0;
}
.info-icon-box.active{
    background: #FFFFFF;
    border: 2px solid #B70F20;
    border-radius: 8px;
}
.payment-method-list{
    border-bottom: 1px solid rgba(36, 36, 36, 0.1);
    padding-bottom: 40px;
}

.upi-id-enter{
    padding: 40px 0;
}
.upi-id-enter .input-group{
    width: 50%;
    margin: 26px 0 40px;
    opacity: 0.7;
}
.upi-id-enter .input-group .form-control{
    background: #fff;
    border: 1px solid rgba(153, 153, 153, 0.8);
    border-radius: 4px;
    font-size: 16px;
    height: 50px;
    color: #000;
}
.upi-id-enter .input-group .form-control:focus{
    outline: none;
    box-shadow: none;
}
.upi-id-enter .input-group .btn{
    background: rgba(245, 245, 245, 0.7);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #555454;
    border-color: rgba(153, 153, 153, 0.8);
}
.upi-id-enter .input-group .btn:hover{
    color: #000;
}
.upi-id-enter .dropdown-toggle::after{
    background-image: url(../images/down.svg);
    border: none;
    width: 13px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: 13px 6px;
    background-position: center;
    top: 3px;
    right: -2px;
    position: relative;
}
.upi-id-enter p{
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #858585;
    margin: 0;
}
.enter-your-detail .from-group{
    margin: 0 0 26px;
}
.enter-your-detail .from-group label{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #242424;
    margin: 0 0 6px;
}
.enter-your-detail .from-group .form-control{
    border: 1px solid rgba(153, 153, 153, 0.8);
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    opacity: 0.7;
    height: 50px;
}
.enter-your-detail .from-group .form-control:focus{
    outline: none;
    box-shadow: none;
}
.hedding-with-img{
    margin: 15px 0 0;
}
.hedding-with-img h2{
    display: flex;
    align-items: center;
}
.hedding-with-img figure{
    margin: 0 0 0 10px;
}

.info-form .form-check{
    position: relative;
    margin: 15px 0 0;
}

.info-form .form-check-label{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #131313;
}
.info-form .form-check-label a{
    color: #131313;
    text-decoration: underline;
}
.info-form .form-check-input{
   border-color: #999999;
}
.info-form .form-check-input:focus{
    outline: none;
    box-shadow: none;
}
/* **** End Payment Page Payment Info **** */

/* **** Payment Page Purchased Plan **** */
.purchased-box{
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(60, 60, 60, 0.08);
    border-radius: 4px;
    margin: 80px auto;
    width: 90%;
}
.purchased-box .info-hedding h2{
    text-align: center;
    margin: 0 0 30px;
}

.edit-block{
    display: flex;
    align-items: baseline;
}

.edit-block-btn h2{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    color: #1D1D1F;
    display: flex;
    align-items: center;
}
.edit-block-btn h2 figure{
    margin: 0 0 0 10px;
}
.edit-block-btn p{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #1D1D1F;
}
.edit-block-prise{
    padding-left: 40px;
}
.edit-block-prise h3{
    font-weight: 700;
    font-size: 25px;
    line-height: 52px;
    color: #B70F20;
    white-space: nowrap;
}
.edit-block-prise h3 span{
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #8E8CA1;
}

.detail-list ul{
    margin: 10px 0 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}
.detail-list ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #686767;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}
.detail-list ul li:last-child{
    margin: 0;
}
.coupon-code label{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #131313;
    margin: 0 0 26px;
}
.purchased-box .input-group{
    opacity: 0.7;
    padding: 0 0 43px;
    border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}
.purchased-box .input-group .form-control{
    background: #fff;
    border: 1px solid rgba(153, 153, 153, 0.8);
    border-radius: 4px;
    font-size: 16px;
    height: 50px;
    color: #000;
}
.purchased-box .input-group .form-control:focus{
    outline: none;
    box-shadow: none;
}
.purchased-box .input-group .input-group-text{
    background: rgba(245, 245, 245, 0.7);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #555454;
    border-color: rgba(153, 153, 153, 0.8);
    cursor: pointer;
}
.purchased-box .input-group .input-group-text:hover{
    color: #000;
}
.total-prise{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 40px;
}

.total-prise li{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #B70F20;
}

.purchased-box .btn-main{
    width: 100%;
    text-align: center;
}
.tag-line{
    display: flex;
    margin: 24px 0 0;
}
.tag-line figure{
    margin-right: 8px;
}
.tag-line p{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #465872;
    margin: 0;
}
/* **** End Payment Page Purchased Plan **** */


.invalid-feedback{
    display: unset !important;
}