/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/
img.logo {
text-align: center;
margin: 0 auto;
width: 30%;
height: auto;
display: block;}
}
.title h2 {
text-align: center;
padding: 25px;
font-size: 28px;
}
.container-fluid.mt-4.border_bottom {
border-bottom: 1px solid #000;
padding-bottom: 20px;
margin-bottom: 2%;
}
span {
color: blue;
padding: 10px;
text-decoration: underline;
}
.countrylist ul {padding:0px; margin:0px;}
.countrylist ul li {list-style:none; padding: 0 0 0 0px;}
.countrylist ul li a {color:#0000ff;
text-decoration: underline;
color: blue;
line-height: 30px;
padding-left:35px;
}
.countrylist li h2 {
	padding: 20px 0 0px 0;
}
.countrylist ul li a:hover {color:#ff0000;}
img.adv {
width: 100%;
height: auto;
}
img.advb {
width: 100%;
height: auto;
}
.emailbox {
border: 1px solid red;
padding: 10px;
border-radius: 10px;
text-align: center;
margin-bottom: 30px;
}
.emailbox p {
color: #006699;
font-size: 18px;
text-align: center;
font-weight: 500;
}
input#email {
width: 100px;
}
.top_bar{
width: 100%;
float: left;
background: #263261;
padding: 0;

}
nav.navbar.navbar-expand-sm.navbar-light {
padding: 0;
}
.phone {
font-size: 14px;
color: #ffffff;
display: inline-block;
padding-right: 8px;
margin-top: 10px;
}
.phone span {color: #F8EF6C;}
.bg-light {
background-color: #06336A !important;
}
.navbar-light .navbar-nav .nav-link {
color: #fff !important;
padding: 0;
font-size: 15px;
padding: 5px 9px;
}
.navbar-brand img {
width: 100%;
height: auto;
}
a.nav-item.color_bg {background: #F8EF6C; color: #243060; padding: 14px;}

.section-header{
width: 100%;
float: left;
background: #ffffff;
padding: 10px;
}
.form-bg{
background: #eeeeee;
}
.small_text {
font-size: 11px;
}

.bottom_menu {
background: #263261;
display: inline-block;
}
.bottom_menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.bottom_menu ul li {
display: inline-block;
padding: 10px 27px;
margin: 0;
border-right: 1px solid #ffffff57;
}
.bottom_menu ul li a {
color: #fff;
}


.footer-section li {
list-style: none;
}
.alpha-list a {
display: inline-block;
margin: 0 5px;
}

.category_form {
    max-width: 200px;
}
.category_form .form-group .form-control{
    border-color: #000;
}
.custome_content {
    padding-top: 50px;
}
.category_form .btn{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/lib/yhst-4451170-1/btn_buynowCC_LG.gif);
    width: 171px;
    font-size: 0;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: 0;
    float: none;
    width: 100%;
    background-size: contain;
}
.category_form .btn:focus {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.category_form .form-group .form-control:focus{
    box-shadow: none;
}
.contact_form .btn {
    padding: 10px 34px;
    background-color: #06336a;
    font-size: 19px;
    border-color: #06336a;
    font-weight: bold;
    transition: all 0.3s ease;
}

.contact_form .btn:hover {
    background-color: #ca0002;
    border-color: #ca0002;
}
.text_listing .thumb {
    margin-bottom: 50px;
}
.contact_form .form-control {
    box-shadow: none;
}

.contact_form .form-control:focus {
    border-color: #062c5a;
}

.advertisment_top h2 {
    word-break: break-all;
}
@media screen and (max-width: 767px){
    .advertisment_top h2{
        font-size: 28px;
    }
}
@media screen and (max-width: 567px){
    .category_form{
        max-width: 100%;
    }
    .category_form .btn {
        background-size: contain;
        background-position: center;
    }
}

.col-md-2.text-center.rightadds .sticky-ads.active-add {
    width: 16.4%;
    text-align: center;
    right: 0px;
    padding: 0px 15px;
}

.col-md-2.text-center.leftadds .sticky-ads.active-add {
    width: 16.4%;
    text-align: center;
    left: 0px;
    padding: 0px 15px;
}

img {max-width: 100%;height: inherit;}
