body{
	font-family: 'Poppins', sans-serif;
	/*background-color: #f1f1f1;*/
}
html {
    scroll-behavior: smooth;
  }
.error{
	color: red;
    letter-spacing: .3px;
    font-size: 12px;
    font-weight: 500;
	text-align:center;
}
.header{
	background-color:#fff;
    padding:15px;
    position: fixed;
    width: 100%;
    z-index: 99;
    margin-top: -50px;
}
.tj_logo{
	max-height:36px;
}
.btn_thank{
	    display: inline-block;
    border: solid 1px #FE7711;
    line-height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 500;
    border-radius: 2px;
	background-color:#FE7711;
}
.btn_thank:hover{
	color:#fff;
}
.section1{
	background-color: #ffffff;
	min-height:300px;
	padding-top:50px;
	padding-bottom:15px;
	    background-image: url(../images/top_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
}

.section1 h1{
    margin-top: 42px;
    font-family: Raleway;
    font-size: 42px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.section1 p{
  height: 63px;
  margin: 20px 0px 46px 0;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.number-section{
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.41;
	letter-spacing: normal;
	text-align: left;
    color: #ffffff;
    background-image: url('../images/tick_white.png');
    background-position: left 22px;
    background-repeat: no-repeat;
    padding-left: 32px;
}

.number-section h2{
    font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.number-section span{
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  display: block;
  width: 100%;
  font-weight: normal;
}


}

.choose{
	padding: 85px 85px;
	background-color: #f5f7ff;
}

.choose p{
  margin: 0 0 31px;
  font-family: Poppins;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #2c2e30;
}

.choose #line{
	width: 213px;
  height: 3px;
  margin: 31px 403px 26px 404px;
  background-color: #f8820a;
}

.choose h4{
	margin: 26px 0 0;
	font-family: Poppins;
	font-size: 30px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: center;
	color: #2c2e30;
}

.get-section{
    background-color: #3451cb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18px;

}

.get-section h1{
  font-family: Poppins;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
    margin-bottom: 30px;
    padding-left: 40px;
}

.get-section p{
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-top: 30px;
    padding-left: 40px;
}



.section1_subtext{
	color:#fff;
	font-size:20px;
	font-weight:300;
	line-height:32px;
}
.section1_subtext span{
	display: inline-block;
    width: auto;
    font-weight: 500;
    border-bottom: 3px solid #fff;
}
.section1 img{
	max-width:100%;
	height:auto;
}
.section1 form{
	margin: 40px;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 50px 30px 100px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}
	
}
.form_inner_section{
	     padding: 20px;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
}
.section1 form .form-group{
	margin-bottom:0px;
	float:left;
	width: 93%;
    margin-left: 2%;
    margin-right: 3%;
	min-height: 50px;
}
.section1 form p{
    width: 315px;
  height: 56px;
  margin: 0 0 0;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #202020;
}
.section1 form p span{
	    font-size: 16px;
    color: #444444;
    letter-spacing: .3px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
.section1 form .form-control , .discout_section form .form-control{
  border: solid 1px #cccccc;
  background-color: #f5f5f5;
}
/* .section1 form select {
	width: 10px;
  height: 5px;
  background-color: #000000;
} */

.frm_btn, .frm_btn:hover, .frm_btn:focus, .frm_btn:active{
	background-color: #FE7711 !important;
    color: #fff !important;
    border: 1px solid #FE7711 !important;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 500;
	height:44px;
	width: 96%;
    outline: none;
	position: relative;
    margin-left: 5px;
	bottom: 15px;
	margin-top: 10px;
}
.top_clients{
	/* box-shadow: 0 0px 4px 0 #ddd; */
    background-color: #fff;
    text-align: center;
	position: relative;
	padding: 70px 50px;
}



.top_clients img{
	/* max-height:100px; */
}

/* section 2 css */
/*.section2{
	padding-top:50px;
	padding-bottom:50px;
	background-color:#f1f1f1;
}
.section2 h3{
	color: #4a4a4a;
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 30px;
	letter-spacing:.3px;
}
.section2_subheading{
	margin-bottom:20px !important;
	font-size:20px;
}
.section2 .right_section{
	background-color:#fff;
	padding:35px 50px;
}*/
.software_logo{
	margin-bottom: 30px;
}

.software_text{
	    color: #4a4a4a;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-bottom: 30px;
    line-height: 28px;
}
.software_points{
	padding:0;
	margin:0;
}
.software_points li{
	list-style: none;
    color: #4a4a4a;
    font-size: 15px;
    letter-spacing: .3px;
	font-weight:500;
    margin-bottom: 12px;
    background-image: url(../images/pointer.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
    padding-left: 20px;
}
.software_btn{
	    width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: #f6a623;
    color: #fff;
    border: 1px solid #f6a623;
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 500;
    display: inline-block;
	margin-top:30px;
}
.software_hide{
	display:none;
}

.left_section{
}
.left_section ul{
	padding:0;
	margin:0;
}
.left_section ul li{
	list-style: none;
    width: 100%;
    background-image: linear-gradient(to top, #efefef, #ffffff);
    background-image: linear-gradient(to top, #efefef);
    border: 1px solid #efefef;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    color: #4a4a4a;
    letter-spacing: .5px;
    cursor: pointer;
    text-align: center;
    color: #4990e2;
}

.bg_white{
	background-color: #fff !important;
    background-image: none !important;
	position:relative;
	    color: #f6a623 !important;
}
.bg_white::after{
        content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    clear: both;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

/* section2 ends */





.tj_advantage{
	padding-top:40px;
	padding-bottom:40px;
	background-color: #F4F4F4;
}
.tj_advantage h3{
    margin-top: 0px;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .3px;
    position: relative;
    z-index: 1;
	display:inline-block;
	width:auto;
	margin-bottom:40px;
}


.tj_advantage ul {
    width: 100%;
    float: left;
    padding: 0px;
    list-style: none;
}

.tj_advantage li {
    width: 18%;
    float: left;
    margin-left: 1%;
    text-align: center;
    margin-right: 1%;
    padding: 10px;
	
}


.tj_advantage p {
        color: #444444;
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 500;
}







.choose{
    padding: 75px 50px;
    background-color: #fff;
}



.section5{
	background: rgb(51,102,204);
    background: -moz-linear-gradient(top, rgba(51,102,204,1) 1%, rgba(176,106,179,1) 100%);
    background: -webkit-linear-gradient(top, rgba(51,102,204,1) 1%,rgba(176,106,179,1) 100%);
    background: linear-gradient(to bottom, rgba(51,102,204,1) 1%,rgba(176,106,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366cc', endColorstr='#b06ab3',GradientType=0 );
}
.bg_color{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background-color: rgba(0,0,0,0.6);
}
.section5 .section5_text{
	    font-size: 34px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 0px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
	position:relative;
	
}
.discout_section{
	padding-top:40px;
	padding-bottom:40px;
}
.discout_section form{
	padding:30px;
}

.discout_section h3{
	margin-top: 0px;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .3px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.discout_section form button{
	background-color: #FE7711 !important;
    color: #fff !important;
    border: 1px solid #FE7711 !important;
    width: 200px;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 500;
    height: 44px;
    outline: none;
	margin-top:10px;
}

.footer_tj {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    color: white;
    height: 80px;
    background-color: #ffffff;
}

.footer_tj a:hover{
    text-decoration: none;
}

.footer_tj p {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #0f0f0f;
    padding-right: 25px;
    padding-left: 25px;
}

.footer_tj p span {
    padding-right: 10px;
}

.footer_tj .text-right {
    border-right: solid 1px #cccccc;
}


.section5 a{
    color:#fff;
}

.second_heading{
}
.second_heading .row{
	margin-left:0px;
}
.second_heading .row h3{
	    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4a4a4a;
    font-size: 30px;
    letter-spacing: .5px;
    font-weight: 600;
    background-image: url(../images/divider.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
	
}
.thank_you_section h1{
	margin-top:50px;
}


.products_section {
	padding-top:10px;
	padding-bottom:40px;
	background-color:#ffffff;
}

.products_section #heading{
  font-family: Poppins;
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
}
.products_section h3{
  font-family: Poppins;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #171717;
  margin-top: 0px;
  margin-bottom: 50px;

}
.products_section ul{
	padding:0;
	margin:0;
}
.products_section ul li{
	list-style:none;
	float:left;
	width:30.3%;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-bottom:3%;
	background-color:#fff;
	border-radius:2px;
	overflow:hidden;
	    box-shadow: 0 2px 4px 0 #ddd;
}
.bg_blue{
	background-image: linear-gradient(to right, #4863d2 0%, #a467b2 90%);
}
.bg_lite_blue{
	background-color:#2EAAE8;
}
.product_top_section{
	padding:10px;
}
.product_top_section .media-heading{
    margin: 24px 0 24px 5px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.product_top_section .media-body span{
	     color: #FCA439;
    font-size: 20px;
 }
.product_feature_section{
	padding: 15px;
    padding-top: 30px;
	min-height:230px;
	position:relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:-2px !important;
}
.product_feature_section p{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #222222;
    background-image: url(../images/tick_black.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    margin-left: 15px;
}
.product_bottom_section{
	    border-top: 1px solid #f5f5f5;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product_bottom_section p{
	font-size: 18px;
    font-weight: 500;
}
.b_color{
	color:#4568DC !important;
}
.product_bottom_section p .price_text{
	font-size:13px;
}
.product_bottom_section button{
	    background-color: #FE7711 !important;
    color: #fff !important;
    border: 1px solid #FE7711 !important;
    width: 90%;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 500;
    height: 40px;
    outline: none;
	border-radius:2px;
}

#border{
    width: 213px;
    height: 4px;
    margin: 31px 403px 26px 404px;
    background-color: #f8820a;
    display: block;
    margin: 0 auto;
}

#border-bottom{
    width: 213px;
  height: 3px;
  opacity: 0.5;
  background-color: #ffffff;
    display: block;
    margin: 0 auto;
}

.product-card{
    margin-bottom: 3%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 10px 30px 0 rgba(44, 46, 48, 0.2);
    border: solid 1px #e7eaee;
    background-color: #ffffff
}

.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    margin-top: -24px !important;
    position: absolute;
    background-position: unset !important;
    box-shadow: 0 6px 12px 0 rgba(36, 39, 44, 0.1);
    border: 1px solid rgba(36, 39, 44, 0.1);
    background-image: url(../images/arrow_left.png) !important;
    background-position: center !important;
    left: 0 !important;
        background-size: 210% !important;
}

.happy-section{
    left: -12px;
}

.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    margin-top: -24px !important;
    position: absolute;
    background-position: unset !important;
    box-shadow: 0 6px 12px 0 rgba(36, 39, 44, 0.1);
    border: 1px solid rgba(36, 39, 44, 0.1);
    background-image: url(../images/arrow_right.png) !important;
    background-position: center !important;
    right: 0 !important;
        background-size: 210% !important;
}

.swiper-pagination{
    margin-top: 15px !important;
}

.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin: 0 8px 0 0;
    background-color: #807E80;
}

.swiper-pagination-bullet-active {
    background-image: linear-gradient(92deg, #4863d2 1%, #a467b2 89%);
}


.why-tj{
  padding: 50px 10px;
  background-color: #fff;
}

.why-tj h3{
    padding-left: 40px;
  margin-bottom: 30px;
  font-family: Poppins;
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.why-tj li h4{
	font-size: 18px;
	font-weight: 500;
    color: #000000;
    line-height: 1.5;
}

.why-tj li p{
  font-family: Poppins;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #2c2c2c;
}

.why-tj ul li{
    list-style: none;
    background-image: url(../images/tick_black.png);
    background-position: left 8px;
    background-repeat: no-repeat;
    padding-left: 24px;
}

.btn-why{
    background-color: #FE7711 !important;
    border: 1px solid #FE7711 !important;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    width: 244px;
    height: 54px;
    outline: none;
    border-radius: 2px;
    margin: 20px 64px;
}

.top-button{
    float: right;
    width: 159px;
    height: 40px;
    border-radius: 4px;
    padding-top: 9px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;background-color: #24ab48 !important;
  color: #fff;
  border: 1px solid #24ab48 !important;
  
}
.top-button a{
    text-decoration: none;
}
.spinner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 20px;
}

.spinner .bounce1, .spinnerblock .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.purple > div {
    width: 10px;
    height: 10px;
    background-color: #4a4a4a;
    margin: 6px 2px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.btn-why:hover{
    background-color: #FE7711 !important;
    border: 1px solid #FE7711 !important;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    width: 244px;
    height: 54px;
    outline: none;
    border-radius: 2px;
}


.section-testimonials {
    padding: 40px;
    background-color: #f5f7ff;
}

.section-testimonials h1 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 40px;
}

.rectangle {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 5px 20px 0 rgba(181, 181, 181, 0.15);
    background-color: #ffffff;
}


.padding-top {
    padding-top: 54px;
}

figcaption {
    padding-top: 40px;
  margin: 0 0 19.2px 0.2px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #555555;
}


.thankyou_page {
    background-color: #f2fbfe;
    min-height: 550px;
}

.section-testimonials p{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}


.ads_section{
	padding-left:0px;
}
.thankyou_products{
	padding-top:40px;
	padding-bottom:40px;
	background-color:#f4f4f4;
}
.thankyou_products ul{
	padding:0px;
	margin:0px;
}
.thankyou_products ul li{
	list-style:none;
	float:left;
	width:21%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:20px;
	position:relative;
	text-align:center;
	background-color:#fff;
	    box-shadow: 0 2px 4px 0 #ddd;
		    padding-top: 50px;
}
.thankyou_products ul li a{
	text-decoration:none !important;
}
.thankyou_products ul li img{
	width:auto;
	max-width:95%;
}
.thankyou_products .tp_heading{
	    font-size: 20px;
    color: #353535;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
}
.thankyou_products .tp_subheading{
	    font-size: 16px;
    color: #353535;
    font-weight: 500;
    margin-bottom: 0px;
}
.thankyou_products .tp_price{
	background-color:#4568DC;
	color:#fff;
	margin-bottom:0px;
	margin-top:20px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:14px;
}
.thankyou_products .tp_price span{
	font-size:24px;
}

.thankyou_products h3{
	    margin-top: 0px;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: .3px;
    /* position: relative; */
    z-index: 1;
    margin-bottom: 40px;
}
.thankyou_products .tp_sale{
	position: absolute;
    left: -22px;
    top: 5px;
    width: 155px;
    height: 66px;
    background-image: url('../images/sale.png');
    background-repeat: no-repeat;
    background-position: left;
	    color: #fff;
    font-size: 14px;
    padding-top: 15px;
    text-align: left;
    padding-left: 15px;
}
.sale_tag{
	position: absolute;
    width: 105px;
    height: 35px;
    left: 50%;
    margin-left: -52px;
    top: -17px;
}
.ads_section img{
	margin-bottom:30px;
}


.full_swiper #heading{
  font-family: Poppins;
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
}

.full_swiper h1{
    margin: 7px 93px 0;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #171717;
    margin-bottom:50px
}


.media{
    padding: 5px 10px;
}



.client-top-left{
    margin-top: 26px;
}

.why-tj img{
    width: 118%;
}

.product_feature_section{
    min-height:250px;
}

.testimonial-content{
    text-align: left;
}

.test-left{
    margin-left: 40px;
}

.priceTable td {
    padding:0px 20px;
    text-align: center;
    padding: 0px 10px;
    border-bottom: 2px solid rgb(181 181 181 / 15%) ;
    box-shadow: 8px 0px 2px 0px rgba(133, 15, 168, 0.15);
    /* box-shadow: 0 5px 20px 0 rgb(181 181 181 / 15%); */
    /* z-index: 100; */

}
/* .tableHeader {
    width: 120px;
    height: 80px;
} */

.tableColumn {
    /* background-color:  blue; */
    /* margin: 20px; */
    padding: 10px;
}

.priceTable td p {
    background-color:  white;
    font-weight: 500;
    text-align: left;
    padding: 10px 7px;
    /* box-shadow: 0 5px 20px 0 rgb(181 181 181 / 15%); */
    font-size: 17px;
}

.priceTable img {
    background-color:  white;
    /* box-shadow: 0 5px 20px 0 rgb(181 181 181 / 15%); */
}

.priceTable td h3.priceBottomHead {
    text-align: left;
}

.priceTable th {
    /* width: 150px; */
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    /* background-color: red; */
    /* border-bottom: 2px solid rgb(181 181 181 / 15%) ; */
    box-shadow: 0 5px 20px 0 rgb(181 181 181 / 15%);
}

.priceTable .hey {
    /* width: 180px; */
    background-color: white;
    padding: 20px;
    /* box-shadow: 0 5px 20px 0 rgb(181 181 181 / 15%); */

    /* margin-left: 10px; */
    /* background-color: #f6a623; */
}
p.sale_text {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #171717;
    padding-top: 50px;
}
section.sale_crm_software {
    background-color: #f5f7ff;
}
p.below_line {
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #4d4d4d;
}
.row.expert {
    display: flex;
    height: 200px;
    justify-content: center;
    margin-bottom: 40px;
}
.container.mdbg {
    margin-bottom: 60px;
}
.Rectangle {
    margin-right: 40px;
    margin-top: 40px;
}
.Rectangle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 250px;
    border-radius: 5px;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;

}
span.expert {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding-top: 20px;
}
a.book_demo {
    color: #000;
    padding: 9px 24px 11px 24px;
    border: 1px solid #f46700;
    border-radius: 4px;
    background-color: #f46700;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}


section.trialCard {
    margin-top: 68px;
    padding: 25px 20px;
    background-color: #4863d2;
    color: #fff;
}

section input {
    margin-top: 2px;
    padding: 10px;
    width : 100%;
    border: none;
    font-size: 12px;
}

.trailCardHead {
    font-size: 28px;
    font-weight: 500;
}
p.trailCardDesc {
    font-size: 20px;
    margin-top: 0px;
}

section.trialCard .trailCardElement{
    padding: 5px;
}

section.trialCard .trailCardBtn {
    background-color: #24ab48;
    color: #fff;
    font-weight: bold;
    padding: 9px;
    margin-left: 0px;
    font-size: 16px;
    border: none;
    width: 100%;
    border-radius: 5px;
}

p.how_does {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #2c2e30;
}

tr.start_price {
    box-shadow: 0 5px 20px 0 rgb(181 181 181 / 15%);
    
}
tr.start_price td {
    border-bottom: 0px !important;
    box-shadow: 0 5px 20px 0 rgb(181 181 181 / 15%);
    padding-left: 10px;
}
td.data_source {
    padding-top: 30px;
    text-align: center;
    width: 150px;
}

h3.priceBottomHead {
    padding-left: 30px;
    font-size: 20px;
    text-align: center;
    padding-right: 10px;
}

h3.sevennine {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
}
img.img-responsive {
    width: 100%;
}
table.second_table {
    width: 100%;
    margin-bottom: 30px;
}
.more {display: none;}
.row.happy {
    padding-top: 58px;
}
img.dlogo {
    padding: 40px;
}
th.lead {
    font-style: normal;
    padding: 21px 0px;
    padding-left: 17px;
    font-size: 17px;
    font-weight: 500;
    box-shadow: 8px 0px 2px 0px rgba(133, 15, 168, 0.15);
    border-bottom: 2px solid rgb(181 181 181 / 15%);
}
.alert {
    position: absolute;
    margin-top: 8px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    z-index: 999;
}

span.samayitems {
    color: #fff;
    padding-left: 10px;
}
section.crm_sec {
    background-color: #f7f7f7;
    height: max-content;
}
img.dash {
    margin-bottom: -19px; width: auto;}
    button#GetDemo {
        /* margin: 34px 219px -3px 57px; */
        padding: 13px 54px 12px;
        border-radius: 4px;
        background-color: #ffffff;
        font-size: 20px;
        color: #fff;
        border: 1px solid #fff;
    }
    .section_nine {
        background-color: #f7f7f7;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section_nine .whymidcontainer {
        padding: 18px 53px;
    }
    .section_nine .whymidcontainer .newwhy {
        background: #fff;
        border-radius: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 8px;
        display: flex;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.11);
    }

    p.brand_sof {
        padding-top: 20px;
        font-size: 24px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.46;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
    }
    span.insof {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.89;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        padding-bottom: 30px;
    }
    img.why {
        padding-top: 20px;
    }
    
    button.newbutton#GetDemo {
        color: #3451cb;
        font-size: 18px;
    font-weight: 600;
    text-align: center;
    }
    .consult_but {
        text-align: left;
        padding-left: 40px;
    }
    .kyaaapko {
        padding-left: 40px;}
        p.formoreaccount {
            text-align: center;
            font-size: 24px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.88;
            letter-spacing: normal;
            text-align: center;
            color: #0b0b0b;
        }
        .newadd {
            text-align: center;
            margin-bottom: 50px;
        }
        a.expo_more {
            padding: 8px 30px 8px 30px;
            border: 1px solid #000;
            border-radius: 4px;
            color: #000;
            font-size: 16px;
            font-weight: 500;
        }
        .row.secondbelt {
            margin-bottom: 50px;
        }





















@media(max-width:1190px){
	.section1 h1{
		font-size:36px;
		line-height:50px;
	}
	.section1 form{
		width:100%;
	}
	.section5 .section5_text{
		font-size:24px;
	}

}

@media(max-width:1022px){
	.section1 h1 {
		font-size: 28px;
		line-height: 44px;
	}
	.section1 form p{
        font-size:16px;
        width: auto;
	}
	.products_section h3, .tj_advantage h3, .discout_section h3{
		font-size:22px;
	}
	.products_section ul li{
		width:47%;
	}
	.new_footer_section h3 a{
		word-wrap: break-word;
	}
	.discout_section form{
		padding-top:0px;
	}
	.thankyou_products ul li{
		width:46%;
	}
}

@media(max-width:766px){
    .test-left{
        margin-left: 0px;
    }
    .happy-section{
        left: 0;
    }
    .section1 form{
		width:88%;
	}
    .section-testimonials h1{
        font-size: 25px;
        margin-bottom: 33px;
        margin-top: 28px;
    }
    .get-section p{
        font-size: 14px;
        padding-left: 0;
    text-align: center;
    }
    .tj_logo {
        max-height: 36px;
        margin-left: -10px;
        width: 81% !important;
        margin-top: 7px;
    }
    .header .container-fluid{
      padding:0;
    }
    .header .col-xs-6{padding:0;}
    .number-section span{
        display: inline-block;
        width: 65%;
        margin-left: 5px;
    }
    .number-section h2{
        margin-top: 15px;
    }
    .number-section{
        float: left;
        width: 100%;
        background-position: left 17px;
        background-repeat: no-repeat;
        padding-left: 31px;
        margin-left: 14px;
    }
    .section1 p{
        font-size: 13px;
        height: 41px;
        margin: 20px 0px 0 30px;
        margin-bottom: 30px;
    }
    .section1 h1 {
        font-size: 21px !important;
        line-height: 31px !important;}
    .choose{
        padding: 36px 10px;
        background-color: #f5f7ff;
    }

    .choose p{
        font-size: 20px;
    }

    .choose h4{
        font-size: 22px;
    }
    .top_clients{
        padding: 26px 15px;
    }

    .bottom-client div:first-child {
        padding: 30px 0px;
    }

    .full_swiper #heading{
        font-size: 20px;
        padding: 0px 20px;
    }

    .why-tj img{
        width: 100%;
    }

    .full_swiper h1{
        margin: 25px 30px;
        font-size: 26px;
    }

    .product-card{
        width: 350px !important;
        
    }

    .product_bottom_section button{
        width: 80%;
    }

    .swiper-container{
        margin-left: 32px;
    }

    .why-tj h3{
        font-size: 22px;
    }

    .why-tj ul{
        margin-top: 40px;
        padding-left: 0px;
    }

    .why-tj li h4{
        font-size: 14px;
        line-height: 1.5;
    }

    .why-tj li p{
        font-size: 16px;
    }

    .why-tj button{
        width: 80%;
        margin: 25px 30px;
    }
    
    .section-testimonials{
        padding: 20px 30px;
        font-size: 20px;
    }

    .section1 {
        background-color: #f5f7ff;
        min-height: 300px;
        padding-top: 100px;
        padding-bottom: 15px;
        background-image: url(../images/mobileweb_latest.jpg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top;
    }
    .section1 .col-xs-12{
        padding:0;
    }
    .section1 form{
        margin: 49px 24px;
    }

    .header img{
        width: 100%;
    }

    .header button{
        width: 100%;
    }

    .rectangle{
        margin-bottom: 20px;
        border-radius: 5px;
        padding: 15px;
    }
    .rectangle div{
        text-align: center;
    }
    figcaption{
        text-align: center;
        font-size: 18px;
    }
    .section-testimonials p{
        text-align: center;
    }

    .get-section{
        background-size: cover;
    background-position: top;
    padding: 75px 22px;
    background-image: url(../images/mweb_bottom_bg.jpg);
    background-repeat: no-repeat;
    }

    .get-section h1{
        font-size: 20px;
        text-align: center;
        padding-left: 0;
        margin-top: -40px;
    }
    .footer_tj .text-right{
        border-right: 0;
    }
    .footer_tj{
        height: auto;
    }
    .footer_tj p {
        font-size: 15px;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
    .row{
        margin-right: 0;
        margin-left: 0;
    }

    #border{
        width: 90px;
    }

    .top-button{
        margin-right: 0px;
        width: 100%;
    }
    .btn-why{
        margin: 0px;
        width: 155px;
    }
    .top_clients img{
        width: 100%;
    }
	.section1 h1 {
		font-size: 24px;
		line-height: 36px;
		margin-top: -48px;
        padding: 0px 30px;
	}
	.section1 img {
		max-width: 100%;
		height: auto;
		/* transform: rotate(90deg); */
        width: 17px;
        margin-top: 0px;
	}
	.section1 form{
		margin-top:20px;
	}
	.section1 form .form-group, select {
		margin-bottom: 15px;
		float: left;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		min-height: auto;
	}
	.products_section h3, .tj_advantage h3, .discout_section h3, .thankyou_products h3{
		font-size:18px;
	}
	.products_section ul li {
		width: 100%;
		margin: 0px !important;
		margin-bottom: 15px !important;
	}
	.ads_section{
		display:none;
	}
	.section5 .section5_text {
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
		line-height:30px;
	}
	.tj_advantage li{
		width:50%;
		margin-left:0px;
		margin-right:0px;
	}
	.discout_section form{
		padding:0px;
		margin-top:30px;
	}
	.new_footer_social {
		padding-top: 25px;
		text-align: left !important;
		padding-bottom: 25px;
	}
	.new_footer_section h3 a{
		font-size:20px;
	}
	.thankyou_products ul li{
		width:96%;
    }
    section.table_price.container {
        overflow-x: scroll;
        overflow-y: scroll;
    }
    .row.expert {
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    .Rectangle {
        margin-right: 0;
    }
    p.sale_text {
        font-size: 19px;}
        h3.priceBottomHead {
            font-size: 17px;
            padding-left: 0px;
        }
        
        table.second_table {
            width: max-content;
        }
        p.below_line {
            font-size: 14px;
    
}
.top-button {font-size: 13px;}
span.expert {
    font-size: 13px;}

    img.dlogo {
        padding: 20px;
    }
    th.lead {
        font-size:13px;
        /* padding: 21px 0px; */
        padding: 21px 27px 10px 10px;
        border-bottom: 2px solid rgb(181 181 181 / 15%);
        box-shadow: 8px 0px 2px 0px rgba(133, 15, 168, 0.15);
    }
    .row.dashclass {
        display: flex;
        flex-direction: column-reverse;
    }
    .col-md-4.col-sm-4.sofclass {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    img.dash {
        margin-bottom: -75px;
        /* width: 100%; */
        width: 100%;
    }
    .trailCardHead {
        font-size: 20px;}
        p.trailCardDesc {
            font-size: 15px; margin-top: -10px;}
            .why-tj h3{
                padding-left: 0;
            }
            .kyaaapko {
                padding-left: 0px;
            }
            h3.sevennine {font-size: 10px;}
            span.samayitems {
                padding-left: 10px;
                font-size: 14px;
            }
            .tick_numbers {
                padding-left: 27px;
            }
            .consult_but {
                text-align: center;
                padding-left: 0px;
                margin-bottom: 45px;
            }
            h1.whychoosetech {
                font-size: 21px;
                color: #000;
            }
            .why-tj ul li {
                background-position: left 3px;}
}

