body {
    padding-top: 80px;
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
}

.header {
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1055;
    background-color: #fff;
}

.modal-open .header {
    width: calc(100% - 17px);
}

.header-inner {
    display: flex;
    flex-direction: row;
    height: 80px;
    align-items: center;
}

.logo {
    width: auto;
    min-width: 220px;
}

.logo img {
    max-height: 60px;
    width: auto;
}

.nav-container {
    margin-left: auto;
    margin-right: auto;
}

.menu-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

.menu-items li {
    display: inline-block;
}

.menu-items li .menu-item {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    margin-right: 20px;
}

.menu-items li:last-child .menu-item {
    margin-right: 0;
    /*color: #d90000;*/
    cursor: pointer;
}

.menu-items li .menu-item:hover, .menu-items li .menu-item:focus {
    text-decoration: none;
    outline: none;
}
/*default landing page footer css start*/
.default_landingft {
    display: block;
    /* flex-direction: row; */
    height: auto;
    background-color: #f1f1f1;
    /* align-items: center; */
    /* justify-content: center; */
    /*box-shadow: 0px -1px 5px 0px rgb(100 100 100 / 30%);*/
    padding: 20px 0px;
}


.default_landingft ul {
    padding: 0;
    list-style: none;
    display: block;
    width: 620px;
    margin: auto;
    text-align: center;
}
.default_landingft ul > li {
    padding: 0 15px;
    border-right: 1px solid gray;
    display: inline-block;
    margin-bottom: 7px;
}
.default_landingft ul > li:nth-child(3) {
    border-right: 0;
}

.default_landingft ul > li:last-child {
    border-right: 0;
}

.default_landingft ul > li > a {
    color: gray;
    font-size: 14px;
}

.default_landingft ul > li > a:hover, footer ul > li > a:focus {
    text-decoration: none;
    color: gray;
}
/*default landing page footer css end*/

footer {
    display: flex;
    flex-direction: row;
    height: 40px;
    background-color: #606060;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -1px 5px 0px rgba(100,100,100,0.3);
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}
footer ul > li {
    padding: 0 15px;
    border-right: 1px solid rgba(255,255,255,0.6);
}
footer ul > li:last-child {
    border-right: 0;
}

footer ul > li > a {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
}

footer ul > li > a:hover, footer ul > li > a:focus {
    text-decoration: none;
    color: rgba(255,255,255,0.9);
}

.welcome {
    background-color: #d8d8d8 !important;
}

.welcome-container {
    display: block;
    padding: 0 220px;
    text-align: center;
}

.welcome-container h1 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #707070;
}

.welcome-container p {
    font-size: 20px;
    margin-bottom: 25px;
    color: #707070;
}

section:nth-child(2n+1) {
    background-color: #f1f1f1;
}

.page_top {
    display: block;
    padding: 15px 0 80px;
    background-color: #f1f1f1;
}

.page_top .container {
    max-width: 1070px;
}
.page_top_content {
    display: flex;
    flex-direction: row;
}
/*landing page content css start*/
.page_top1 {
    padding: 15px 0 30px;
}
.page_top_content1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.page_top_content1 .left {
    display: flex;
    flex-direction: column;
    width: 60%;
    padding: 0 15px;
    position: relative;
}

.page_top_content1 .left .preview_box {
    display: block;
    margin-top: 30px;
}


.page_top_content1 .left .preview_media .laptop {
    width: 500px;
    margin:auto;
}

.page_top_content1 .left  .preview_media .laptop > .page {
    height: 51%;
    top: 3.8%;
}

.page_top_content1 .left  .preview_media .mobile {
    width: 15%;
    right: 130px;
    bottom: -15%;
}
.page_top_content1 .left .preview_media .mobile > .page {
    width: 83%;
    height: 52%;
    left: 7%;
    top: 5%;
}
.page_top_content1 .right {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 0 15px;
    position: relative;
}

