#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    text-transform: uppercase;
}


#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    width: auto;
}

#cssmenu>ul {
    text-align: center;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu>ul>li {
    float: left;
    display: inline-block;
}

#cssmenu.align-center>ul {
    float: none;
}

#cssmenu.align-center>ul>li {
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu>ul>li>a {
    display: block;
    padding: 19px 18px;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li>a:hover,
#cssmenu>ul>li>a.active {
    color: #000;
    transition: 0.5s;
}





#cssmenu>ul>li.has-sub>a {
    padding-right: 45px;
    z-index: 1000;
}


#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 60px;
    padding-top: 6px;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: bottom 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: bottom 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: bottom 0.2s ease, opacity 0.2s ease-in;
    -o-transition: bottom 0.2s ease, opacity 0.2s ease-in;
    transition: bottom 0.2s ease, opacity 0.2s ease-in;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu>ul>li>ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #00adee;
    top: -4px;
    left: 20px;
}

#cssmenu.align-right>ul>li>ul::after {
    left: auto;
    right: 20px;
}

#cssmenu ul ul ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #00adee;
    top: 11px;
    left: -4px;
}

#cssmenu.align-right ul ul ul::after {
    border-right-color: transparent;
    border-left-color: #ffffff;
    left: auto;
    right: -4px;
}

#cssmenu>ul>li>ul {
    top: 120px;
}

#cssmenu>ul>li:hover>ul {
    top: 40px;
    left: 0;
    opacity: 1;
}

#cssmenu.align-right>ul>li:hover>ul {
    left: auto;
    right: 0;
}

#cssmenu ul ul ul {
    padding-top: 0;
    padding-left: 6px;
}

#cssmenu.align-right ul ul ul {
    padding-right: 6px;
}

#cssmenu ul ul>li:hover>ul {
    left: 295px;
    top: 0;
    opacity: 1;
}

#cssmenu.align-right ul ul>li:hover>ul {
    left: auto;
    right: 100%;
    opacity: 1;
}

#cssmenu ul ul li a {
    text-decoration: none;
    font-weight: 500;
    padding: 10px 25px;
    width: 140px;
    color: #fff;
    background: #00adee;
    text-align: left;
    font-size: 14px;
    text-transform: none;
    padding: 13px;
    border-bottom: 1px #0199E4 dotted;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li.active>a {
    color: #fff;
    background-color: #0199E4;
}

#cssmenu ul ul li:first-child>a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#cssmenu ul ul li:last-child>a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#cssmenu>ul>li>ul::after {
    position: absolute;
    display: block;
}

#cssmenu ul ul li.has-sub>a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #fff;
    right: 17px;
    top: 14px;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
    border-left-color: transparent;
    border-right-color: #fff;
    right: auto;
    left: 17px;

}

#cssmenu ul ul li.has-sub.active>a::after,
#cssmenu ul ul li.has-sub:hover>a::after {
    border-left-color: #fff;
}

#cssmenu.align-right ul ul li.has-sub.active>a::after,
#cssmenu.align-right ul ul li.has-sub:hover>a::after {
    border-right-color: #333333;
    border-left-color: transparent;
}

