.image_size {
    width: 50px;
    margin-bottom: 10px;
}

.out-border:hover {
    border: solid 2px #cccc;
}

.panel-body {
    padding: 10px;
    background-color: #fffbdb;
}

.panel-default {
    border-color: #fff;
}

#off_con {
    padding: 2%;
    font-size: 15px;
    font-weight: 600;
}

#off_desc {
    font-size: 13px;
    padding: 3%;
    text-align: justify;
}

#mob_off_con {
    padding: 2%;
    font-size: 15px;
    font-weight: 600;
}

#mob_off_desc {
    font-size: 13px;
    padding: 3%;
    text-align: justify;
}

.top_heading {
    background-color: #24939D;
    margin-top: -0.5%;
    padding: 12px 0px 5px 0px;
}

.top_user {
    color: #fff;
    text-align: right;
}

.logout_btn {
    text-align: right;
    padding-right: 10px;
}

.bread-crum {
    color: #fff;
}

.main-menus-btn {
    color: #fff;
    border-radius: 15px;
}

body a {
    color: #000;
}

#msg_blink {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    font-family: lobster, cursive;
}

#cus_blink {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    font-family: lobster, cursive;
    text-align: center;
}

@-webkit-keyframes blinker {
    0% {
        color: red;
        text-shadow: red 0px 0px 20px;
        font-size: 100%
    }

    50% {
        color: orange;
        text-shadow: orange 0px 0px 20px;
        font-size: 100%;
    }

    100% {
        color: red;
        text-shadow: red 0px 0px 20px;
        font-size: 100%;
    }
}

.bread-crum p {
    background: #fff;
    color: #24939d;
    /*text-transform: uppercase;*/
    text-align: center;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: -7%;
    font-size: 14.5px;
    padding: 1.5%;
}

/*==================================================
 * Box shadow Effect 8
 * ===============================================*/
.box {
    width: 85%;
    height: 150px;
    margin: 10% auto;
}

.effect8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect8:before,
.effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.menu_text {
    text-align: center;
    padding-top: 12%;
}

.schedule_call {
    background: #1c7980;
    margin-left: -15px;
    text-align: right;
    padding-right: 22px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    width: 50%;
}

.offer-body a {
    background: #2b506a;
    color: white;
}

.offer-heading p {
    font-weight: 600;
}

.offer-heading {
    background: #ec000c;
    color: white;
    width: 61%;
    padding: 1.1px 0;
    margin-left: -19px;
    text-align: center;
}

.offer-heading:before,
.offer-heading:after {
    content: "";
    position: absolute;
}

.offer-heading:after {
    height: 0;
    width: 0;
    transform: rotate(269deg);
    top: 109px;
    right: 33%;
    border-left: 31px solid #ec000c;
    border-right: 25px solid #ec000c;
    border-bottom: 36px solid transparent;
}

.offer-body {
    background: #fafafa;
    margin-left: -15px;
    width: 68%;
    text-align: center;
    padding: 10px;
    border: 1px solid #d5d7d6;
}

.messages-heading {
    background: linear-gradient(90deg, rgba(241, 132, 37, 1) 25%, rgba(178, 95, 29, 1) 79%, rgba(227, 141, 72, 1) 85%, rgba(239, 144, 52, 1) 100%);
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: white;
    padding: 4px 0px 1px 0px;
    margin-left: 9%;
}

.gradient_text {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: hue 10s infinite linear;
}

/*-----------------------------------*\
  $ANIMATIONS
\*-----------------------------------*/

@keyframes hue {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(-360deg);
    }
}

.gradient_text p span {
    padding-left: 3%;
}

.messages-body {
    background: #ecf6ff;
    padding: 15px;
    border: 1px solid #d5d7d6;
    margin-left: 9%;
    color: #2a526b;
    font-weight: bold;
}

.messages-body ul li {
    list-style-type: circle;
}

.specific_req p {
    text-align: center;
    color: #398E9A;
    font-weight: 600;
    font-size: 18px;
}

.specific_req {
    /*background: #ecf6ff;*/
    /*padding: 15px;*/
    /*border: 1px solid #d5d7d6;*/
    margin-left: 9%;
    margin-top: 80px;
    color: #2a526b;
    text-align: center;
}

