﻿     #callbtn {
            display: block;
        }

        #callbtnmob {
            pointer-events: visible;
            cursor: pointer;
        }

        @media screen and (min-width: 768px) {
            #callbtn {
                display: none;
            }

            #callbtnmob {
                pointer-events: visible;
                cursor: default;
            }

            .d-lg-flex {
                display: flex !important;
            }

            .font-13 {
                font-size: 13px;
            }
        }

        .awesome {
            color: #1f1a17;
            -webkit-animation: colorchange 0.50s infinite alternate;
        }

        @-webkit-keyframes colorchange {
            0% {
                color: Black;
            }

            100% {
                color: #1f1a17;
            }
        }


        .footer-social a {
            margin: 0 5px !important;
            font-size: 12px !important;
            font-weight: 300 !important;
        }

        thead {
            background: #fff;
            color: #000;
        }

        tfoot {
            background: #efefef;
            color: #000;
        }

        td {
            border: 1px solid #fff;
            padding: 10px !important;
            text-align: center;
        }

        li {
            line-height: 30px;
        }

        .h.caption-1 li {
            color: #fff;
        }

        .modal-body input {
            padding: 8px 30px;
            border-radius: 50px;
        }

        .modal-body .btn {
            padding: 10px 15px;
            font-size: 15px;
            font-weight: 700;
            border: 0 !important;
        }

        .modal-body .form-group:not(:last-child) {
            margin-bottom: 10px !important;
        }

        .modal-body form {
            width: 60%;
        }

        .modal-body .modal-title {
            
        }

        .modal-body .popUp {
            margin-top: -30px;
            margin-bottom: 10px;
        }

        .float-right {
            float: right !important;
        }

        .float-left {
            float: left !important;
        }

        @media (max-width: 767px) {
            a#callbtnmob img {
                height: 33px;
            }

            form .btn {
                padding: 8px 18px !important;
            }

            li {
                line-height: 20px;
                font-size: 12px;
            }

            td {
                padding: 3px 5px !important;
            }

            thead td {
                font-size: 8px;
                line-height: 15px;
            }

            tbody td {
                font-size: 5px;
                line-height: 10px;
            }

            thead br {
                display: none;
            }

            p {
                font-size: 15px !important;
            }

            .p-y-md.bg-img a.btn, .p-t-lg.content-spotlight.bg-edit a.btn {
                padding: 5px 8px !important;
                font-size: 10px !important;
            }


            .form-control {
                padding: 10px !important;
            }

            .form-group:not(:last-child) {
                margin-bottom: 10px !important;
            }

            .hero-leadbox .form-horizontal {
                padding: 20px 15px 10px !important;
            }

            .modal-body form {
                width: 90%;
            }

            .modal .form-control {
                padding: 8px 20px !important;
                font-size: 12px;
            }

            .modal-body .btn {
                width: 100%;
            }

            .modal-body .modal-title {
                margin-left: -10px;
                margin-bottom: 10px;
                font-size: 16px;
            }

            .modal-body .popUp {
                margin-top: -30px; /*margin-bottom: -18px;*/
            }

            .d-sm-none {
                display: none !important;
            }
        }

        .post-info1 {
            margin-top: 10px;
            margin-bottom: 25px;
            clear: both;
        }

            .post-info1 a {
                color: #fff !important;
            }



  .slick-prev:before, .slick-next:before {
            color: black;
        }

        .slick-slide {
            transition: all ease-in-out .1s; /*opacity: .2;*/
        }

        .slick-active {
            opacity: 1;
        }

        .slick-current {
            opacity: 1;
        }

        @media (max-width: 767px) {
            .slider { /*width: 100vw;*/
            }

            .slick-next {
                right: 0px !important;
            }

            .slick-prev {
                left: 0px !important;
            }

            .d-lg-none {
                display: block !important;
            }

            .textbold {
                margin-bottom: 20px;
            }

            .spotlight-text p {
                line-height: 20px !important;
            }

            .border-bottom {
                border-bottom: 2px solid;
            }
        }

        .close {
            opacity: 1 !important;
        }

        .d-lg-none {
            display: none;
        }

        .btn-white1 {
            background-color: #a2840a;
            border: 3px solid #a2840a;
            color: #ffffff !important;
        }

        @media (min-width: 1200px) {
            .container {
                width: 1320px !important;
            }
        }

        .textbold ul li {
            font-weight: 600;
            font-size: 15px;
            color: #484882 !important;
        }