body{
   font-family: "congenial", sans-serif;
}
.container{
    max-width: 1600px;
}
.top-header {
    background: #5a3f1f;
    padding: 10px 0;
    height: 44px;
    transition: all 0.5s;
}
#cover_section {
    min-height: 800px!important;
}
.top-header-menu a span {
    color: #e9f6fd;
    border-bottom: none;
    font-size: 16px;
    font-weight: 400;
}
.social-media-top {
    float: right;
}
.social-media-top a span{
    font-size: 16px;
     color: #e9f6fd;
}
a.social_icon {
    color: #ffa50a;
    padding: 0 5px;
    /* margin-right: 5px; */
    /* display: inline-block; */
    position: relative;
}
a.social_icon:last-child {
    padding-right: 0;
}
.social-media-top a img {
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
}
ul.navbar-nav.left-items.main-header {
    margin-left: 80px;
}
nav.navbar a.login_btn.rbtn {
    background: #ff5050;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    display: inline-block;
}
ul.navbar-nav.left-items.main-header li a {
    color: #5a3f1f!important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
section#cover_section {
    position: relative;
}
.slider.active {
    position: absolute;
    bottom: 10%;
/*    background: #0b101e;*/
    padding: 50px;
    max-width: 750px;
    width:100%;
}
.slider h1 {
    color: #ff5050;
    font-size: 36px;
    font-weight: 700;
    line-height: 75px;
}
.slider h1 span{
    color: #f38d0f;
    font-size: 120px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.slider p{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.buttons{
    margin-top: 20px;
}
.buttons a {
    color: #e9f6fd;
    font-size: 18px;
    font-weight: 700!important;
    background: #ff5050;
    padding: 10px 40px;
    border-radius: 10px;
    margin-right: 10px;
}

.buttons a:last-child {margin: 0;background: #fff;color: #000;}
.tour_section{
    background: url('../../assets/img/banner/background_tour.webp');
    background-size: cover;
    padding: 80px 0;
}
.tours_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.tours_list ul li {
    width: calc(33.33% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.tours_list ul li .tour_main_image {
    height: 130px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.tours_list ul li .tour_main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tours_list ul li .tour_main_image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,188,57,0) 5%, rgba(0,0,0,0.9) 100%);
}
.tour_heading {
    position: absolute;
    bottom: 10px;
    left: 80px;
}

.tour_heading h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}
.tour_main_map {
    position: absolute;
    top: 0;
    left: -30px;
}
.about_ouarzazate {
    padding: 60px 0;
}

.about_ouarzazate_detail h2 {
    font-size: 48px;
    color: #ae8749;
    font-weight: 700!important;
    line-height: 36px;
}

.about_ouarzazate_detail span {
    display: block;
    color: #ae8749;
    font-size: 24px;
}

.about_ouarzazate_detail p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
}

.about_ouarzazate_detail a {
    display: inline-block;
    background: #ff5050;
    color: #fff;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 700!important;
    border-radius: 15px;
}
.about_ouarzazate_detail {
    padding: 100px 0;
    max-width: 600px;
    width: 100%;
}
.about_ouarzazate_img img {
    width: 100%;
    padding-right: 100px;
}
section.benifit-section {
    padding: 70px 0 40px 0;
}
section.benifit-section .row {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.icon_box i {
    color: #ffa50a;
    border: 2px solid #ffa50a!important;
    width: 80px;
    height: 80px;
    line-height: 60px;
    margin-bottom: 20px;
}
.icon_box h5 {
    color: #000;
    font-size: 24px;
}
footer {
    background: #e1deda;
    padding: 60px 0 0 0;
    position: relative;
    z-index: 1;
}
footer:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url('../../assets/img/footer_background.webp');
    background-size: cover;
    background-position: bottom;
    opacity: 0.1;
    z-index: -1;
}
.footer-bottom {
    background: #5a3e1d;
    padding: 10px;
}
.copyright-text p, .copyright-text p a{
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300!important;
}
.footer-payment p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300!important;
    text-align: right;
}
.footer-social {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social a i {
    color: #ffa50a;
    font-size: 17px;
    padding: 0 10px;
}
.contact_details a, .footer_links ul li a {
    font-size: 16px;
    line-height: 32px;
    color: #685a45;
    display: block;
}

.contact_details a i {
    color: #ffa50a;
    padding-right: 10px;
}
.footer_menus {
    display: flex;
    justify-content: space-between;
}
.footer_links.MoroccoLocation ul {
    column-count: 2;
    gap: 100px;
}
.footer_links h5 {
    color: #685a45;
    font-size: 20px;
    font-weight: 700!important;
    margin: 25px 0;
    position: relative;
    text-transform: uppercase;
}
.footer_links h5:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #ae8749;
}
.col-sm-6.best_vehicles_grid_outer {
    padding: 80px 40px;
    position: relative;
    z-index: 1;
    background: #ebeae9;
}
.col-sm-6.best_vehicles_grid_outer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../assets/img/grid_back.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    opacity: 0.1;
    z-index: -1;
}
.best_vehicles_grid h2 {
    font-size: 24px;
    line-height: 42px;
    color: #f38d0f;
    font-weight: 700;
    margin-bottom: 50px;
}

