label {
    margin-top: 10px;
    line-height: 16px!important;
    font-family: 'StoneSansIIITCW01-Lt';
    color: #212529 !important;
    font-size: 20px;
}

input, select {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 0px 2px;
    font-size: 12px;
}

.eq-btn-style {
    background-color: #e11b22;
    padding: 7px 17px;
    font-size: 14px;
	color: white;
}

.required {
    color: red;
    font-weight: bold;
}

.story-module-head img {
    width: 100%;
    height: 200px;
}

.fa-briefcase {
border: 2px solid white;
width: 50px;
height: 50px;
border-radius: 25px;
text-align: center;
padding-top: 12.5px;
background-color: white;
z-index: -1;
top: -15px;
position: absolute;
margin-left: -25px;
}

.dropdown-submenu {
position: relative;
}

.dropdown-submenu .dropdown-menu {
top: 100%;
left: 0 ;
margin-top: -1px;
}

.borderlist
{

list-style-position: inside;
padding-left: 10px;
}

.dropdown-menu.show{
padding-bottom: 0px;
padding-top: 0px;
top: 20px !important;

}


.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(90deg); 
    }
    /*for animation*/ 
    .dropdown-toggle:after { 
    transition: 0.7s; 
    }

    .dropdown-toggle::after {
        display: inline-block !important;
        width: 0!important;
        height: 0!important;
         margin-left: .255em!important; 
      
        content: "" !important;
        border-top: .3em solid transparent !important;
        border-right: 0 !important;
        border-bottom: .3em solid transparent !important;
        border-left: .3em solid !important;
   
    }

.dropdown-menu.second{
min-width:15rem !important;

padding-bottom: 0px;
padding-top: 0px;

}

.dropdown-menu.third{

padding-bottom: 0px;
padding-top: 0px;

}

.container.url-container{
padding-left:8px !important
}
.contact-email {
	float:right;
    margin-right: 200px;
}
.contact-bar a {
    
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.contact-bar  ul li a{
	margin-right: 0px !important;
	color: black!important;
}

.contact-bar  ul li{
    padding-top: 7px;
	padding-bottom: 7px;
}
.contact-bar  ul li:hover{
	background-color: #e5e5e5;
}

.text-link{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.caret-right {
    border-left: 4px solid #000;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
@media only screen and (min-width: 280px) and (max-width: 480px)
{
	.contact-email {
	float:left;
    margin-right: 150px;
}
.expert .contact-bar {
    padding-top: 20px!important;
	height: 85px;
}
.borderlist {
   
    list-style-position: inside;
    width: 167px;
	padding-left: 10px;
}

}