/*Basic CSS*/
a:active,
a:hover {
  outline: 0;
}
img {
	vertical-align: middle;
	max-width:100%;
}
img, fieldset {
	border: 0;
}
.skype {
	display:none;
}
*{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box
}
* {
    box-sizing: border-box;
    outline: medium none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
}
a {
	text-decoration:none;

	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

a:hover {text-decoration:none;}
a:focus img,input{ outline:none;}
.removeLeftSpace{ padding-left:0;}
.removeRightSpace{ padding-right:0;}

body { font: normal 14px/17px 'robotoregular'; font-family: "Poppins", sans-serif;
    -webkit-tap-highlight-color: transparent;}

/*Header Css*/
#header{
    width:100%; 
    display:flex; 
    background:#fff; 
    padding:7px 0 7px 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	position:fixed;
	top:0;
	left:0;
	z-index:9;
	height:70px;
	box-shadow: 0 0 5px 0 #bbb;
    /* max-width: 1440px; */
	}
   #header .head-list{
   width: 100%;
    display: flex;
    justify-content: space-between;
    
    }
#header .logo{
	float:left;-moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	width: 140px;
    margin-top: -9px;
}
#header .logo-sm{display:none;-moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 183px;
    margin-top: -16px;
}
#header .logo,#header .logo-sm{padding:0; font-size:0;}
/* #header .head-right{ 
    width:19%;
    float:right;
    text-align:right;
    color:#cbcbcb;
    font-size:15px;
    margin-top:8px;
} */
#header .head-right-lout {
    /* width: 50%; */
    float: right;
    text-align: right;
    color: #cbcbcb;
    font-size: 15px;
    margin-top: 0px;
}
#header .head-left {
        /* width: 24%; */
    float: left;
    text-align: center;
    color: #cbcbcb;
    font-size: 15px;
    margin-top: 0px;
    top: 1px;
    position: revert-layer;
    padding-top: 16px;
    border-radius: 4px;
    height: 49px;
    margin-left: 300px;
   
    padding: 10px;
    /* box-shadow: 0 0 5px 0 #bbb; */
}

#header .head-right {
    /* width: 23%; */
    color: #cbcbcb;
    font-size: 15px;
    top: -14px;
    border-radius: 4px;
    display: flex;
    background: #057AEC;
    padding: 9px;
    color: #000;    
    margin-top: 8px;
    box-shadow: 0 0 5px;
}

.sign-text {
       
      animation: colorChange 3s infinite linear;
    }

    @keyframes colorChange {
      0%   { color: #ff0000; }   /* red */
      25%  { color: #FF671F; }   /* green */
      50%  { color: #ff0000; }   /* blue */
      75%  { color: #FDEE04; }   /* magenta */
      100% { color: #5AB70F; }   /* back to red */
    }

 


.resultCode{
    background: #f7fbff;
   
    border: 1px solid #057AEC;
    margin-top: 5px;
    position: absolute;
    width: 60%;
    z-index: 9;
    margin-left: 0px;
    top: 100%;
    height: auto;
    overflow-y: scroll;
    border-radius: 5px;
}
.resultCode ul li:hover{
    background: #eee;
}
.resultCode ul{ 
    padding-left: 0;
}
.cityCache{
    cursor: pointer;
    margin-left: 54px;
    color: rgb(0, 137, 255);
    display: flex;    
    float: right;
    padding: 5px;
}

.resultCode ul li{      
    font-size: 14px;   
    list-style: none;
    border-bottom: .5px dashed #999;
    align-items: flex-start;   
    padding: 10px 0 9px 0px;
}


.resultCode ul li a{     
    cursor: pointer;    
    display: block;
    color: #337ab7;
    text-decoration: none;
    margin-left: 10px;
    padding: 5px;
}
.freelisting {
    border-radius: 3px;
    color: #000 !important;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px !important;
    font-weight: bold;
    margin: 15px 0 !important;
    padding: 7px 8px !important;
    text-align: center;
    width: 90px;
}
#header .head-right-lout a {
    color: #212529;
    font-size: 14px;
    margin: 0 2px;     
    transition: 0.3s;
    font-weight: 400;
}

#header .head-right a{
color:#fff;
    
    margin-right: 10px;
}
.head-left h6 {
       margin-top: -23px;
    color: #fb641b;
    text-transform: uppercase;
    line-height: 0.1;
    background-color: #FF671F;
    line-height: 1.3;
    margin-bottom: 0px;
    border-radius: 3px;
    color: #fff;
    
}
#header .head-right > strong{
	color:#000;
}
 #header .head-right-lout a:hover {
    color: #fb641b;
}
 

/*********freelisting-btn*********/
.banner{
	width:100%;
	float:left;
	background: url("/public/images/AllCourseBanner_new.jpg") no-repeat;
	background-repeat:no-repeat;
	background-position:center top;
	min-height:360px;
	position:relative;
	background-size: cover;
	margin-top:51px;
}
.banner::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
	top:0;
	left:0;
}



/***************new form************************
.form-style-9{
    max-width: 450px;
    background: #FAFAFA;
    padding: 30px;
    margin: 50px auto;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 6px solid #305A72;
}*****************/
.form-style-9 ul{
    padding:0;
    margin:0;
    list-style:none;
}
.form-style-9 ul li{
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
}
.form-style-9 ul li  .field-style{
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;

}
.form-style-9 .field-style:focus{
    box-shadow: 0 0 5px #B0CFE0;
    border:1px solid #B0CFE0;
}
.quickrequestfotm input[type=text].field-split,
.quickrequestfotm input[type=email].field-split
{
    width: 48%;
	display:inline-block;
}
.form-style-9 .field-full{
    width: 100%;
}

.form-style-9 ul li textarea{
    width: 100%;
    height: 100px;
}
.form-style-9 ul li input[type="button"], 
.form-style-9 ul li input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style-9 ul li input[type="button"]:hover, 
.form-style-9 ul li input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}