.best_vehicles_grid h2 span {
    display: block;
    font-size: 48px;
    color: #ff5050;
     font-weight: 700;
}
.product_vehicle .vehicle_image {
    width: 100%;
    height: 285px;
    overflow: hidden;
    border: 3px solid #f38d0f;
    border-radius: 15px;
    box-shadow: 5px 5px 0px #fff;
    
}
.product_vehicle .vehicle_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vehicle_detail h6 {
    font-size: 24px;
    color: #000;
    padding: 20px 0;
}
.vehicle_detail h6:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 94%;
    height: 5px;
    background: linear-gradient(90deg, rgba(255,188,57,1) 42%, rgba(255,255,255,1) 100%);
    transform: translateX(-50%);
}
.besr_vehicle_back {
    background-image: url(../../assets/img/besr_vehicle_back.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.best_vehicles_grid {
    width: 85%;
}
section.tour_and_trips {
    padding: 80px 0;
}

.tour_container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.tour_and_trip_heading h3 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #f38d0f;
    margin-bottom: 50px;
}

.tour_and_trip_heading h3 span {
    color: #ff5050;
}
.tour_boxes_ouside {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour_boxes_images a {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: block;
}

.tour_boxes_images a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour_boxes {
    width: calc(33.33% - 15px);
    margin-right: 15px;
    background: #ff5050;
    border-radius: 20px;
    min-height: 500px;
    display:inline-block;
    margin-bottom:20px;
    vertical-align:top;
}

.tour_boxes:nth-child(3n){margin-right:0px;}

.tour_boxes_details h3 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tour_boxes_details {
    padding: 60px 20px 30px 20px;
}

.tour_boxes_details p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}

.tour_benifits ul {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.tour_benifits {
    margin-top: -100px;
    position: relative;
}

.tour_boxes_details > a {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 10px;
}
.tour_benifits ul li {
    display: flex;
    align-items: center;
}

.tour_benifits ul li span {
    margin-left: 10px;
    display: inline-block;
    font-size: 11px;
    color: #ccc;
}

.tour_benifits ul li span strong {
    display: block;
    color: #000;
}
.tour_boxes_images img {
    border-radius: 20px 20px 0 0;
}
.why_morocco{
    background-image: url(../../assets/img/why_morocco.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 670px;
    padding: 80px;
    position: relative;
    z-index: 1;
}
.why_morocco:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(198,112,59,1) 10%, rgba(255,255,255,0) 100%);
    z-index: -1;
}
.why_us{
    background-image: url(../../assets/img/why_us.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 670px;
    padding: 80px;
    position: relative;
    z-index: 1;
}
.why_us:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(119,75,34,1) 10%, rgba(255,255,255,0) 100%);
    z-index: -1;
}
.why_us_detail{
    width: 90%;
}
.why_detail {
    position: absolute;
    bottom: 80px;
    width: 70%;
    right: 80px;
}
.why_us h5, .why_morocco h5 {
    font-size: 36px;
    font-weight: 700!important;
    color: #fff;
    line-height: 36px;
}

.why_us span, .why_morocco span {
    font-size: 24px;
    color: rgba(255 255 255 / 50%);
    font-weight: 400!important;
    line-height: 45px;
}