@media all and (max-width: 992px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        background: #ebebeb;
    }

    .cssmenu_m {
        padding: 0;
    }

    #cssmenu>ul {
        display: none;
    }

    #cssmenu>ul.open {
        display: block;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    #cssmenu.align-right>ul {
        float: none;
    }

    #cssmenu.align-center>ul {
        text-align: left;
    }

    #cssmenu>ul>li,
    #cssmenu.align-right>ul>li {
        float: none;
        display: block;
    }

    #cssmenu>ul>li>a {
        border-right: 0 none;
        color: #333;
        background: #ebebeb;
        text-align: left;
        width: 86%;
        margin: 0 auto;
        border-bottom: 1px #fff dotted;
        padding-left: 5px;
        padding-right: 5px;
    }

    #cssmenu>ul>li:hover>a,
    #cssmenu>ul>li.active>a {
        background: #0093dd;
    }

    #cssmenu #menu-button {
        display: block;
        text-decoration: none;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        padding: 9px 25px 9px 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: url('images/bg.png');
        cursor: pointer;
    }

    #cssmenu ul ul,
    #cssmenu ul li:hover>ul,
    #cssmenu>ul>li>ul,
    #cssmenu ul ul ul,
    #cssmenu ul ul li:hover>ul,
    #cssmenu.align-right ul ul,
    #cssmenu.align-right ul li:hover>ul,
    #cssmenu.align-right>ul>li>ul,
    #cssmenu.align-right ul ul ul,
    #cssmenu.align-right ul ul li:hover>ul {
        left: 0;
        right: auto;
        top: auto;
        opacity: 1;
        width: 100%;
        padding: 0;
        position: relative;
        text-align: left;
    }

    #cssmenu ul ul li {
        width: 100%;
    }

    #cssmenu ul ul li a {
        width: 100%;
        box-shadow: none;
        padding-left: 25px;
    }

    #cssmenu ul ul ul li a {
        padding-left: 45px;
    }

    #cssmenu ul ul li:first-child>a,
    #cssmenu ul ul li:last-child>a {
        border-radius: 0;
    }

    #cssmenu #menu-button::after {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        /*border-top: 2px solid #d3eced;*/
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        right: 25px;
        top: 15px;
        padding-top: 3px;
    }

    #cssmenu #menu-button::before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #333;
        right: 25px;
        top: 25px;
    }

    #cssmenu>ul>li.has-sub>a::after,
    #cssmenu ul ul li.has-sub>a::after {
        display: none;
    }
}


#menu-button {
    text-align: center;
}

#menu-button span {
    float: left;
    position: relative;
    top: 4px;
    color: #333;
}

#menu-button a {
    margin: 0 0 0 0px;
    position: relative;
    left: -16px;

}

#menu-button a img {
    width: 22px;
    margin: 0 3px 0 0;
}


.mb-18 {
    margin-bottom: 18px !important;
}



/*why_icrm*/

.why_icrm {
    padding-bottom: 10px;
    padding-top: 40px;
    background-color: #f7f7f7;
}


.why_icrm_txt h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px !important;
    font-weight: 500 !important;
    margin: 15px 0 20px 0;
    color: #111;

}

.why_icrm_txt p {
    line-height: 27px;
    font-size: 17px;
    padding-bottom: 22px;
    text-transform: none;
    color: #323233;
}


/*testimonials*/
.testimonials_area {
    padding-bottom: 70px;
    padding-top: 10px;
    background-color: #00ADEE;
    border-top: 1px #eee solid;
    height: 354px;
    padding-bottom: 15px;
}



.testimonials_area_txt {
    color: #FFFFFF;
}

.testimonials_area_txt h2 {
    margin: 30px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 38px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .testimonials_area {
        padding-bottom: 15px;
        padding-top: 10px;
        background-color: #00ADEE;
        border-top: 1px #eee solid;
        height: 630px;
    }

}


/*clients_area*/
.clients_area {
    padding-bottom: 30px;
    padding-top: 10px;
    background-color: #ffffff;
    border-top: 1px #eee solid;
}


