@charset "utf-8";
/* CSS Document */

.logo-img{height: 40px;
  position: relative;
  bottom: 4px;}
  
  .clear{clear:both;}
  
  .logo-text{  font-size: 20px;
  color: black;}

.wc-h5{margin-top: 12px;}

.right-navbar li a i{margin-right:5px;}

.right-navbar{margin-right:5px!important;}

.feature-box:hover {
  background-color: #3498DB;
  border: 1px solid #e3e3e3;
  color: #FFFFFF;
}

.content-bg{background:rgb(52, 152, 219);}

.content-title .main-title {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding: 10px;
  border-right: 1px solid white;
  color: white;
  font-weight: bold;
  text-align:center;
}
.content-title{padding:0px;}

.country-info{margin:0px;}

.country-info li a{display:inline-block;
padding:11px 11px;
color:white;
  border-left: 1px solid rgb(22, 138, 216);
  transition:0.5s;
  margin-right:-3px;}
  
  .country-info li {display:inline;}
  
  .country-info li:last-child a{border-right: 1px solid rgb(22, 138, 216);}

.country-info li a span{  float: right;
  margin: 0px 0px 0px 13px;
  padding: 0px 6px;
  border-radius: 5px;
  background-color: #f39c12 !important;
  font-weight: bold;}
  
  .country-info li a span.trash{background-color: #dd4b39 !important;}
  
 .country-info li a:hover {background-color: rgb(33, 144, 218);
 text-decoration:none;}
 
 .box.box-primary {
  border-top-color: #3c8dbc;
}
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
 /* margin-bottom: 20px;*/
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    float: left;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}


.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  background-color: whitesmoke;
}

.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.search-inner {
  border-top: 0;
  background: white;
  padding: 10px;
  -webkit-box-shadow: 0 2px 2px #dddddd;

}

.search-form {
  display: table;
  margin: 0 auto;
  padding: 14px 0px;
}

.text-box {
  padding: 10px 5px;
  width: 490px;
  border: 2px solid rgb(183, 176, 176);
  border-right: 0px;
  outline: none;
  color: rgb(0, 128, 192);
  font-size: 15px;
  transition: 0.5s;
}

.search-button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 44px;
  width: 110px;
  font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
  color: #fff;
  text-transform: uppercase;
  background: #3498DB;
  text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
  transition:0.5s;
    border-radius: 0;
}

.requir-feild{  text-align: center;
  margin-bottom: 20px;
  color: red;
}

.search-button:hover{color: #3498DB;
  background-color: #423C3C;}

.search{  float: left;
  background-color: white;
  padding: 25px 0px;
    width: 100%;}
  
  .search .form-control{height:30px;
  border-radius:0px;}
  
  .search .form-control:focus{box-shadow:none;
  color:rgb(52, 152, 219);}
  
  .submit-btn {
  text-align: center;
}



.submit {
 margin-right: 17px;
  background: rgb(52, 152, 219);
  padding: 8px 24px;
  cursor: pointer;
  color: white;
  border: none;
  border-bottom: 2px solid rgb(13, 90, 142);
  font-size: 15px;
  transition: 0.5s;
}


.submit:hover{  border-bottom:2px solid rgb(52, 152, 219);;
  background:  rgb(13, 90, 142)  }
  
   /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
	.content-title .main-title{  border-right:none;
		  border-bottom: 1px solid rgb(22, 138, 216);
		}
		
		.country-info{text-align:center;}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.country-info li a {
  padding: 11px 8px;}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
  
  
