﻿.guide-images-format {
    height: 690px;
    width: auto;
}

.home-page .slider-section .carousel .btn-link {
    margin-top: 16px;
    display: inline-block;
    background: #000;
    padding: 14px 14px;
    border-radius: 32px;
    font-family: poppins-bold;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-size: 13px;
    border: 1px solid #fff;
}

    .home-page .slider-section .carousel .btn-link:hover {
        color: #fff;
        text-decoration: none;
        border: 1px solid #fccf0a !important;
        background: #fccf0a !important;
    }

.home-page .slider-section .carousel .btn-link:last-child {
     border: 1px solid #fff !important; 
     margin-left: 0px;
}

    .home-page .slider-section .carousel .btn-link:last-child:hover {
        color: #fff;
        text-decoration: none;
        border: 1px solid #fccf0a !important;
        background: #fccf0a !important;
    }

/*dropdown-submenu styles*/
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.pagination.pull-right li .btn.btn-lg{
    font-size: 16px !important;
}

.fayc-btn {
    position: absolute;
    bottom: 14%;
    right: 15%;
    font-size: 20px;
    font-weight: 900;
    background: #eb2429 !important;
    border: 0px !important;
}

.fayc:hover {
    background: #eb2429 !important;
    border: 0px !important;
}

.pd-btns {
    font-size: 15px;
    font-weight: 900;
    background: #eb2429 !important;
    border: 0px !important;
}

    .pd-btns:hover {
        background: #eb2429 !important;
        border: 0px !important;
    }

.pricing-btn {
    position: absolute;
    bottom: 17%;
    left: 15%;
}

.transact-btn {
    position: absolute;
    bottom: 4%;
    right: 15%;
}

.form-control{
    font-size: 1.5rem !important;
}

.TandC-ul {
    list-style-type: none;
}

    .TandC-ul > li:before {
        content: '\2014'; /* en dash here */
        position: absolute;
        margin-left: -1.1em;
    }

ol {
    display: table;
    margin: 0 auto;
}

.TandC {
    color: #fefffd !important;
    /*background: #a11a2b !important;*/
    background: linear-gradient(to right, #a11a2b,#e11c26,#a11a2b);
}

    .TandC span {
        text-decoration: underline;
        font-weight: 900;
        font-size: 20px;
    }

.TandC {
    font-weight: 700;
    font-size: 20px;
}

    .TandC p ol li {
        font-weight: normal;
    }

@media only screen and (min-width: 1024px) 
and (max-height: 1366px)
and (-webkit-min-device-pixel-ratio: 1.5) 
{
    .terms-page .slider-section .navbar .navbar-nav .nav-item .nav-link {
        color: #202020;
        padding-left: 5px;
        padding-right: 5px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 700;
        transition: all .3s ease-in-out;
    }
}

@media only screen and (max-width: 415px){
    .fayc-btn {
        font-size: 12px !important;
        right: 10% !important;
    }

    .pricing-btn {
        font-size: 40% !important;
        left: 12% !important;
    }

    .transact-btn {
        font-size: 40% !important;
        right: 12% !important;
    }

    .transact-btn1 {
        font-size: 40% !important;

    }
} 
