/*1. @media screen and (min-width:0\0)
- IE

2. @media screen and (-webkit-min-device-pixel-ratio:0)
- Chrome/Safari

3. @media screen and (min-width: 1780px) and (max-width: 1980px)
- Larger Screens

4. @media screen and (min-width: 1500px) and (max-width: 1600px)
- Larger Screens

5. @media screen and (max-width : 1280px)
- Macbook and other devices

6. @media screen and (max-width : 1024px)
- iPad devices Landscape

7. @media screen and (max-width : 991px)
- Tabs and Tablets Landscape

8. @media screen and (max-width : 800px)
- iPad Potrait and other devices

9. @media screen and (max-width : 767px)
- iPhone 6Plus/Nexus 6 Landscape

10. @media screen and (max-width : 680px)
- iPhone 6 Landscape

11. @media screen and (max-width : 580px)
- iPhone 5 Landscape

12. @media screen and (max-width : 480px)
- iPhone 4 Landscape and iPhone 6/6Plus Potrait

13. @media screen and (max-width : 420px)
- iPhone 6/6Plus Potrait/Nexus 5/Samsung Galaxy Potrait

*/

@media screen and (max-width : 1280px) {}

@media screen and (max-width : 1180px) {
    .purchase-box .right-box {
        max-width: 150px;
        width: 100%;
    }
}

