/* ***************************************top nav  */
body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #edecec !important;
}
.whatsapp_sticky{
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
a.whatsapp_sticky:hover {
    color: #fff;
}
.whatsapp_margin{
	margin-top:11px;
}
.modal-body.onload_popup_body img {
    border-radius: 6px;
    height: auto;
}
.modal-header.modal_header {
    padding: 0px;
    border: 0px;
}
.modal-header.modal_header button {
    margin-right: 1px;
    margin-top: -5px;
}
.modal-body.onload_popup_body {
    padding: 0.4rem;
}
.modal-content.onload_popup_content {
    padding: 20px 20px;
}
.modal.onload_modal {
    top: 41px;
    position: absolute;
}
#navbar_top .nav_logo img {
    width: 75px;
    height: 45px;
}
#navbar_top ul li {
    padding: 0px 35px;
}
#navbar_top ul li a {
    color: #fff;
}
#navbar_top span i {
    color: #000;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 50%;
    margin-right: 10px;
}
/* div#mynavbar span i {
    border-radius: 25px;
    padding: 10px 20px;
} */

/* *******************************************affiliate banner */


section#affiliate_banner .item img {
    height: 600px;
    /* height: calc(100vh - 70px); */
    width: 100%;
}

/* ******************************************* */
.home_info_section {
    margin: 50px 0px 20px;
}
.home_info_heading {
    color: #fff;
    border-radius: 20px;
    background-image: url(/frontend/images/bgs.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 50px;
}

.home_info_heading h2 {
    font-size: 50px;
    text-align: center;
    line-height: 1.5;
    margin: 0px;
    color: #fff;
    font-weight: 600;
}
/* .exchange_section {
    margin-top: 50px;
}
.exchange_heading {
    text-align: center;
}
.exchange_heading h2 {
    font-size: 3rem;
}
.exchange_category_img img {
    width: 100%;
}
.exchange_category_desc {
    text-align: center;
}
.exchange_category_heading p {
    font-size: 14px;
} */
/* ************************************home news */
.news_home_col {
    box-shadow: 0px 0px 3px;
    border-radius: 20px 20px;
    margin-bottom: 12px;
}
.news_home_img img {
    width: 100%;
    height: 20vh;
    border-radius: 20px 20px 0px 0px;
}
.home_news_heading h2 {
    font-size: 50px;
}
.home_news_heading {
    margin: 20px 0px 40px;
    text-align: center;
}
.home_news_desc {
    padding: 20px 10px;
    text-align: center;
}
.home_news_desc h2 {
    font-size: 20px;
}
.home_news a {
    text-decoration: none;
    color: #000;
}
.home_news a:hover {
    color: #000;
}
.home_news a:hover {
    color: #000;
    text-decoration: underline;
}
.news_home_col:hover img {
    opacity: .8;
}
/* ************************************home blog */
.blog_home_col {
    box-shadow: 0px 0px 3px;
    border-radius: 20px 20px;
    margin-bottom: 12px;
}
.blog_home_img img {
    width: 100%;
    height: 20vh;
    border-radius: 20px 20px 0px 0px;
}
.home_blog_heading h2 {
    font-size: 50px;
}
.home_blog_heading {
    margin: 20px 0px 40px;
    text-align: center;
}
.home_blog_desc {
    padding: 20px 10px;
    text-align: center;
}
.home_blog_desc h2 {
    font-size: 20px;
}
.home_blog a {
    text-decoration: none;
    color: #000;
}
.home_blog a:hover {
    color: #000;
    text-decoration: underline;
}
.blog_home_col:hover img {
    opacity: .8;
}
/* *******************************gallery */
.gallery_images img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.gallery_section {
    margin: 60px 0px;
}
.gallery_heading {
    text-align: center;
}
.gallery_heading h2 {
    font-size: 50px;
}
.gallery_heading {
    text-align: center;
    margin-bottom: 25px;
}
.gallery_images {
    margin-bottom: 12px;
}
/* **************************************** category one*/
.category_one {
    margin-top: 50px;
}
.category_one_heading {
    text-align: center;
}
.category_one_heading h2 {
    font-size: 3rem;
}
.category_one_type_img {
    display: flex;
}
.category_one_type {
    padding-left: 20px;
}
.category_one_img img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.category_one_four_section:hover {
    box-shadow: 0px 0px 5px;
    transition: .2s ease-in-out;
}

.exchange_category_col {
    background-color: ghostwhite;
    padding: 10px 20px;
    border-radius: 30px;
}
.category_one_four_section {
    background-color: ghostwhite;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0px 4px 0px;
}
.category_one_price_heading {
    text-align: center;
}.category_one_price_heading p {
    font-size: 14px;
}
.download_button {
    display: flex;
    justify-content: center;
}
.download_icon {
    background-color: #000;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 5px;
}
.download_icon:hover {
    background-color: #424141;
}
.download_icon a {
    text-decoration: none;
    color: #fff;
}
.download_icon:hover a {
    text-decoration: none;
    color: #fff;
}
.category_one_bottom_pra p {
    font-size: 14px;
}
.category_one_review_visit {
    text-align: center;
}
.category_one_visit a {
    color: #fff;
    text-decoration: none;
}  
.category_one_visit {
    background-color: green;
    padding: 4px 20px;
    display: inline-flex;
    border-radius: 5px;
}
.category_one_review a {
    background-color: gray;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
}   
.category_one_review {
    padding-top: 15px;
}

.category_one_visit a:hover {
    color: #fff;
}
.category_one_review a:hover {
    color: #fff;
}
/* *********************************************** */
#footer .links ul li {
    list-style: none;
    line-height: 2;
}
footer .links ul li a {
    text-decoration: none;
    color: #fff;
}
footer .links ul li a:hover {
    text-decoration: underline;
}
.footer {
    background-color: black;
    color: #fff;
    padding: 20px 0px;
}
.footer_logo img {
    width: 120px;
}
/* .footer_logo {
    text-align: center;
} */
/* .footer_useful_links {
    text-align: left;
} */
/* .footer_links {
    text-align: left;
} */
.useful_links_details a {
    text-decoration: none;
    color: #fff;
}
.useful_links_details a:hover {
    text-decoration: underline;
}
/* .useful_links_details {
    text-align: left;
} */
#footer .links ul {
    padding: 0px;
}
.useful_links_details a:hover {
    color: #fff;
}
.footer_contact_details {
    line-height: 2;
}

