

p {
    font-size: 17px;
    line-height: 30px;
}

h3 {
    font-weight: bold;
}



/********************bannar section********************/

#resources {
    background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url(../img/why-choose-crm.jpg)no-repeat center top;
    background-size: cover;
    padding: 220px 300px;
    ;
}

    #resources h1 {
        font-size: 54px;
        font-weight: bold;
        text-align: center;
        color: #b17900;
        line-height: 100px;
        letter-spacing: -2px;
    }


.modal.in .modal-dialog {
    top: 25%;
}



#wh-choose {
    margin: 60px 0;
}



    #wh-choose h2 {
        text-align: center;
        font-weight: bold;
        font-size: 40px;
    }

    #wh-choose p {
        width: 75%;
        text-align: center;
        margin: 30px auto;
    }

    #wh-choose span {
        width: 800px;
        display: block;
        text-align: center;
        margin: 30px auto;
        font-weight: bold;
        font-size: 18px;
    }


.easy-use {
    margin: 30px 0 30px;
}

    .easy-use .my-head {
        padding: 30px;
        height: 300px;
        border: 1px solid #000;
    }

        .easy-use .my-head h2 {
            margin-bottom: 30px;
            font-weight: bolder;
            text-align: center;
        }

    .easy-use .t-head {
        padding: 20px;
        min-height: 320px;
        background: #fff;
        border: 1px solid #dddddd;
        text-align: center;
        transition: all .5s;
    }

        .easy-use .t-head:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
            -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
            border-top-left-radius: 50px;
            border-bottom-right-radius: 50px;
        }

        .easy-use .t-head img {
            margin-bottom: 20px;
        }

        .easy-use .t-head h2 {
            margin-bottom: 20px;
            font-weight: bold;
            font-size: 26px;
        }

        .easy-use .t-head p {
            margin: 0;
            font-size: 15px;
            line-height: 26px;
        }

.clr-1 {
    color: #5300b6;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.easy-use .t-head span {
    display: block;
    margin: 0 auto;
    text-align: center;
}


.easy-use .my-head p {
    text-align: justify;
}

.easy-use .t-head a {
    display: block;
    margin: 30px auto 0;
    text-align: center;
}





#con-box .cntr-get {
    text-align: center;
    margin-bottom: 60px;
}

    #con-box .cntr-get .btn-reg {
        background: #00aadb;
        border: none;
        color: #fff;
        font-size: 17px;
        margin-bottom: 15px;
        border-radius: 0px;
        padding: 6px 20px;
    }

    #con-box .cntr-get h2 {
        margin-bottom: 15px;
    }

    #con-box .cntr-get a {
        border-bottom: 2px solid #fff;
        color: #fff;
    }


@media (max-width: 1199px) {
    .easy-use .t-head {
        min-height: 423px;
    }
}





@media (max-width: 991px) {
    .easy-use .t-head {
        margin-bottom: 30px;
        min-height: 300px;
    }

    #wh-choose p {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .easy-use .t-head {
        margin-bottom: 30px;
        min-height: 250px;
    }

    #resources {
        padding: 140px 0;
    }

        #resources h1 {
            font-size: 44px;
            color: #fff;
        }

    #wh-choose h2 {
        font-size: 30px;
    }

    .easy-use .t-head h2 {
        font-size: 20px;
    }
}


@media (max-width: 576px) {
    .easy-use .t-head {
        min-height: 300px;
    }

    #wh-choose p {
        width: 100%;
    }
}
