/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .logo-img {
        position: absolute;
        width: 204px !important;
        top: 101px !important;
    }

    .t-view {
        display: none !important;
    }

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}

/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
     .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
     .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
     .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
     .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
     .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
      .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
     .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
      .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
     .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
      .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text {
        font-size: 15px;
    }
    .m-logo{width: 100px;position: absolute;}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
      .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
     .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
      .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    .about-section-content p {
        font-size: 14px !important;
    }

    .main-heading {
        font-size: 25px !important;
    }

    .about-section-content {
        padding: 20px 0px !important;
    }

    .d-view {
        display: none !important;
    }

    .m-logo {
        width: 80px;
        position: absolute;
      
    }

    .social-icon li a {
        font-size: 21px !important;
        color: #fff;
    }

    .phone-icon {
        margin-top: 0px !important;
        width: 30px !important;
    }

    .social-icon li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .logo-img {
        position: absolute;
        width: 63px !important;
        top: 66px !important;
        left: 5%;
    }

    .choose-item h4 {
        font-size: 10px !important;
        margin-bottom: 15px;
    }

    .choose-item {
        background-color: #fff;
        padding: 12px !important;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        transition: all .3s;
    }

    .soical-media {
        padding: 40px 0px 40px !important;
    }

    .footer {
        background-color: rgba(106, 190, 82, 1);
        padding: 26px 0px 50px 0px !important;
        background-image: url(../img/wave.svg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-btn {
        padding: 5px;
        font-size: 10px;
    }
    .top-text{font-size: 10px;}
    .m-logo{width: 100px;position: absolute;}
}

@media only screen and (max-width: 768px){
    .navbar_header  > ul > li > a{
        text-align: left;
    }

    .img-fit {
        width: 100px!important;
    }

    .box_div{
        margin-bottom: 30px!important;
    }

   
    .m_no{
        white-space: nowrap;
    }
    .abt_div_img {
        width: 300px;
        margin: 0 auto;
    }

        .abt_div_img > img {
            box-shadow: none !important;
        }

        .adm_div_img {
            justify-content: center;
        }

}