.why_us p, .why_morocco p {font-size: 16px;color: #fff;line-height: 24px;}

.breadcum_linkes a.text-dark {
    color: #fff !important;
    margin-left: 5px;
}

.breadcum_linkes i.far {
    color: #fff !important;
}
.loginform_newdesign {
    background: #ae8749;
    padding: 100px 0px;
}

.loginform_newdesign form {
    max-width: 550px;
    margin: auto;
}
.customtempate_post .postheader{border-radius:0px 0px 100px 100px; background:#ff5050 !important;}
.customtempate_post .postheader {
    background: #a57b44;
    padding: 90px 0px;
    text-align: center;
    color: #fff;
}

.customtempate_post .postheader h1 {
    font-size: 30px !important;
    font-weight: bold !important;
    font-family: 'Montserrat';
}

.customtempate_post .postheader .bredcruub {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #fff !important;
    font-family: 'Montserrat' !important;
}

.customtempate_post .postheader .bredcruub a {
    color: #fff !important;
}

.customtempate_post .postheader .bredcruub i {
    color: #fff !important;
    padding-right:5px;
}

.customtempate_post .postheader .bredcruub a i.far {
    color: #fff !important;
}
.customtempate_post .postdetails_content {
    padding-top: 70px;
}
.footer_links.ToursandTrips ul li:last-child {
    display: none;
}
.customtempate_post .postdetails_content strong#textbold_top {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.customtempate_post .postdetails_content .row.rowvehicles_boxs h6.title:before {
    display: none;
}
.customtempate_post .postdetails_content .row.rowvehicles_boxs .product_vehicle {
    margin-bottom: 25px;
}

.top-header-menu a.ml-3 {
    display: none !important;
}

.top-header-menu a.ml-3:last-child {
    display: block !important;
}
/*15-12-2023*/
.footer_links.ToursandTrips {
    display: none;
}

span.navbar-brand.waves-effect img {
    width: 100%;
    max-width: 150px;
}


.btn-primary:hover {
    color: var(--secondary-text);
    background-color: #764706!important;
    border-color: #764706!important;
}

.navbar-light .navbar-toggler {
    color: rgb(90 63 31)!important;
    border-color: rgb(90 63 31)!important;
    background: #fff;
}

.tour_boxes_details > a:hover{

        color: #5a3f1f!important;
}


header.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px #aaa;
    /*min-height: inherit;*/
    z-index: 9999999;
    top: 0;
    transition: all 0.5s;
}
header.sticky .top-header {height: 0;transition: all 0.5s;padding: 0;}

header.sticky span.navbar-brand.waves-effect img {
    width: 100%;
    max-width: 120px;
}

header.sticky ul.navbar-nav.left-items.main-header li a {
    font-size: 16px;
}

header.sticky ul.navbar-nav.left-items.main-header {
    margin-left: 190px;
}


ul.navbar-nav.nav-flex-icons.ml-auto {
    display: none;
}


@media (max-width: 1600px){
    ul.navbar-nav.left-items.main-header li a {
        font-size: 16px;
    }
    nav.navbar a.login_btn.rbtn {
        font-size: 16px;
    }
    .navbar-nav .nav-item{
        padding: initial;
    }
    ul.navbar-nav.nav-flex-icons.ml-auto {
        margin-left: inherit!important;
    }
}

@media (max-width: 1400px){
    span.navbar-brand.waves-effect img {
        max-width: 150px;
        width: 100%;
    }
    ul.navbar-nav.left-items.main-header li a {
        font-size: 16px;
        padding: 10px;
    }
    nav.navbar a.login_btn.rbtn {
        font-size: 16px;
    }
    ul.navbar-nav.left-items.main-header {
        margin-left: 40px;
    }
    div#navbarSupportedContent {
        justify-content: flex-end;
    }

    .social-media-top a span {
        font-size: 12px;
    }


    section.best_vehicles_section .col-sm-6.p-0 {
    width: 40%;
    flex: 40%;
    max-width: 40%;
}

.col-sm-6.best_vehicles_grid_outer {
    width: 60%;
    max-width: 60%;
    flex: 60%;
}

.best_vehicles_grid {
    width: 100%;
}


.why_us h5, .why_morocco h5{
    line-height: 40px;
}

.contact_details a, .footer_links ul li a {

    font-size: 13px;
}
.footer_menus {
    display: flex;
    justify-content: space-evenly;
}
.footer_links.MoroccoLocation ul {
    column-count: 1;
    gap: 0px;
}
.footer_links h5 {

font-size: 17px;

}

#cover_section {
    min-height: 650px!important;
}

}