/* *********************************blog banner */
.blog_banner_img img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
.blogs_list_img img {
    width: 100%;
    height: 20vh;
    border-radius: 20px 20px 0px 0px;
}
.blog_page_heading h1 {
    font-size: 50px;
}
.blog_page_heading {
    margin: 0px 0px 40px;
    text-align: center;
}
.blog_list {
    margin: 60px 0px 40px;
}
.blogs_main_col {
    box-shadow: 0px 0px 3px;
    border-radius: 20px 20px;
    margin-bottom: 12px;
}
.blog_list_title {
    padding: 20px 10px;
    text-align: center;
}
.blog_list_title h2 {
    font-size: 20px;
}
.blog_aside_manu {
    box-shadow: 0px 0px 3px;
    padding-top: 15px;
    border-radius: 20px 20px;
}
.blog_aside_manu_heading {
    text-align: left;
    border-bottom: 1px solid #8080807a;
    padding-left: 12px;
}
.blog_side_list ul {
    padding: 0px;
}
.blog_side_list ul li {
    list-style: none;
    padding: 10px 10px;
    border-bottom: 1px solid #0000004a;
    display: flex;
}
.blog_side_list ul li:last-child {
    border: none;
}
.blog_side_list ul li a {
    text-decoration: none;
    color: #000;
    padding-left: 10px;
    font-size: 14px;
}
.blog_side_list img {
    width: 60px;
    height: 60px;
    border: 1px solid gray;
    padding: 3px;
    border-radius: 8px;
}
.blog_side_list ul li:hover img {
    border: none;
    padding: 0px;
}
.blogs_main_col:hover img {
    opacity: .8;
}
.blog_rows a {
    text-decoration: none;
    color: #000;
}
.blog_rows a:hover {
    text-decoration: none;
    color: #000;
}

/* *********************************blog detail banner */

.blog_detail_banner_img img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
.blog_detail_content {
    margin-top: 50px;
    margin-bottom: 30px;
}

/* *************************************download */
.download_banner_img img {
    width: 100%;
    height: 50vh;
    object-fit: fill;
}
.download_page_links {
    margin-bottom: 30px;
    margin-top: 60px;
}
.download_page_link_section:hover {
    box-shadow: 0px 0px 5px;
    transition: .2s ease-in-out;
}
.download_page_link_section {
    background-color: ghostwhite;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 12px;
}
.download_page_buttons a {
    text-decoration: none;
    color: #fff;
    background-color: green;
    padding: 5px 7px;
    display: inline-flex;
    margin: 2px 0px;
}
.download_page_buttons a:hover {
    color: #fff;
}
.download_page_title {
    text-align: center;
}
.download_page_buttons {
    text-align: center;
}
/* *************************************about */
.pages_banner_img img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
/* *************************************news */
.news_banner_img img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
/* *****************************************Pages */
.pages {
    margin-top: 50px;
    margin-bottom: 30px;
}
.pages_heading {
    text-align: center;
}
.pages_heading h2 {
    font-size: 50px;
}

/* .preview-container {
    display: flex;
    flex-wrap: wrap;
}

.preview-image {
    margin: 10px;
    position: relative;
}

.delete-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 5px 8px;
    cursor: pointer;
} */
/* div#removefileList span {
    border: 1px solid gray;
    padding: 5px 5px;
}
div#removefileList .file-item {
    padding: 5px 0px;
}
div#removefileList button {
    color: #fff;
    background-color: #c90303;
    border: none;
    padding: 4px 5px;
} */