.subicons h6 {
    margin-left: 15px;
    font-weight: bold;
}

.subicons {
    margin-top: 8px;  
    display: inline-block;
}

.calling{
    display: inline-block;
    margin-top: 18px;
    margin-right: 15px;
}

#clickme {
    position: relative;
    top: 4px;
    left: 5px;
    border-radius: 5px;
    background-color: #322274;
    padding-bottom: 3px;
}

#clickme a{
    font-weight: bold;
    color: white;
}

.companies {
    margin-top: 18px;
}

    .companies h6 {
        font-weight: bold;
        margin-left: 6px;
    }

    .companies select {
        background-color: beige;
    }

.mobcompanies {
    margin-top: 8px;
    display: none;
}

    .mobcompanies h6 {
        font-weight: bold;
        margin-left: 10px;
    }

    .mobcompanies select {
        background-color: beige;
    }

.subicons select {
    background-color: beige;
    margin-left: 20px;
}

.mobfilters {
    display: none;
}

.dropdown {
    margin-left: 10px;
    margin-top: -3px;
}

.dropdown-menu a{
    font-size: 14px;
}

.btn {
    clip-path: inset(5px 0px 0px 1px);
    background-color: #317ba4;
    color: white;
}

.dropdown-item:hover {
    background-color: lightblue;
}

.posts {
    margin-top: 10px;
}

.mdposts {
    margin-top: 10px;
    display: none;
}

.post {
    margin-top: 12px;
    border-radius: 5px;
}

.postlogo {
    max-width: 82px;
    max-height: 50px;
    display: block;
    margin: 4px 4px;
}

.ptitle {
    margin-top: 8px;
    font-weight: bold;
    margin-bottom: 5px;
}

.titles a {
    font-size: 12px;
    text-decoration: underline;
    line-height: 2px;
}

.titles {
    max-height: 60px;
}

.address {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8px;
}

.dates {
    margin-top: -22px;
    margin-left: 2px;
    max-height: 32px;
}

.forlike{
    display: block;
    margin: auto;
}

.postdate {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 2px;
    margin-left: 8px;
    color: #d1e4ff;
    display: inline-block;
}

.formore{
    display: inline-block;
    position: relative;
    top: -6px;
}

.expdate {
    display: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    /*display: inline-block */
    margin-bottom: 2px;
}

.postimg {
    width: 97%;
    height: 200px;
    display: block;
    margin: 1px auto;
    border-radius: 1px;
    object-fit: cover;
}

.heading {
    border-bottom: 0px;
    border-top: 1px;
    border-right: 1px;
    border-left: 1px;
    border-color: #b8d5f9;
    border-style: solid;
    border-radius: 6px 6px 0px 0px;
    height: 60px;
    background-color: #afcef7;
}

.clear {
    clear: both;
}

.uppart {
    min-height: 40px;
}

    .uppart h6 {
        font-weight: bold;
        font-size: 15px;
        text-align: center;
    }

.posttext {
    padding: 1px 5px;
    min-height: 110px;
    margin-top: 6px;
}

    .posttext p {
        font-size: 14px;
        font-family: "Merriweather", serif;
        margin-bottom: 3px;
    }

    .posttext a {
        font-weight: bold;
        text-decoration: underline;
    }

.postcontent {
    border: 0px solid #e1e9f4;
    border-radius: 0px 0px 8px 8px;
    background-color: #d1e4ff;
}

.imgframe {
    height: 200px;
}