/***************new form************************/
.filterForm {
    width: 720px;
    margin: 0 auto;
    /* overflow: auto; */
	background:rgba(255,255,255,0.4);
	padding:20px 0 20px 20px;
	border-radius:5px;
}
.showform .filterForm,.fixedform .filterForm{
	border-radius:0;
	padding:0;
}
.searchform {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.rform{
       bottom:0px;
    position: absolute;
    right: 74px;
}
/* .searchform{margin-top:25%;} */
.searchform h1{
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-family: 'Quicksand';
}
.searchform p{
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: Quicksand;
	padding-bottom: 20px;
}
/* .searchform h2{ 
    color:#fff;
    font-size:22px; 
	margin-top:0;
    text-transform:uppercase;
	text-align:center;
	font-family: 'robotomedium';
} */

.searchform input[type=text]{ 
    border:0; 
    background-color:#fff; 
    height:48px; 
    font-size:16px; 
    /* font-style:italic; */
}
.searchform input[type=text].location{
    border-radius:4px 0 0 4px; 
    background-image:url(../images/location.png);
    background-position:14px center; 
    background-repeat:no-repeat; 
    padding-left:40px; 
    border-right:1px solid #ccc;
}
.searchform span.location {
    border-radius: 4px 0 0 4px;
    background-image: url(../images/location.png);
    background-position: 14px center;
    background-repeat: no-repeat;
    padding-left: 40px;
    border-right: 1px solid #ccc;
    float: left;
    display: inline-block;
    border-radius: 0;
    border: 0;
    height: 48px;
    line-height: 34px;
    width: 99.8%;
    border-radius: 4px 0 0 4px;
}
.searchform span.location b{top:24px!important}
.searchform input[type=submit]{
    border-radius:0px 4px 4px 0px;
    border:0; 
    background-color:#000; 
    height:48px; 
    color:#fff; 
    font-size:18px;
	width: 70px;
}
.searchform input[type=submit]:hover{ background-color:#2267d8;}
.orsection{ 
    margin-top:35px;
}
.orsection p{
    margin-top:30px;
}
.orsection a{
    color:#fff;
    font-size:18px;
    border:1px solid #fff;
    height:40px;
    padding:0 15px;
    border-radius:4px;
    display:inline-block;
    line-height:40px;
}
.orsection a:hover{
    color:#fb641b;
    border:1px solid #fb641b;
}

.quickrequestfotm{ width:380px; float:right; padding:30px; background:rgba(255,255,255,0.6); border-radius:0;border:1px dashed #f00;}
.quickrequestfotm h2{ margin:0 0 23px 0; font-size:20px; color:#000;  font-family: 'robotomedium';text-align:center;}
/* .quickrequestfotm input[type=text],
.quickrequestfotm input[type=email],
.quickrequestfotm input[type=tel],
.quickrequestfotm input[type=number],
.quickrequestfotm input[type=password],
.quickrequestfotm select,
.quickrequestfotm textarea{ width:100%; border:0; border-radius:4px; font-size:14px; background:#fff; color:#acacac; height:40px; padding:0 15px; margin-bottom:10px;box-shadow:0 0 3px 1px #c34712;font-style:italic;;} */

.quickrequestfotm input[type=text],
.quickrequestfotm input[type=email],
.quickrequestfotm input[type=tel],
.quickrequestfotm input[type=number],
.quickrequestfotm input[type=password],
.quickrequestfotm select,
.quickrequestfotm textarea{
    border: 0;
    height: 40px;
    box-shadow: 0 0 3px 1px #c34712;
	color:#000;
}

.quickrequestfotm textarea{ height:90px; padding:10px 15px;}
.quickrequestfotm input[type=submit]{ box-shadow:0 0 3px 1px #c34712;background:#1e52a6; border:0;border-radius:4px; font-size:14px; color:#fff;height:40px; padding:0 15px; float:right;}
.joinBlock{ background:#2892cf; width:100%; float:left; padding:30px 0;}
.joinBlock h1{ color:#fff; margin-bottom:30px;}
.joinBlock h6{ color:#fff; margin-bottom:30px;}
.joinBlock input[type=text],
.joinBlock input[type=email],
.joinBlock input[type=tel],
.joinBlock input[type=number],
.joinBlock input[type=password],
.joinBlock textarea
{ border:0; border-bottom:1px solid #56bcf7; background:none; width:100%;
padding:10px 0; height:40px; margin-bottom:20px;color:#fff;
-moz-transition: all 1.15s ease-in-out 20s;
	-webkit-transition: all 1.15s ease-in-out 20s;
	-o-transition: all 1.5s ease-in-out 20s;
}
.joinBlock textarea{ resize:none; color:#56bcf7;}
.joinBlock textarea:focus,
.joinBlock input[type=text]:focus,
.joinBlock input[type=email]:focus,
.joinBlock input[type=tel]:focus,
.joinBlock input[type=number]:focus,
.joinBlock input[type=password]:focus
{ border:0;border-bottom:1px solid #fff; box-shadow:none; outline:none;}

.joinBlock ::-webkit-input-placeholder,
.joinBlock ::-moz-placeholder,
.joinBlock :-ms-input-placeholder {color: #fff;color: #fff; opacity: 1 !important;}

/*Client Slider*/
.clientBlock{ width:100%; float:left;margin-top:0;  margin-bottom:60px; position:relative;padding:0px 0px;margin-left: -15px;}
.blogBlock{ width:99%; float:left;margin-top:0;  margin-bottom:60px; position:relative;padding:0px 0px;margin-left: 0px;height: 542px;background-repeat: no-repeat;}
.blogBlock img{
	opacity:.9;
} 
.blogBlock img:hover{
	-webkit-filter: grayscale(0%);
	  -moz-filter: grayscale(0%);
    filter: grayscale(0%);opacity:1;} 
	.clientBlock nav{ text-align:center; width:100%; position:absolute; bottom:-40px; left:0;}
.clientBlock nav a{  background: #1e52a6 none repeat scroll 0 0;
border: 0 none;
border-radius: 4px;
color: #fff;
font-size: 18px;
padding: 8px 30px;
text-align:center;
	}
	.blogBlock nav{ text-align:center; width:100%; position:absolute; bottom:-50px; left:0;}
.blogBlock nav a{  background: #1e52a6 none repeat scroll 0 0;
border: 0 none;
border-radius: 4px;
color: #fff;
font-size: 18px;
padding: 8px 30px;
text-align:center;
}
.title{ margin-bottom:0px; font-size:20px;  font-family: 'robotobold'; color:#000;}
.title span{display:inline-block;color:#C94A30;border-left: 3px solid #C94A30;padding: 8px;}
.viewall-txt{
    padding: 15%;
}
/*Megha Menu*/
.customnav{ margin:0 0 8px 0; padding:0; border-radius:0;}
.customnav .navbar-collapse{ padding-left:46px; padding-right:0;}
.navbar-default .navbar-nav > li{border-right:1px solid #e7e7e7;    width: auto;}
.navbar-default .navbar-nav > li:last-child{border-right:0px solid #e7e7e7}
.navbar-default .navbar-nav > li > a{ position: relative;padding:17px 16px 2px 21px; font-size:14px;}
.navbar-default .navbar-nav > li > a> i{position: absolute; left: -6px; font-size: 20px; top: 40%; color:#C94A30; }
.navbar-default .navbar-nav > li > a:after{ position:absolute; right: -1px;font-size:27px;top:40%;}
.navbar-default .navbar-nav > li > a:after{content:"\f106";font-family:'FontAwesome';}
.navbar-default .navbar-nav > .open > a:after{content:"\f107";font-family:'FontAwesome';color: #fff;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover 
{
color: #000;
background-color: #efefef;	
border-radius: 3px;
	}
.navbar-default .navbar-nav > li > a:hover i,.navbar-default .navbar-nav > li.open > a i{color: #C94A30;}

/*Testimonials*/
.testimonials{ margin-bottom:66px;}
.testimonials h2{ margin-bottom:22px; font-size:25px;  font-family: 'robotobold';}
.testimonials h2 span{ display:inline-block; color:#C94A30; border-left:3px solid #C94A30; padding-left:10px;}
.testimonials .block{ margin-top:30px;}
.testimonials blockquote{ background:#f8f8f8; box-shadow: 0 4px 4px 0px #e4e3e3; border:0; position:relative; padding:20px 40px; min-height:140px;}
.testimonials blockquote:after{ content:url(../images/nob.png); position:absolute;right: 228px;bottom: -26px;}
.testimonials blockquote p{ font-family: 'robotolight';color:#4e4e4e;font-size: 16px;line-height: 22px;}
.testimonials blockquote p:before{content:"\f10d";font-family:'FontAwesome'; color:#333;font-size: 20px; margin-right:5px;}
.testimonials blockquote p:after{content:"\f10e";font-family:'FontAwesome';color:#333;font-size: 20px;margin-left:5px;}
.testimonials .username{ text-align:center; padding-left:58%;color:#4e4e4e;font-size: 17px; text-transform:uppercase; line-height: 24px;}
.testimonials .username span{ display:block; font-style:italic; font-size:16px;}
.newtab{ padding:0 0 0 0px; margin:0; border-top: 1px solid #ddd;margin: 0px 0px;padding-top: 24px;}
/*.heading{background: #f7f7f7;} */
.newtab > li{ list-style-type:none; display:inline-block; margin-bottom:-1px; margin-right:9px;width: 100%;}
.newtab > li > a{color:#000; display:block;font-size:15px;border-radius:10px; border-bottom-color: transparent; border-top:2px solid transparent; padding:13px 20px;background:linear-gradient(179deg, #f7f7f7, #b5b6b5);}
.newtab > li.active > a, .newtab > li.active > a:hover, .newtab > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
	border: 1px solid #ddd;
    border-top:2px solid #000;
	border-bottom:1px solid #fff;
}
.ticker {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-company{
        margin-bottom: 66px;
}
#ticker_02,#ticker_01{	height: 200px;}




/*Megha Menu*/
.navbar-nav>li>.dropdown-menu {
border-radius:0 0 4px 4px;
}
.navbar-default .navbar-nav>li>{
  width:auto;
 }

.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
  display:none;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
  display:none;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #3f3b3b;
  white-space: normal;
  font-size:13px;
 cursor: pointer;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
color: #555758;
    font-size: 16px;
    font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.customnav .dropdown-menu{ display:block; opacity:0; visibility: hidden; z-index:2;}
.customnav .open > .dropdown-menu{opacity:1; visibility: visible; padding-left:15px;padding-right:15px;}
.dropdown-menu > li{ display:inline-block;float:left;}
.dropdown-menu > li>a{ padding-bottom:8px; border-bottom:2px solid #fff; font-weight:bold;}
.dropdown-menu > li>a:hover{ padding-bottom:8px; border-bottom:2px solid #fe610c; background:none;}
.mydrop{ display:none; position: absolute; top:100%; width:100%; max-width:1200px; left:0;}
.dropdown-menu > li:hover .mydrop{ display:block;}

/*******************Second Page************************/
.rate-txt{
    font-weight: bold;
    color:#4a4949;
    margin-top: 15px;
    margin-bottom:15px; 
}
.rate-txt-1{
    font-weight: bold;
    height: 50px;
    padding-top: 0px;
}
.review-form{
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #eae8e8;
	padding-bottom:15px;
	margin-bottom:15px;
}
.p-txt{
    float: left;
    margin-top: 5%;
    color: #474849;
    font-size: 20px;
}
.p-txt-1{
    float: right;
    margin-top: 5%; 
    color: #1c5c99;
    font-size: 15px;
}
.p-txt-1:hover {
    text-decoration: underline;
    color: #000;
}
.enter-txt{
    height: 133px;
    width: 100%;
    color: #787878;
    font-style: italic;
	padding:15px;
	margin-bottom:15px;
	border-radius:4px;
	border:1px solid rgba(120, 120, 120, 0.41);
}
.txtfld{border-radius:4px;border:1px solid rgba(120, 120, 120, 0.41); margin-bottom:15px; height:35px; padding:0 10px; font-size:12px; color:#333;}
.submit-btn-1{
    font-size: 21px;
    height: 40px;
    margin-left: 25px;
    padding: 0;
    width: 120px;
}

.freelisting {
     
    border-radius: 3px;
    color: #000 !important;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px !important;
    font-weight: bold;
    /*margin: 15px 0 !important;*/
    padding: 7px 8px !important;
    text-align: center;
    width: 130px;
    display:inline-block;

}
a.freelisting:hover {
    
    text-decoration: underline;
    color:#fb641b !important;
    text-decoration: none;
}
a.hbtn::after {
    border-right: 1px solid #e6dcdc;
    content: "";
    height: 35px;
    position: absolute;
    right: 0px;
    top: 8px;
}
.banner-details{
    margin-top:10px;
    float:left;

}
.details-txt{
    font-weight:bold;	
    color:#FFF;
}

.icon{
    color: #fb641b;
    font-size:16px;
}
.location-txt{
    color:#000;
    font-weight:bold;
	display:inline-block; position:relative;
}
.location-txt a{ color:#fc641b;}
.bottom-icon{
	text-align:center;
	position:absolute; 
	bottom:20px;
	left:0;
}
.bottom-icon a{color:#fff;}
.starrate{color:#ffd203; font-size:32px;}
.location-icon{
    font-size:32px;
    color:#FFF;
}
.rating-img{
    margin-left:60px;
}
.rating{ color:#fff; font-size:16px; font-weight:bold;}
.vote{display: inline-block;
    vertical-align: top;
    margin-top: 8px;}
.txt{color:#FFF;display:block;}
.txt-1{
    color:#FFF;
}
.form-section{
    background:#FFF;
    border:2px solid #ddd;
	margin-top:3px;
	padding-top:10px;
	padding-bottom:10px;
}
.croma-txt{
    color:#e15815;
}
.hdTitle{
	font-size: 20px;
    margin: 7px 0 0 0;    font-weight: bold;
    padding-left: 15px;
	color:#033967;
    font-family: 'Poppins',sans-serif;
	 
}
div.form-section p{
    font-size:20px;
    margin:7px 0 0 0;
	text-align:left;
}
.trmcondition{ font-size:inherit; font-size:12px;font-family: 'robotoregular';}
.clientReview{ margin-top:25px;border-top: 1px solid #ddd;padding-top: 24px;}
.clientReview >.newtab > li > a {
     font-size: 15px;
    padding: 13px 20px;
}
.submit-btn{
    float:right;
}
.formaling{
    float:left;
	width:100%;
	margin-top: 11px;
}
.form-proceed{
    border:0px solid #50b6d6;
    font-size:20px;
	border-top:0;	 
	background:#fff;
}
.stopprocess{ display:none;}
.proceedBtn,.stopprocess{ text-align:center; width:130px;}
.city-form{
    color: #6b6b6b;
    float: right;
    font-size: 12px;
    font-style: italic;
    height: 28px;
    margin-bottom: 8%;
    width: 100%;
    font-weight: 500;
}

.home-popup-form{
    color: #6b6b6b;
    float: right;
    font-size: 14px;
    font-style: italic; 
    height: 35px;
    margin-bottom: 1px;
    width: 100%;
	font-weight: 500;
}
.city-form::-webkit-input-placeholder {
   font-style: italic;
}
.city-form:-moz-placeholder {
   font-style: italic;  
}
.city-form::-moz-placeholder {
   font-style: italic;  
}
.city-form:-ms-input-placeholder {  
   font-style: italic; 
}

.form-details{
    float:left;
    margin-bottom: 2%;
}
.form-txt{
    float:right;
    font-size: 12px;
    font-weight: bold;
    color:#4e4e4e;
    padding-top:5px;
}
.heading-txt{
 margin: 19px 0 30px;
 font-weight: bold;
}
.heading-txt-1{
 font-size: 14px !important;
 color: #434242;
}
.spacer{ padding:0;}
.submit-btn-2{font-size: 18px; padding: 5px 12px;margin-bottom: 15px;}	

.heading-txt-2{
 font-size: 20px;
 color: #434242;
font-family: 'robotobold';
margin-bottom:20px;
}
.heading-txt-2 span{ display:inline-block; border-bottom:2px solid #fb641b; padding-bottom:6px;}
.border-line{border-right:2px dotted #e1e1e1;	}
.formleftBlock{ padding-bottom:30px;}
.formrightBlock{padding-top: 25px; padding-left: 25px;}
.whyChoose{ padding:0; margin:0; list-style-type:none;}
.whyChoose li{font-size: 17px;
    color: #333;
    position: relative;
    padding-left: 61px;
    margin-bottom: 15px;
    line-height: 23px;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;}
.whyChoose li span{ position:absolute; left:0; top:0; background:#fb641b; border-radius:4px;width: 45px; border:1px solid #ef601a;}
.whyChoose li:last-child{ margin-bottom:0; border-bottom:0;}

.add-section{
    background:#f7f7f7;
	width:100%; float:left;
	padding:20px 15px 15px 0;
	margin-top:8px;
	border-radius:4px;
	margin-bottom:0px;
}
@keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
}

div#slider { overflow: hidden; margin-bottom:15px;}
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 20s slidy infinite; 
}		

.phone-txt{
    color:#000;
    font-size:12px;
    font-weight:bold;
}
.phone-txt-1{
    color:#666;
    font-size:12px;
    font-weight:bold;
}	

.location-icon-1{
    font-size:20px;
    color: #666;
}
.location-icon-2{
    font-size:20px;
    color: #666;
   }
.today{float:left;}	

.aside-section{
    background:#FFF;
    border:1px solid  #E2E2E2;
    border-radius:3px;
    min-height:740px; 
}	
.photo-gallery{
    width: 120px;
    height: 80px;
    float:left;
}
.new{

}
.photo-gallery-1{
    margin-top: 3%;

}
.blur{    -webkit-filter: blur(5px); /* Chrome, Safari, Opera */
          filter: blur(2px);}

.formDiv{display:none;}
.leftBlock{background: #f7f7f7;border-radius: 8px;position: sticky;top: 75px;height: fit-content;}
.leftBlock aside{ margin-bottom:15px; border-bottom:1px solid #fff;}
.leftBlock h4{ font-size:15px;font-family: 'robotomedium';}
.leftBlock h4 a{ font-size:12px; float:right;}
.leftBlock ul{ list-style-type:none; margin:0 0 15px 0; padding:0;}
.leftBlock ul li{position:relative; margin-bottom:6px; font-size:12px;}
.leftBlock ul li a{color:#010101;}
.leftBlock ul li a:hover{color:#fb641b;}
.leftBlock td{ font-size:12px;}
.addressBlock ul li{ padding-left:30px; position:relative; margin-bottom:6px; font-size:12px;}
.addressBlock ul li i{ position:absolute; left:0; top:0;}
.orangeColor{color:#fb641b;}
.emptyStar1{ background: url(../images/empty-star.png) no-repeat center center; display:inline-block; width:25px; height:25px;}
.emptyStar{ background: url(../images/empty-star.png) no-repeat center center; display:inline-block; width:25px; height:25px;}
.emptyStar{ background: url(../images/empty-star.png) no-repeat center center; display:inline-block; width:25px; height:25px;}
.hlfStar{ background: url(../images/halfstar.png) no-repeat center center; display:inline-block; width:25px; height:25px;}
.fullStar{ display:inline-block; background: url(../images/full-star.png) no-repeat center center; width:25px; height:25px;}
.green{     background: #0dc50d;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    vertical-align: top;
    padding: 4px 12px;}
/*Popup*/
#smallModal,#smallModal2{text-align: center;padding: 0!important;}
#smallModal:before,#smallModal2:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#smallModal .modal-dialog,#smallModal2 .modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#smallModal .modal-content .close,#smallModal2 .modal-content .close {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c8c8cd;
    border-radius: 100%;
    color: #c8c8cd;
    height: 25px;
    opacity: 1;
    text-shadow: unset;
    width: 25px;
	font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
#smallModal .modal-content .modal-header,#smallModal2 .modal-content .modal-header{border-bottom: 0px solid #e5e5e5;}
#smallModal .modal-content .modal-title,#smallModal2 .modal-content .modal-title {color: #222;font-size: 16px;}
#smallModal .modal-content .subtitle,#smallModal2 .modal-content .subtitle{ font-size:11px; margin:0;}
#smallModal .modal-sm,#smallModal2 .modal-sm {width: 350px;}
#smallModal .modal-container .modal-content,#smallModal2 .modal-container .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    display: table;
    outline: 0 none;
    position: relative;
    width: 100%;
}
#smallModal .modal-content .modal-body,#smallModal2 .modal-content .modal-body { color: #747474;padding: 25px;}
.modal-content .modal-label {font-size: 12px;font-weight: 400;}
.p-15 {padding: 15px;}
.mb-15 { margin-bottom: 15px;}
.innerbanner{ min-height: 180px; padding-left:30px; padding-right:30px;width: 100%;
    float: left;
    background: url(../images/default_profile_pic.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: center top;   
    position: relative;}
.topSpace{ margin-top:15px;}
.topSpace img:hover{transform:scale(1.1,1.1)}
.leftSpace{ padding-left:70px; position: relative;}
.leftSpace label.modal-label{ position:absolute; left:0; top:10px;}
.arrg-blok {
	width: 100%;
	float: left
}
.rate-block {
	padding: 10px 0 20px 0;
	float: left;
	width: 100%
}

.rat-box {
	padding: 0;
	float: right
}
.rstrs.nwrstr.content_rating {
	margin-right: 0
}
.nwrstr.content_rating .bs1, .nwrstr.content_rating .bs2, .nwrstr.content_rating .bs3, .nwrstr.content_rating .bs4, .nwrstr.content_rating .bs5, .nwrstr.content_rating .bs6, .nwrstr.content_rating .bs7, .nwrstr.content_rating .bs8, .nwrstr.content_rating .bs9, .nwrstr.content_rating .bs10 {
	background-position: -22px -27px;
	width: 35px;
	height: 35px
}
.bs1, .bs2, .bs3, .bs4, .bs5, .bs6, .bs7, .bs8, .bs9, .bs10 {
	background: url("../images/dtlpage_ratings1x.png") no-repeat;
	float: left;
	height: 26px;
	margin: 0 3px 0 0;
	width: 27px
}
.rstrs.nwrstr.content_rating a {
	display: inline-block;
	height: 26px;
	width: 27px
}
.rstrs.nwrstr.content_rating .bs1.done, .nwrstr.content_rating .bs1.rhvr,.rstrs.nwrstr.content_rating .bs1:hover {
	background-position: -64px -26px;
	width: 35px;
	height: 35px
}
.rstrs.nwrstr.content_rating .bs2.done, .nwrstr.content_rating .bs2.rhvr,.rstrs.nwrstr.content_rating .bs2:hover {
	background-position: -105px -26px;
	width: 35px;
	height: 35px
}
.rstrs.nwrstr.content_rating .bs3.done, .nwrstr.content_rating .bs3.rhvr,.rstrs.nwrstr.content_rating .bs3:hover {
	background-position: -146px -26px;
	width: 35px;
	height: 35px
}
.rstrs.nwrstr.content_rating .bs4.done, .nwrstr.content_rating .bs4.rhvr,.rstrs.nwrstr.content_rating .bs4:hover {
	background-position: -187px -26px;
	width: 35px;
	height: 35px
}
.rstrs.nwrstr.content_rating .bs5.done, .nwrstr.content_rating .bs5.rhvr ,.rstrs.nwrstr.content_rating .bs5:hover{
	background-position: -228px -26px;
	width: 35px;
	height: 35px
}
.rstrs.nwrstr.content_rating .bs6.done, .nwrstr.content_rating .bs6.rhvr,.rstrs.nwrstr.content_rating .bs6:hover {
	background-position: -269px -26px;
	width: 35px;
	height: 35px
}
.rstrs.nwrstr.content_rating .bs7.done, .nwrstr.content_rating .bs7.rhvr,.rstrs.nwrstr.content_rating .bs7:hover {
	background-position: -312px -26px;
	width: 35px;
	height: 35px
}
.rstrs.nwrstr.content_rating .bs8.done, .nwrstr.content_rating .bs8.rhvr,.rstrs.nwrstr.content_rating .bs8:hover {
	background-position: -353px -26px;
	width: 35px;
	height: 35px
}
.rstrs.nwrstr.content_rating .bs9.done, .nwrstr.content_rating .bs9.rhvr,.rstrs.nwrstr.content_rating .bs9:hover {
	background-position: -394px -26px;
	width: 35px;
	height: 35px
}
.rstrs.nwrstr.content_rating .bs10.done, .nwrstr.content_rating .bs10.rhvr,.rstrs.nwrstr.content_rating .bs10:hover {
	background-position: -435px -26px
}
.costr .rstrs .bs1, .costr .rstrs .bs2, .costr .rstrs .bs3, .costr .rstrs .bs4, .costr .rstrs .bs5, .costr .rstrs .bs6, .costr .rstrs .bs7, .costr .rstrs .bs8, .costr .rstrs .bs9, .costr .rstrs .bs10 {
	background-position: -10px -10px
}
.costr .rstrs a {
	display: inline-block;
	height: 26px;
	width: 27px
}
.costr .rstrs .bs1.done, .costr .rstrs .bs1.rhvr {
	background-position: -41px -10px
}
.costr .rstrs .bs2.done, .costr .rstrs .bs2.rhvr {
	background-position: -71px -10px
}
.costr .rstrs .bs3.done, .costr .rstrs .bs3.rhvr {
	background-position: -101px -10px
}
.costr .rstrs .bs4.done, .costr .rstrs .bs4.rhvr {
	background-position: -131px -10px
}
.costr .rstrs .bs5.done, .costr .rstrs .bs5.rhvr {
	background-position: -161px -10px
}
.costr .rstrs .bs6.done, .costr .rstrs .bs6.rhvr {
	background-position: -193px -10px
}
.costr .rstrs .bs7.done, .costr .rstrs .bs7.rhvr {
	background-position: -223px -10px
}
.costr .rstrs .bs8.done, .costr .rstrs .bs8.rhvr {
	background-position: -253px -10px
}
.costr .rstrs .bs9.done, .costr .rstrs .bs9.rhvr {
	background-position: -284px -10px
}
.costr .rstrs .bs10.done, .costr .rstrs .bs10.rhvr {
	background-position: -314px -10px
}
.costr .con .loc {
	font-weight: normal;
	font-size: 15px
}
#reviews-result-resp{margin-top: 23px;}
#reviews-result-resp .reviews-box .alllearners_reviews {
    position: relative;
	/* margin-bottom:10px; */
}
#reviews-result-resp .reviews-box {
    text-align: left;
}
#reviews-result-resp .reviews-box .alllearners_reviews_img_box {
    position: absolute;
    top: 0;
    left: 0;
}
#reviews-result-resp .reviews-box .alllearners_reviews_info_box {
    float: left;
    width: 100%;
    padding-left: 65px;
}
#reviews-result-resp .reviews-box .alllearners_reviews_info_box h5 {
    color: #fe610c ;
    font-weight: 600;
    margin-bottom: 5px;
}
#reviews-result-resp .reviews-box .alllearners_reviews_info_box h6.reviewer_profession {
    color: #5bc0de;
    font-weight: 500;
}
#reviews-result-resp .reviews-box .alllearners_rating_box {
    margin:0px 0 0 0;
}
#reviews-result-resp .reviews-box {
    text-align: left;
	}
#reviews-result-resp .reviews-box .alllearners_rating_box .star_ratings_box span.likes {
    color: #03489b;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}
#reviews-result-resp .reviews-box .alllearners_rating_box .star_ratings_box span.star-rating i {
    color: #ffcc00;
    font-size: 12px;
}
#reviews-result-resp .reviews-box:hover, #reviews-result-resp .reviews-box:focus {
    box-shadow: 0 1px 5px 1px #ccc;
}
#reviews-result-resp .reviews-box {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,0.3);
    text-align: left;
    border-radius: 3px;
}
.r-more-info{ position:relative;}
.r-more-info:after{ display:none;}
.r-more-info:hover:after{ content:attr(data-content);position: absolute;
    width: 300px;
    font-size: 11px;
    color: #fff;
    background: #000;
    border-radius: 4px;
    padding: 10px; display:block; right:-300px; top:0; z-index:9;}
	
.galleryPopup{
    margin: 0 auto;
    width: 70%;
    position: fixed;
    left: 50%;
    top:2.5%;
    z-index: 999;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-left: -35%;
    padding: 0px 30px;
}

.whiteBg{ background:#fff; float:left !important; padding:15px; border-radius:10px;}
#thumbs{ background:#efefef; min-height:580px; position:relative; padding-bottom:75px;}
#gallery .topinfo{border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
    margin: 0 0 12px 0;
    min-height:40px;color: #5d5d5d;
	padding-right:70px;
    font-size: 13px; position:relative;}
	#gallery .topinfo span{ position:absolute; right:0; color:#438dd2;}
.vallpic{
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ccc;
    min-height: 50px;
    text-align: center;
    padding: 23px 00;}
div.tooltip{text-align:left!important; font-size:12px;
width:300px;
}




/*******************footer-resp************************/
.footer-resp {
	background: #f24130 none repeat scroll 0 0;
	padding: 20px 0;
}
.footer-resp .iso-box {
	color: #f9a9a2;
	font-size: 40px;
	font-weight: 700;
	padding-top: 0px;
	text-align: left;
}
.footer-resp .iso-box span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	margin-top: 5px;
}
.footer-resp .getin-box h5 {
	text-align: right;
}
.footer-resp .getin-box h5 a {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 5px;
	padding: 0 0 10px;
	text-align: center;
}
.footer-resp .getin-box h6 {
	color: #fff;
	color: #fdc8c2;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
}
.footer-resp .getin-box h5::after {
	content: '';
	background: #000 none repeat scroll 0 0;
	border: 3px solid #f9a9a2 !important;
	content: "";
	display: block;
	text-align: center;
	width: 50%;
	margin-bottom: 5px;
	position: relative;
	left: 33%;
}
.footer-resp .ness-box {
	text-align: right;
	padding: 13px 0;
}
/*******************footer-resp************************/



/****************address-box*********************/

.address-box {
	background: #161d1f none repeat scroll 0 0;
	padding: 25px 0;
	margin-top: 25px;
}
.address-box .head-office:hover .head-icon-box i, .address-box .head-office:focus .head-icon-box i {
	color: #d4d4d4;
	transition: color 0.6s ease 0s;
}
.address-box .head-office .head-icon-box {
	position: relative;
}
.address-box .head-office .head-icon-box i {
	position: absolute;
	top: 0;
	left: 0;
	color: #394648;
	font-size:90px;
}
.address-box .head-office .head-info-box {
	float: left;
	padding-left: 100px;
	color: #fff;
	width: 100%
}
.address-box .head-office .head-info-box h4 {
	border-bottom: 1px solid #242729;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0 0 5px;
}
.address-box .head-office .head-info-box p {
	color: #a3b2b5;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
}
.address-box .contact-box:hover .contact-icon-box i, .address-box .contact-box:focus .contact-icon-box i {
	color: #d4d4d4;
	transition: color 0.6s ease 0s;
}
.address-box .contact-box .contact-icon-box {
	position: relative;
}
.address-box .contact-box .contact-icon-box i {
	position: absolute;
	top: 0;
	left: 0;
	color: #394648;
	font-size: 85px;
}
.address-box .contact-box .contact-info-box {
	float: left;
	padding-left: 100px;
	color: #a3b2b5;
	width: 100%
}
.address-box .contact-box .contact-info-box h4 {
	border-bottom: 1px solid #242729;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0 0 5px;
}
.address-box .Email-box:hover .Email-icon-box i, .address-box .Email-box :focus .Email-icon-box i {
	color: #d4d4d4;
	transition: color 0.6s ease 0s;
}
.address-box .Email-box .Email-icon-box {
	position: relative;
}
.address-box .Email-box .Email-icon-box i {
	position: absolute;
	top: 0;
	left: 0;
	color: #394648;
	font-size:75px;
}
.address-box .Email-box .Email-info-box {
	float: left;
	padding-left: 100px;
	color: #fff;
	width: 100%
}
.address-box .Email-box .Email-info-box h4 {
	border-bottom: 1px solid #242729;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0 0 5px;
}
.address-box .Email-box .Email-info-box a {
	color: #a3b2b5;
	display: block;
	font-size: 14px;
	margin-left: 0px;
	padding: 0px 0;
}
.address-box .Email-box .Email-info-box a:hover, .address-box .Email-box .Email-info-box a:focus {
	text-decoration: none;
}

/****************address-box*********************/





/***************links-resp************************/

.links-resp {
	background: #fff none repeat scroll 0 0;
	padding: 1px 0 1px;
    border-top: 1px solid #f6f6f6;
}
 
.links-resp .latest-courses-resp .heading-full {
	margin-bottom: 30px;
	padding: 0 0px;
}
.links-resp .latest-courses-resp .heading-full h2 {
	color: #fff;
	margin: 15px 0;
	text-align: center;
}
.links-resp .latest-courses-resp .heading-full span::after {
	background: #f24130 none repeat scroll 0 0;
	content: "";
	font-size: 2px;
	height: 3px;
	line-height: 0;
	margin: auto;
	padding: 0 90px;
	position: relative;
	top: -15px;
}
.links-resp .latest-courses-resp .heading-full span {
	background: #cbcbcb none repeat scroll 0 0;
	display: block;
	height: 1px;
	position: relative;
	width: 100%;
}
.links-resp .latest-courses-resp .latest-courses-list-box {
}
.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li {
	list-style: none;
	padding: 5px 0;
	padding: 5px 0px 0 10px
}
.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a {
	color: #cbcbcb!important;
	font-size: 12px;
}
.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a:hover, .links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a:focus {
	color: #9d9999!important;
	font-size: 12px;
	transition: color 0.6s ease 0s;
}
.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a:hover, .links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a:focus {
	text-decoration: none;
}
.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a::before {
	color: #d4d4d4;
	content: "ï„…";
	font-family: FontAwesome;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	position: absolute;
	text-decoration: inherit;
}
 
  .follow-sticker ul li a:first-child {
	margin-left: 0;
}
  .follow-sticker ul li a {
	background-color: #e2dcdc;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50px;
	display: inline-block;
	height: 40px;
	margin: 0 4px 6px;
	padding: 0;
	vertical-align: top;
	width: 40px;
	position: relative;
}
  .follow-sticker ul li a i {
	 
	font-size: 20px;
	left: 10px;
	position: absolute;
	text-align: center;
	top: 10px;
}
  .follow-sticker ul li a.facebook i {
	left: 14px;
}
 .follow-sticker ul li a:hover {
	background: #cbcbcb;
	transition: background 0.6s ease 0s
}
.follow-sticker ul li a.facebook i {
	color: #3c599f;
	transition: color 0.6s ease 0s
}
.follow-sticker ul li a.twitter i {
	color: #00b5ef;
	transition: color 0.6s ease 0s
}
 .follow-sticker ul li a.linkedIn i {
	color: #0077B5;
	transition: color 0.6s ease 0s
}
 .follow-sticker ul li a.youTube i {
	color: #ec2828;
	transition: color 0.6s ease 0s
}
 .follow-sticker ul li a.pinterest i {
	color: #c8232c;
	transition: color 0.6s ease 0s
}
  .follow-sticker ul li a.instagram i {
	color: #FF0000;
	transition: color 0.6s ease 0s
}
.follow-sticker ul li a.quora i {
	color: #AA2200;
	transition: color 0.6s ease 0s
}
.social-wrapper {
	background: #000;
	margin-top: 20px;
}
.links-resp .social-wrapper .social1 * {
	width: 100%!important;
}
.links-resp .social-wrapper .social1 .total-exp {
	text-align: center;
	margin: 20px 0;
	padding: 0 80px 26px;
}
.links-resp .social-wrapper .social1 .total-exp img {
	display: block;
	max-width: 100%!important;
	margin: 0 auto;
}
.links-resp .copyright-box {
	margin-top:10px;
}
.links-resp .disclaimer-box{	margin-top:10px;}
.links-resp .copyright-box p {
	font-size: 11px;
	color: #000;
	text-align: left;
	font-weight: 600;
}
.links-resp .disclaimer-box p {
	font-size: 10px;
	color: #000;
	text-align: right;
	font-weight: 600;
}
.paybox {
	background: #000;
	padding: 20px 0;
}
/***************links-resp************************/
.navbar-default .navbar-nav > li > a {
    color: #222;
}


/*label {
  position:absolute;
  transform:translateY(6px);
  left:13px;
  color:rgba($white,.5);
  transition:all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size:22px;
  .req {
  	margin:2px;
  	color:$main;
  }*/

.field-wrap {
  position:relative;
  margin-bottom:40px;
}
 #header .head-list {
    margin: 0;
    padding: 0;
}
.links-resp .disclaimer-box p a{color:#1b41db!important;}



/*********************************Third Page******************************************/
    .third-add-section{
    width:100%;
    position:relative;
    margin: 70px 0px;
    }

    .third-add-section img{
        width:100%;
        background-size: cover;

    }
    .reviews-box-main{
    float:left;
    padding-left:0;
    margin-bottom:30px;
    }
.reviews-box-1 {
   background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    
    margin-bottom: 0px;
    margin-top: 17px;
    padding:7px;
    text-align: left;
}
.btnBox{ 
    padding:0 0 40px 15px; position:relative; min-height:115px;
    width:150px; border-left: 1px solid #cdd0d2;margin-left:0px}
.reviews-box-text{
	margin-bottom:10px;
	}
.serchlist-icon{
    color: #fb641b;
    font-size:16px;
}
.serchlist-txt{
    color: #747474;
    font-size:14px;
	margin-bottom:3px;
	margin-top:2px;
	font-weight:normal;
}
.serchlist-txt a{
    color: #747474;
    font-size:14px;
	margin-bottom:10px;
	margin-top:2px;
	font-weight:normal;
}
.serchlist-txt-1{
    color: #323232;
    font-size:18px;
	font-weight:400;
	
}


 
.serchlist-rating{
    color: #747474;
    font-size:14px;
	display:inline-block;
	vertical-align:top;
	display:block;
}
.serchlist-txt-btn{
    color: #6b6a6a;
	margin-bottom:10px;
	margin-top:-32px;
}
.sms-view{
    padding: 5px 8px;
	color:#fff;
	display:inline-block;
	background-color: #2874F0;
    border: 1px solid #2874F0; 
    border-radius: 4px; 
}

.whatsapp-view {
  padding: 5px 3px;
  color: #000;
  display: inline-block;
   
  border: 1px solid #2874F0;
  border-radius: 4px;
}
.whatsapp-view .fa-whatsapp{
    width: 18px;
  height: 18px;
  background: #2AA81A;
  color: #fff;
  line-height: 1.2;
  padding: 0px 3px;
  border-radius: 3px;
}
.fa-whatsapp{
    width: 17px;
    height: 15px;
    background: #2AA81A;
    color: #fff;
    line-height: 1.2;
    padding: 0px 3px;
    border-radius: 3px;
}

a.whatsapp-view:hover {
	background-color: #FB641B;color:#fff;
    border: 1px solid #FB641B;
}	
a.sms-view:hover {
	background-color: #FB641B;color:#fff;
    border: 1px solid #FB641B;
}	
.serchlist-btn{
 font-weight: bold;
  background-color: #66a400;
    border: 1px solid #66a400;   
	width: 150px;    
    padding: 5px 10px;
    font-size: 16px;
	position:absolute; bottom:0;
	 left:15px;
	color:#fff;
	border-radius:4px;
	}
.serchlist-btn:before{font-family:'FontAwesome';content:"\f054"; position:absolute; right:10px; font-size:14px;}
.serchlist-btn:hover {
    background-color: #4c7b00;
    border: 1px solid #4c7b00;
}
.serchlist-location-icon {
    background-color: white;
    border-radius: 5px;
    font-size: 21px;
    height: 28px;
     margin-top: 0;
    color: #000;
    line-height: 25px;
}
.serchlist-img{
	width:250px;
	position: relative;
	padding:0;
	max-height:140px;
	border-radius:5px;
	overflow:hidden;
}
.serchlist-img img{
	border-radius:5px;
}
.serchlist-img img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 250px;
}
.serchlist-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.serchlist-img p{
	position: absolute;
bottom: 10px;
right: 10px;
text-align: right;
margin:0;
}
.serchlist-location-icon-txt{
 color: white;
    float: none;
    font-size: 12px;
    margin-left: 0;
    display: block;
	}
.rating-txt{
	margin-bottom:10px;
	}	

	.emptyStar2{ background: url(../images/empty-star.png) no-repeat center center; display:inline-block; width:20px; height:20px;}
.emptyStar3{ background: url(../images/empty-star.png) no-repeat center center; display:inline-block; width:20px; height:20px;}
.emptyStar:hover{ background: url(../images/full-star.png) no-repeat center center;}
.fullStar1{ display:inline-block; background: url(../images/full-star.png) no-repeat center center; width:20px; height:20px;}	

.side-data{
	float:right;
	}
.side-data-txt{
	border-bottom:1px solid;
	font-family:"robotoregular";
	font-size:16px;
	font-weight:500;

	
	}
.side-data-txt-1{ float:left; font-weight:bold; color:#006699;padding: 15px;}
.side-txt{
	float:right;
	margin-right:8px;
	}
.side-row-1{
	margin-top:10px;
	border-top: 1px solid #cdd0d2;
    text-align: center;
    display: grid;
	}
	.side-data-btn a{
	    color:#fff;
	}
	.expert-count{
	    color:#008000;
	}
	.items-list{
	   display: inline-flex;
	   grid-gap: 15px 25px;
	   justify-items: center;
	}
	.img-items{
	    justify-items: center;
	}
	.services{
	        margin-top: 22px;
	}
	.help-block strong{
	        color: red !important;
	}
.services .items{
    border: 0.5px solid #ccc;
    padding: 10px;
    border-radius: 15px;
    transition: all .2s ease-out;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    background: #ffffff;
    margin-bottom:10px;
    width: 90px;
    text-align:center;
    
	}
	.items:hover
    {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
    cursor: pointer;
    }
.services .items:hover .hoverbutton {
    opacity: 1;
}
.services .items img{
width: 65px;
height: 45px;
margin-bottom: 10px;
object-fit:contain
}

	.items .title-serv{
	/*padding: 7px;*/
    
	}
	.popular-list{
	    margin-top:10px;
	    display: flex;
        align-items: center;
        justify-content: center;
	}
	.popular-title h5{
	/*width: 220px;*/
 /*   margin: 17px auto;*/
    padding: 8px 0px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
	}
	.popular-div{
    margin-right: -15px;
    min-height: 1px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #bbb;
	}
	.popular-div figure {
    height: 173px;
    overflow: hidden;
        transform: scale(1);
	}
	 .popular-div figure :hover {
	     
      /*  transform: translateY(-5px);*/
        box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
        cursor: pointer;
            transform: scale(1);
        transform: translateX(-5px); 
	 }
	.popular-div img {
    transition: .3s ease-in;
    border-radius: 15px 15px 0px 0px;
    width:100%;
}
.popular-div .grid-info {
    padding: 8px 0px 1px 0px;
    border-radius: 15px;
}
.title_icon {
    margin: 0 auto;
    color: #EB9C9E;
    position: relative;
    padding: 0 10px;
    margin: 0 25px;
    display: inline;
    line-height: normal;
    
    }
    
    .title_icon::before {
    content: "";
    border-bottom: 3px solid #F32B56;
    position: absolute;
    width: 88px;
    height: 1px;
    display: block;
    top: -40%;
    left: -80px;
    }
    
    
    .title_icon img {
    width: 90px;
    height: 60px;
    margin-top: -25px;
    }
    
    .title_icon::after {
    content: "";
    border-bottom: 3px solid #F32B56;
    position: absolute;
    width: 88px;
    height: 1px;
    display: block;
    top: -40%;
    right: -80px;
    }
    
    .Acolor{
    background: linear-gradient(360deg, #0C23FC, #ffffff);
    }
    
    .Bcolor{
    background: linear-gradient(360deg, #33BB04, #ffffff);
    }
    
    .Ccolor{
    background: linear-gradient(360deg, #fe3a3a, #ffffff);
    }
    
    .Dcolor{
    background: linear-gradient(360deg, #FCAA0C, #ffffff);
    }
    
    .Ecolor{
    background: linear-gradient(360deg, #FFFF00, #ffffff);
    }
    
    .Fcolor{
    background: linear-gradient(360deg, #FE610C, #ffffff);
    }
    
    .Gcolor{
    background: linear-gradient(360deg, #008000, #ffffff);
    }
    
    .Hcolor{
    background: linear-gradient(360deg, #000080, #ffffff);
    }
.footer-new {
    
    padding-top: 40px; 
    padding-bottom: 10px;   
}
   .container {
            max-width: 1480px;
            margin: 0 auto;
            padding: 0 15px;
        }
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.footer-new h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.footer-new span {
    color: #ee2324;
}
.category-description ol, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 25px !important;
}

ul, li, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 8px;
     
}
.footer-new ul.seoabout_listing li {
    display: block;
    float: left;
    margin: 20px;
    height: 110px;
}
.footer-new ul.seoabout_listing li .image {
    border-radius: 50%;
    display: block;
    height: 66px;
    width: 66px;
    background: #ee2324;
    float: left;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    margin: 0 20px 10px auto;
    line-height: 66px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    background:linear-gradient(45deg, #FCAA0C, #0cfc10);
}
ul.seoabout_listing li h3 {
    color: #212526;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.footer-new ul.seoabout_listing li h5 {
    color: #ff9900;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    width: 285px;
}
 .main-footer {
    padding: 0 0 10px;
    position: relative;
    width: 100%;
    margin-top:30px;
}
.main-footer > div {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.main-footer h4 {
    font-family: inherit;
    line-height: normal;
    margin: 0 0 5px;
    text-rendering: inherit;
    color: #343434;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-footer ul {
    list-style: outside none none;
    margin: 0 -7px;
    padding: 0;
}
.main-footer ul li {
    display: inline-grid;
    line-height: 17px;
}
.main-footer a {
    color: #84847a;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
    padding: 3px 5px;
    text-decoration: none;
}
.popular-div .grid-info h3 {
    margin-top: 1px;
    height: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
}
.popular-div .grid-info h3 a {
    color: #111111;
}
.popular-div .grid-info .get-quotes {
    float: right;
    margin-top: -6px;
    padding: 6px 10px;
    font-size: 13px;
    color: #C94A30;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    font-weight: 600;
    line-height: 17px;
    transition: .3s ease-in;
}
.clearfix{clear:both;}


.side-data-btn{
font-weight: bold;
margin-top: 10px;
color:white;
font-size:12px !important;
width: 150px;
margin-left: 52px;
 background: #2874F0;
	}
	.side-data-btn:hover{
    background-color: #FB641B;
    color: #fff;
    border: 1px solid #FB641B;
	}
	
.side-data-add{ margin-top:10px;}
.emptystar{display:inline-block; width:16px; height:16px;background: url(../images/empty.png) no-repeat center center;	vertical-align:top;margin-right:2px}
.fullstar{ background: url(../images/full.png) no-repeat center center;}
.halfstar{ background: url(../images/half.png) no-repeat center center;}
.clickBlick{border-bottom: 1px solid #cdd0d2; margin-top:0; padding-top:10px;display: flex;}
.client-trusted{    
    color: #747474;
    font-size: 14px;
    margin-bottom: -23px;
    margin-top: -21px;
    font-weight: normal;
}
.client-trusted img{
   width: 60px;
}
.img-responsive{
  border: none;
  border-radius:50px; 
}
.img-logo{
  border: none;  
}
.pma:before{
  content:"\2713";
  margin-left: -15px;
  margin-right: 10px;
  display: inline;
  color: green;
  border: 1px solid green;
  padding: 0 5px; 
  border-radius: 4px;
}
.select2-container--bootstrap .select2-results__group {
	background: #e3e3e3;
}
.filterBox{ width:100%; float:left;margin-top: 17px;}
.filterBox select{ width:200px; height:35px; padding:0 20px 0 10px; border-radius:2px; background:#fff url(../images/downarrow.png) no-repeat 176px center; border:1px solid #9ba2a6; appearance:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none; font-size:14px; color:#333;}
.filterBox .sharebtn{width:92px;height:35px; padding:0 20px 0 10px; border-radius:2px; background:#fff url(../images/downarrow.png) no-repeat 70px center; border:1px solid #9ba2a6;font-size:14px; color:#333;text-align: left; margin-left:16px;}
.filterBox .btn-group{ vertical-align:top;}
.filterBox .dropdown-menu{ max-width:268px;min-width:268px;max-width:268px; padding:12px; background:#fff;border:1px solid #9ba2a6;border-radius:2px;left: -75px;margin-top: 15px;}
.filterBox .dropdown-menu a{ display:block; height:38px; padding:10px; color:#fff; background:#697379; margin-bottom:4px;}
.filterBox textarea{ height:40px; padding:10px;border-radius:2px;border:1px solid #9ba2a6; width:100%;font-size:12px;}
.filterBox p{ font-size:13px; margin-top:15px;}
.filterBox .dropdown-menu a.envelope{ background:#697379;}
.filterBox .dropdown-menu a.envelope:hover{ background:#647179;}
.filterBox .dropdown-menu a.facebook{ background:#3a579d;}
.filterBox .dropdown-menu a.facebook:hover{ background:#304f9c;}
.filterBox .dropdown-menu a.google{ background:#dd4b39;}
.filterBox .dropdown-menu a.google:hover{ background:#dd3b27;}
.filterBox .dropdown-menu a.twitter{ background:#1dadea;}
.filterBox .dropdown-menu a.twitter:hover{ background:#079ad9;}
.filterBox .dropdown-menu h6{ border-bottom:1px solid #ebeced; margin-bottom:10px; padding-bottom:6px; font-size:16px; margin-top:0;}
.filterBox .dropdown-menu:after{ content:url(../images/toparrow.png);position:absolute; top:-11px; left:49%;}
.filterForm .select2-container{width:215px !important;display:inline-block;float:left;}
.scrollheadsearch .select2-container--bootstrap .select2-selection--single {
    height: 40px;
    line-height: 26px;
    padding: 6px 24px 6px 12px;
	border-radius:0;
}
.scrollheadsearch.showform{
visibility: visible;
    opacity: 1;
    top: 0px;
}
.loginoverlay{
	width: 100%;
	height: 100%;
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	opacity: .7;
}
.bestDealpopup{
	margin: 0 auto;
	width: 46%;
	/* position: absolute; */
	position: fixed;
	left: 50%;
	top: 5%;
	margin-left: -23%;
	z-index: 999;
	color: #333;
	font-size: 15px;
	line-height: 25px;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
	padding: 8px 30px 30px 30px;
	background: #fff;
	border-radius: 6px;
}
.bestDealpopup p {
    padding-bottom: 5px;
    width: 100%;
    text-align: left;
	float:left;
}

.bestDealpopup h4 {
    width: 100%;
    text-align: center;
    font-size: 24px;
   
}
.bestDealpopup label {
    color: #424242;
    float: left;
    font-size: 13px;
    /* padding: 5px 10px 0 0; */
    padding: 5px;
    width: 25%;
    font-weight: normal;
    text-align: left;
}

.bestDealpopup input.jinp {
    border: 1px solid #cbcbcb;
    display: inline-block; 
    font-size: 13px;
    height: 32px;
    margin: 0;
    padding: 2px 8px 2px 8px;
    width: 65%;
    font-style: italic;
}
.bestDealpopup .jbtn {
    background: #53b1e5 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    float: left;
    font-weight: 700;   
    overflow: visible;
    padding: 3px 13px;
}

.bestDealpopup .jbtn:hover{
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00;
}


.fieldblock-form {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; 
    margin-left: 15px;
    padding: 2px;
   
}
.fieldblock-form label span{
	color: #057AEC;
}
.fieldblock-form .radio-item {
    display: flex;
    align-items: center;  
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    background: #fff;
    transition: all 0.2s ease;
	width: auto;
}

.fieldblock-form .radio-item input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #057AEC; /* Quickidials blue */
}


.fieldblock-form .radio-item:hover {
    border-color: #057AEC;
    background: #f4f9ff;
}

/* Checked state */
.fieldblock-form .radio-item input[type="checkbox"]:checked + span {
    font-weight: 600;
    color: #057AEC;
}

 


.dealshowup {
	opacity: 1;
	visibility: visible;
}
.dealclosebtn {
background: url(../images/cls.gif) no-repeat center center;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 29px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 29px;
}
.dealclosebtn:hover {
	color: red;
	text-decoration: none;
}
.jbt {
    clear: both;
    float: left;
    font-size: 18px;
    font-weight: 700;
    padding: 0px 40px 10px 30px;
	    margin-bottom: 14px;
}
.orng {
    color: #ff6c00;
    font-weight: 700;
}
.bdc aside {
    float: left;
    padding: 0 0 0 30px;
    width: 100%;
    box-sizing: border-box;
}
.popup aside {
    float: left;
    padding: 0 0 0 0px;
    width: 100%;
    box-sizing: border-box;
}
.bul {
    background: url(../images/bul.png) no-repeat center center;
    float: left;
    height: 15px;
    margin:5px 5px 0 0;
    width: 15px;
}
/*section.bdn{ padding-left:28%;}*/
.jpb p{ margin:0 0 0 0;padding-bottom: 0;
padding: 0 0 4px !important;
}
.alcorse{width: 87%;}






/********************************End Third Page******************************************/
#select-city-proceed .select2-container{
	width:100%!important;
}

#select-city-proceed .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{
	margin-top:16px;
}

.close {
    float: right;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.reviewer_profession {
    color: #2874F0;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 8px;
}
.com-date, .reviewsquots_info {
	color:#333333;
}
.reviewsquots_box {
	padding-left:65px;
}

/* Business Owner */
.business-banner {
    width: 100%;
    float: left;
    background-color: rgb(240, 230, 220);
    min-height: 430px;
    position: relative;
	padding-top: 100px;
}
#first_image, #second_image, #third_image {
    color: #787878;
    font-size: 18px;
    font-weight: bold;
}
.business-quickrequestfotm {
    width: 380px;
    float: right;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    margin-top: 0px;
}
.business-quickrequestfotm input[type=text], .business-quickrequestfotm input[type=email], .business-quickrequestfotm input[type=tel], .business-quickrequestfotm input[type=number], .business-quickrequestfotm input[type=password], .business-quickrequestfotm select, .business-quickrequestfotm textarea {
    width: 100%;
    /* border: 0; */
    
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    color: #000;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 10px;
    /* box-shadow: 0 0 3px 1px #c34712; */
}
.business-quickrequestfotm input[type=submit] {
    box-shadow: 0 0 3px 1px #c34712;
    background: #1e52a6;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    float: right;
}
.business-quickrequestfotm input[type=text].field-split, .business-quickrequestfotm input[type=email].field-split {
    width: 48%;
    display: inline-block;
}
.business-quickrequestfotm h2 {
    margin: 0 0 23px 0;
    font-size: 20px;
    color: #000;
    font-family: 'robotomedium';
}
img, fieldset {
    border: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
}

#second_image, #third_image {
    margin-top: 20px;
}
.business-title {
    margin-bottom: 0px;
    font-size: 25px;
    /* font-family: 'robotobold'; */
    color: #787878;
    font-weight: 400;
}
.business-clientBlock {
    background: #fff;
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
    padding: 20px 50px;
}
.wrap-middle-section {
	background-color:#fff;
	    margin-top: 120px;
}
.business-clientBlock .img-responsive {
    display: inline-block;
    width: 200px;
}
.business-clientBlock span {
    color: #787878;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: 20px;
}
.business-slide-section h2 {
    border: 1px solid #e2e2e2;
    padding: 8px 0;
    background: #fff;
    background: -webkit-linear-gradient(#fff, #e2e2e2);
    background: -o-linear-gradient(#fff, #e2e2e2);
    background: -moz-linear-gradient(#fff, #e2e2e2);
    background: linear-gradient(#fff, #e2e2e2);
    color: #787878;
    font-weight: 100;
    font-size: x-large;
}
.business-slide-section h3 {
    border: 1px solid #e2e2e2;
    padding: 8px 10px;
    background: #fff;
    background: -webkit-linear-gradient(#fff, #e2e2e2);
    background: -o-linear-gradient(#fff, #e2e2e2);
    background: -moz-linear-gradient(#fff, #e2e2e2);
    background: linear-gradient(#fff, #e2e2e2);
    color: #787878;
    font-weight: 100;
    font-size: inherit;
    margin-bottom: 0;
}
.business-slide-section .acc-body {
    border: 1px solid #e2e2e2;
    padding: 15px 39px 15px 39px;
}
.business-slide-section h3 > i {
    margin-right: 10px;
}
.business-slide-section .form-horizontal .control-label {
    padding-top: 4px;
}
.business-slide-section label {
    font-size: 13px;
    color: #787878;
}
.business-slide-section input.form-control {
    border-radius: 0;
    height: 25px;
}
a:focus img, input {
    outline: none;
}
.line-space {
    margin: 15px 0;
}
.inline-space {
    margin: 0 20px;
}
.business-slide-section input[type="file"].form-control {
    padding: 1px 12px;
    border: none;
}
.business-slide-section input.form-control {
    border-radius: 0;
    height: 25px;
}
.state-class .select2-container--bootstrap{
	width:100%!important;
}
.remove-thumbnail {
    top: 5px;
    position: absolute;
    background: #666;
    color: #fff;
}
a {
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.business-clientBlock  .img-responsive {
	border:none;
	border-radius:0;
}
/* Business Owner */

.error {
	float:left;
	color:#f00;
}
.serchlist-img p { right: 12px; }
.ajax-suggest {
	position: absolute;
	top: 49px;
	left: 195px;
	width: 100%;
	max-width: 420px; 
	background: #FFF;
	max-height: 168px;
	overflow: auto;
	z-index: 2000;
	border: 1px solid #057AEC;	
	display: none;
	border-radius:4px;
}
.ajax-suggest ul {
	padding-left:0;
}
.ajax-suggest ul li {
	text-align: left;
    list-style: none;
    border-bottom: 1px dashed #999;
    align-items: flex-start;
    width: 100%;
    padding: 10px 0 9px;
    background: #fff;
}


.ajax-suggest ul li:hover {
	background:#eee;
}
.ajax-suggest ul li a {
	padding: 5px;
	display: block;
	color: #337ab7;
	text-decoration: none;
	margin-left:10px;
}
.ajax-suggest ul li a .fa{
	margin-right:7px;
}
.ajax-suggest ul li a strong {
	color: #b12642;
}
.ajax-suggest ul li.active {
	background:#eee;
}
.ajax-suggest-lead-home {
	top:41px;
	left:15px;
	width:91.3%;
	border-radius:4px;
}
.ajax-suggest-lead-ajax {
	top:35px;
	left:15px;
	width:92.6%;
	border:1px solid #000;
	font-size:14px;
}

 .search-bar .clear-btn {
            position: absolute;
            right: 135px;
            background: none;
            border: none;
            font-size: 16px;
            cursor: pointer;
            color: #666;
            margin-top: 12px;
        }
        .search-bar .voice-btn {
            position: absolute;
            right: 40px;
            background: none;
            border: none;
            font-size: 16px;
            cursor: pointer;
            color: #1a73e8;
                margin-top: 12px;
        }
         .search-bar {
         position: relative;
         /*display: flex;*/
         background: #fff;
         }
#showKeywordsList  ul li>a{
	/* color:#381b1d;
	font-family: Roboto,Arial;
	font-size: 100%; */
	
	font-family: Roboto,Arial;
	font-weight:normal;
	line-height:1.428571429;
	color:#3f3b3b;
	white-space:normal;
	font-size:13px;
	
}
#showKeywordsList  ul li>a:hover{
	color:#00ACEC;
	text-decoration:underline;
}
 


 
#header .head-right:hover strong{
	color:#fff;
}

#header .head-right:hover .setting-dd {
	background:#000;
	display:block;
}
.setting-dd {
    list-style: none;
    top: 15px;
    position: relative;
    background: #000;
    color: #fff;
    width: 100%;
    right: 0;
    padding: 10px;
    border: 1px solid #000;
	text-align:left;
	border-top:1px solid #A8A8A8;
	border-radius:4px;
	display:none;
}
.lgout a{
	color:#000!important;
	display:block;
}
.setting-dd li a{
	color:#fff!important;
	font-size:13px!important;
}
.setting-dd li{
	padding:6px;
}
.setting-dd li > i{
	margin-right:8px;
}
.lgout{
	text-align:center;
	background:#555;
	border-radius:4px;
	margin-top:11px;
}
.lgout-line-up{
	border-bottom:1px solid #A8A8A8;
}

/* .clientBlock > div{
	border:1px solid red;
} */
.inner-client-div{
    background-image: url(../images/bg-image.png);	
	margin:15px 0;
	margin-right:-15px;
	min-height:1px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #bbb;
}
.inner-client-div figure{
	height:125px;
	overflow:hidden;
}
.inner-client-div img:hover{
	transform:scale(1.1);
}
.inner-client-div img {
    transition: .3s ease-in;
	border-radius:4px 4px 0 0;
}
.inner-client-div .grid-info {
    padding: 15px 15px;
}
.inner-client-div .grid-info h3{
	margin-top:0;
    height: 35px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.inner-client-div .grid-info h3 a{
	color:#010101;
}
.inner-client-div .grid-info .get-quotes {
    float: right;
    margin-top: -6px;
    padding: 6px 10px;
    font-size: 13px;
    color: #C94A30;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    font-weight: 600;
    line-height: 17px;
    transition: .3s ease-in;
}
.inner-client-div .grid-info .get-quotes:hover, .btn-white:hover, .view-all:hover {
    color: #C94A30;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: none;
}
#spinnerBkgd{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
	z-index:2000000000000000;
	display:none;
}
#spinnerCntr .spinner{
	position:fixed!important;
}
div.transbox {
	background-color:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:2px;
	opacity: .1;
}



.review-list {
    background: #fff;
    margin-top: 22px;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.review-list ul>li {
    display: inline-block;
    width: 24.7%;
    padding: 0;
    text-align: center;
    vertical-align: top;
    transition: box-shadow .3s ease-in-out;
}
.review-list ul{
	display:table;
}
.review-list ul>li{
	display:table-cell;
	border-right: 1px solid #e4e4e4;
}
.review-list ul>li .reviews-left {
    position: relative;
    min-height: 342px;
    padding: 20px;
    /* border-right: 1px solid #e4e4e4; */
}
.review-list ul>li .reviews-right {
    display: none;
    float: left;
    width: 40%;
}
.filter-review:after, .review-list ul>li:after {
    clear: both;
    content: '';
    display: table;
}
.review-list ul>li h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.review-list ul>li .reviewd {
    font-size: 13px;
}
.review-list ul>li .rating {
    position: absolute;
    top: 20px;
    right: 20px;
}
 .review-list ul>li address {
    padding: 10px 0 0;
    font-style: normal;
    color: #999;
    font-size: 13px;
}
.review-list ul>li address strong {
    display: block;
    font-size: 14px;
    color: #e53935;
    font-weight: 700;
}
.review-list ul>li hr {
    width: 105px;
    margin: 20px auto;
    border-top: 1px solid #ff8686;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
}
.review-list ul>li h3 {
    font-size: 14px;
}
.review-list ul>li p {
    min-height: 80px;
}
.review-list ul>li .read-more {
    float: none;
    width: 100%;
    padding: 15px 0;
    border: 0;
}
.review-list ul>li .reviews-right {
    display: none;
    float: left;
    width: 40%;
}
.filter-review:after, .review-list ul>li:after {
    clear: both;
    content: '';
    display: table;
}
.review-list ul>li .reviews-right h3 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
}
.review-list ul>li .reviews-right>strong {
    display: block;
    font-weight: 400;
}
.review-list ul>li h3 {
    font-size: 14px;
}
h1, h2, h3, h4 {
    font-weight: 700;
}
.review-list ul>li p {
    min-height: 80px;
}
p {
    padding: 0 0 10px;
    font-size: 13px;
}
.review-list ul>li:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
}
ul li:last-child > div{
	border-right:0 !important;
}
.reviews-left h4 > img{
	width:150px;
	height:150px; 
	display:block;
	margin:0 auto;
}
.tab-content nav {
    text-align: center;
    width: 100%;
    position: absolute;  
    left: 0;
  margin-top: 535px;
}	
.tab-content nav a {
    background: #005DFF none repeat scroll 0 0;
    border: 0 none;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    padding: 8px 22px;
    text-align: center;
}
.reviews-client-box {
    background-image: url(../images/bg-image.png);	
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 2px 3px 5px rgba(41,51,57,.5);
    margin-bottom: 0px;
    margin-top: 17px;
    padding: 10px 15px 10px 15px;
    text-align: left;
    margin: 4px;
	height: 250px;
	margin-bottom: 30px;
	margin-left: -26px;
}
.blog-box{
/*	background-image: url(../images/parallax_03.png);*/
	background-attachment: scroll !important;
	background-size: 1165px;
    display: block;
    height: 390px;
    min-height: 100%;
    overflow: hidden;
    position: relative;  
    vertical-align: sub;
    width: 99%;
    z-index: 2;
	background-repeat: no-repeat;
	background-color: #1f1f1f;
	margin-top: 40px
} 

.section nav{
	
	text-align: center;
    width: 100%;
    position: relative;
    left: 0;
    margin-top: 25px;
}
.section nav a{
	background: #005DFF none repeat scroll 0 0;
    border: 0 none;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    padding: 8px 22px;
    text-align: center;
}
.carousel{
top:20px;
}
.item p{
color:#fff;
font-size: 16px;    
line-height: 26px;
font-weight: 400;  
font-style: italic;
}
.username{
color:#fff;
}
.section-title h6{
width: 150px;
    margin: 17px auto;
    border-bottom: 3px solid #C94A30;
    padding: 8px 0px;
    color: #000;
    font-size: 24px;
	font-weight: 700;
}

.blog-title h5 {
    width: 55px;
    margin: 17px auto;
    padding: 8px 0px;
    color: #000;
    font-size: 24px;
	font-weight: 700;
}
 .reviews-left{
    background-image: url(../images/bg-image.png);	
	background-color: #fff;
    box-shadow: 0 0 5px 0 #bbb;
    padding: 0px;
	margin-right: -5px;
    height: 370px;
	text-align: center;
 }
 .course-program{
background-color: #fff;
padding: 15px;

}
.category-box .business-services ul li img{
    width:25px;
    height:25px;
}
.business-services ul{
    display: flex;
    flex-wrap: wrap;
    gap: 4px 2px;
    padding: 10px;
}

.course-program ul li img{
      width:25px;
    height:25px;
}
 

.business-services ul li {
    padding: 11px 12px;
    text-align: center;
    margin: 5px 0px 20px 5px;
    display: inline-flex;
    grid-gap: 46px 3px;
    background-color: #fbfbfb;
    box-shadow: 0 0 10px 0 #e3e3e3;
}

.business-services ul li:hover {
    background-color: #ddd;
    border-radius:5px;
}


.category-box{
	width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 0px;
    position: relative;
    padding: 0px 0px;
    margin-left: 0px;
}
.clientBlock .title{
	margin-left: 15px;
	
}
.service-text{
	margin-left: 11px;
    margin-top: -23px;
    margin-bottom: 8px;
}
.error-txt{
	font-weight: bold;
    color: #C94A30 ;
    font-size: 60px; 
    text-align: center;
   
}
.Oops-txt{
	font-weight: bold
    color: #C94A30;
    font-size: 50px; 
    text-align: center;
    margin-top: 15px;
}
.certified{
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: right;
    height: 100px;
    width: 328px;
}
#pagin{
	text-align: right;
}
.topSpace .img-responsive{
	height: 90px;
    width: 90px;
}
.block > img{
	width:60px;
	height:60px;
	border-radius:50px;
	display:block;
	margin:0 auto;
}
blockquote i{	 
    color: #ffffff;     
    margin-left: -5px;      
    float: left;
}

.reviews-left h3 a{
				color: #C94A30;
				font-size: 18px;
			}
			
.course-program h4{
	color:#033967;
	
}

.course-program h3{
	color:#033967;
	font-size: 22px;
	font-weight: 700;	
}
.course-program h5{
	color:#033967;
	font-size: 18px;
	font-weight: 700;	
}
.success {
    color: #3c763d;     
    border-color: #d6e9c6;
	font-size: 18px;
	padding: 10px;
	margin-left: 0px;
}


.category-description{
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 12px;
    position: relative;
    padding: 0px 0px;
    margin-left: 0px;
    background-color: #fff;
    padding: 15px;
	
}

.category-description p{
	color: #333;
    line-height: 24px !important;
    font: normal 14px/17px 'robotoregular';
    font-size: 14px;
	}
	.category-description ul li {
     margin-left: 44px;
    padding: 0 0px;
	color: #333;
    line-height: 24px;
     font: normal 14px/17px 'robotoregular';
    font-size: 14px;
	list-style-type:disc
}
.category-description  h5{	
	    padding-top: 15px;
}

.category-description  h2{	
	        font-size: 24px;
}

.category-description h3{
	 font-size: 18px;
}
 

.helpfeed.right .wrapicon {
    right: auto;
    left: -33px;
}
.helpfeed .wrapicon {
    position: absolute;
    right: -33px;
    top: 40%;
    cursor: pointer;
}

.helpfeed, .helpfeed.right {
    position: fixed;
    top: 0;
    z-index: 102;
    background-color: #fff;
    width: 380px;
    bottom: 0;
    transition: all .6s linear;
    box-shadow: 0 1px 6px rgba(32,33,36,.28);
    -moz-box-shadow: 0 1px 6px rgba(32,33,36,.28);
    -webkit-box-shadow: 0 1px 6px rgba(32,33,36,.28);
}

.helpfeed.right {
    left: auto;
    right: -380px;
}


.connectedpopup {
    margin: 0 auto;
    width: 46%;
    /* position: absolute; */
    position: fixed;
    left: 50%;
    top: 20%;
    margin-left: -23%;
    z-index: 999;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    padding: 8px 30px 30px 30px;
    background: #fff;
    border-radius: 6px;
}
.connectedshowup {
    opacity: 1;
    visibility: visible;
}

.connectedpopup p {
    padding-bottom: 5px;
    width: 100%;
    text-align: left;
    float: left;
}

.connectedpopup input.jinp {
    border: 1px solid #cbcbcb;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 32px;
    margin: 0;
    padding: 2px 8px 2px 8px;
    width: 65%;
	    padding-right: 15px;
    padding-left: 15px;
}

.connectedpopup label {
    color: #424242;
    float: left;
    font-size: 13px;
    padding: 5px 6px 0 0;
    width: 25%;
    font-weight: normal;
    text-align: left;
}

.banner_botton_open label {
  display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
}
.connectedpopup .popup-form {
    color: #424242;
    float: left;
    font-size: 13px;
    padding: 5px 6px 0 0;
    width: 75%;
    font-weight: normal;
    text-align: left;
}
.connectedpopup .ajax-suggest-lead-ajax {
    top: 311px;
    left: 172px;
    width: 66.6%;	
}
.banner_botton_open .ajax-suggest-lead-ajax {
    top: 360px;
    left: 35px;
    width: 66.6%;	
}
.connectedpopup select .jinp {
    border: 1px solid #cbcbcb;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 32px;
    margin: 0;
    padding: 2px 8px 2px 8px;
    width: 65%;
}


.connectedclosebtn {
    background: url(../images/cls.gif) no-repeat center center;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 29px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 29px;
}
.jbtn{	
	    margin-left: 125px;
		border-radius: 3px;
		}
		
			
.banner_botton_open {
    margin: 0 auto;
    width: 46%;
   position: absolute; 
    position: fixed;
    left: 50%;
    top: 6%;
    margin-left: -23%;
    z-index: 999;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    padding: 8px 30px 30px 30px;
    background: #fff;
    border-radius: 6px;
}
.bannerbottonshowup{
	opacity: 1;
    visibility: visible;
  
	
}
.banner_botton_open p {
    padding-bottom: 5px;
    width: 100%;
    text-align: left;
    float: left;
}

.sub-header-container {
    width: 100%;
    
}
 

.first_banner_botton {
    position: relative;
    top: 52px;   
    padding: 2px;
    color: #fff;
    font-size: 15px;
    z-index: 999999;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 1px 0px 0px #ddd;
    width: 100%;
    transition: all 0.9s ease-out 0s;	 
	margin-left: -91px;
	float:left;
}
.second_banner_botton {
    position: absolute;
    top: 135px;   
    background: #005DFF;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 24px;
    z-index: 999999;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 0px 5px #353535;
    width: 330px;
    transition: all 0.9s ease-out 0s;
	padding: 10px;
	margin-left: -10px;
	float:left;
}
.third_banner_botton {
    position: absolute;
    top: 190px;   
    background: #005DFF;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 24px;
    z-index: 999999;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 0px 5px #353535;
    width: 330px;
    transition: all 0.9s ease-out 0s;
	padding: 10px;
	margin-left: -10px;
	float:left;
}

.four_banner_botton {
    position: absolute;
    top: 325px;   
    background: #005DFF;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 24px;
    z-index: 999999;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 0px 5px #353535;
    width: 330px;
    transition: all 0.9s ease-out 0s;
	padding: 10px;
	margin-left: -10px;
	float:left;
}

.five_banner_botton {
    position: absolute;
    top: 380px;   
    background: #005DFF;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 24px;
    z-index: 999999;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 0px 5px #353535;
    width: 330px;
    transition: all 0.9s ease-out 0s;
	padding: 10px;
	margin-left: -10px;
	float:left;
}
 
.Fee_demo a{
    padding-left: 5px;
    float: left;
    padding-top: 0px;
    font-size: 15px;	 
 
}
.Fee_demo a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.five_number a{
    padding-left: 5px;
    float: left;
    padding-top: 5px;
    font-size: 22px;
	animation: pulses 5s infinite;
}
.five_number a {
    color: #fff;
    text-decoration: none;
}

.third_number a{
    padding-left: 5px;
    float: left;
    padding-top: 5px;
    font-size: 22px;
	animation: puls 5s infinite;
}
.third_number a {
    color: #fff;
    text-decoration: none;
}

.toll_number a{
    padding-left: 5px;
    float: left;
    padding-top: 5px;
    font-size: 22px;
	animation: pulse 5s infinite;
}
.toll_number a {
    color: #fff;
    text-decoration: none;
}


.second_number a{
    padding-left: 5px;
    float: left;
    padding-top: 5px;
    font-size: 22px;
	animation: pulse 5s infinite;
}
.second_number a {
    color: #fff;
    text-decoration: none;
}



@keyframes pulses {
  0% {
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@keyframes puls {
  0% {
    color: #4ced07;
  }
  100% {
    color: #fff;
  }
}

@keyframes pulse {
  0% {
    color: #fff;
  }
  100% {
    color: #FF4136;
  }
}

.first_banner_botton span{
    border-right: 2px solid #ff0000;
    padding-right: 5px;
	margin-right: 5px;
}
form span{
	/* color:#fff; */
}
.foot-new-link ul {
    text-align: center;
    padding: 7px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.foot-new-link ul li {
    list-style: none;
    display: inline-block;
} 
.foot-new-link ul li a {
    color: #fff;
    padding: 0 8px;
    border-right: 1px solid #565656;
}
.text-primary h1{
	color: #337ab7;
	font-size: 20px;
	margin-bottom: 0px;   
	margin-top: 0px;
}

.keyword-cotegory-text{
	    font-size: 15px;
		    padding-top: 5px;
}

.lead_form .help-block{
    margin: 0;
    display: block;
    margin-top: 0;
    color: red;
    font-size: 12px;
    position: absolute;
	margin-top: 0px;
}
.form-inline .help-block strong{
        margin-left: 125px;
}
.help-block {    
    margin-top: 0px;
}
.top_description p{
    text-align: justify;
}
.help-block strong{
    margin: 0;
    display: block;
    color: red;
    font-size: 12px;
    position: absolute;
	margin-top: 0px;
    margin-left: 0px;
}

.lead_form .help-block strong{
    margin: 0;
    display: block;
    color: red;
    font-size: 12px;
    position: relative;
	margin-top: 29px;
    margin-left: 5px;
}
    .course-program ul li {
    padding: 5px;
    text-align: center;
    margin: 1px;
    display: inline-flex;
    grid-gap: 0px 3px;
    /* background-color: #fbfbfb; */
    cursor: pointer;
    font-size: 14px;
    color:#000 !important;
    }
    .course-program ul li:hover {
        background-color: #ddd;
    }
    .course-program a{
        color:#000 !important;
        font-size: 14px;
    }
    .course-program ul li:hover{ background: linear-gradient(180deg, #ecf4f3, #f1f5f5);
    transform: translateY(-5px);
    }
    .one {
   background: linear-gradient(45deg, #3abdb7, #c8f199)
   }
   .two {
   background: linear-gradient(45deg, #0589A2, #cddce3)
   }
   .three {
   background: linear-gradient(45deg, #FFCC3B, #386C9B)
   }
   .four {
   background: linear-gradient(45deg, #EF522F, #a2867f)
   }
   .five {
   background: linear-gradient(45deg, #1390AC, #A78595)
   }
   .six {
   background: linear-gradient(45deg, #3BC7E8, #18B0E2)
   }
   .seven {
   background: linear-gradient(45deg, #a0afc5, #655ec1)
   }
   .eight {
   background: linear-gradient(45deg, #FEB93A, #a9963f)
   }
   .nine {
   background: linear-gradient(45deg, #3abdb7, #c8f199)
   }
   .ten {
   background: linear-gradient(45deg, #d6c600, #53da8f)
   }
   .eleven {
   background: linear-gradient(45deg, #83849c, #53da8f)
   }
   .twelve {
   background: linear-gradient(45deg, #c8b8be, #4ea775)
   }
   .thirteen {
   background: linear-gradient(45deg, #3367e6, #a7a44e)
   }
   .fourteen {
   background: linear-gradient(45deg, #7c7272, #0378f1)
   }
   .fifteen {
   background: linear-gradient(45deg, #84d7bc, #f1c903)
   }
   .sixteen {
   background: linear-gradient(45deg, #d284d7, #f1c903)
   }
   .seventeen {
   background: linear-gradient(45deg, #bd571c, #030af1)
   }
   .eighteen {
   background: linear-gradient(45deg, #bd571c, #6d6d8d)
   }
   .nineteen {
   background: linear-gradient(45deg, #bdb11c, #5e5e81)
   }
   .twenty {
   background: linear-gradient(45deg, #bb1cbd, #ddb8e3)
   }
   
   
   
    .course-list {
    gap:0 24px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    
 

    }
            
.course-program .course-items {
  border: 0.5px solid #ccc;
  padding: 10px;
  text-align: center;
  margin-bottom: 3px;
  border-radius: 15px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  transition: all .2s ease-out;
  will-change: transform;
  background: #ffffff;
  width: 90px;
  height: auto;
  
}
.course-items .course-title {
  padding: 6px 0px;
  display: block;
}


.course-items:hover {
     transform: translateY(-8px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
    cursor: pointer;  
}
 
.course-program .course-items img {
    width: 45px;
    height: 35px;
}

/* Container */
.div-code {
    float: left;
}

/* Flex row */
.drop-number {
    display: flex;
}

/* Dropdown container */
.dropdown {
    position: relative;
    min-width: 120px;
}

/* Dropdown input wrapper */
.drop-input-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 0 10px;
    cursor: pointer;

    position: relative;


    width: 129px;
}

/* Flag icon */
.flag-icon {
    width: 28px;
    height: 20px;
    object-fit: cover;
    border-radius: 2px;
}


/* Search input */
.div-code .dropwn-input {
    border: none;
    outline: none;
    width: 126px !important;
    font-size: 14px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px !important;
    padding: 0 0 0 14px;
    border-radius: 5px;
    padding-left: 38px !important;
}

/* Dropdown arrow */
.dropdown-icon {
    font-size: 12px;
    color: #666;
}

/* Clear icon */
.clear-icon {
    font-size: 14px;
    cursor: pointer;
    color: #999;
}

.clear-icon:hover {
    color: #e74c3c;
}

/* Dropdown list */
.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 999;
    display: none;
}

/* Dropdown item */
.dropdown-list div {
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-list div:hover {
    background: #f5f5f5;
}

/* Phone input */
.quick_arrow input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

/* Focus state */
.drop-input-wrapper:focus-within,
.quick_arrow input:focus {
    border-color: #007bff;
}

/* Error state (optional) */
.new-salary-trend-error input {
    border-color: #e74c3c;
}


.quick_arrow {
    position: relative;
}

input.quick-remove {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    width: 100%;
    height: 100%;
    border: 0px;
    top: 0px;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #dfdfdf;
    padding-left: 10px;
}

.drop-input-wrapper .dropdown-icon {
    position: absolute;
    top: 36%;
    right: 4px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 20px;
    color: #666;
}

.drop-input-wrapper .flag-icon {
    width: 20px;
    height: 14px;
    position: absolute;
    top: 36%;
    left: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    border-radius: 2px;
    z-index: 999;
}

.drop-input-wrapper .clear-icon {
    position: absolute;
    top: 36%;
    right: 21px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
    cursor: pointer;
    display: none;
}
