	.ex-btn{
		display:none;
	}
	.h-menu {

    list-style: none;
    padding: 0;

}
.h-menu > li {

    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    min-width: 50px;

}
.pull-right.navbar-right{
	margin-top: 30px;
}
.modal-title {
    margin: 40px 0px 0px 0px;

    }
 .modal-dialog.modal-chrome .modal-header{
 	       height: 120px;

 	       }
.modal-dialog.modal-chrome {
    max-width: 600px;
    width: 96%;
}

.modal-dialog.modal-chrome .modal-header {
    border-bottom: 0px;
    color: #000091;
    padding: 30px 46px 15px;
}

.modal-dialog.modal-chrome {}

.modal-dialog.modal-chrome .modal-content {
    background: #f7faff;
    border: 0;
}

.modal-dialog.modal-chrome .modal-header h4.modal-title {
    font-size: 28px;
}

.modal-dialog.modal-chrome .modal-header button.close {
    border: 2px solid #aaabae;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    color: #aaabae;
    opacity: 1;
    font-size: 24px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-dialog.modal-chrome ul {
    counter-reset: my-badass-counter;
    list-style: none;
    padding: 0 30px 30px 30px;
    margin: 0;
}

.modal-dialog.modal-chrome ul li {
    color: #000091;
    font-size: 18px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 46px;
    padding-top: 5px;
}
.modal-dialog.modal-chrome ul li:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 27px;
    font-family: sans-serif;
    line-height: 36px;
    z-index: 1;
    width: 36px;
    height: 36px;
    text-align: center;
}

.modal-dialog.modal-chrome ul li:after {
    content: "";
    background: #fff;
    border: 1px solid #e2eaf8;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    border-radius: 5px;
    top: 0;
}

.modal-dialog.modal-chrome p {
    color: #000091;
    font-size: 23px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 46px;
}
.modal-dialog.modal-chrome p a {
    text-decoration: underline;
}.modal-dialog.modal-chrome p a:hover {
    text-decoration: none;
}

.searchform.fixednew{     top: 0;
    padding-top: 16px;
    background: url(../img/mobilesearchbg.png) repeat-x;
    padding-bottom: 15px;
}
.privacySection .box h3 {


    margin-bottom: 18px;


}
@media screen and (max-width: 767px){
    .modal-dialog.modal-chrome ul {
    padding: 0 15px 30px 15px;
}
.modal-dialog.modal-chrome .modal-header {
    padding: 30px 47px 15px 15px;
}.modal-dialog.modal-chrome .modal-header h4.modal-title {
    font-size: 24px;
}
}

.icon-bar {

    background: #000;
    display: block;
    width: 25px !important;
    height: 3px !important;
    border-radius: 1px;

}
.pull-right.navbar-right{
	margin-right: 30px;
}
.navbar-toggle {

    position: relative;
    float: right;
    margin-right: 15px;
    padding: 0px 10px;
    }
    
    .navbar-right .dropdown-menu {

    right: 0;
    left: auto;
    top: 40px

}

.dropdown-menu > li > a {

    display: block;
    padding: 8px 20px;
    
    }
	#suggesstion-box{
		width:100%;
	}
#country-list{float:left;list-style:none;margin-top:0px;padding:0;width:100%;z-index: 99999;position: absolute;}
#country-list li{padding: 10px; background: #fff; border-bottom: #bbb9b9 1px solid;text-align: left;color: #000;}
#country-list li:hover{background:#ece3d2;cursor: pointer;}
#country-list li:last-child{	    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
  