﻿
@media screen and (max-width: 767px) {
    .enq-btn {
        font-size: 16px;
    }

    .enquiry-btn {
        font-size: 16px;
    }
}

.enq-btn {
    border-radius: 4px;
    background-image: -moz-linear-gradient( -71deg, rgb(255 185 0) 0%, rgb(255 150 14) 100%);
    background-image: -webkit-linear-gradient( -71deg, rgb(255 185 0) 0%, rgb(255 150 14) 100%);
    background-image: -ms-linear-gradient( -71deg, rgb(255 185 0) 0%, rgb(255 150 14) 100%);
    box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.11);
    z-index: 174;
    color: #000;
    border: none;
    font-weight: 800;
}

.enquiry-btn {
    /*font-weight: 700;
    border: none;
    padding: 13px 54px;
    font-size: 24px;
    border-radius: 50px;
    color: white;
    border: 2px solid white;
    margin-top: 13px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to right, #158e5b 0%, #2ec447 51%, #158e5b 100%);*/
    border-radius: 4px;
    background-image: -moz-linear-gradient( -71deg, rgb(255 185 0) 0%, rgb(255 150 14) 100%);
    background-image: -webkit-linear-gradient( -71deg, rgb(255 185 0) 0%, rgb(255 150 14) 100%);
    background-image: -ms-linear-gradient( -71deg, rgb(255 185 0) 0%, rgb(255 150 14) 100%);
    box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.11);
    z-index: 174;
    color: #000;
    border: none;
    font-weight: 800;
}

.modal-image {
    background-image: url('../images/pop-up-img.webp') !important;
  /*  border-radius: 8px !important;
    -webkit-border-radius: 8px !important;*/
    background-repeat: no-repeat !important;
    /*   background-position: center center !important;*/
    background-position: inherit inherit !important;
    background-size: cover !important;
    /* background-color: #158e5b !important*/
}


.login-modal-image {
    background-image: url('../images/pop-up-img.webp') !important;
    /* border-radius: 8px !important;
    -webkit-border-radius: 8px !important;*/
    background-repeat: no-repeat !important;
    /*   background-position: center center !important;*/
    background-position: inherit inherit !important;
    background-size: cover !important; /*
    background-color: #158e5b !important*/
}

#myModal .nav-tabs {
    margin: 0px -15px;
}

    #myModal .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 50%;
        text-align: center;
    }

    #myModal .nav-tabs .nav-link {
        color: #fff;
        font-weight: 600;
        font-size: 12pt;
        background-color: #86bc42 !important;
        border: none;
        padding: 10px 30px;
        border-radius: 0px;
    }

        #myModal .nav-tabs .nav-link.active {
            color: #86bc42 !important;
            background-color: #fff !important;
        }

#myModal .mfp-close {
    top: -40px;
    right: -6px;
    padding-right: 6px;
    text-align: right;
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 3.75rem auto !important;
    }
}

#myModal .form-container1, #signinPage .form-container1 {
    /* padding: 40px 40px;
    margin: 40px auto;*/
    padding: 5px 5px;
    margin: 20px auto;
}

    #myModal .form-container1 h2, #signinPage .form-container1 h2 {
        font-size: 16pt !important;
        font-weight: 700;
    }

@media only screen and (max-width: 768px) {
    .modal-content {
        max-width: 90% !important;
        margin: auto;
    }

        .modal-content .row {
            margin: auto -5px !important;
        }

    #myModal .form-container1, #signinPage .form-container1 {
        padding: 10px !important;
        margin: 20px auto !important;
    }

        #myModal .form-container1 h2, #signinPage .form-container1 h2 {
            font-size: 11pt !important;
            font-weight: 700 !important;
        }
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}


.noborder1 {
    border: 0 !important;
}

.noborder1-left {
    border-left: 0 !important;
}

.noborder1-right {
    border-right: 0 !important;
}

.noborder1-top {
    border-top: 0 !important;
}

.noborder1-bottom {
    border-bottom: 0 !important;
}


.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
