.sticky-header .main-menu .navigation>li {
    margin-right: 10px !important;
}

.main-menu .navigation>li>ul>li>ul {
     width: 300px !important;
}

.new_ips_select{
	font-size:13px;
}
.navigation li:nth-last-child(2) ul {
	right:0 !important;
}

@media only screen and (min-width: 991px) and (max-width: 1499px) 
{
	.ips_sticky_logo{
		 width:280px !important;
	}
}

@media only screen and (min-width: 1500px) {
.ips_sticky_logo {
    width: 300px !important;
}
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
 background-color: #d7950b;
    background-clip: padding-box;
  border: 7px solid rgb(255 255 255);
    border-radius: 1.3rem;
    outline: 0;
  color: #ffffff;
  font-weight: 500;
   padding: 10px 20px;
}


.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px  !important;
    border-top: 0px !important;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.form-control {
   margin-bottom: 12px !important;
}

.ips_slogan_block{
		position:relative !important;
		z-index:12356743 !important;
		margin-top:80px !important;
	}
	.ips_slogan_img{
		width:auto !important;
		margin:0 auto !important;
	}
	.ips_home_block{
	    background-color: #b77c08;
	}
	.ips_margin_top{
	   margin-top:15px !important;   
	 }