@media screen and (min-width: 990px) and (max-width: 1068px) {

    .postimg {
        max-width: 100%;
    }

    .imgframe {
        min-height: 120px;
    }

    .posttext {
        min-height: 80px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1055px) {

    .titles p {
        font-size: 14px;
    }

    .titles {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .companies {
        display: none;
    }

    .mobcompanies {
        display: block;
    }
}

.subname {
    float: left;
    margin-top: 40px;
}

    .subname h6 {
        font-weight: bold;
    }

.mobsubname {
    display: none;
    margin-left: 16px;
    margin-top: 4px;
    margin-bottom: -8px;
}

    .mobsubname h6 {
        font-weight: bold;
        font-size: 14px;
    }

@media screen and (max-width: 430px) {
    .subname {
        display: none;
    }

    .mobsubname {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    .mdposts {
        display: block;
    }

    .posts {
        display: none;
    }

    .postimg{
        max-width:90%;
    }
}

.register {
    margin-top: 15px;
}

    .register p {
        font-size: 14px;
        margin-top: 4px;
    }

    .register h6 {
        font-weight: bold;
    }

.enter {
    background-color: rgb(245, 152, 65);
    border: 1px solid rgb(245, 152, 65);
    border-radius: 6px;
    padding: 0px 6px 6px 4px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 6px;
}

.loginput {
    border: 1px solid black;
    border-radius: 5px;
    max-width: 170px;
    margin-right: 5px;
}

#textbox {
    width: 170px;
    border: 1px solid black;
    border-radius: 6px;
}

.myinfo {
    border-radius: 6px;
    border: 1px solid black;
}

.picrow > .column {
    padding: 0 8px;
}

.picrow {
    display: table;
    margin-top: 14px;
}

/* Create four equal columns that floats next to eachother */
.column {
    display: inline-block;
    width: 29%;
    margin-left: 20px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 3;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #0c0b0be8;
    margin: auto;
    padding: 0;
    width: 70%;
    max-width: 950px;
    min-height: 475px;
    text-align: center;
    vertical-align: middle;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

/* Hide the slides by default */
.mySlides {
    display: none;
    min-height: 300px;
    text-align: center;
    margin: auto 5px;
}

    .mySlides img {
        max-width: 650px;
        max-height: 450px;
    }

@media screen and (max-width: 500px){

     .mySlides img{
         width: 100%;
         height:auto;
     }
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -40px;
    color: rgb(136, 2, 2);
    background-color: rgb(255, 183, 88);
    opacity: 0.5;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(194, 55, 13, 0.8);
    }

img.hover-shadow {
    transition: 0.3s;
    width: 120%;
    margin-left: 20px;
}

.bigone {
    transition: 0.3s;
    width: 275%;
    vertical-align: middle;
    margin-left: 15px;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

th, td {
    padding: 0px 15px;
    text-align: center;
}

.features {
    margin-top: 25px;
}

.complogo {
    display: inline-block;
    max-width: 100px;
    max-height: 60px;
}

.companyinfo h4 {
    display: inline-block;
    margin-left: 14px;
}

.companyinfo {
    margin-top: 25px;
}

    .companyinfo p {
        margin-top: 12px;
    }

.posttitle {
    margin: 20px;
}

    .posttitle h5 {
        font-weight: bold;
        color: black;
    }

.prodesc {
    margin-top: 18px;
}

.prodesc p{
    color: black;
}

.detailed {
    min-height: 550px;
}

.fordress {
    display: inline-block;
}

#subdress {
    width: 100px;
    height: 34px;
    background-color: #317ba4;
    border-color: #1c3067;
    color: white;
    border-radius: 5px;
    margin-top: 1px;
}

    #subdress i {
        color: white;
    }

    #subdress:hover + .firstlist {
        display: block;
    }

.firstlist {
    display: none;
    position: absolute;
    z-index: 1;
    margin-left: -1px;
    background-color: #1c3067;
    width: 100px;
    color: white;
}

    .firstlist:hover {
        display: block;
    }

    .firstlist li {
        list-style: none;
        background-color: #1c3067;
        margin-left: -20px;
    }

    .firstlist a {
        color: white;
    }

.secondlist {
    position: absolute;
    z-index: 0;
    margin-left: 70px;
    margin-top: -28px;
    background-color: #1f76fa;
    width: 100px;
    display: none;
}

.firstlist li:hover .secondlist {
    display: block;
}

.secondlist li {
    list-style: none;
    width: 100px;
    text-align: left;
    margin-left: -35px;
    color: white;
}

    .secondlist li:hover {
        background-color: #ff5d30;
        color: white;
    }

.secondlist a {
    color: white;
}

.post-container {
    min-height: 375px;
}

.contact {
    min-height: 395px;
}

.contact h5{
    margin-top: 10px;
}

.aboutus {
    min-height: 395px;
}

.comrequest {
    min-height: 395px;
}

    .comrequest h6 {
        margin-top: 29px;
    }

#privacycont {
    margin-top: 25px;
    font-size: 14px;
}

.adsource {
    float: right;
    margin-top: 10px;
    color: black;
}

.mobadsource {
    display: none;
}

@media screen and (max-width: 768px) {

    .mobadsource {
        display: block;
    }

    .adsource {
        display: none;
    }

}

.allmob{
    display: none;
}

@media screen and (max-width: 750px){

    .allothers{
        display: none;
    }

    .allmob {
        display: block;
        background-color: #add4ff;
        width: 270px;
        height: 24px;
        border-radius: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 578px) {
    .imgframe{
        height: 230px;
    }
    
    .postimg {
        width: 97%;
        height:230px;
    }
}

.customdrop select {
    background-color: DodgerBlue;
    color: white;
    border-radius: 0px 0px 5px 5px;
    margin-top: 3px;
    text-align: justify;
    cursor: pointer;
}

.scrollable-menu {
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
}

#scrolled{
    margin-top: -3px;
}

#compul{
    max-width: 232px;
    border-radius: 6px;
}

.allothers {
    background-color: #add4ff;
    width: 270px;
    height: 24px;
    border-radius: 10px;
    text-align: center;
}

.goback {
    width: 70px;
    height: 32px;
    background-color: #1f76fa;
    border-color: #1f76fa;
    color: white;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

#compinfo{
    display: none;
}

.comptitle {
    background-color: #afcef7;
    border-radius: 6px;
}
  
.complist th{
    color: black;
}

.complist td{
    color: black;
}

.complist a{
    color: black;
}

.listedpage ul li {
    margin-left: 12px;
    font-weight: bold;
}

.pagetable {
    margin: 16px auto;
}

    .pagetable td {
        padding: 3px 10px;
    }

.like {
    display: inline-block;
    margin-left: 4px;
}

.tolike {
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 3px;
    margin-top: 1px;
    background-color: dodgerblue;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
