.fa-whatsapp {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #25D366 !important;
    color: #fff !important;
    margin-right: 5px;
}
.fa-whatsapp:hover {
    background-color: #fff !important;
    color: #25D366 !important;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #3d5b99 !important;
    color: #fff !important;
    margin-right: 5px;
}
.fa-facebook:hover {
    background-color: #fff !important;
    color: #3d5b99 !important;
}

.fa-twitter {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #00aced !important;
    color: #fff !important;
    margin-right: 5px;
}
.fa-twitter:hover {
    background-color: #fff !important;
    color: #00aced !important;
}

.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #e4405f !important;
    color: #fff !important;
    margin-right: 5px;
}
.fa-instagram:hover {
    background-color: #fff !important;
    color: #e4405f !important;
}

.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #e64a41 !important;
    color: #fff !important;
    margin-right: 5px;
}
.fa-youtube:hover {
    background-color: #fff !important;
    color: #e64a41 !important;
}

.header-menu-style{
    display: inline-block;
    font-size: 13px !important;
    line-height: 1.5 !important;
    position: relative;
    margin-left: 8px !important;
}

.header-menu-style a {
    color: #111;
}

@media only screen and (max-width: 375px){
    .bg-img{
        background-size: 100% !important; 
        background-position: initial;
    }
    .slider-area{
        height: 70px !important;
    }
}

@media only screen and (min-width: 376px) and (max-width: 425px){
    .bg-img{
        background-size: 100% !important; 
        background-position: initial;
    }
    .slider-area{
        height: 90px !important;
    }
}

@media only screen and (max-width: 425px){
    .section-space{
        margin-top: 38px;
    }
}

.custom-pay-btn{
    padding: 10px !important;
    background-color: #cc2121 !important;
    color: #fff !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 400px;
}

.custom-pay-btn2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    cursor: pointer;
    width: 200px;
}

.package-table th, .package-table td {
    padding: .75rem;
    text-align: center;
    vertical-align: middle;
}

.vhcenter {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .modal-img {
        display: none;
    }

    .modal-p {
        color: black;
        font-size: 16px;
        line-height: 1rem;
        padding-top: 20px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .modal-img {
        display: none;
    }

    .modal-p {
        color: black;
        font-size: 16px;
        line-height: 1.2rem;
        padding-top: 20px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .modal-img {
        display: block;
        width: 100%;
    }

    .modal-p {
        color: black;
        font-size: 20px;
        line-height: 1.5rem;
        padding-top: 20px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .modal-img {
        display: block;
        width: 100%;
    }

    .modal-p {
        color: black;
        font-size: 24px;
        line-height: 2rem;
        padding-top: 20px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .modal-img {
        display: block;
        width: 100%;
    }

    .modal-p {
        color: black;
        font-size: 24px;
        line-height: 2rem;
        padding-top: 20px;
    }
}

.coupon {
    margin-top: 20px;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.12), 
                0 8px 8px rgba(0,0,0,0.12),
                0 16px 16px rgba(0,0,0,0.12);
}

.coupon-name {
    font-size: 36px;
    font-weight: 300;
}

.coupon-amount {
    float: right;
    border: 1px solid #cc2121;
    color: #cc2121;
    border-radius: 100%;
}

.coupon-code {
    font-size: 24px;
    font-weight: 200;
}

.coupon-description {
    font-size: 16px;
    font-weight: 100;
}

.coupon-expiry {
    font-size: 16px;
    font-weight: 100;
}

.coupon-apply {
    font-size: 16px;
    font-weight: 100;
}

.coupon-apply a {
    color: #cc2121;
}

.coupon-apply a:hover {
    color: #cc2121;
}

@media screen and (max-width: 600px) {
    .hide-sm {
        display: none;
    }
}

.padding-r-20 {
    padding: 20px;
}

@media screen and (max-width: 600px) {
    .padding-r-20 {
        padding: 0px;
    }
}

@media screen and (min-width: 600px) {
    .padding-r-20 {
        padding: 5px;
    }
}

@media screen and (min-width: 778px) {
    .padding-r-20 {
        padding: 10px;
    }
}


@media screen and (min-width: 992px) {
    .padding-r-20 {
        padding: 15px;
    }
}

.hover-shadow {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    transition: all .2s ease-in;
}

.hover-shadow:hover {
    box-shadow: 7px 6px 25px -6px rgba(0,0,0,0.56);
}