@media (max-width: 1024px){

    .footer_links.MoroccoLocation ul {
    column-count: 2;
    gap: 100px;
}


    ul.navbar-nav.left-items.main-header li a {
        font-size: 14px;
    }

    footer .col-sm-2 {
    flex: 27%;
    max-width: 66%;
}

footer .row.pb-5 {
    justify-content: space-around;
}

footer .row.pb-5 .col-sm-2:first-child {
    flex: 20%;
    max-width: 30%;
}

footer .row.pb-5 .col-sm-4 {
    width: 60%;
    max-width: 70%;
    flex: 60%;
}


.mapfooter {
    margin-top: 51px;
}

.icon_box h5 {

    font-size: 18px;

}

.tour_boxes_details p{

      overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;  
}
.about_ouarzazate_img img {
    width: 100%;
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 140px;
}
    
}


@media (max-width: 991px){

    header.sticky ul.navbar-nav.left-items.main-header {
    margin-left: 0px;
}


    #cover_section .buttons {
        text-align: left!important;
}

.tour_benifits ul li span {

        margin-left: 4px;
}

.tour_benifits ul {

    padding: 10px 10px;
}

ul.navbar-nav.left-items.main-header{
    margin-left: 0px;
}

nav.navbar a.login_btn.rbtn {
    margin-left: 10px;
    margin-bottom: 20px;
}

#cover_section {
    min-height: 0px!important;
    padding: 270px 0px;
}

.slider h1 span {

    font-size: 100px;

}

.slider p{
    font-size: 26px;
}

.about_ouarzazate .col-sm-6.p-0, .about_ouarzazate .col-sm-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
section.why_choose_section .col-sm-6.p-0 {
    flex: 100%;
    max-width: 100%;
}

.about_ouarzazate_img img{
    padding-top: 0px;
}

.about_ouarzazate_detail {
    padding: 60px 0px 0px;
    max-width: 100%;
}

.about_ouarzazate{
    padding: 60px 0px 0px;
}


.why_morocco, .why_us{
    padding: 50px;
}


.why_us_detail {
    width: 90%;
    position: absolute;
    bottom: 70px;
}

.why_detail{
    width: 82%;
    max-width: 100%;
}
.why_us:after{


    background: linear-gradient(360deg, rgba(119,75,34,1) 10%, rgba(255,255,255,0) 100%);
}

section.benifit-section .row .col-md-3.col-sm-6.mb-4.px-1 {
    padding: 0px 10px!important;
}

section.best_vehicles_section .col-sm-6.p-0, .col-sm-6.best_vehicles_grid_outer {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

.besr_vehicle_back {
    /* height: 92%; */
    background-position: center;
    position: relative;
    padding-bottom: 90%;
    display: block;
    top: 0%;
    width: 100%;
}


.tour_boxes_ouside {
    display: block;
    padding: 20px;
}

.tour_boxes {

    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
    vertical-align: top;
}

footer .row.pb-5 .col-sm-2, footer .row.pb-5 .col-sm-2:first-child, footer .row.pb-5 .col-sm-4{

    flex: 100%;
    width: 100%;
    max-width: 100%;
}


.footer_menus {
    display: grid;
    justify-content: space-between;
}


.contact_details a, .footer_links ul li a {
    font-size: 16px;
}

.footer_links h5 {
    font-size: 20px;
}

.tour_and_trip_heading h3, .best_vehicles_grid h2 span, .about_ouarzazate_detail h2{
    font-size: 36px;
}

#cover_section {
    min-height: 0px!important;
    padding: 300px 0px;
}

.copyright-text p, .copyright-text p a, .footer-payment p{
    text-align: center;
    font-size: 12px;
}

.footer_contact_detail img {
    width: 200px;
}

.phonescreen {
    display: flex!important;
    align-items: center!important;
}

.onphone.d-lg-none {
    margin-right: 30px!important;
}

.top-header .row {
    align-items: center;
}

div#navbarSupportedContent {
    position: absolute;
    top: 86px;
    width: 100%;
    right: 0;
    top: 100%;
}

.social-media-top a:first-child {
    display: none;
}

a.social_icon{
    font-size: 12px;
}
}


@media (max-width: 767px){



    .slider h1 span{


        font-size: 90px;
    }



   .tours_list ul {
    justify-content: space-evenly;
}

    .tours_list ul li {
    width: calc(45%);
     margin-right: 0px; 
    position: relative;
    overflow: hidden;
}


.customtempate_post .postheader{
    padding: 30px 20px!important;
}



}


@media (max-width: 580px) {

    .customtempate_post .postdetails_content .mainintro_sec h2.h3{
        font-size: 24px!important;
    }

    .customtempate_post .postheader h1 {
    font-size: 24px !important;
    font-weight: bold !important;
    font-family: 'Montserrat';
}

    .slider.active{
        padding: 20px;
    }


    #cover_section {
    min-height: 0px!important;
    padding: 200px 0px;
}


