@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}
@media (min-width: 1400px) {
    .tp-lp-ftr-form-wrap .container , .tp-lp-protect-wrap .container {
        max-width: 1140px;
    }
}
@media (min-width: 1920px) {
   .tp-lp-ben-card p {
     	 width: 70%;
	 margin: 20px auto;
    }
   .tp-lp-input input {
	font-size: 22px;
   }
}
/* Small Devices */
@media only screen and (max-width: 768px) {
    .pum-container.pum-responsive.pum-responsive-medium {
    	padding: 35px 30px;
    }
    .navbar>.container-fluid {
        display: block;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-nav {
        background: #fff;
        width: 100%;
        padding: 5px 5px 15px;
    }
    .nav-link {
        color: #1D2A36;
	  font-size: 16px;
    }
    .tp-lp-logo img {
        width: 12em;
        margin-bottom: 10px;
    }
    .tp-lp-header {
        display: block;
        padding: 0;
    }
    .tp-lp-hero {
        padding: 30px 0 0px;
    }
    .tp-lp-form-wrap {
        padding: 10px 0 60px;
    }
    .tp-lp-nav-cta {
        margin-top: 20px;
    }
    .tp-lp-footer-row {
        display: block;
    }
    .tp-lp-banner-contents h1 {
        font-size: 35px;
    }
    .tp-lp-banner-contents {
        padding: 60px 25px 10em;
    }
    .tp-lp-banner-contents p {
       font-size: 22px;
    }
    .navbar-toggler {
        position: absolute;
        top: 0;
        right: 10px;
    }
    ul.tp-lp-cont-fm-list li {
        width: 100%;
    }
    .tp-lp-form-col {
        padding: 30px 20px 50px;
        margin-top: 0;
    }
    .tp-lp-protect-wrap {
        padding: 1em 20px;
    }
    .tp-lp-pro-head p {
        width: 100%;
    }
    .tp-lp-protect-row img {
        width: 100%;
    }
    .tp-lp-ts-sec {
        padding: 2em 20px 0;
    }
    .tp-lp-ts-cont-row {
        padding-top: 30px;
    }
    .tp-lp-ben-wrap {
        padding: 1em 20px;
    }
    .tp-lp-ben-head p {
        width: 100%;
        margin: 15px auto 35px;
    }
    .tp-lp-ben-card {
        margin-bottom: 20px;
    }
    .primary-btn {
        padding: 20px 20px 20px;
        display: block;
    	  text-align: center;
    }
    .tp-lp-ben-card-row {
        margin-top: 0;
    }
    .hm-package-rvmp {
        padding: 1em 20px;
    }
    .hm-pckg-head h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .hm-pckg-head p {
        width: 100%;
    }
    .hm-head-po ul li {
        display: flex;
        text-align: left;
        margin-bottom: 20px;
    }
    .hm-head-po ul li img {
        width: 30px;
        height: 30px;
    }
    .hm-pckg-card-main-cont button {
        padding: 10px 50px 10px 50px;
    }
    .hm-sq-rvmp {
        padding: 2em 10px;
    }
    .hm-sq-rvmp-card {
        margin-bottom: 25px;
    }
    .hm-sq-rvmp-head h2 {
        font-size: 35px;
    }
    .tp-lp-ftr-form-wrap {
        padding: 1em 20px;
    }
    .tp-lp-cta-wrap {
        padding: 50px 10px;
    }
    .tp-lp-footer-wrap {
        text-align: center;
    }
    .tp-lp-footer-logo img {
        margin-bottom: 20px;
    }
    .tp-lp-footer-cp p {
        margin: 0 0 20px;
    }
    .dropdown-toggle::after {
	    filter: invert(1);	
    }

}

/* Ipad */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tp-lp-banner-contents {
        padding: 100px 25px 12em;
    }
    .hm-head-po ul li {
        justify-content: center;
    }
    .tp-lp-hero {
        padding: 30px 20px 0px;
    }
}

/* ipad landscape mode */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .tp-lp-nav-cta a {
        font-size: 24px;
    }
    .tp-lp-banner-contents h1 {
        font-size: 40px;
    }
    .tp-lp-form-col {
        padding: 30px 20px 50px;
    }
    .hm-pckg-card-main-cont button {
        padding: 10px 35px 10px 35px;
    }
}

/* ipad pro landscape mode */
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape) {
}

/* ipad pro portrait mode */
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    .tp-lp-nav-cta a {
        font-size: 24px;
    }
    .tp-lp-banner-contents h1 {
        font-size: 40px;
    }
    .tp-lp-form-col {
        padding: 30px 25px 50px;
    }
}


/* ipad air mode */
@media only screen and (device-width: 1180px) and (device-height: 820px) and (orientation:landscape) {
    .hm-pckg-card-main-cont button {
        padding: 10px 30px 10px 30px;
    }
    .tp-lp-banner-contents h1 {
        font-size: 35px;
    }
    .tp-lp-form-col {
        padding: 30px 30px 50px;
    }
}
/* ipad air mode */
@media only screen and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {
    .navbar>.container-fluid {
        display: block;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler {
        position: absolute;
        top: 0;
        right: 10px;
    }
    .navbar-nav {
        background: #fff;
        width: 100%;
        padding: 5px 5px 15px;
    }
    .nav-link {
        color: #1D2A36;
    }
    .tp-lp-logo img {
        width: 15em;
        margin-bottom: 30px;
    }
    .tp-lp-header {
        display: block;
        padding: 0;
    }
    .tp-lp-hero {
        padding: 30px 20px 50px;
    }
    .tp-lp-form-wrap {
        padding: 0px 0 60px;
    }
    .tp-lp-form-col {
        margin-top: 0;
    }
    .tp-lp-cont-col {
        margin-bottom: 30px;
    }
    .tp-lp-pro-head p {
    	width: 80%;
    }
    .hm-sq-rvmp .row {
      justify-content: space-between;
    }
    .hm-pckg-head p {
       width: 80%;
    }
}