@media screen and (max-width:480px) {

    /* body start*/
    p {
        font-size: 13px;
    }

    li {
        font-size: 13px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .col-xs-6 {
        width: 50%;
    }

    .sub_heading h3 {
        font-size: 21px;
        font-weight: 600;
    }

    .heading h2 {
        font-size: 22px;
        letter-spacing: -1px;
    }

    .whatspp_icon {
        position: fixed;
        top: 87%;
        z-index: 9;
        right: 20px;
    }

    /* body end*/

    /* header css start  */

    header .icon_call i {
        display: block;
        margin-right: 5px;
    }

    .number span {
        font-size: 14px;
    }

    header .logo img {
        width: 100%;
    }

    header .get-started_btn {
        margin-right: 30px;
        display: none;
    }

    header .number a {
        font-size: 13px;
    }

    .whatspp_icon img {
        width: 50px;
        margin-right: 0px;
        display: block;

    }

    .di_form .form-group .img_bg {
        padding: 15.4px 20px;
    }

    section.rocket .heading {
        width: 100%;
    }

    /* header css end  */



    /* asset Management banner section css start  */
    section.asset_managment {
        height: auto;
    }

    .banner_content {
        margin-right: 0;
    }

    section.asset_managment .banner_content ul li img {
        width: 15px;
    }

    .banner_content h1 {
        font-size: 22px;
    }

    .banner_content h1 span {
        color: #ffffff;
    }

    section.asset_managment .banner_content ul li {
        margin-bottom: 10px;
    }


    .di_form {
        margin-left: 0px;
        margin-top: 30px;
    }

    .di_form .form-group {
        width: 100%;
    }

    .di_form .form-group .form-control {
        font-size: 12px;
    }

    .di_form .form-group .btn_form {
        font-size: 14px;
    }

    /* asset Management banner section css end  */

    /* Hundred of small section css start  */

    section.hundered_small .hundread_head h4 {
        font-size: 17px;
        line-height: inherit;
        margin-bottom: 0px;
    }

    /* Hundred of small section css end  */

    /* trusted by Hundred section css start  */

    section.trusted_brands {
        border-radius: 30px 30px 0px 0px;
    }

    section.trusted_brands .flex_trusted {
        flex-direction: column;
    }

    /* trusted by Hundred section css end  */


    /* benifits and contact us section css start  */


    section.benifits_contact .benefits_flex {
        justify-content: start;
        flex-wrap: wrap;
    }

    section.benifits_contact .benifits_icon img {
        width: 100px;
    }

    section.benifits_contact .benefits_text {
        margin-left: 0;
        margin-top: 20px;
    }

    section.benifits_contact .benefits_text ul li img {
        width: 16px;
    }

    section.benifits_contact .benefits_text ul li {
        margin-bottom: 10px;
    }

    /* benifits and contact us section css end  */

    /* key attribute section css start  */


    section.key_attribute .key_wrp {
        height: auto;
        border-bottom: 5px solid #00b1ff;
        margin-top: 60px;
    }

    section.key_attribute .key_text {
        margin-top: 60px;
    }

    section.key_attribute .key_icon img {
        width: 110px;
        top: -71px;
        padding: 7px;
    }

    /* key attribute section css end  */


    /* why choose asset Management section css start  */


    section.why_choose {
        border-radius: 30px 30px 0px 0px;
    }

    section.why_choose .choose_text h4 {
        font-size: 16px;
    }

    section.why_choose .choose_text p {
        font-size: 13px;
    }
    section.why_choose .choose_left_content{
        height: auto;
    }
    /* why choose asset Management section css end  */


    /* unlock_potienal section css start  */


    section.unlock_potienal {
        text-align: center;
    }

    section.unlock_potienal .help_text h6 {
        font-size: 16px;
    }

    section.unlock_potienal .expert_btn {
        text-align: center;
        margin-top: 35px;
    }

    section.unlock_potienal .help_text {
        margin-top: 20px;
    }

    section.unlock_potienal .heading h2 {
        width: 70%;
        margin: 0px auto;
    }

    section.unlock_potienal .expert_btn a {
        font-size: 14px;
        letter-spacing: 0px;
    }

    /* unlock_potienal section css end  */

    /* footer css start  */


    footer .di_form {
        margin-left: 0px;
        margin-right: 0;
        margin-top: 0;
    }

    footer .footer_right_content {
        margin-top: 30px;
    }

    .footer_right_content ul li img {
        width: 16px;
    }

    .footer_right_content ul li {
        margin-bottom: 10px;
    }

    footer .pick_phone p {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    /* footer css end  */

    /* feature section css start  */

    section.feature .feature_icon img {
        width: 40px;
    }

    section.feature .feature_wrp {
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    section.feature .feature_wrp:after {
        width: 100px;
    }

    section.feature .feature_text {
        margin-right: 40px;
    }
    .privacy_btn {
        text-align: center;
        margin-top: 20px;
    }
    .footer_copy_right{
        text-align: center;
    }
    /* feature section css end  */

}


@media only screen and (min-width:481px) and (max-width:640px) {


    /* body start*/
    p {
        font-size: 13px;
    }

    li {
        font-size: 13px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .col-xs-6 {
        width: 50%;
    }

    .sub_heading h3 {
        font-size: 21px;
        font-weight: 600;
    }

    .heading h2 {
        font-size: 22px;
        letter-spacing: -1px;
    }

    .whatspp_icon {
        position: fixed;
        top: 87%;
        z-index: 9;
        right: 20px;
    }

    /* body end*/

    /* header css start  */

    header .icon_call i {
        display: block;
        margin-right: 5px;
    }

    .number span {
        font-size: 14px;
    }

    header .logo img {
        width: 100%;
    }

    header .get-started_btn {
        margin-right: 30px;
        display: none;
    }

    .whatspp_icon img {
        width: 50px;
        margin-right: 0px;
        display: block;

    }

    .di_form .form-group .img_bg {
        padding: 15.4px 20px;
    }

    section.rocket .heading {
        width: 100%;
    }

    /* header css end  */



    /* asset Management banner section css start  */
    .banner_content {
        margin-right: 0;
    }

    section.asset_managment .banner_content ul li img {
        width: 15px;
    }

    .banner_content h1 {
        font-size: 22px;
    }

    .banner_content h1 span {
        color: #ffffff;
    }

    section.asset_managment .banner_content ul li {
        margin-bottom: 10px;
    }


    .di_form {
        margin-left: 0px;
        margin-top: 30px;
    }

    .di_form .form-group {
        width: 100%;
    }

    .di_form .form-group .form-control {
        font-size: 12px;
    }

    .di_form .form-group .btn_form {
        font-size: 14px;
    }

    /* asset Management banner section css end  */

    /* Hundred of small section css start  */

    section.hundered_small .hundread_head h4 {
        font-size: 17px;
        line-height: inherit;
        margin-bottom: 0px;
    }

    /* Hundred of small section css end  */

    /* trusted by Hundred section css start  */

    section.trusted_brands {
        border-radius: 30px 30px 0px 0px;
    }

    section.trusted_brands .flex_trusted {
        flex-direction: column;
    }

    /* trusted by Hundred section css end  */


    /* benifits and contact us section css start  */


    section.benifits_contact .benefits_flex {
        justify-content: start;
    }

    section.benifits_contact .benifits_icon img {
        width: 100px;
    }

    section.benifits_contact .benefits_text {
        margin-left: 0;
        margin-top: 20px;
    }

    section.benifits_contact .benefits_text ul li img {
        width: 16px;
    }

    section.benifits_contact .benefits_text ul li {
        margin-bottom: 10px;
    }

    /* benifits and contact us section css end  */

    /* key attribute section css start  */


    section.key_attribute .key_wrp {
        height: auto;
        border-bottom: 5px solid #00b1ff;
        margin-top: 60px;
    }

    section.key_attribute .key_text {
        margin-top: 60px;
    }

    section.key_attribute .key_icon img {
        width: 110px;
        top: -71px;
        padding: 7px;
    }

    /* key attribute section css end  */


    /* why choose asset Management section css start  */


    section.why_choose {
        border-radius: 30px 30px 0px 0px;
    }

    section.why_choose .choose_text h4 {
        font-size: 16px;
    }

    section.why_choose .choose_text p {
        font-size: 13px;
    }
    section.why_choose .choose_left_content{
        height: auto;
    }
    /* why choose asset Management section css end  */


    /* unlock_potienal section css start  */


    section.unlock_potienal {
        text-align: center;
    }

    section.unlock_potienal .help_text h6 {
        font-size: 16px;
    }

    section.unlock_potienal .expert_btn {
        text-align: center;
        margin-top: 35px;
    }

    section.unlock_potienal .help_text {
        margin-top: 20px;
    }

    section.unlock_potienal .heading h2 {
        width: 70%;
        margin: 0px auto;
    }

    section.unlock_potienal .expert_btn a {
        font-size: 14px;
        letter-spacing: 0px;
    }

    /* unlock_potienal section css end  */

    /* footer css start  */


    footer .di_form {
        margin-left: 0px;
        margin-right: 0;
        margin-top: 0;
    }

    footer .footer_right_content {
        margin-top: 30px;
    }

    .footer_right_content ul li img {
        width: 16px;
    }

    .footer_right_content ul li {
        margin-bottom: 10px;
    }

    footer .pick_phone p {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    /* footer css end  */

    /* feature section css start  */

    section.feature .feature_icon img {
        width: 40px;
    }

    section.feature .feature_wrp {
        padding: 10px 20px;
        margin-bottom: 15px;
    }

    section.feature .feature_wrp:after {
        width: 100px;
    }

    section.feature .feature_text {
        margin-right: 40px;
    }
    .privacy_btn {
        text-align: center;
        margin-top: 20px;
    }
    .footer_copy_right{
        text-align: center;
    }   
    /* feature section css end  */

}



@media screen and (min-width:800px) and (max-width:1280px) {

    p,
    li,
    a,
    .form-control {
        font-size: 14px;
    }

    .heading h2 {
        font-size: 28px;
    }

    .banner_content h1 {
        font-size: 28px;
    }

    .banner_content {
        margin-right: 80px;
    }

    .di_form .form-group .form-control {
        font-size: 13px;
    }

    section.hundered_small .hundread_head h4 {
        font-size: 21px;
    }

    section.benifits_contact .benefits_text ul li img {
        width: 18px;
    }

    section.benifits_contact .benifits_icon img {
        width: 150px;
    }

    section.benifits_contact .benefits_text {
        margin-left: 35px;
    }

    section.why_choose .choose_text p {
        font-size: 14px;
    }
}


@media only screen and (min-width:1024px) and (max-width:1200px) {

    p,
    li,
    a,
    .form-control {
        font-size: 13px;
    }

    .padding_top_bottom {
        padding: 40px 0px;
    }

    .margin_top {
        margin-top: 40px;
    }

    .heading h2 {
        font-size: 22px;
    }

    .banner_content h1 {
        font-size: 22px;
    }

    section.asset_managment .banner_content ul li img {
        width: 15px;
    }

    .di_form .form_heading.sub_heading h4 {
        font-size: 20px;
    }

    .banner_content {
        margin-right: 50px;
    }

    .di_form .form-group .form-control {
        font-size: 12px;
    }

    .di_form .form-group img {
        width: 12px;
    }

    .di_form .form-group {
        width: 100%;
    }

    .di_form .form-group .img_bg {
        padding: 16.4px 19px;
    }

    section.hundered_small .hundread_head h4 {
        font-size: 21px;
    }

    section.benifits_contact .benefits_text ul li img {
        width: 18px;
    }

    section.benifits_contact .benifits_icon img {
        width: 150px;
    }

    section.benifits_contact .benefits_text {
        margin-left: 35px;
    }

    section.why_choose .choose_text p {
        font-size: 12px;
    }


    section.key_attribute .key_icon img {
        width: 110px;
        top: -80px;
        padding: 6px;
    }


    section.key_attribute .key_text {
        margin-top: 50px;
    }

    section.key_attribute .key_wrp {
        height: 200px;
    }

    section.why_choose .choose_icon img {
        width: 50px;
    }

    section.why_choose .choose_text h4 {
        font-size: 16px;
    }

    section.why_choose .why_choose_slider.owl-carousel button.owl-dot {
        width: 35px;
        height: 5px;
    }

    section.unlock_potienal .help_text h6 {
        font-size: 17px;
    }

    section.unlock_potienal .expert_btn a {
        font-size: 13px;
    }


    .footer_right_content ul li img {
        width: 15px;
    }

    .footer_right_content ul li .footer_points {
        margin-left: 10px;
    }

    footer .pick_phone p {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    section.feature .feature_text {
        margin-right: 80px;
    }
    section.feature .feature_icon img{
        width: 50px;
    }
    section.feature .feature_wrp:after{
        width: 120px;
    }
    section.feature .feature_after_one::after {
        width: 150px;
    }
}


@media only screen and (min-width:800px) and (max-width:991px) {

    p,
    li,
    a,
    .form-control {
        font-size: 11px;
    }

    .container {
        max-width: 840px;
    }

    .padding_top_bottom {
        padding: 40px 0px;
    }

    .margin_top {
        margin-top: 40px;
    }

    .heading h2 {
        font-size: 20px;
    }

    .banner_content h1 {
        font-size: 20px;
    }

    section.asset_managment .banner_content ul li img {
        width: 15px;
    }

    .di_form .form_heading.sub_heading h4 {
        font-size: 20px;
    }

    .banner_content {
        margin-right: 50px;
    }

    .di_form {
        margin-left: 30px;
    }

    .di_form .form-group .form-control {
        font-size: 10px;
    }

    .di_form .form-group img {
        width: 12px;
        left: 9px;
    }

    footer .di_form {
        margin-right: 30px;
    }

    .di_form .form-group {
        width: 100%;
    }

    .di_form .form-group .img_bg {
        padding: 14.4px 15px;
    }

    section.hundered_small .hundread_head h4 {
        font-size: 17px;
        line-height: inherit;
    }

    section.benifits_contact .benefits_text ul li img {
        width: 18px;
    }

    section.benifits_contact .benifits_icon img {
        width: 150px;
    }

    section.benifits_contact .benefits_text {
        margin-left: 35px;
    }

    section.why_choose .choose_text p {
        font-size: 10px;
        line-height: inherit;
    }


    section.key_attribute .key_icon img {
        width: 110px;
        top: -80px;
        padding: 6px;
    }


    section.key_attribute .key_text {
        margin-top: 50px;
    }

    section.key_attribute .key_wrp {
        height: 200px;
    }

    section.why_choose .choose_icon img {
        width: 50px;
    }

    section.why_choose .choose_left_content {
        padding: 10px;
        height: 220px;
    }

    section.why_choose .choose_text h4 {
        font-size: 14px;
    }

    section.why_choose .choose_text span {
        font-size: 11px;
    }

    section.why_choose .why_choose_slider.owl-carousel button.owl-dot {
        width: 35px;
        height: 5px;
    }

    section.unlock_potienal .help_text h6 {
        font-size: 17px;
    }

    section.unlock_potienal .expert_btn a {
        font-size: 13px;
    }


    .footer_right_content ul li img {
        width: 15px;
    }

    .footer_right_content ul li .footer_points {
        margin-left: 10px;
    }

    footer .pick_phone p {
        font-size: 17px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    section.feature .feature_text {
        margin-right: 80px;
    }
    section.feature .feature_icon img{
        width: 50px;
    }
    section.feature .feature_wrp:after{
        width: 120px;
    }
    section.feature .feature_after_one::after {
        width: 150px;
    }
}

@media only screen and (min-width:641px) and (max-width:786px) {

    p,
    li,
    a,
    .form-control {
        font-size: 10px;
    }

    .container {
        max-width: 730px;
    }

    .padding_top_bottom {
        padding: 40px 0px;
    }

    header .get-started_btn a img {
        width: 25px;
        margin-left: 6px;
    }

    .margin_top {
        margin-top: 40px;
    }

    .heading h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .banner_content h1 {
        font-size: 18px;
    }

    section.asset_managment .banner_content ul li img {
        width: 15px;
    }

    .di_form .form_heading.sub_heading h4 {
        font-size: 18px;
    }

    .banner_content {
        margin-right: 50px;
    }

    .di_form {
        margin-left: 00px;
    }

    .di_form .form-group .form-control {
        font-size: 10px;
    }

    .di_form .form-group img {
        width: 12px;
        left: 9px;
    }

    footer .di_form {
        margin-right: 30px;
    }

    .di_form .form-group {
        width: 100%;
    }

    .di_form .form-group .img_bg {
        padding: 14.4px 15px;
    }

    section.hundered_small .hundread_head h4 {
        font-size: 17px;
        line-height: inherit;
    }

    section.benifits_contact .benefits_text_pera {
        margin-left: 10px;
    }

    section.benifits_contact .benefits_text ul li {
        margin-bottom: 10px;
    }

    section.benifits_contact .benefits_text ul li img {
        width: 14px;
    }

    section.benifits_contact .benifits_icon img {
        width: 110px;
    }

    section.benifits_contact .benefits_text {
        margin-left: 35px;
    }

    section.why_choose .choose_text p {
        font-size: 10px;
        line-height: inherit;
    }


    section.key_attribute .key_icon img {
        width: 110px;
        top: -80px;
        padding: 6px;
    }


    section.key_attribute .key_text {
        margin-top: 50px;
    }

    section.key_attribute .key_wrp {
        height: 200px;
    }

    section.why_choose .choose_icon img {
        width: 50px;
    }

    section.why_choose .choose_left_content {
        padding: 10px;
    }

    section.why_choose .choose_text h4 {
        font-size: 14px;
    }

    section.why_choose .choose_text span {
        font-size: 11px;
    }

    section.why_choose .why_choose_slider.owl-carousel button.owl-dot {
        width: 35px;
        height: 5px;
    }

    section.unlock_potienal .help_text h6 {
        font-size: 14px;
    }

    section.unlock_potienal .expert_btn a {
        font-size: 10px;

    }


    .footer_right_content ul li img {
        width: 15px;
    }

    .footer_right_content ul li .footer_points {
        margin-left: 10px;
    }

    footer .pick_phone p {
        font-size: 15px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    section.feature .feature_text {
        margin-right: 80px;
    }
    section.feature .feature_icon img{
        width: 50px;
    }
    section.feature .feature_wrp:after{
        width: 120px;
    }
    section.feature .feature_after_one::after {
        width: 150px;
    }

}