@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/*All CSS*/
.mt0 {margin-top:0px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt85 {margin-top:85px;}
.mt90 {margin-top:90px;}
.mt95 {margin-top:95px;}
.mt100 {margin-top:100px;}
.mt120 {margin-top:120px;}
.mb0  {margin-bottom:0px;}
.mb5  {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}
.mb55 {margin-bottom:55px;}
.mb60 {margin-bottom:60px;}
.mb65 {margin-bottom:65px;}
.mb70 {margin-bottom:70px;}
.mb75 {margin-bottom:75px;}
.mb80 {margin-bottom:80px;}
.mb85 {margin-bottom:85px;}
.mb90 {margin-bottom:90px;}
.mb95 {margin-bottom:95px;}
.mb100 {margin-bottom:100px;}
.pt0 {padding-top:0px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}
.pt35 {padding-top:35px;}
.pt40 {padding-top:40px;}
.pt45 {padding-top:45px;}
.pt50 {padding-top:50px;}
.pb0  {padding-bottom:0px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pb35 {padding-bottom:35px;}
.pb40 {padding-bottom:40px;}
.pb45 {padding-bottom:45px;}
.pb50 {padding-bottom:50px;}
.nop  {padding:0px;}
.nopl {padding-left:0px;}
.nopr {padding-right:0px;}
.nomt {margin-top:0px;}
.nomb {margin-bottom:0px;}
.noml {margin-left:0xp;}
.nomr {margin-right:0xp;}
.para_white_center {color:#fff; line-height:28px; text-align:center;}
.para_white_justify {color:#fff; line-height:28px; text-align:justify;}
.para_black_justify {line-height:28px; text-align:justify; color:#4e4a4a;}
.para_black_center {line-height:28px; text-align:center; color:#222;}
.small_border {width:15%; background-color:#fff; text-align:center; height:2px; margin:0 auto;}
.small_border_left {width:15%; background-color:#535268; text-align:center; height:2px;}
.small_border_black {width:15%; background-color:#000; text-align:center; height:2px; margin:0 auto;}
.web_color {color:#084385;}
.web_color_yellow {color:#1f8706;}
.light_gray {color:#9d9d9d;}
.white {color:#fff !important;}
.black {color:#000;}
.bg_gray {background-color:#e9e9e9; padding:10px 0px; border:#666 solid 1px; font-weight:bold;}
.listing_arrow li {background:url(../images/listingicon.png) left 7px no-repeat; padding-left:30px; line-height:34px;}
.listing_arrow_one li {background:url(../images/arrow.png) left 8px no-repeat; padding-left:30px; line-height:34px;}
ul {margin-bottom:-7px !important;}
p {padding:0px !important;}

/*WEBSITE CSS*/
body {background:url(../images/pattern.png)left top repeat; font-size:14px; font-family: 'Josefin Sans', sans-serif;}
.header_bg {background: rgba(8,67,133,1);
background: -moz-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(8,67,133,1)), color-stop(100%, rgba(31,135,6,1)));
background: -webkit-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
background: -o-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
background: linear-gradient(135deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084385', endColorstr='#1f8706', GradientType=1 ); padding:15px 0px; -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.45);
-moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.45);
box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.45);}
.header_bg ul li {color:#fff; text-align:right; line-height:28px; text-shadow:1px 1px 1px #626262;}
.citycolor {color:#ffd400; font-weight:bold;}
.citycolor:hover {color:#fff; font-weight:bold;}
/*.logo {padding-top:15px;}*/
.nav_newbar_one li {border-right:#b5b5b5 solid 1px; padding:10px 15px 10px 15px; color:#fff; font-size:16px;}
.nav_newbar_one li a {color:#fff !important; -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.nav_newbar_one li a:hover {color:#fff !important;}  
.nav_newbar_one li:hover {background-color:#1f8706 !important; -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; color:#fff !important;}
.nav_newbar_one li a:hover {color:#fff !important; text-decoration:none;}
.nav_newbar li a:hover {background-color:#1f8706 !important; color:#fff !important;}
.accout_bg {background-color:#585858; color:#fff; font-size:18px; border-top: #1f8706 solid 1px;}
.ac {background-color:#fff;color:#084385; padding:10px; font-weight:600;}
.rb {background-color:#1f8706;color:#fff; padding:10px; font-weight:600;}

.star_rating {float:right !important;}
.star_rating li {color:#1f8706;}
.star_rating_inner li {color:#f9c615; padding-top:10px;}
.information_box_main {background-color:#373435; padding:15px;}
.information_box {background-color:#fff; border-radius:4px; padding:15px; height:290px; overflow:scroll; overflow-x:hidden;}
.fs18 {font-size:18px;}

.btn{
    color: #fff;
    border-radius: 0;
    box-shadow: 3px 3px 10px 0 rgb(36 65 135);
    perspective: 300px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.btn:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: left center 0;
    transition: all 0.3s ease 0s;
}
.btn:hover:before{
    transform: rotateY(90deg);
}
.btn.red{ border: 2px solid #000; }
.btn.red:hover{ color: #000; }
.btn.red:before{ background: #084385; }
.btn.black_one{ border: 2px solid #fff; }
.btn.black_one:hover{ color: #000; text-decoration:none;}
.btn.black_one:before{ background: #373435;}

.user_detail {background: rgba(8,67,133,1);
background: -moz-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(8,67,133,1)), color-stop(100%, rgba(31,135,6,1)));
background: -webkit-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
background: -o-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
background: linear-gradient(135deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084385', endColorstr='#1f8706', GradientType=1 ); padding:33px 10px; color:#000;}
.ac_mngr {background-color:#fff; border-radius:4px; padding:5px; display:inline-block; text-align:center; font-size:18px; text-shadow:1px 1px 1px #787878; padding:10px;-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);}
.noborder {border:none !important;}
.txt_shadow {text-shadow:1px 1px 1px #7a7a7a;}
.fl_right {float:right;}
.pmt20 {margin-top:20px;}
.dtl a {color:#fff;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.dtl a:hover {color:#99b7ff;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; text-decoration:underline;}
  
.dtl_one a {color:#084385;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.dtl_one a:hover {color:#6884c8;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; text-decoration:underline;}

  

  
.web_white_bg {background-color:#fff;border:#ccc solid 1px; margin-top:15px; padding:10px;}
.web_bg_inner {background: rgba(31,135,6,1);
background: -moz-linear-gradient(-45deg, rgba(31,135,6,1) 0%, rgba(8,67,133,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(31,135,6,1)), color-stop(100%, rgba(8,67,133,1)));
background: -webkit-linear-gradient(-45deg, rgba(31,135,6,1) 0%, rgba(8,67,133,1) 100%);
background: -o-linear-gradient(-45deg, rgba(31,135,6,1) 0%, rgba(8,67,133,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(31,135,6,1) 0%, rgba(8,67,133,1) 100%);
background: linear-gradient(135deg, rgba(31,135,6,1) 0%, rgba(8,67,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f8706', endColorstr='#084385', GradientType=1 );  padding:10px; color:#fff; -webkit-box-shadow:0px 5px 5px 0px rgba(0,0,0,00.35);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);padding:10px 0px 10px 0px;}
.web_bg_inner img {margin-bottom:10px;}
.web_bg_inner p a {color:#fff;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; font-size:16px;}
.web_bg_inner p a:hover {color:#1f8706; text-shadow:1px 1px 1px #a2a2a2; text-decoration:none;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}

.newwhite_bg_main {background-color:#e3e3e3; border:#ccc solid 1px; margin-top:15px; padding:10px;}
.newwhite_bg {background-color:#fff; padding:10px; -webkit-box-shadow:0px 5px 5px 0px rgba(0,0,0,00.35);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35); border:#969696 solid 1px;}  
.newwhite_bg img {margin-bottom:10px;}
.newwhite_bg p a {color:#666;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.newwhite_bg p a:hover {color:#000; text-decoration:none;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;text-shadow:1px 1px 1px #a2a2a2;}

.ntmb30 {margin-bottom:30px;} 
.offer_bg {background-color:#f2d400;font-size:26px; text-align:center; padding:10px 0px; font-weight:bold;}
.offer_bg a {color:#000; text-decoration:none; padding-top:5px;}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}  
.mobfr {float:right !important;} 
.offerandsch {background-color:#fff; color:#222; font-size:30px; text-align:center; display:inline-block;}
.lgt_btn {float:right; display:inline-block; color:#fff; padding:17px 15px 12px 15px; font-weight:bold;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.lgt_btn:hover {background-color:#084385; color:#fff;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; text-decoration:none;}
.lgt_btn i {font-size:16px; color:#fff;}
.ourproduct {background-color:#084385; line-height:60px;}
.table_up_bg {background-color:#084385; color:#000; font-size:20px;}
.tableup {float:right; display:inline-block; color:#000; background-color:#fff; line-height:30px; border-radius:5px; padding:4px 10px; margin-bottom:10px;-webkit-box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.24);
box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.24);}
.tableup a {color:#000; text-decoration:none; display:inline-block;}
.tb_up {margin-top: 10px; line-height: 38px;}
.markbtn a {background-color:#000; line-height:40px; color:#fff; padding:10px; -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s}
.markbtn a:hover {background-color:#084385; text-decoration:none;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.bg_black {background-color:#e4e4e4;}
.bg_black_one {background-color:#fff;}
.profile_pic {background-color:#868686;}


  

.pagination-outer{ text-align: center; }
.pagination{ display: inline-flex; }
.pagination li a.page-link{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background: #084385;
    border: none;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link{
    width: 60px;
    border-radius: 0 10px 10px 0;
}
.pagination li:last-child a.page-link{ border-radius: 10px 0 0 10px; }
.pagination li:first-child a.page-link:before,
.pagination li:last-child a.page-link:before{
    content: "";
    border-right: 20px solid #084385;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -20px;
    transition: all 0.3s ease 0s;
}
.pagination li:last-child a.page-link:before{
    border-right: none;
    border-left: 20px solid #084385;
    left: auto;
    right: -20px;
}
.pagination li:first-child a.page-link:hover:before{ border-right-color: #ffba00; }
.pagination li:last-child a.page-link:hover:before{ border-left-color: #ffba00; }
.pagination li a.page-link:hover,
.pagination .active a.page-link,
.pagination .active a.page-link:hover{ background: #ffbf0c; }
.scrollToTop{
	width:60px; 
	height:70px;
	padding:10px;
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	z-index:1000;
	top:530px;
	right:10px;
	display:none;
	background:  url(../images/up.png) no-repeat 0px 20px;
}
.scrollToTop:hover{text-decoration:none;}
.text_sh {text-shadow: 1px 1px 1px #000; color:#000;}

.testimonial{
    padding: 70px 30px 50px;
    margin: 50px 30px 30px;
    border: 1px solid #084385;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #084385;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 0;
    position: relative;
}
.testimonial .description:before{
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -2px;
}
.testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #084385;
    font-size: 20px;
    font-weight: 700;
    color: #084385;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}
.testimonial .post{
    font-size: 15px;
    color: #222;
}
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}
.owl-prev{
    position: absolute;
    left: 0%;
}
.owl-next{
    position: absolute;
    right: 0%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: "FontAwesome"; font-weight: 900;
    font-size: 30px;
    color: #fff;
    opacity: 1;
}
.owl-next:after{ content: "\f105";}
.border_btm {border-bottom:#fff solid 3px; padding-bottom:15px; margin-bottom:15px;}
.border_btm_black {border-bottom:#222 solid 3px; padding-bottom:15px; margin-bottom:15px;}
.footer_bg {background: rgba(31,135,6,1);
background: -moz-linear-gradient(-45deg, rgba(31,135,6,1) 0%, rgba(8,67,133,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(31,135,6,1)), color-stop(100%, rgba(8,67,133,1)));
background: -webkit-linear-gradient(-45deg, rgba(31,135,6,1) 0%, rgba(8,67,133,1) 100%);
background: -o-linear-gradient(-45deg, rgba(31,135,6,1) 0%, rgba(8,67,133,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(31,135,6,1) 0%, rgba(8,67,133,1) 100%);
background: linear-gradient(135deg, rgba(31,135,6,1) 0%, rgba(8,67,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f8706', endColorstr='#084385', GradientType=1 ); color:#fff; text-align:center; padding-top:15px;}
.bg_white {background-color:#fff; border:#e6e6e6 solid 1px; padding:15px;}
.heading_bg {background-color:#f1f1f1; color:#000; border:#e0e0e0 solid 1px;}
.heading_bg h3 {background-color:#084385; display:inline-block; padding:11px 50px 9px 10px; color:#fff; border-left:#ffbf0c solid 5px; text-shadow:1px 2px 1px #525252; }
.nopl_mb {padding-left:0px;}
.outer_in_back {background-color:#f5f5f5; padding:3px 0px 3px 0px; border-top:#d2d2d2 solid 4px;}
.view_btn {background-color:#ffc600; border-radius:4px; padding:3px 7px;color:#000; display:inline-block; margin-top:25px; font-size:13px}
.view_btn:hover {text-decoration:none; color:#222;}

.download_btn {background-color:#222; border-radius:4px; padding:3px 5px;color:#fff; display:inline-block;  margin-top:25px; font-size:16px; }
.download_btn:hover {text-decoration:none; color:#222;}
.contact_num {font-size:16px; color:#9d9d9d;}
.fs13 {font-size:16px;}
.main_div {margin-bottom:10px;}
.submit_btn {background-color:#ffc600; border-radius:4px; font-size:16px; display:inline-block; padding:7px 15px; color:#000; font-weight:600;}
.gp_class {margin-top:80px;}
.status_cs {font-size:16px; font-weight:bold; background-color:#06aa5a; padding:3px 5px; color:#fff; display:table; margin-bottom:5px;}
.count_nm {background-color:#ffbf0c; color:#000; padding:5px 10px 5px 3px; margin-left:10px; outline:#fff dashed 1px; text-align:center;}
.ourproduct_black {background-color:#1f8706; color:#fff; line-height:60px;}
.pricingTable{
    text-align: center;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}
.pricingTable:hover .price-value{
    transform: rotate(360deg);
    transition:0.6s ease;
}
.pricingTable > .pricingTable-header{
    color:#373435;
}
.pricingTable-header > .heading{
    background: #084385;
    display: block;
    padding: 15px 10px;
    border-radius: 10px 10px 0 0;
}
.heading > h3{
    font-weight:bold;
    margin: 0;
    text-transform: uppercase;
	color:#fff;
}
.heading > .subtitle{
    font-size: 13px;
    margin-top: 3px;
    display: block;
}
.pricingTable-header > .price-value{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:2px solid #373435;
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 800;
    margin-top: 10px;
    padding: 24px 4px 0 4px;
    line-height: 35px;
}
.price-value > span{
    font-size: 18px;
}
.price-value > .mo{
    display: inline-block;
    line-height: 0;
    padding-top: 13px;
    border-top: 1px solid #474747;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: -20px;
}
.pricingTable > .pricingContent{
    margin: 10px 0 0 0;
}
.pricingContent > ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.pricingContent > ul > li{
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
    text-align: center;
    transition:0.4s ease-in-out;
}
.pricingContent > ul > li:before{
    color:#e67e22;
    margin-right: 10px;
}
.pricingContent > ul > li:hover{
    padding-left: 15px;
    transition:0.4s ease-in-out;
}
.pricingContent > ul > li:last-child{
    border-bottom: 1px solid #dbdbdb; color:#373435;
}
.pricingTable > .pricingTable-sign-up{
    padding: 25px 0;
}
.support_btn {text-align:center; display:inline-block; padding:8px 20px; text-transform:uppercase; background-color:#222; color:#fff;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.support_btn:hover {text-decoration:none; color:#fff; background-color:#222;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;} 


@media screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 20px;
    }
}

.viewalltc {background-color:#000; color:#fff; float:right; padding:12.5px 15px; -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s}
.viewalltc:hover {background-color:#ffbf0c; color:#000; -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; text-decoration:none;}


.pending {font-size:21px; font-weight:bold;}
.noti {font-size:16px;}
.box_mr {margin-right:15px;}
.circle p {
    vertical-align: middle;
    display: table-cell; color:#fff;
}
.circle {
    background: #383838;
    border-radius: 200px;
    height: 80px;
    font-weight: bold;
    width: 80px;
    display: table;
    margin: 10px auto;
	text-align:center;
	font-size:20px;
	-webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.39);
box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.39);
}
.mobnopl {padding-left:0px; padding-right:0px;}
.mobnopr {padding-right:0px; padding-left:10px;}

.btn_send {background-color:#084385; color:#fff; border-radius:3px; padding:11px 15px 7px 15px; text-align:center; display:inline-block; margin-bottom:10px;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.btn_send:hover {background-color:#333; color:#fff; text-decoration:none;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}

.btn_cancel{background-color:#373435; color:#fff; border-radius:3px;padding:11px 15px 7px 15px; text-align:center;  display:inline-block; margin-bottom:10px;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}
.btn_cancel:hover{background-color:#000; color:#fff; text-decoration:none;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}

/* Custom Checkbox */
.checkbox-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.checkbox-custom.form-check .form-check-input {
	margin-left: 0;
}

.checkbox-custom.form-check .form-check-label {
	padding-left: 0;
}

.checkbox-custom.checkbox-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .checkbox-custom.checkbox-inline {
	margin-top: 7px;
	padding-top: 0;
}

.checkbox-custom:last-child, .checkbox-custom:last-of-type {
	margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
	position: absolute;
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\F00C';
	top: 50%;
	left: 4px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #fff;
}

.checkbox-custom input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
	color: #fff;
}

.checkbox-custom input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled + label:before {
	background-color: #eee;
}

.checkbox-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.5;
}

.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 19px;
	height: 18px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #dadada;
	background: #084385;
	color:#fff;
}

.checkbox-custom label + label.error {
	display: block;
}

.checkbox-custom.checkbox-custom-transparent label:before {
	background: transparent;
}

.checkbox-custom.checkbox-custom-transparent input[type="checkbox"]:checked + label:after {
	color: #FFF;
}

.checkbox-custom.checkbox-custom-transparent input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}


 input[type='radio']:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -4px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -4px;
        left: -1px;
        position: relative;
        background-color: #084385;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    } 


fieldset.scheduler-border {
    border: 1px solid #cecece !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

    legend.scheduler-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }
	
.border_box { padding:30px 20px; font-size:18px; margin-bottom:30px; color:#000; text-align:center; border:#CCC solid 1px; -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; background-color:#f5f5f5;}
.border_box img {margin-bottom:15px;}
.border_box:hover {background-color:#ffffff; color:#000;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;}


  
  
.anc_no {text-decoration:none;}
.name_heading {background-color:#084385; color:#fff; padding:10px 100px !important; text-align:center; display:inline-block; border-radius:2px; margin:20px 0px 40px 0px; font-size:18px;}



.pricingTable-header > .price-value_one{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:2px solid #fe510f;
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 800;
    margin-top: 10px;
    padding: 24px 4px 0 4px;
    line-height: 35px;
}
.price-value_one > span{
    font-size: 18px;
}
.price-value_one > .mo{
    display: inline-block;
    line-height: 0;
    padding-top: 13px;
    border-top: 1px solid #fe510f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: -20px;
}






.pricingTable-header > .price-value_two{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:2px solid #084385;
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 800;
    margin-top: 10px;
    padding: 24px 4px 0 4px;
    line-height: 35px;
}
.price-value_two> span{
    font-size: 18px;
}
.price-value_two > .mo{
    display: inline-block;
    line-height: 0;
    padding-top: 13px;
    border-top: 1px solid #084385;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: -20px;
}





.pricingTable-header > .price-value_three{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:2px solid #a53bd7;
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 800;
    margin-top: 10px;
    padding: 24px 4px 0 4px;
    line-height: 35px;
}
.price-value_three> span{
    font-size: 18px;
}
.price-value_three > .mo{
    display: inline-block;
    line-height: 0;
    padding-top: 13px;
    border-top: 1px solid #a53bd7;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: -20px;
}




.pricingTable-header > .price-value_four{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:2px solid #ffbf0c;
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 800;
    margin-top: 10px;
    padding: 24px 4px 0 4px;
    line-height: 35px;
}
.price-value_four> span{
    font-size: 18px;
}
.price-value_four > .mo{
    display: inline-block;
    line-height: 0;
    padding-top: 13px;
    border-top: 1px solid #ffbf0c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: -20px;
}


.pricingTable-header > .price-value_five{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:2px solid #161616;
    display: block;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 800;
    margin-top: 10px;
    padding: 24px 4px 0 4px;
    line-height: 35px;
}
.price-value_five> span{
    font-size: 18px;
}
.price-value_five > .mo{
    display: inline-block;
    line-height: 0;
    padding-top: 13px;
    border-top: 1px solid #a16161653bd7;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: -20px;
}


.top_ac {float:right;}
.service_icon li:nth-child(1) {border-left:#dfdfdf solid 1px;}
.service_icon li {text-align:center; border-right:#dfdfdf solid 1px; padding:8px 20px 8px 20px;}
.service_icon li:hover {background-color:#f5f5f5;}
.service_icon li span {display:block;}
.white_service_bg {background-color:#fff;}
.service_icon li a {color:#222; text-decoration:none;}

/*Login form css*/
.form_inner {background-color:#fff; margin:0 auto; background-color:#fff; margin-top:30px; border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;-webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.16);
box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.16);}
.logo_form {padding-top:50px;}
.fs16 {font-size:15px;}
.btn_round{ border-radius: 50px;
      padding: 13px 30px;
      margin-bottom: 10px; color:#fff; text-decoration:none;
      font-size: 13px; background-color:#084385; display:block; text-align:center; margin-top:15px;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; }
.btn_round:hover {background-color:#000; text-decoration:none; color:#fff;-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  transition:.5s; }	
.frgt {text-align:center; color:#000; padding-top:10px; display:inline-block; text-align:center; padding-bottom:10px;}
.frgt:hover {color:#000;}
.social_form {padding-bottom:30px;}
.social_form li { padding: 10px;
        border: 1px solid #CCC;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50px; margin-right:15px;}
.social_form li a {color:#555;}	
.bg_form {background:url(../images/bg.jpg) left top no-repeat; padding:163px 50px;}
.inner_img {border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
border: 0px solid #000000;}
.bg_white_btn {background-color:#fff;border-radius:30px; display:inline-block; padding:10px 30px; font-weight:800; color:#000; text-decoration:none; font-size:16px;}
.bg_white_btn:hover {text-decoration:none; color:#222;}

/*Login form css*/




@media only screen and (max-width: 479px){
    .testimonial{ padding: 70px 10px 30px; }
    .testimonial .description:before{ top: -20px }
    .testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
}
@media only screen and (max-width: 479px){
/*    .pagination{ display: block; }*/
}

@media only screen and (max-width: 767px){
.btn{ margin-bottom: 20px; }
}
@media (max-width:768px) {
.searchbar:hover > .search_input{width: 220px;}
.header_bg ul li {text-align:left;}
.logo {margin-bottom:15px;}
.ac {display:block;}
.rb {display:block;}
.star_rating {padding-top:0px;}
.fl_right {float:left;}
.pmt20 {margin-top:0px;}
.web_bg_inner p a {font-size:15px; display:content;}
.web_bg_inner p {margin-top:5px; margin-bottom:25px;}
.web_bg_inner  {padding:20px 0px 0px 0px;}
.bothclear {clear:both;}
.mobfr {float:none !important; margin-bottom:5px; margin-top:5px;}
.nopr {padding-left:0px;} 
.offer_bg {margin-top:20px;}
.tableup {float:none; display:block; text-align:center; font-weight:bold;}
.table_up_bg {padding:5px; text-align:center; font-weight:bold;}
.ourproduct {margin-bottom: 10px;}
.lgt_btn {float:none; display:inline-block; margin-bottom:15px; padding:8px 10px 8px 10px; border:#fff solid 1px; margin-top:15px;}
.footer_bg {padding-top:13px; padding-bottom:1px;}
.mobnopl {padding-left:0px; padding-right:0px;}
.mobnopr {padding-right:0px; padding-left:0px;}
.pending {margin-top:20px;}
.viewalltc {float:none; display:block; margin-top:10px;}
.heading_bg h3 {display:block;}
.top_ac {float:none; margin-top:10px;}
.top_ac li {width:100%;}
.nav_newbar_one {border-bottom:#fff solid 1px;}
.service_icon {width: 100%; display: flex; overflow: scroll;}
}


/*NEW CSS RS*/
@media (max-width:768px) {
.bg_form {padding:50px 50px;}
.inner_img {border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 0px solid #000000;}
.star_rating {float:left !important;}
}