.clients_area_txt h2 {
    margin: 30px 0;
    color: #666;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

.clients_area_img {
    margin-bottom: 10px;
}



/*contact*/
.contact_area {
    padding-bottom: 30px;
    padding-top: 20px;
    background-color: #f7f7f7;
    border-top: 2px #eee solid;
}

.contact_area_txt {}

.contact_area_txt h2 {
    text-align: center;
    margin: 30px 0;
}

.need_help {
    height: 100px;
    border-bottom: 2px #CCCCCC dotted;
    border-top: 2px #CCCCCC dotted;
    color: #323233;
    line-height: 100px;
}

.need_help h2 {
    color: #000;
    font-size: 38px;
    font-weight: 500;
    margin: 30px 0;
    text-align: center;
}


/*contact_info*/
.contact_info {
    padding: 0;
    margin-bottom: 20px;
    font-family: 'Catamaran', sans-serif;
}

.contact_info h2 {
    text-align: left;
    margin: 30px 0 10px 0;
    font-size: 22px;
    color: #111;
}

.contact_info a {
    margin-right: 5px;
}


.contact_info i {
    color: #FFFFFF;
}


.contact_info p {
    line-height: 26px;
    font-size: 14px;
    color: #111;
}

.contact_form {
    margin-bottom: 20px;
    padding: 0;
}

.contact_form h2 {
    text-align: left;
    font-size: 22px;
    color: #111;
}

.inp {
    width: 100%;
    height: 35px;
    border: 1px #d5d5d5 solid;
    outline: none;
    padding-left: 5px;
    font-size: 14px;
    transition: 0.5s;
}


.inp:hover {
    width: 100%;
    height: 35px;
    border: 1px #d5d5d5 solid;
    outline: none;
    padding-left: 5px;
    box-shadow: 0 0 3px #ccc;
    transition: 0.5s;
}

.inp:focus {
    width: 100%;
    height: 35px;
    border: 1px #0084C9 solid;
    outline: none;
    padding-left: 5px;
    box-shadow: 0 0 3px #ccc;
    transition: 0.5s;
}


.inp_txt {
    width: 100%;
    height: 110px;
    border: 1px #d5d5d5 solid;
    outline: none;
    padding-left: 5px;
    font-size: 14px;
    transition: 0.5s;
}

.inp_txt:hover {
    width: 100%;
    height: 110px;
    border: 1px #d5d5d5 solid;
    outline: none;
    padding-left: 5px;
    box-shadow: 0 0 3px #ccc;
    transition: 0.5s;
}

.inp_txt:focus {
    width: 100%;
    height: 110px;
    border: 1px #0084C9 solid;
    outline: none;
    padding-left: 5px;
    box-shadow: 0 0 3px #ccc;
    transition: 0.5s;
}



.inp1 {
    width: 100%;
    height: 35px;
    border: 1px #d5d5d5 solid;
    outline: none;
    background: #fff;
    padding-left: 5px;
    font-size: 14px;
    transition: 0.5s;
}


.inp1:hover {
    width: 100%;
    height: 35px;
    border: 1px #d5d5d5 solid;
    background: #fff;
    outline: none;
    padding-left: 5px;
    box-shadow: 0 0 3px #ccc;
    transition: 0.5s;
}

.inp1:focus {
    width: 100%;
    height: 35px;
    border: 1px #0084C9 solid;
    background: #fff;
    outline: none;
    padding-left: 5px;
    box-shadow: 0 0 3px #ccc;
    transition: 0.5s;
}


.inp_txt1 {
    width: 100%;
    height: 110px;
    border: 1px #d5d5d5 solid;
    background: #fff;
    outline: none;
    padding-left: 5px;
    font-size: 14px;
    transition: 0.5s;
}

.inp_txt1:hover {
    width: 100%;
    height: 110px;
    border: 1px #d5d5d5 solid;
    outline: none;
    background: #fff;
    padding-left: 5px;
    box-shadow: 0 0 3px #ccc;
    transition: 0.5s;
}

.inp_txt1:focus {
    width: 100%;
    height: 110px;
    border: 1px #0084C9 solid;
    outline: none;
    background: #fff;
    padding-left: 5px;
    box-shadow: 0 0 3px #ccc;
    transition: 0.5s;
}



.btn-crm {
    background-color: #009b9b;
    color: #fff;
    font-size: 12px;
    transition: 0.5s;
    padding: 8px 15px;
}

.btn-crm:hover {
    background-color: #009b9b;
    color: #fff;
    font-size: 12px;
    padding: 8px 15px;
    transition: 0.5s;
}


@media only screen and (max-width: 600px) {
    .need_help {
        height: 80px;
        border-bottom: 2px #CCCCCC dotted;
        border-top: 2px #CCCCCC dotted;
        color: #000;
        line-height: 80px;
    }

    .need_help h2 {
        font-size: 25px;
        font-weight: 500;
        margin: 20px 0;
        text-align: center;
    }

}

/*faq*/
/*clients_area*/
.faqs_area {
    padding-bottom: 70px;
    padding-top: 135px;
    background-color: #f7f7f7;
    border-top: 1px #eee solid;
}

.faqs_area {
    position: relative;
    background: #1c1c1d;
    overflow: hidden;
    padding-bottom: 70px;
    padding-top: 135px;

    color: #FFFFFF;
    border-top: 1px #eee solid;
}

.faqs_area:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
    background-image: url('images/home-bg1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 25px;
    color: #FFFFFF;
}


.faqs_area_txt {
    color: #FFFFFF;
}

.faqs_area_txt h2 {
    margin: 30px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 38px;
    text-align: center;
}


.footer-menu {
    background-color: #000;
    height: 200px;
    width: 100%;
}

.footer_main_menu {
    padding: 0;
}

.footer_main_menu p {
    color: #FFFFFF;
    margin: 15px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    font-family: Calibri, Arial, "Helvetica Neue", Helvetica;
    padding: 0;
}


.footer_main_menu ul li {
    margin-bottom: 7px;
    font-size: 14px;
}

.footer_main_menu ul li a {
    color: #FFFFFF;
    transition: 0.5s;
    font-family: Calibri, Arial, "Helvetica Neue", Helvetica;
}

.footer_main_menu ul li a:hover {
    color: #faa61b;
    transition: 0.5s;
    text-decoration: none;
}


.bottom-area {
    background-color: #555555;
    width: 100%;
    height: auto;
    line-height: 22px;
    color: #cccccc;
    font-size: 12px;
    font-family: Calibri, Arial, "Helvetica Neue", Helvetica;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 5px #555;
}

.bottom_left {
    color: #cccccc;
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
}

.bottom_left a {
    color: #cccccc;
    text-decoration: underline;
}

.bottom_left a:hover {
    color: #ffffff;
}

.bottom_left strong {
    display: none;
}

.bottom_right {
    color: #cccccc;
    font-family: Calibri, Arial, "Helvetica Neue", Helvetica;
    padding: 0;
    text-align: right;
    padding-right: 30px;
}

.bottom_right a {
    color: #cccccc;
}

.bottom_right a:hover {
    color: #ffffff;
}


@media only screen and (max-width: 768px) {
    .bottom-area {
        background-color: #555555;
        width: 100%;
        height: auto;
        line-height: 21px;
        color: #cccccc;
        padding: 12px 0;
    }

    .bottom_left {
        color: #cccccc;
        font-family: Calibri, Arial, "Helvetica Neue", Helvetica;
        padding: 0;
        text-align: center;
    }

    .bottom_left span {
        display: block;
        text-align: center;
    }

    .bottom_right {
        color: #cccccc;
        font-family: Calibri, Arial, "Helvetica Neue", Helvetica;
        padding: 0;
        text-align: center;
    }

    .contact_info p {
        line-height: 26px;
        font-size: 16px;
        color: #000;
    }

    .footer_address {
        display: none;
    }

    .bottom_left strong {
        display: inline-block;
    }

}



/*pricing-table*/

.pricing_1_logo {
    width: 100%;
    height: 135px;
    background: #f6f6f6;
}

.pricing_1_logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 30px;
}