.page_top_content1 .right .auth_box {
    border: none;
    padding: 30px;
    width: 414px;
    display: block;
    margin-top: 0px;
    background-color: #fff;
    border-radius: 15px;
    margin-left: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.auth_box .tab-content .p_continue {
    margin-bottom: 50px;
}

.p_continue_email {
    margin-bottom: 20px !important;
}

.page_top_content1 .right .btn_login1, .btn_reg1 {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 50px !important;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background: #2f5597;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    padding: 0px;
}
.page_top_content1 .right .btn_login:hover, .btn_login:focus, .btn_reg1:hover, .btn_reg1:focus {
    background-color: #2f5597;
}

.page_top_content1 .right .forgot_pwd_link {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.page_top_content1 .right  .keep_me_signin {
    display: inline-block;
}
.page_top_content1 .right .nav-tabs {
    margin-bottom: 0px;
}

.page_top_content1 .right .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #507cc0;
}

.page_top_content1 .right .auth_box .form-group.width5050 {
    width: calc(50% - 12px);
    float: left;
}
.page_top_content1  .mr4 {
    margin-right: 4px;
}

.feature-section .box .features .item .icon1 {
    padding: 0px !important;
    box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
}

.feature-section1 .box .features .item span {
    color: #2f5597;
}

.page_top_content1 .right .checkbox label, .radio label {
    color: #a7a9ae;
}
/*landing page content css end*/
.left {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 0 15px;
    position: relative;
}
.preview_box {
    display: block;
    margin-top: 10px;
}

.preview_media {
    width: 100%;
    position: relative;
    max-width: 980px;
}
.preview_media .laptop {
    background-image: url(../img/macbook_pro.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 0;
    padding: 0% 0% 55%;
    overflow: hidden;
    position: relative;
    z-index: 1020;
}
.preview_media .laptop > .page {
    position: absolute;
    width: 74%;
    overflow: hidden;
    height: 83%;
    top: 5.8%;
    left: 13.3%;
}

.preview_media .laptop > .page > img {
    height: auto;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.preview_media .mobile {
    background-image: url(../img/iphone-x.png);
    width: 25%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 0;
    padding: 0% 0% 50%;
    overflow: hidden;
    position: absolute;
    right: 15px;
    bottom: -31%;
    z-index: 1025;
}
.preview_media .mobile > .page {
    position: absolute;
    width: 85%;
    overflow: hidden;
    height: 85%;
    left: 8%;
    top: 7%;
}

.preview_media .mobile > .page > img {
    height: 100%;
    display: block;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
}
.right {
    display: flex;
    flex-direction: column;
    width: 60%;
    padding: 0 15px;
    position: relative;
}

.btn-preview {
    color: #000;
    background-color: #ed9011;
    border-color: #bf750d;
    margin: 0 auto;
    border-radius: 20px;
    padding: 6px 40px;
}

.btn-preview:hover {
    color: #000;
    background-color: #d7830f;
    border-color: #a7660c;
}

.offer {
    width: 105px;
    position: absolute;
    right: 0;
    background-color: #f5931d;
    border-radius: 50%;
    height: 105px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    color: #000000;
    /* transform: rotate(-20deg); */
}
.auth_box {
    border: 1px solid #575757;
    padding: 10px 10px 20px;
    width: 100%;
    display: block;
    margin-top: 44px;
    background-color: #575757;
}

.btn-custom {
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    border: 0;
    line-height: 22px;
    height: auto;
    margin: auto;
    border-radius: 0px;
}
.btn_login, .btn_reg {
    background-color: #44cafd;
    color: #ffffff;
}
.btn_login:hover, .btn_login:focus, .btn_reg:hover, .btn_reg:focus {
    background-color: #29afe2;
}

.btn_fb {
    background-color: #507cc0;
    color: #ffffff;
}

/*.btn_fb:hover, .btn_fb:focus {
        background-color: #003B75;
    }*/

.btn_g {
    background-color: #fff;
    color: #303030;
}

    /*.btn_g:hover, .btn_g:focus {
        background-color: #b30000;
    }*/

.btn_fb .ic, .btn_g .ic {
    float: left;
    max-height: 20px;
    margin-top: 2px;
}

.auth_box button + button {
    margin-top: 15px;
}

.seporator-or {
    display: block;
    padding: 5px;
    text-align: center;
    color: #f0f0f0;
}
.forgot_pwd_link {
    margin-top: 15px;
    display: block;
    cursor: pointer;
    float: left;
    color: #252525;
}

.forgot_pwd_link:hover {
    text-decoration: none;
    color: #f0f0f0;
}
.keep_me_signin {
    display: block;
    margin-bottom: 15px;
    color: #f0f0f0;
}
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.nav-tabs > li > a {
    color: #a2a2a2;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
    padding: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    line-height: 1.2;
    margin-right: 10px;
}
.nav-tabs > li > a:hover {
    background: transparent;
    border-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    background-color: transparent;
    outline: none;
}

.nav-tabs > li + li {
    border-left: 2px solid #707070;
}

.nav-tabs > li + li a {
    margin-right: 0;
    margin-left: 10px;
}

.auth_box .form-group {
    margin-bottom: 10px;
}

.auth_box .form-group label {
    font-weight: 400;
    color: #f0f0f0;
}

.auth_box .form-control {
    border-radius: 0;
}
.auth_box .form-group.width5050 {
    width: calc(50% - 2px);
    float: left;
}

.auth_box sup {
    font-size: 16px;
    top: -2px;
    color: #d90000;
}

.mr4 {
    margin-right: 4px;
}

.alert {
    padding: 5px 15px;
    border-radius: 0;
}

.about_section, .contact_section, .subscribe_section {
    display: block;
    padding: 30px 0;
}


.section_title {
    margin: 10px 0 15px 0;
    font-size: 26px;
    font-weight: 700;
    color: #303030;
}

.section_content {
    display: block;
}

.ic_menu {
    display: none;
}

.overlay {
    display: none;
}

.feature-section {
    background-color: #9e9e9e;
}

.feature-section .box {
    padding: 10px 350px 10px 380px;
    display: block;
    overflow: hidden;
}

.feature-section .box .features .item {
    float: left;
    width: 20%;
}

.feature-section .box .features .item a {
    text-align: center;
    display: block;
    color: #fff;
    cursor: pointer;
}
.feature-section .box .features .item .icon {
    display: block;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 5px auto;
    background-color: #fff;
}
.feature-section .box .features .item .icon span.si{
    color:#2f5597;
    font-size:30px;
    line-height:50px;
}
.feature-section .box .features .item .icon > img {
    display: block;
    width: 100%;
    height: auto;
}

.feature-section .box .features .item a:hover {
    text-decoration: none;
}

.popover {
    background-color: #e0e0e0;
    border: 1px solid #b71c1c;
    color: #b71c1c
}

    .popover.top .arrow:after {
        border-top-color: #b71c1c;
        border-bottom-color: #b71c1c
    }
.navbar_list {
    width:50%;
}
.navbar_list ul {
    padding: 0px;
    margin-left: 80px;
}
.navbar_list ul li{
    list-style:none;
    display:inline-block;
}
.navbar_list ul li a {
    color: #000;
    font-size: 18px;
    margin-right: 30px;
    position: relative;
    font-weight: 500;
}
.navbar_list ul li a::after{
    position: absolute;
    top: 2px;
    right: -10px;
    height: 17px;
    width: 2px;
    background: gray;
    content: "";
}
.navbar_list ul li:last-child a:after{
    display:none;
}
.landing_box{
    padding:0px 85px;
}

.landing_leftright {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: auto;
}

.landing_left {
    width: 60%;
}

.landing_right {
    width: 38%;
}
.static_message {
    width: 100%;
    height: 160px;
    background: #fff;
    border-radius: 20px;
    margin: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: gray;
    font-weight: 550;
    box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
}
.laptop_img {
    background: #fff;
    height:390px;
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
}
.content form span input[type="checkbox"] {
    margin-top: 13px;
    margin-right: 10px;
}
.content form {
    text-align: center;
    font-size: 13px;
}
.form-input {
    position: relative;
}
.form-input span {
    position: absolute;
    left: 14px;
    top: 14px;
    font-size: 20px;
}
.auth_box .social-media {
    display: flex;
    margin-bottom: 30px;
    margin-top: 25px;
    justify-content: center
}
.auth_box .social-media li {
    /*width:50%;*/
    text-align: left;
    width: 40px;
    height: 40px;
    list-style:none;
}
.auth_box .social-media li a img {
    width: 100%;
}
.auth_box .social-media li a img.google {
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 50%;
}
.auth_box .social-media li:first-child {
    margin-right: 35px;
}
.content .social-media li a {
    color: #a7a9ae;
}
.auth_box p {
    font-size: 17px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    color: #989494;
    position: relative;
    text-align: center;
}

.auth_box p.or:after {
    width: 44%;
    height: 1px;
    background: #000000;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
}

.auth_box p.or:before {
    width: 44%;
    height: 1px;
    background: #000000;
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
}

.auth_box p a {
    color: #2f5597;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    border-bottom: none;
    display: block;
    margin-top: 5px;
}

.rem-forgot {
    display: flex;
    justify-content: right;
    align-items: center;
}

.forgot-password {
    margin-top: 13px;
    color: #564b4b;
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
}
/*login css start*/
.login-box {
    width: 414px;
    height: 100%;
    background: #fff;
    margin: auto;
    padding: 30px;
    border-radius: 15px;
}

.page_top_content1 .form-control {
    height: 41px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #8d8d8d;
    margin-bottom: 13px;
    padding: 0px 5px 0px 5px;
    line-height: 41px;
    border-radius: 0px;
    box-shadow: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    color: #564b4b !important;
    font-size: 13px;
}

.login-box #loginform {
    margin-top: 50px;
}
form .lrbtn {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background: #2f5597;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}
a:focus, a:hover {
    text-decoration: none;
}
.landingfaq_box {
    background-color: #b4c7e7;
    padding: 20px 85px;
    margin-top: 20px;
}
.faq_heading h3 {
    margin: 0px;
    color: #2f5597;
    font-weight: 700;
}
.faq_section .panel-group {
    margin-bottom: 0px;
    margin-top: 20px;
}
.faq_section .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 10px;
    border-color: #fff;
}
.faq_section .panel-default > .panel-heading {
    color: gray;
    background-color: #fff;
    border-color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
}
.faq_section .panel-title {
    font-size: 18px;
    position: relative;
}
.faq_section .glyphicon {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate( 90deg);
    background: #808080d9;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}
.faq_section .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
    border-radius: 10px;
    padding: 0px 25px 15px 25px;
}
.faq_section .panel-group .panel:last-child {
    margin-bottom:0px;
}
.contact_box {
    padding: 20px 85px;
}
.contact_landing h3{
    margin: 0px;
    color: #2f5597;
    font-weight: 700;
}
.contact_details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: auto;
    margin-top: 20px;
    align-items:flex-start;
}
.contact_left {
    width:60%;
    display:inherit;
}
.contact_right {
    width:38%;
}
.contact_add {
    width: 100%;
    /* height: 150px; */
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
}
.contact_add ul{
    padding:0px;
}
.contact_add ul li{
    list-style:none;
    margin-bottom:7px;
}
.contact_add ul li:last-child {
    margin-bottom: 0px;
}
.contact_add ul li a{
    color:gray;
    font-weight: 450;
}
.contact_input {
    width: 414px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 20px;
    margin-left: auto;
    height: 151px;
}
ul{
    padding: 0px;
    list-style: none;
}
.contact_input ul li {
    margin-bottom: 7px;
}
.contact_input ul li:last-child{
    margin-bottom:0px;
}
.contact_input ul li a {
    color: gray;
}
.reduce_space {
    margin-bottom:20px !important;
}
/*============================================================================
  =============================  media css ===================================
  ============================================================================*/
@media only screen and (max-width: 1414px) {
    .page_top_content1 .left .preview_media .laptop {
        width: 400px;
    }
    .page_top_content1 .left .preview_media .mobile {
        right: 100px;
    }
}
@media only screen and (max-width: 1366px) {
    .page_top_content1 .left .preview_media .laptop > .page {
        height: 65%;
    }
    .page_top_content1 .left .preview_media .mobile {
        width: 25%;
        right: 50px;
    }
    .page_top_content1 .left .preview_media .mobile > .page {
        position: absolute;
        width: 80%;
        overflow: hidden;
        height: 88%;
        left: 7%;
        top: 5%;
    }
    .page_top_content1 .right .auth_box {
        width: 100%;
    }
    .feature-section .box .features .item .icon span.si {
        font-size: 20px;
    }
    .feature-section1 .box {
        padding: 10px 250px 10px 250px;
        display: block;
        overflow: hidden;
    }
}
    @media only screen and (max-width: 1023px) {
        .page_top {
            padding: 15px 0 180px;
        }
        .overlay {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.5);
            z-index: 1029;
            width: 100%;
            height: 100%;
        }
        .page_top_content1 .left .laptop_img {
            background: #fff;
            height: 390px;
            width: 100%;
            max-width: 530px;
            border-radius: 20px;
            margin-top: 20px !important;
            margin: auto;
        }
        body {
            padding-top: 60px;
        }

        .header {
            height: 60px;
        }

        .modal-open .header {
            width: 100%;
        }


        .header-inner {
            height: 60px;
        }

        .logo {
            width: auto;
            min-width: initial;
            margin: 0 auto;
        }

            .logo img {
                max-height: 40px;
                width: auto;
            }

        .ic_menu {
            display: block;
            position: absolute;
            left: 15px;
            cursor: pointer;
        }

            .ic_menu > img {
            }

        .nav-container {
            margin-left: 0;
            position: fixed;
            top: 60px;
            width: 100%;
            background-color: #f0f0f0;
            display: none;
            left: 0;
            right: 0;
        }

            .nav-container.active {
                display: block;
            }

        .menu-items {
            width: 100%;
        }

            .menu-items li {
                display: block;
                width: 100%;
            }

                .menu-items li .menu-item {
                    margin: 0;
                    padding: 10px 15px;
                    display: block;
                }

        /*.header_bottom.active {
        display: flex;
    }*/

        .section_title {
            padding: 0 15px;
        }

        .welcome-container h1 {
            font-size: 20px;
        }

        .welcome-container p {
            font-size: 18px;
        }

        .page_top_content {
            flex-direction: column;
            max-width: 100%;
            margin: 0 auto;
        }
        .page_top_content1 {
            flex-direction: column;
            max-width: 100%;
            margin: 0 auto;
        }

        .left {
            width: 100%;
            margin-bottom: 15px;
            padding: 0 8px;
        }

        .right {
            width: 100%;
            padding-bottom: 20px;
            padding: 0 8px;
        }
        .page_top_content1 .left {
            width: 100%;
            margin-bottom: 15px;
            padding: 0 8px;
        }

        .page_top_content1 .right {
            width: 100%;
            padding-bottom: 20px;
            padding: 0 8px;
        }

        /*.welcome_text h1 {
        text-align: center;
    }*/

        .offer {
            left: unset;
            right: 0;
            top: 0px;
        }

        .auth_box {
            width: 100%;
        }


        .btn_subscribe_now.scroll-trigger {
            float: none;
            margin: 0 auto;
            display: inline-block;
        }

        .welcome-container {
            padding: 0 15px;
        }

        .section_content {
            padding: 0 8px;
        }

        .about_section, .contact_section, .subscribe_section {
            padding: 15px 0;
            display: block;
        }

        footer {
            height: auto;
            text-align: center;
            padding: 15px;
        }
        .default_landingft {
            padding:15px;
        }

        footer ul {
            display: block;
        }

        footer ul > li {
            display: block;
            border-right: 0;
            padding: 5px 15px;
            border-bottom: 1px dashed rgba(255,255,255,0.6);
        }
        .default_landingft ul {
            width:100%;
        }
        .default_landingft ul > li {
            display: inline-block;
            border-right: 0;
            padding: 5px 15px;
            border-bottom: 1px dashed rgba(255,255,255,0.6);
        }

        footer ul > li:last-child {
            border-bottom: 0;
        }

        .btn-preview {
            margin: 15px auto;
        }

        .feature-section .box {
            padding: 20px 10px;
        }

        .contact_input {
            width: 100%;
        }

        .page_top_content1 .left  .preview_media .laptop {
            width: 100%;
        }

        .page_top_content1 .left  .preview_media .laptop > .page {
            position: absolute;
            width: 74%;
            overflow: hidden;
            height: 84%;
            top: 3.8%;
            left: 13.3%;
        }

        .page_top_content1 .left  .preview_media .mobile {
            width: 25%;
            right: 5px;
            bottom: -15%;
            z-index: 1025;
        }

            .page_top_content1 .left  .preview_media .mobile > .page {
                position: absolute;
                width: 80%;
                overflow: hidden;
                height: 90%;
                left: 9%;
                top: 7%;
            }
        .landing_box {
            padding: 0px 30px;
        }
        .landingfaq_box {
            background-color: #b4c7e7;
            padding: 20px 30px;
            margin-top: 20px;
        }
        .contact_box {
            padding: 20px 30px;
        }
        .contact_left {
            width: 100%;
            display: block;
        }
        .contact_right {
            width: 100%;
        }
    }
  @media only screen and (max-width: 768px) {
    .landingfaq_box {
        background-color: #b4c7e7;
        padding: 10px 10px;
        margin-top: 20px;
    }
    .default_landingft {
        padding: 10px;
    }
    .default_landingft ul > li {
        padding: 5px 5px;
        margin-bottom: 0px;
    }
    .contact_box {
        padding: 10px;
    }
    .page_top_content1 .left .laptop_img {
        height: 400px;
    }
    .landing_box {
        padding: 0px 15px;
    }
    .feature-section1 .box .features .item span {
        color: #2f5597;
        font-size: 13px;
    }
    .page_top1 {
        padding: 15px 0 20px;
    }
    .page_top_content1 .right .auth_box {
        width: 100%;
        padding: 15px;
    }
    .page_top_content1 .right .forgot_pwd_link {
        font-size: 12px;
    }
    .page_top_content1 .right .keep_me_signin {
        font-size: 13px;
    }
    .auth_box .tab-content .p_continue {
        margin-bottom: 35px;
    }
    .page_top {
        padding: 15px 0 140px;
    }
}
@media only screen and (max-width: 556px) {
    .page_top {
        padding: 15px 0 115px;
    }
    .page_top_content1 .left .laptop_img {
        height: 300px;
    }
    .faq_section .panel-default > .panel-heading {
        padding: 10px 7px;
    }
    .feature-section .box {
        padding: 10px;
    }
}
@media only screen and (max-width: 445px) {
    .page_top {
        padding: 15px 0 80px;
    }
}
@media only screen and (max-width: 375px) {
    .page_top_content1 .left .laptop_img {
        height: 260px;
    }
    .auth_box .tab-content .p_continue {
        margin-bottom: 25px;
    }
    .faq_section .panel-default > .panel-heading {
        padding: 10px 7px;
    }
    .faq_section .panel-title {
        font-size: 13px;
        position: relative;
    }

    .faq_section .glyphicon {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    h1 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .landingfaq_box .container {
        padding:0px;
    }
}