@media screen and (max-width : 1024px) {
    .header-section .navbar-nav .nav-item:not(:last-child) {
        padding-right: 16px;
    }

    .feature-section .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .feature-section .row [class*=col-] {
        padding: 0 10px;
    }

    .subscription-feature-box,
    .purchase-box>.d-flex {
        display: block !important;
    }

    .subsDomain {
        max-width: 190px;
        margin: 0 auto;
    }

    .purchase-box .right-box {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width : 991px) {

    .login-signup-box {
        background-image: url('../images/login-banner.png');
        background-size: cover;
        background-position: center;
        display: block !important;
        position: relative;
        padding-top: 0px;
    }

    .form-head h1 {
        padding: 0 0 20px;
    }

    .form-head h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .form-box {
        width: 100%;
        padding: 50px 20px;
        /* position: absolute; */
        background-color: #ffffffd6;
        /* height: 100%; */
    }

    .form-box .form-group .form-control {
        background-color: #ffffff;
    }

    .form-group label {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .form-group .form-control {
        height: 38px;
    }

    .form-image-box {
        display: none;
    }

    .login-signup-box.signup_section {
        background-image: none;
    }

    .signup_section .form-box {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .signup_section .form-box .custom-dropdown::after {
        background-color: #ffffff;
        height: 36px;
    }

    .signup_section .form-box>form>.d-flex {
        flex-flow: column;
    }

    .signup_section .sub-head h3 {
        padding: 0 0 10px;
    }

    .user-slider-section {
        padding: 30px 0;
    }

    .personal-information,
    .domain-information {
        padding: 0 0 16px;
        order: 2;
    }

    .back-to-login {
        order: 1;
        padding: 0px;
        max-width: 100%;
        text-align: center;
        border: 0;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 26px;
    }

    .signup_section .form-button p {
        font-size: 18px;
        padding: 0;
    }

    .form-button {
        padding: 18px 0 0;
    }

    .header-section,
    .header-section.fixed-top {
        background-color: #ffffff;
        position: relative;
        padding: 10px 0;
    }

    .navbar ul {
        transition: all 0.5s;
    }

    .header-section .navbar-brand img {
        max-width: 110px;
    }

    .header-section .navbar-toggler {
        order: 2;
        box-shadow: none !important;
        padding: 0px;
    }

    .header-section .navbar-toggler span {
        background-image: none;
        background-color: #3F98B8;
        display: block;
        height: 2px;
        width: 25px;
        margin: 6px 0;
        position: relative;
        transition: 0.3s;
    }

    .header-section .navbar-toggler span::before,
    .header-section .navbar-toggler span::after {
        content: '';
        background-image: none;
        background-color: #3F98B8;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
    }

    .header-section .navbar-toggler span::before {
        top: -6px;
    }

    .header-section .navbar-toggler span::after {
        bottom: -6px;
    }

    .header-section .navbar-collapse {
        position: absolute;
        background-color: #ffffff;
        width: 100%;
        left: 0;
        top: 41px;
        box-shadow: 0px 4px 6px #6f6f6f;
    }

    .header-section .navbar-nav {
        margin: 0;
        padding: 10px 12px;
        z-index: 9;
    }

    .header-section .navbar-nav .nav-item:not(:last-child),
    .header-section .navbar-nav .nav-item {
        padding: 6px;
    }

    .header-section .dropdown-toggle::after {
        right: -20px;
    }

    .search-banner-section {
        margin: 0px;
    }

    .report-box {
        flex-direction: column;
    }

    .list-box {
        padding: 20px;
        max-width: 100%;
    }

    .report-box h4 {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 20px;
    }

    .list-box li {
        background-size: 26px;
        font-size: 16px;
        padding: 0 30px 0 40px;
        line-height: 30px;
    }

    .list-box li:not(:last-child) {
        margin-bottom: 18px;
    }

    .list-box li:last-child::before {
        top: -7px;
    }

    .list-box li span {
        height: 30px;
        width: 30px;
        line-height: 22px;
    }

    .list-box li span img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .rating-box {
        padding: 20px;
        max-width: 100%;
        border-top: 1px solid #cccccc;
    }

    .rating-detail {
        max-width: 300px;
        display: inline-block;
    }

    .signup-free-box {
        border-radius: 0;
        padding: 20px;
        text-align: center;
    }

    .signup-free-box h4 strong {
        font-size: 50px;
        line-height: 60px;
    }

    .content-box {
        padding: 0 10px 0 80px;
        max-width: 400px;
    }

    .content-box span {
        width: 70px;
    }

    .inner-sub-section .image-box {
        max-width: 360px;
    }

    .inner-sub-section .content {
        width: 100%;
    }

    .pricing-section {
        margin-top: 0;
    }

    .purchase-credit {
        padding: 0 5px;
    }

    .add-payment-section {
        padding: 30px 0;
    }
}

@media screen and (max-width : 800px) {}

@media screen and (max-width : 767px) {
    .user-slider-section.inside_banner .item{
        min-height: auto;
    }
    .header-section p {
        font-size: 13px;
        line-height: 22px;
        padding-left: 15px;
    }

    .header-section .btn {
        font-size: 11px;
        line-height: 24px;
        min-width: 60px;
        margin-left: 6px;
        padding: 0 12px;
    }

    .header-section .dropdown-menu {
        box-shadow: none;
        margin-top: 0;
    }

    .user-slider-section .item {
        background-repeat: no-repeat;
        /* background-size: 99%; */
        min-height: 200px;
    }

    .search-banner-section {
        padding-top: 30px;
    }

    .search-banner-section h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 14px !important;
    }

    .search-box {
        height: 36px;
    }

    .search-box .form-control {
        padding: 10px;
        font-size: 12px;
    }

    .search-box select.form-control {
        font-size: 12px;
        padding: 0 40px 0 10px;
    }

    .search-box .custom-dropdown::after {
        height: 34px;
        width: 32px;
    }

    .user-slider-section {
        padding: 20px 0px;
    }

    .user-slider-section.inside_banner .item::before {
        background: #00000099;
    }

    .owl-carousel .owl-nav button span {
        background-size: 30px;
        height: 30px;
        width: 30px;
    }

    .dashboard-section {
        padding: 30px 0 0;
    }

    .dashboard-section .item {
        padding: 18px 40px 20px;
        display: block !important;
    }

    .content-box {
        padding: 0 0px 0 80px;
        max-width: 100%;
    }

    .content-box h3 {
        font-size: 15px;
        line-height: 18px;
        padding: 0 0 12px;
    }

    .content-box p {
        font-size: 13px;
        padding: 0 0 10px;
    }

    .btn {
        font-size: 12px;
        padding: 0 14px;
        line-height: 36px;
    }

    .image-box {
        width: 100%;
        position: relative;
        margin: 20px auto 0;
        max-width: 500px;
    }

    .feature-section {
        padding: 30px 0 10px;
    }

    .feature-section .sub-head {
        padding: 0 0 16px;
    }

    .faq-section {
        padding: 30px 0;
    }

    .accordion-box .accordion-item {
        margin-top: 12px;
    }

    .accordion-box .accordion-button {
        padding: 12px 35px 12px 15px;
    }

    .footer-section {
        padding-top: 30px;
    }

    .menu-list h4 {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 10px;
    }

    .menu-list li {
        padding: 0 0 6px;
    }

    .menu-list li a {
        font-size: 13px;
        line-height: 18px;
    }

    .second-footer {
        padding: 12px 0;
        text-align: center;
    }

    .footer-menu a {
        margin: 0 4px;
    }

    .inner-sub-section {
        padding: 30px 0 20px;
    }

    .inner-sub-section .content p {
        font-size: 13px;
        padding: 0 20px 0 0;
    }

    .accordion-box .accordion-button::after {
        right: 10px;
    }

    .accordion-box .btn,
    .search-box .btn,
    .dashboard-slider .content-box .btn-primary {
        font-size: 11px;
    }

    .owl-dots {
        bottom: 4px;
    }

    .inner-sub-section .content p {
        font-size: 13px;
        padding: 0 20px 0 0;
        margin: 0 !important;
    }

    .inner-sub-section .content span {
        font-size: 13px !important;
    }

    .subscription-feature-box {
        display: block !important;
    }

    .right-box h3 {
        display: inline-block;
        font-size: 16px;
        line-height: 20px;
        padding-left: 18px;
    }

    .right-box h3::before {
        font-size: 24px;
        line-height: 30px;
    }

    .right-box h3 span {
        font-size: 50px;
        line-height: 56px;
    }

    .purchase-box>div {
        display: block !important;
    }

    .purchase-box .right-box {
        max-width: 220px;
        margin: 0 auto;
        padding: 0;
    }

    .purchase-box .right-box h3 {
        font-size: 12px;
        padding-left: 20px;
    }

    .purchase-box .right-box h3::before {
        font-size: 18px;
        line-height: 22px;
    }

    .purchase-box .right-box h3 span {
        font-size: 36px;
        line-height: 42px;
    }

    .purchase-box .right-box>span {
        margin-top: -3px;
        text-align: center;
    }

    .payment-detail ul li strong {
        font-size: 14px;
        max-width: 160px;
    }

    .payment-detail ul li input {
        font-size: 14px;
    }

    .strip-slider-section {
        padding: 0;
    }

    .slider {
        border-left: 2px solid #fb6c44;
        padding: 10px;
        display: block !important;
    }

    .slider h3 {
        font-size: 18px;
        padding-right: 30px;
    }

    .slider .marquee_tag {
        max-width: 100%;
        font-size: 18px;
        padding: 0;
    }

    .slider p {
        font-size: 20px;
        padding: 0 12px;
    }

    .cybersecurity_section .content_box {
        width: 100%;
        margin-left: 0;
        position: relative;
        padding: 0 15px;
    }

    .user-slider-section.cybersecurity_section .item::before,
    .user-slider-section.inside_banner .item::before,
    .user-slider-section.inside_banner .content_box {
        width: 100%;
    }

    .user-slider-section.cybersecurity_section .item::after {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .inner-sub-section>.d-flex {
        display: block !important;
    }

    .inner-sub-section .image-box {
        margin: 0 auto 20px;
        max-width: 100%;
    }

    .inner-sub-section .content {
        width: 100%;
    }

    .slider-list .item .btn-primary {
        bottom: 2px;
        left: 12px;
        min-width: 100px;
        line-height: 30px;
    }
}

@media screen and (max-width: 580px) {
    .feature-section .box {
        padding: 10px 20px 0 0;
        margin-bottom: 15px;
    }

    .feature-section .box h4 {
        min-height: inherit;
    }

    .feature-section .box p {
        font-size: 12px;
        line-height: 20px;
        padding-top: 4px;
    }

    .footer-menu-list {
        padding: 0;
    }

    .menu-list {
        padding-bottom: 14px;
    }

    .follow-us {
        text-align: left;
    }

    .follow-us li {
        margin: 0 10px 0 0;
    }

    .back-to-top a {
        height: 30px;
        width: 30px;
        line-height: 30px;
        bottom: 55px;
    }

    .back-to-top a img {
        max-width: 12px;
    }

    .content-box {
        padding: 0;
    }

    .content-box span {
        width: 70px;
        position: static;
    }
}

@media screen and (max-width: 500px) {
    .search-box {
        background-color: transparent;
        border-radius: 0;
        display: block !important;
        max-width: 400px;
        height: auto;
    }

    .search-box .form-control,
    .search-box select.form-control {
        padding: 10px 20px;
        border-radius: 50px;
        border: 0;
        margin-bottom: 12px;
        height: 34px;
        font-size: 12px;
    }

    .search-box .custom-dropdown {
        max-width: 100%;
        display: block;
    }

    .search-box .custom-dropdown::after {
        height: 32px;
        border-radius: 0 50px 50px 0;
        width: 36px;
    }

    .search-box select.form-control {
        padding-right: 38px;
    }

    .search-box .btn {
        border-radius: 50px;
        line-height: 32px;
    }
}

@media screen and (max-width: 480px) {

    .owl-carousel .owl-nav button span {
        background-size: 24px;
        height: 25px;
        width: 25px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -30px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }

    .user-slider-section .item {
        /* background-size: 124%; */
        min-height: 150px;
    }
}

@media screen and (max-width: 420px) {

    .header-section .navbar-toggler {
        order: 0;
        margin-left: auto;
    }

    .header-section .d-flex {
        border-bottom: 0.5px solid #cccccc52;
        display: block !important;
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-top: 4px;
        padding-bottom: 6px;
    }

    .header-section .btn {
        font-size: 12px;
        margin: 4px 4px 0;
    }

    .payment-detail {
        padding: 20px;
    }

    .payment-detail ul li {
        padding: 0 0 12px;
        display: block;
    }

    .payment-detail ul li strong {
        display: block;
        padding: 0;
        max-width: 100%;
        text-align: left;
    }

    .payment-detail ul li span {
        font-size: 14px;
        display: block;
        width: 100%;
        text-align: left;
        padding: 4px 0 0;
    }

    .payment-detail ul li span#payableAmount {
        display: inline;
    }
}