.pricing_1_logo h2 {
    font-size: 28px;
    text-align: center;
}

.pricing_color1 {
    background-color: #e3e3e3;
    border-bottom: 1px dotted #ccc;
    float: left;
    height: 100%;
    min-height: 35px;
    /*padding-top: 9px !important;*/
    width: 100%;
    line-height: 35px;
    font-size: 16px;
}

.pricing_color1 span {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pricing_color2 {
    background-color: #f6f6f6;
    border-bottom: 1px dotted #ccc;
    float: left;
    height: 100%;
    min-height: 35px;
    width: 100%;
    line-height: 35px;
    font-size: 16px;
}

.pricing_color2 span {
    padding-left: 10px !important;
    padding-right: 10px !important;
}



.pricing_2 {
    float: left;
    height: 100%;
    position: relative;
    width: 19%;
    transition: 0.5s ease;

}

.pricing_2:hover {
    box-shadow: 0 0 5px #000;

    z-index: 10;
}

.pricing_2_top_1 {
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 28px;
    background-color: #52B5D5;
    font-weight: 500;
    color: #FFFFFF;
}

.pricing_2_top_2 {
    height: 90px;
    width: 100%;
    text-align: center;
    background-color: #64C3DE;
    color: #FFFFFF;
}

.pricing_2_top_2 h1 {
    color: #FFFFFF;
    margin: 0;
    padding-top: 13px;
}

.pricing_2_top_2 h4 {
    color: #FFFFFF;
    margin: 6px 0 0 0;
    font-size: 14px;
}

.pricing_3 {
    float: left;
    height: 100%;
    position: relative;
    width: 25%;
    background-color: #666;
    transition: 0.5s ease;
}

.pricing_3:hover {
    box-shadow: 0 0 5px #000;
    z-index: 10;
}

.pricing_3_top_1 {
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #23c6c6;

}

.pricing_3_top_2 {
    height: 90px;
    width: 100%;
    text-align: center;
    background-color: #63e7e7;
    color: #FFFFFF;
}

.pricing_3_top_2 h1 {
    color: #FFFFFF;
    margin: 0;
    padding-top: 13px;
    font-weight: 300;
}

.pricing_3_top_2 h4 {
    color: #FFFFFF;
    margin: 6px 0 0 0;
    font-size: 14px;
}


.pricing_4 {
    float: left;
    height: 100%;
    position: relative;
    width: 30.33%;
    background-color: #999;
    transition: 0.5s ease;
    margin-right: 30px;
}

.pricing_4:hover {
    box-shadow: 0 0 5px #000;
    z-index: 10;
}


.pricing_4_top_1 {

    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #08b3b3;
}

.pricing_4_top_2 {
    height: 90px;
    width: 100%;
    text-align: center;
    background-color: #3ad2d2;
    color: #FFFFFF;
}

.pricing_4_top_2 h1 {
    color: #FFFFFF;
    margin: 0;
    padding-top: 0px;
    font-weight: 300;
}

.pricing_4_top_2 h4 {
    color: #FFFFFF;
    margin: 6px 0 0 0;
    font-size: 14px;
}


.pricing_5 {
    float: left;
    height: 100%;
    position: relative;
    width: 30.33%;
    background-color: #000;
    transition: 0.5s ease;
    margin-right: 11px;
}

.pricing_5:hover {
    box-shadow: 0 0 5px #000;
    z-index: 10;
}


.pricing_5_top_1 {
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #009b9b;
}

.pricing_5_top_2 {
    height: 90px;
    width: 100%;
    text-align: center;
    background-color: #09baba;
    color: #FFFFFF;
}

.pricing_5_top_2 h1 {
    color: #FFFFFF;
    margin: 0;
    padding-top: 0px;
    font-weight: 300;
}

.pricing_5_top_2 h4 {
    color: #FFFFFF;
    margin: 6px 0 0 0;
    font-size: 14px;
}



.pricing_color3 {
    background-color: #ebebeb;
    border-bottom: 1px dotted #ccc;
    float: left;
    height: 100%;
    min-height: 35px;
    /*padding-top: 9px !important;*/
    width: 100%;
    line-height: 35px;
    font-size: 15px;
}

.pricing_color3 span {
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}

.pricing_color4 {
    background-color: #e9f4fb;
    /*border-bottom: 1px dotted #ccc;*/
    float: left;
    height: 100%;
    min-height: 35px;
    /* padding-top: 9px !important;*/
    width: 100%;
    line-height: 35px;
    font-size: 15px;
}

.pricing_color4 span {
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}

.pricing_tick {
    display: block;
    font-size: 11px;
    height: 35px;
    padding-top: 10px;
    text-align: center;
}

.pricing_cross {
    display: block;
    font-size: 11px;
    height: 35px;
    padding-top: 10px;
    text-align: center;
}

.pricing_footer {
    background-color: #d0d0d0;
    border-bottom: 1px solid #ccc;
    float: left;
    height: 65px;
    padding-bottom: 6px !important;
    padding-top: 14px !important;
    width: 100%;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow-y: auto;
    padding-right: 0px !important;
}