.specific_req a {
    text-align: center;
    color: #ffffff;
    /* border: solid 2px #f2fbfd; */
    box-shadow: 0 8px 6px -6px #000000b0;
    background-image: linear-gradient(to right, #025c7d, #7ea8b7ed, #0d89bc);
    border-radius: 7px;
    font-size: 16px;
    font-weight: bold;
}

.specific_req a:hover{
    border: solid 2px #f2fbfd;
}
.specific_req a :hover{
    border: solid 2px #f2fbfd;
}

#message_content p::before {
    content: "\f0a9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-top: 5px;
}

#message_content p a {
    padding-left: 3%;
    color: #2a526b;
    font-weight: bold;
}

.report_heading h1 {
    position: relative;
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding-left: 0%;
    padding-top: 0%;
}

.rep_content {
    padding: 0px;
    margin-bottom: 40px;
}

.breadcrumb_section {
    padding: 15px 0;
}

.breadcrumb_section {
    background-color: transparent;
}

.mar_top_30 {
    margin-top: 10%;
}

.mob_rpt_h1 {
    display: none;
}

.mob-off-content {
    display: none;
}

.mob-msg-content {
    display: none;
}

.modal-header .close {
    margin-top: -22px !important;
}

.sel-phone {
    padding: 1%;
}

.sel-datetime {
    padding: 1%;
}

.ui-timepicker-container {
    z-index: 1052 !important;
}

@media screen and (min-width: 960px) {
    .modal-content {
        left: 15%;
        margin-top: 25%;
        width: 75%;
    }

    /*    #phone {
        width: 171%;
    }*/
}

@media screen and (max-width: 425px) {
    .mar_top_30 {
        margin-top: 21% !important;
    }

    .bread-crum p {
        margin-left: -25% !important;
        font-size: 12px !important;
        margin-top: 15% !important;
    }
}

@media screen and (max-width: 320px) {
    .mar_top_30 {
        margin-top: 24% !important;
    }

    .bread-crum p {
        margin-left: -35% !important;
        font-size: 10px !important;
        margin-top: 48% !important;
    }
}

@media screen and (max-width: 768px) {

    /*    #phone {
        width: 164%;
    }*/
    .image_size {
        width: 35px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .mob-off-content {
        display: block;
    }

    .mob-msg-content {
        display: block;
    }

    .messages-body {
        /* text-align: center; */
        background: #fafafa;
        padding: 5px;
        border: 1px solid #d5d7d6;
        margin-left: 0%;
        margin-top: 2%;
    }

    .offer-body {
        background: #fafafa;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding: 5px;
        border: 1px solid #d5d7d6;
        margin-top: 2%;
    }

    .specific_req p {
        text-align: center;
        color: #398E9A;
        font-weight: 600;
        font-size: 15px;
        padding: 5px;
    }

    .logout_btn {
        text-align: right;
        padding: 0px 15px 0 0;
        font-size: 14px;
    }

    .messages-heading {
        background: linear-gradient(90deg, rgba(241, 132, 37, 1) 25%, rgba(178, 95, 29, 1) 79%, rgba(227, 141, 72, 1) 85%, rgba(239, 144, 52, 1) 100%);
        text-align: center;
        font-weight: 600;
        font-size: 15px;
        color: white;
        padding: 7px 0px 1px 0px;
        margin-left: 0%;
    }

    .box {
        width: 90%;
        height: 75px;
        margin: 20px auto;
    }

    .bread-crum p {
        background: #fff;
        color: #24939d;
        /*text-transform: uppercase;*/
        text-align: center;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
        margin-left: -35%;
        font-size: 10px;
        margin-top: 48%;
    }

    .top_user p {
        font-size: 13px;
    }

    .schedule_call {
        background: #1c7980;
        margin-left: -15px;
        text-align: right;
        padding-right: 22px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        width: 85%;
        font-size: 13px;
    }

    .mob_offers {
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        background: #f91c2a;
        color: white;
        margin-left: -15px;
        text-align: right;
        padding: 8px 15px 1px 0px;
        width: 85%;
        font-size: 13px;
    }

    .menu_text {
        text-align: center;
        padding-top: 0%;
    }

    .mar-t-10 {
        margin-top: 10px;
    }

    .desk_rpt_h1 {
        display: none;
    }

    .mob_rpt_h1 {
        display: block;
    }

    .top_heading {
        background-color: #24939D;
        margin-top: 0;
        padding: 25px 0px 5px 0px;
    }

    .mob_report_heading {
        text-align: center;
    }

    .mob_report_heading p {
        font-size: 15px;
        text-align: center;
        color: #fff;
    }

    .mar_top_30 {
        margin-top: 24%;
    }

    .rep_title span {
        display: block;
        font-size: 12px;
    }
}