    .swap_img_page{
      width: 40px;
    }
    .swap_img {
    width: 30px;
    margin: 5px;
}
   .dropdown-first{
    margin-top:10px
   }
   .dropdown-second{
    margin-top:5px
   }
    .post{
    padding: 5px;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.post-head span{
    font-size: 14px;
    color: gray;
    letter-spacing: 1px;
}

.post-content{
    font-size: 18px;
    color: black;
    text-align: justify;
}
  .frm-err{
    color: red;
    display: none;
  }    
  
    p{
      text-align: justify !important;
    }
    .pricing ul li {
    padding-bottom: 16px;
    text-align: left;
    list-style:initial;
}
.hide{display: none;}
.show{display: block;}
.loader{

 position:fixed;top:0px;right:0px;width:100%;height:100%;background-color:#666;background-image:url('<?php echo URL::to('/loading.gif');?>'); background-repeat:no-repeat;background-position:center;z-index:10000000;  opacity: 0.7; 


}    

.active-page{color:#009cea !important;}
.result-bg{
background: #009cea !important;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.total-count{
 background: #009CEA;
    border: 0;
    color: white;
    padding: 16px 20px;
    font-size: 23px;
    font-weight: 900;
    border-radius: 6px;
}
.head-background{
  margin-top: 80px;
  background-image: url('<?php echo URL::to('/title_background.jpg');?>');
  background-size: cover;
  background-repeat: no-repeat;
} 
.result_container{
 margin-top: 5px;
} 
.result{
  font-weight: bold;
  text-align: center;
}
header#header
{
	height: 180px;
	background: url(../../images/orangebg.jpg) repeat;
	background-size: cover;
}
.logocontainer
{
	height: 120px;
}
#header .logo h1
{
	margin-top: 20%;
}
.nav-menu li a
{
	color: white;
}
.nav-menu li a.active-page,.nav-menu li a:hover,.nav-menu .active > a
{
	color: black !important;
}
main#main
{
	margin-top: 180px;
}
.converttabs li {
    display: inline-block;
    width: 140px;
    margin: auto;
    border-radius: 8px;
    text-align: center !important;
    background: orange;
    padding: 5px !important;
    color: white !important;
    margin-bottom: 5px;
 }
 .converttabs li a {
    color: white;
    padding: 5px;
    display: block;
}
#header .logo img {
    max-height: 80px;
}
.homegrid h2 {
    padding: 2px !important;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    text-align: left;
}
button .fa-search
{
	color: white;
}
.swapstyle,.swapstyle:hover
{
	margin-bottom: -1rem;
    display: block;
    text-align: center;
    color: orange;
    font-weight: 800;
}
.homegrid
{
	padding: 5px 20px;
	border: 1px solid orange;
	    margin: 12px;
    max-width: 30% !important;
}
.homegrid button
{
	height: 36px;
}
.homegrid .searchbtncol
{
	margin-left: -15px;
}
.box.aos-init.aos-animate
{
	border: 2px solid orange;
}
#footer .credits
{
	text-align: center;
	padding-top: 25px;
}
#footer .credits a
{
	text-align: center;
	color: white;
	font-weight: 800;
}
#footer {
    background: #fda716;
}
.frm-err {
    text-align: center;
    display: block;
    width: 100%;
    color: orange;
    font-weight: 800;
}
.btn-warning,.btn-warning:hover
{
	background: orange !important;
}
.back-to-top i,.back-to-top i:hover
{
	background: black !important;
}
.feedsdiv h2
{
    padding: 10px !important;
    text-align: left;
    font-weight: 800;
    color: black;
}
.feedimg
{
    width: 100%;
    height:auto;
    max-height: 150px; 
}
h4.feed_title {
      color: orange;
    font-size: 20px;
    text-align: left !important;
    display: block;
    font-weight: 800;
    padding: 5px 0px;
    margin: 0px !important;
}
.feeddate
{
    text-align: left;
    display: block;
    color: #222;
    font-weight: 800;
}
.feedsdiv a
{
    color: orange !important;
}
.innerconvert
{
    padding: 50px !important;
}
.innerconvert select,.innerconvert input[type=number] {
    height: 50px !important;
}
.innerconvert input[type=button]
{
    width: 100%;
    height: 50px;
    background: orange;
    border: 0;
}
.innerconvert h2
{
        padding-top: 0px;
    font-weight: 800;
    color: orange;
}
.active-page
{
    color: orange;
}
@media (min-width: 320px) and (max-width: 912px) {
  
    .homegrid
    {
        max-width: 100% !important;
    }
    .converttabs li
    {
        width: 30%;
    }
    header#header
    {
        height: 115px;
    }
    button.mobile-nav-toggle.d-lg-none
    {
        margin-top: 15px;
    }
    i.icofont-navigation-menu
    {
        color: white;
    }
    .homegrid .searchbtncol {
    margin-left: -25px;
}
.mobile-nav
{
    bottom: auto !important;
}
main#main {
    margin-top: 115px;
}
  
}