.slider h1 span {
    font-size: 46px;
}

    .slider h1 {
    color: #ff5050;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
}

.slider p {
    font-size: 14px;
}

.buttons a{
    padding: 10px 20px;
}



#cover_section .buttons a{

    font-size: 13px;
}

.tours_list ul li {

        width: calc(100%);
}

.tour_heading h3{

    font-size: 20px;
}

.why_detail {
    width: 100%;
    max-width: 100%;
    padding: 20px;
}

.why_detail {
    bottom: 20px;
    right: 0px;
}

.why_us_detail {
    width: 100%;
    position: absolute;
    bottom: 70px;
    left: 0;
    padding: 20px;
}

.why_us span, .why_morocco span {
    font-size: 20px;
    line-height: 35px;
}

.top-header .col-sm-4{

    text-align: center;
}

.social-media-top {
    float: initial;
    margin-top: 12px;
    text-align: center;
}

.customtempate_post .postheader h1 {
    font-size: 20px!important;
    
}


.customtempate_post .postheader .bredcruub i {
    color: #fff !important;
    padding-right: 0px!important;
}

.customtempate_post .postdetails_content div#slider_section {
     float: inherit; 
    width: 100%;
    position: relative !important;
    height: 630px;
     overflow: inherit; 
    margin-bottom: 0px!important;
}


.customtempate_post .postdetails_content div#slider_section .sliderthumbnil {
    width: 100%!important;
    background: #000!important;
    text-align: center!important;
    padding: 14px!important;
    height: 26%!important;
    position: relative!important;
    display: flex;
}

.customtempate_post .postdetails_content div#slider_section .sliderthumbnil img.avatar {
    padding: 0;
    width: 40% !important;
    border: none !important;
    margin-right: 10px;
}

.customtempate_post .postdetails_content div#slider_section img.mainsliderimg {
    position: relative!important;
    width: 100%!important;
    object-fit: contain!important;
    height: 58%!important;
}


.customtempate_post .postdetails_content div#slider_section {
     float: inherit!important; 
    width: 100%!important;
    position: relative !important;
    height: 630px;
     overflow:  inherit!important; 
    margin-bottom: 50px;
}

.customtempate_post .postdetails_content .mainintro_sec {
    float: left!important;
    width: 100%!important;
}
.pointsbox_listing {
    display: inherit!important;
}

.pointsbox_listing .leftpoints_box, .pointsbox_listing .rightpoints_box {
    width: 100%!important;
    padding: 30px!important;
}

.perperson_tabelsections {
    margin-bottom: 30px!important;
}

.customtempate_post .postdetails_content .mainintro_sec h2.h3 {
    color: #000000 !important;
    font-size: 26px !important;
    font-weight: bold !important;
}

.relatedpost_sections .card .card-body {
    display: flex;
    flex-wrap: wrap;
    box-shadow: inherit!important;
}

.relatedpost_sections .card{

box-shadow: inherit!important;

}
.relatedpost_sections .card .card-body a.card {
    width: calc(100% - 0%)!important;
    margin-right: 0px!important;
}

.relatedpost_sections .card .card-body .relabox_detailscon .card-header {

    height: 50px!important;
    font-size: 12px!important;
}


}


/*26-12-2023
*/
.social-media-top a.social_icon i.fa-whatsapp {
    display: none;
}
.x-twitter, .social-media-top{
    position: relative;
}

i.fab.fa-x-twitter:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../assets/img/x-twitter.png);
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
}

i.fab.fa-x-twitter {
    position: relative;
    display: initial;
    padding: 0 10px;
}

.social-media-top a.social_icon:nth-last-child(2){
    display: none;
}


.payment-add img {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    padding: 5px 20px;
}


.payment-add {
    margin-top: 20px;
}

.customtempate_post .postdetails_content .mainintro_sec h2.h3, .customtempate_post .postdetails_content .mainintro_sec h2{
    color: #000000 !important;
    font-size: 30px !important;
    font-weight: bold !important;
} 

.customtempate_post .postdetails_content .mainintro_sec H3 {


       color: #000000 !important;
    font-size: 26px !important;
    font-weight: 500!important;
}


.customtempate_post .postdetails_content ul {
    line-height: 36px;
    color: #000;
    font-size: 16px;
}

.customtempate_post .postdetails_content div, .customtempate_post .postdetails_content div span{

        color: #000;
    font-size: 16px;
    line-height: 30px;


}