html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

input,
textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* Default Font Styles
______________________*/

body,
input,
select,
textarea,
p,
a,
b {
    /* color: #e11212; */
    line-height: 2.1;
    font-family: "Lato", sans-serif;
}
html, body {
    background: #fff !important;
}


*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Links
______________________*/

a {
    text-decoration: none !important;
}

a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/* p, blockquote, address
______________________*/

.p {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 30px;
}

a:hover,
a:focus {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5, ul,li,a,span,body,p{
    font-family: 'Lato', sans-serif ;
}
body{
    padding: 0;
    margin: 0;
}
.container {
    max-width: 1281px;
    margin: 0 auto;
    padding: 0;
}
.top_bar .navbar-brand img{
    width: 100%;
}
.logo_brand a img {
    width: 50%;
    
}
.active_menu{
        color: #b6e0e1 !important;
}
.dark_active_menu{
        color: #0E7A7C !important;
}
.menu_bar ul.menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.full_container{
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
.banner_top_new {overflow:hidden;}
.menu_bar ul.menu_list li {
    display: inline-block;
    padding-right: 29px;
}
.menu_bar ul.menu_list li:last-child{
    padding-right: 0;
}
.menu_bar ul.menu_list li:last-child a{
    color: #1da3a6;
    padding: 15px 52px;
    border-radius: 30px;
    text-align: center;
    display: block;
    background-image: linear-gradient( 
-225deg
 ,#ffffff 35%,#ffffff 100%);
}
.menu_bar ul.menu_list li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.menu_bar ul.menu_list li a:hover{
    color: #b6e0e1;
}
.left_side_top h1 {
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    margin: 0;
}

.left_side_top span a {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    padding: 8px 0;
    display: block;
}
.left_side_top h2 {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 13px;
    line-height: 1.5;
}
.left_side_top .banner-btn {
    margin-top: 20px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    background: #e12523;
    margin-right: 20px;
    min-height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.menu_bar {
    text-align: right;
}

.left_side_top .banner-btn:hover {
    background: #fff;
    color: #e12523;
}
.left_side_top .btn-second {
    background: #fff;
    color: #009899;
}
.left_side_top .btn-second:hover ,
.see_review a:hover, .dashboard_Screen a:hover, .measure_box a:hover,.automate_box a:hover,#control_wrap .measure_box a:hover,
#control_wrap #motivate_box .measure_box a:hover,.viewport_pricing a:hover,.drag_btn a:hover,#control_wrap #motivate_box .measure_box a:hover,.festive_info a:hover{
    color: #fff !important;
    background: #009899 !important;
}
.banner_top_new {
    padding-bottom: 180px;
    margin-top: -9%;
    padding-top: 180px;
    background-position: bottom center;
    background-image: linear-gradient( 
180deg
 ,rgba(20,154,154,.81) 0%, rgba(255,74,158,0) 0 70%),url(../images/banner_over_lay.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.left_side_top {
    padding-left: 133px;
}
.header_main {
    box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
    padding: 17px 0;
}
.header_fix ul.menu_list li:last-child a {
    color: #ffffff !important;
    background-image: linear-gradient( 
-225deg
 ,#50cccc 35%,#45aeca 100%);
}
.header_fix {
    background: #fff;
    position: fixed;
    z-index: 99;
    top: 0;
    animation-delay: 2s;
    right: 0;
    left: 0;
    width: 100%;
}
.logo_brand .black_logo{
    display: none;
}
.header_fix .logo_brand .black_logo{
    display: block !important;
}
.header_fix .logo_brand .white_logo{
    display: none !important;
}
.header_fix .menu_bar ul.menu_list li a{
   color: #00000099;
}
.header_fix .menu_bar ul.menu_list li a:hover {
    color: #50cccc;
}

.logo_New_brand .black_logo {
    display: block !important;
}

.header_fix .logo_New_brand .black_logo {
    display: block !important;
}

.header_fix .logo_New_brand .white_logo {
    display: none !important;
}
.banner_right {border-radius: 10px 10px 10px 10px;/* overflow: hidden; */box-shadow: -34px 96px 40px 0px rgb(23 16 159 / 10%);transform: translateX(80px) translateY(22px) rotateX(
0deg
) rotateY(
0deg
) rotateZ(
332deg
) skewX(
12deg
) skewY(
12deg
);width: auto;text-align: left;margin-left: 0;}
.banner_right img{
    width: 123%;
    margin: 44px 0 0 -12px;
    border-radius: 11px;
    height: 93%;
}
body{
    overflow-x: hidden;
}

/*loved_companies*/
.loved_companies{
    padding-top: 80px;
}
.see_review{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.see_review h1,h2{
    font-weight: 900;
    font-size: 80px;
    color: #4a42ec;  
}
.see_review h4{
    font-weight: 700;
    color: #191919;
    line-height: 2em;
    margin: 12px 0 20px;
    font-size: 19px;
}
.see_review h3{
    font-weight: 700;
    font-size: 30px;
    color: #20292f;
    letter-spacing: 1px;
    line-height: 1.5em;
}
.see_review h3 span{
    display: block;
}
.see_review p{
    margin: 20px 0 30px;
    border-left: 5px solid #2ea3f2;
    padding-left: 20px;
    text-align: left;
    color: #6d7c90;
    line-height: 1.7em;
}
.see_review h6{
    text-align: left;
    color: #363636;
    font-weight: 700;
    margin: 15px 0;
    font-size: 18px;
}
.see_review a,.dashboard_Screen a,.measure_box a{
    color: #fff;
    border:1px solid rgba(0,0,0,0);
    border-radius: 50px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #4a42ec;
    display: inline-block;
    padding: 13px 30px;
    margin: 46px 0 4px;
}

/*middle_wrapper*/
.middle_wrapper{
    background: url(../images/Screenshot_22.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.dashboard_Screen{
    width: 100%;
    text-align: center;
}
.dashboard_Screen img{
    display: block;
    margin: 0 auto;
}
.dashboard_Screen a{
    background: #3776ff;
    font-size: 12px;
    margin: 26px 0 0;
}
.dashboard_wrap {
    padding: 54px 0;
}
.inner_shadowbox {
    padding: 0 28px;
    text-align: center;
}
.inner_shadowbox img {
    width: 100%;
}
.inner_shadowbox b {
    font-weight: 900;
    font-size: 32px;
    color: #e69c00 !important;
    text-align: center;
    margin: 0 0 17px;
    display: block;
}
#recommendations {
    margin-top: 138px;
    text-align: left;
}
#recommendations b{
    font-size: 20px;
    color: #24d47a !important;
    text-align: left;
}
#productivity{
    text-align: right;
}
#productivity b{
    color: #342bea !important;
    text-align: right;
}
.row{
    margin: 0;
}
#absence b{
    color: #812bea !important;
}
#absence b,#activity b{
    font-size: 20px;
}
#activity {
    margin-top: 138px;
}
#activity b{
    color: #e64400 !important;
    text-align: center;
}
.sidegapp{
    padding: 0 0 28px;
}
#remote_work p {
    border: none;
    text-align: center;
}
#loved_box {
    padding: 51px 0 35px;
}
#loved_box .see_review h1 {
    margin: 0 0 21px;
}
#remote_work  h3 {
    font-size: 29px;;
}
/*.header_fix .menu_bar ul.menu_list li:last-child a {
    background-image: linear-gradient( 
-225deg
 ,#149a9a 35%,#149a9a 100%);
        color: #ffffff99 !images;
}*/

.play_icon{
    padding: 54px 31px 0;
    position: relative;
}
.play_icon a{
    display: block;
    width: 100%;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 2px 30px 0px rgb(103 151 255 / 50%);
    transition: transform 300ms ease 0ms;
    margin: 0 0 21px;
    padding: 22px 14px 21px 55px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    position: relative;
    transition: transform 300ms ease 0ms;

}
.play_icon  a:hover{
    transform: scaleX(1.05) scaleY(1.05) !important;
}
.play_icon img{
    position: absolute;
    left: 13px;
    top: 18px;
    cursor: pointer;
}
.middle_screen_box img{ 
    width: 100%;
}
.play_wrap{
    padding-bottom: 54px;
}
/* .card-img-partner {
    padding: 54px 31px 0;
    position: relative;
} */
 .card-img-partner{
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 2px 30px 0px rgb(103 151 255 / 50%);
    padding: 17px;
    text-align: center;
    
 }
 .card-text-size{
     font-size: 14px !important;

 }
/*measurement_box*/

.measure_box h2{
    font-weight: 900;
    font-size: 80px;
    color: #00b5e6;
    line-height: 1.5em;
}
.measure_box h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
}
.measure_box p{
    line-height: 1.5em;
    padding-bottom: 1em;
    color: #6d7c90;
    font-weight: 600;
    margin: 21px 0 0;
}
.measure_box ul li{
    position: relative;
}
.measure_box ul{
    padding: 0 0 27px;
    line-height: 24px;
}
.measure_box ul li:before{
    content: '';
    display: block;
    background: #0c71c3;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    position: absolute;
    left: 4px;
    top: 9px;
}
.measure_box ul li{
    font-size: 20px;
    margin-bottom: 9px;
    color: #363636;
    font-weight: 700;
    padding: 0 0 0 24px;
}
.measure_box a{
    font-size: 12px;
    background-color: #00b5e6;
    padding: 13px 30px;
    margin: 17px 0 21px;
    color: #fff;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 20%);
}
.measure_img img,.recommendations img{
    width: 100%;
}
.measuring_row{
    width: 1100px;
    margin: 0 auto;
}
/*automate_wrap*/
.automate_wrap {
    padding: 55px 0;
}
.automate_box {
    padding: 5px 22px 0 47px;
}
.automate_box h3 {
    font-weight: 900;
    font-size: 80px;
    color: #342bea;
    line-height: 1.5em;
}
.automate_box h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
}
.automate_box p {
    line-height: 1.5em;
    padding-bottom: 1em;
    color: #6d7c90;
    font-weight: 500;
    margin: 21px 0 0;
}
.automate_box a {
    padding: 13px 30px;
    color: #fff;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 20%);
    background: #4a42ec;
    font-size: 14px;
    margin: 19px 0 0;
    border-radius: 35px;
    font-weight: bold;
    display: inline-block;
}

/*champ_time_wrap*/
.champ_time_wrap{
    background: url(../images/Screenshot_23.webp);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 0 0 100px;
}
.champ_time_head{
    text-align: center;
    margin: 0 0 36px;
}
.champ_time_head h3{
    font-weight: 700;
    font-size: 36px;
}
.timesheets{
    background-image: linear-gradient(
139deg
,#50cccc 0%,#45aeca 100%);
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    box-shadow: 0px 12px 60px 20px rgb(69 174 202 / 10%);
    width: 1120px;
    margin: 0 auto;
    padding: 35px 26px;
}
.address_box{
    padding: 0 34px;
}
.address_box h4,.address_box p,.champ_time_head h3{
    color: #fff ;
}
.address_box h4{
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
}
.address_box p{
    line-height: 1.6em;
    font-size: 15px;
}
#monitor_wrap .automate_box h3 {
    color: #e69c00;
}
.drag_btn a {
    display: block;
    width: 333px;
    margin-top: 12px;
}
.drag_btn .orange_box{
    background: #ff7b2b;
}
.drag_btn .yellow_box{
    background: #ffad00;
}
.drag_btn img{
    width: 30px; 
    vertical-align: middle; 
    margin: 0 8px 0 0;
}
#control_wrap .measure_box a{
    background:#24d47a; 
}
#control_wrap .measure_box h2 {
    color: #24d47a;
}
#control_wrap .measure_box  p {
    font-weight: 500;
     margin: 21px 0 0;
 /*   line-height: 2.2;*/
}
#monitor_wrap #improved_box .automate_box h3 {
    color: #00a1cd;
    line-height: inherit;
}
 #monitor_wrap .automate_box {
    padding: 5px 122px 0 47px;
}
#monitor_wrap #improved_box .drag_btn a {
    display: inline-block;
    width: auto;
    margin-top: 5px;
}
.improve_box {
    background: url(../images/Screenshot_17.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#motivate_box {
    padding: 48px 0;
}
#control_wrap #motivate_box .measure_box p {
    margin: 3px 0 0;
}
#improved_box .automate_box p {
    line-height: 2.2;
}
#control_wrap #motivate_box .measure_box h2 {
    color: #ff6b12;
}
#control_wrap #motivate_box .measure_box a {
    background: #ff6b12;
}
#control_wrap #motivate_box .measure_img {
    padding: 129px 0 0 66px;
}
.measure_box h4 {
    margin-bottom: 18px;
}
/*power_wrap*/

.power_wrap{
    background:url(../images/Screenshot_24.webp);
    background-size: contain;
    background-position: bottom left;
    padding: 45px 0;
}
.power_inerbox{
    background-image: linear-gradient(
-300deg
,#34dd87 20%,#34ddbf 100%);
    border-radius: 8px 0 8px 8px;
    overflow-x: hidden;
    overflow-y: visible;
    box-shadow: 0px 12px 60px 20px rgb(52 221 135 / 31%);
    width: 923px;
    margin: 0 auto;
    padding: 0 41px 62px 0;
}
.power_head{
padding: 70px;
}
.power_head h4{
    font-weight: 900;
    font-size: 80px;
    color: #fff;
}
.power_head b{
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.2em;
    margin: 0 0 13px;
    display: block;
}
.power_head p{
    line-height: 1.6em;
    color: #fff;
    font-size: 16px;
}
.viewport_pricing{
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    padding: 50px 13px;
    padding-bottom: 0;
    text-align: center;
    margin: 50px 0 0;
}
.viewport_pricing h4{
    font-weight: 900;
    font-size: 65px;
    color: #151de3 !important;
    line-height: 1.2em;
}
.viewport_pricing b{
    font-weight: 700;
    font-size: 30px;
    color: #20292f;
    line-height: 1.25em;
    margin: 7px 0;
    display: block;
}
.viewport_pricing p{
    color: #6D7C8F;
    font-size: 17px;
}
.viewport_pricing a{
    font-size: 14px;
    background-color: #151de3;
    padding: 13px 30px;
    margin: 17px 0 43px;
    color: #fff;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 20%);
    border-radius: 35px;
    font-weight: 600;
    display: inline-block;
}
.save_webbox .recommendations{
        padding-top: 48px;
}
.marketplace_box h4{
    margin-top: 20px;   
}
.team_wrap {
    padding: 50px 0;
}
.your_company{
    text-align: center;
}
.your_company p{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
}
.your_company p span{
    display: block;
}
.icon_boxes{
    padding: 34px 30px 0 42px;
}
.icon_boxes img{
    margin: 0 0 12px;
    width: 48px;
    height: 46px;
}
.icon_boxes h4{
    font-weight: 700;
    color: #20292f;
    font-size: 18px;
    margin: 0 0 11px;
}
.icon_boxes p{
    color: #6d7c90;
    font-size: 16px;
}
#download_btns a {
    margin: 0 0 10px;
    width: auto;
    padding: 9px 22px;
}
.numbers_wrap{
    background: url(../images/blk-bg.webp);
    background-size: cover;
    background-position: center;
}
.numbers_info{
    text-align: center;
    padding: 40px 0;
    margin: 66px 0 0;
}
.numbers_info h3{
    font-weight: 900;
    font-size: 80px;
    color: #fff ;
    text-shadow: 0em 0.1em 0.1em rgb(0 152 153 / 15%);
}
.radius_box {
    border-radius: 100% 100% 100% 100%;
    overflow: hidden;
    border: 3px solid #fff;
    height: 191px;
    width: 191px;
    padding-top: 28px;
    padding-bottom: 50px;
    text-align: center;
    margin: 0 auto;
}
.radius_box b,#counter .count{
    font-size: 62px;
    color: #fff;
}
.radius_box p{
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}
.numbers_wrap {
    padding: 0 0 60px;
}
.festive_wrap{
    background-image: linear-gradient(
    160deg
    ,#50cccc 0%,#45aeca 100%);
    background-color: #1a054b;
    box-shadow: 0px 2px 18px 0px rgb(26 5 75 / 26%);
    border-radius: 11px;
    text-align: center;
    padding: 62px 0;
    width: 947px;
    -webkit-transition:0.6s;
    margin: 25px auto;
}
.festive_info h4{
    font-weight: 900;
    font-size: 42px;
    color: #fff;
    line-height: 1.2em;
}
.festive_info h4 span{
    display: block;
}
.festive_info img{ 
    width: 40px;  
    vertical-align: middle;  
    margin-top: -9px;
}
.festive_info a {
    color: #fff;
    border-radius: 50px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #24d47a;
    padding: 17px 30px;
    display: inline-block;
    margin: 39px 0 0;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 20%);
}
.timer_box{
    text-align: center;
    background-image: linear-gradient(
    50deg
    ,#2572ff 0%,#ff007f 100%);
    width: 480px;
    margin: 44px auto 0;
    border-radius: 11px;
}
.timer_box ul li{
    display: inline-block;
    margin: 16px 17px;
    cursor: pointer;
}
.timing_info b{
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 3px;
    opacity: .4;
    color: #fff;
}
.timing_info p{
    font-weight: 900; 
    font-size: 16px; 
    color: #000 !important;  
    opacity: 0.5;  
    margin: 0 0 0 -9px;
}
.trail_wrap{
    background: #009899;
    padding: 36px 0;
}
.trail_head b{
    color: #fff;
    font-size: 30px;
    margin: 0 0 18px;
    display: block;
}
.trail_head p{
    margin: 0;
    color: #fff;
    font-size: 23px;
}
.get_started a{  
    color: #009899;   
    border-radius: 100px;   
    letter-spacing: 1px; 
    font-size: 22px; 
    font-weight: 700; 
    text-transform: uppercase;
    background-image: linear-gradient(
    180deg
    ,#fff 0%,#e8e8e8 100%);
    display: inline-block;
    padding: 14px 45px;
    margin: 15px 0 0;
}
/*footer_wrap*/
.footer_wrap {
    padding: 58px 0 13px;
}
.logo_box a > img {
    width:100%;
    display: block;
    margin: 0 0 26px;
}
.logo_box p {
    color: #6d7c90;
    font-size: 17px;
    font-weight: 300;
}

.useful_links h4 {
    color: #009899;
    margin: 0 0 15px;
}
.useful_links > ul > li>a {
    margin: 0 0 8px;
    line-height: 1.6;
    color: #6d7c90;
}
.useful_links > ul > li > a{
    color: #6d7c90;
    line-height: inherit;
}
.useful_links>ul>li>a:hover {
    color: #50cccc;
    line-height: 1.6;
    margin: 0 0 8px;
}
.useful_links b{
    display: block;
    margin: 0;
    color: #6d7c90;
    font-weight: 500;
}
.release-content h4{
    color: #009899;
    margin: 0 0 15px;
}
.release-content > .tab-content > .tab-pane > ul{
    list-style-type:disc;
    margin-left: 40px;
}
.release-content > .tab-content > .tab-pane > ul > ul{
    list-style-type:circle;
    margin-left: 40px;
}
.release-content > .tab-content > .tab-pane > ul > ul > ul{
    list-style-type:disc;
    margin-left: 40px;
}
.business_head{
    margin: 0 0 36px;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    padding: 12px;
    background-image: linear-gradient(
    -225deg
    ,#50cccc 35%,#45aeca 100%);
    text-align: center;
}

.building_box ul li{
    display: inline-block;
    margin-right: 11px;
}
.building_box ul li a i{ 
    background: #000; 
    color: #fff;
    padding: 5px 7px;
    margin: 10px 0 0; 
    border-radius: 2px;
}
#footer-info{
    text-align: center;
    padding: 66px 0 0;
}
#footer-info a {
    font-weight: 800;
    color: #666;
    margin-left: 10px;
    font-size: 15px;
}
.brand_info img{
    width: 130px;
    vertical-align: middle;
    margin: -5px 9px 0 0;
}
.brand_info p{
    text-align: center;
    padding: 19px 0 0;
}
.brand_info p span{ 
    color: #454545; 
    font-weight: 400;
}
.quickly_info{
    padding: 0 0 0 73px;
}
.mobilelogo,.bar_icon,.close_icon{
    display: none;
}
.meetings-iframe{
    margin: 50px 0;
}
/*.header_main {
    box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
    padding: 18px 0;
}*/
#inner_pages ul.menu_list li a {
    color: #2e2c2c;
}
#inner_pages ul.menu_list li a:hover {
    color:#50cccc;
}
#inner_pages ul.menu_list li:last-child a {
    color: #ffffff;
    background-image: linear-gradient( 
-225deg
 ,#1da3a6 35%,#1cb4b7 100%);
}
#inner_pages ul.menu_list li:last-child a:hover {
    color: #6a5e5e;
    background-image: linear-gradient(-225deg, #1da3a6 35%, #1cb4b7 100%);
}
#inner_pages .logo_brand img{
    display: block;
}
#contact_iframe iframe{
    height: 670px !important;
}
.blog_wrap{
    padding: 45px 0;
}
.readmore{
    background-image: linear-gradient(
-225deg
,#50cccc 35%,#45aeca 100%);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 50px;
}
.entires a{
    color: #009899;
    font-weight: bold;
}
.blog-img img{
    width: 100%;
    height: auto;
}
.blog-img b{
    font-size: 22px;
        font-weight: 400;
}
.blog-img p {
    margin: 0 0 10px;
    color: #333;
    /* font-size: 16px; */
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 30px;
}



.main_head h2{color:#000;font-weight:bold;font-size:31px;margin:0 0 9px;}
.pricing_wrap .main_head {
    text-align: center;
    padding: 34px 0 33px;
}
.main_head p{color:#666666;font-size:14px;text-transform:uppercase;font-weight:500;}

.pricing_wrap{padding-bottom:100px;background:url(../images/Pricing-banner.jpg);background-size:cover;background-repeat:no-repeat;background-position:bottom center;}
.white_Box{background:#fff;box-shadow:0 0 7px 0 #cccccc61;}
.white_Box:hover{box-shadow:0 11px 25px rgba(0, 0, 0, 0.17);transition:all 0.2s ease-in-out;}
.table_head{text-align:center;border-bottom: 2px solid #eef2f6;padding:15px 0;margin:0 0 17px;height: 75px;}
.table_head h4{margin: 0 0 11px;color: #45aeca;font-weight:600;text-transform:uppercase;font-size: 35px;}
.inner_box{padding:0 32px 28px;}
.inner_box b{text-align:center;display:inherit;color:#000;font-weight:bold;font-size: 22px;}
.inner_box h3{margin:15px 0 21px;text-align:center;color:#000;border:1px solid #f1f1f1;border-radius:35px;font-size:14px;padding:14px 0;font-weight:500;cursor:pointer;text-transform:uppercase;}
.inner_box ul{padding: 24px 0 0;text-align: center;}
.inner_box ul li{font-size: 18px;margin:0 0 15px;position:relative;color:#000;font-weight:500;}
.inner_box ul li i{color:#ffb700;margin-right:5px;position:absolute;left:-20px;top:4px;}
.inner_box a{background: #45aeca;display:inline-block;text-align:center;color:#fff;border:1px solid #f1f1f1;border-radius:35px;font-size:13px;padding: 14px 51px;font-weight: 600;cursor:pointer;width: auto;margin: 12px auto;}
.inner_box b sub{bottom: -21px;font-size: 19px;font-weight:500;}
.pricing_yellow .inner_box a{margin-top: 96px;}
.pricing_feroze .table_head h4,.pricing_feroze li i{color: #374eff!important;}
.pricing_feroze .inner_box a{background: #374eff;margin-top: 94px;}
.pricing_green .inner_box a{background: #b142ec;}
.pricing_green .table_head h4,.pricing_green li i{color: #b142ec!important;}
.pricing_blue .inner_box a{background:#6964ff;}
.pricing_blue .table_head h4,.pricing_blue li i{color:#6964ff!important;}

.table_box .inner_box b span{
    font-size: 61px;  
    vertical-align: -webkit-baseline-middle;
}
.table_box .inner_box {
    text-align: center;
}

#button {
  display: inline-block;
  background-color: rgba(0,0,0,.4);
  width: 45px;
  height: 44px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 148px;
  right: -4px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#blog_details .blog-img p {
    margin: 8px 0 22px;
}
#blog_details .blog-img img {
    margin: 0 0 27px;
}
#blog_details .blog-img b{
    display: block; 
    font-size: 1.8125rem;
    font-weight: 700;
    margin-bottom: 0.625rem;

}
#blog_details .blog-img ul{
    list-style: revert;
    padding: 0 0 16px 20px;
}
#blog_details .blog-img ul li{
    margin: 0 0 6px;
}

.form_comment input,.form_comment textarea{
    width: 100%;
    background: #eee;
    border: none;
    height: 51px;
    margin: 0 0 8px;
    padding: 0 21px;
    }
.form_comment textarea{
    height: 118px;
    padding: 20px 20px;
}
.form_comment button {
    background: #009899;
    padding: 10px 22px;
    color: #fff;
    border-radius: 4px;
    border: none;
}
.search_items {
    position: relative;
}
.search_items input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 100px 0 15px;
    width: 100%;
    margin: 0 0 25px;
}
.search_items button {
    position: absolute;
    right: 0;
    top: 0;
    background: #1da3a6;
    color: #fff;
    border: none;
    padding: 9px 19px;
}
.search_items a{
    display: block;
    margin: 11px 0 0;
    font-weight: 500;
    color: #666;
    font-size: 19px;
    line-height: 30px;
}
.search_items b{
    display: block;
    margin: 13px 0 5px;
}
#Privacy_head{
    max-width: 953px;
    margin: 0 auto;
}
#Privacy_head .left_side_top h1 {
    font-size: 45px;
}
#Privacy_head .left_side_top {
    padding: 53px 0 0 0;
}
.policies_img img{
    width: 100%
}
#Privacy_head .left_side_top .banner-btn {
    min-width: 145px;
    font-size: 13px;
}
#Privacy_head .left_side_top span a {
    font-size: 20px;
}
.lazy_imgeffect {
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    border-color: #6797ff;
    box-shadow: 0px 2px 100px 0px rgb(103 151 255 / 48%);
    margin: 0 0 18px;
}
.header_fix1{
    width: 1000px;
    -webkit-transition:0.6s;
    margin: 25px auto;
}
.header_fix2{
    width: 1200px;
    -webkit-transition:0.6s;
    margin: 25px auto;
}
.header_fix3{
    width: 98%;
    -webkit-transition:0.6s;
    margin: 25px auto;
}
.opacity_box{
    opacity: 0;
    display: none;
}
.counter_downbox{
    height: 200px;
    width: 200px;
    padding-top: 25px;
    margin-bottom: 30px;
      -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
    -webkit-transform:scale(1.2);
  transform:scale(1.2);
}
.counter_downbox b, .counter_downbox #counter .count {
    font-size: 72px;
    color: #fff;
}


.animated{opacity:1;-webkit-animation:fadeTop 1s cubic-bezier(.77,0,.175,1) 1;animation:fadeTop 1s cubic-bezier(.77,0,.175,1) 1;}
.overlay_popup_img {
    position: fixed;
    top: 35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 900px;
    display: none;
    z-index: 9999;
}
.onclick_window{
    cursor: pointer;
}
.model_img_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000ad;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}
.inner_dashboard_img img {
    width: 100%;
    border-radius: 4px;
    display: block;
    height: 600px
}
.close_btn_img {
    position: absolute;
    cursor: pointer;
    right: -20px;
    top: -18px;
    background: #25b7ac;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 1px 0 0;
}
.close_btn_img i {
    color: #fff;
}
.brand_info{
    display: none;
}
#iso #Privacy_head .left_side_top {
    padding: 0 20px 0 0;
}
#iso #Privacy_head .left_side_top h1 {
    font-size: 21px;
}
.ios_box{
    text-align: center;
}
.ios_box h4{
font-weight: 500;
    font-size: 30px;
}
.ios_box img {
    margin: 42px 0;
}
#iso8 #Privacy_head .left_side_top {
    padding: 0;
}
.ios_box p{
        color: #4a4a4a;
    font-weight: 300;
    font-size: 22px;
}
.iso_bg_white{
        background: #fff;
    padding: 37px 0;

}
.iso_bg_white img{
    width: 307px;
    margin: 0 auto;
}
#Security_warp{
     padding-bottom: 137px;
    text-align: center;
    padding-top: 180px;
 
    background-image: linear-gradient( 
180deg
 ,rgba(20,154,154,.81) 0%, rgba(255,74,158,0) 0 70%),url(../images/security.jpg);
}
#Security_warp .left_side_top h1 {
    font-size: 41px;
    font-weight: 500;
}
#Security_warp .left_side_top {
    padding: 0;
}

@media(max-width: 1250px){
    .container{
        width: 100%;
    }
    #Privacy_head{
        max-width: 100%;
    }
    .left_side_top {
        padding-left: 0;
    }
    #iso #Privacy_head .left_side_top {
    padding: 0;
}
    .measuring_row {
        width: 100%;
    }
    .banner_right img {
        width: 174%;
        margin: 44px 0 0 -12px;
        border-radius: 11px;
    }
    .play_icon img {
        left: 4px;
        top: 19px;
    }
    .play_icon a {
        padding: 22px 10px 21px 48px;
        font-size: 11px;
    }
    .blog_wrap {
        padding: 143px 0 20px;
    }
}

@media(max-width: 1024px){
    .container{
        width: 100%;
    }
    .banner_right {
    display: none;
}
    .power_inerbox {
        width: 100%;
        margin: 0 auto;
    }
    .menu_bar ul.menu_list li a {
        color: #3c3a3a;
    }
    .dashboard_Screen img {
        width: 100%;
    }
    .header_main {
        width: 100%;
        background: #fff;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
    }
    .radius_box {
        height: 156px;
        width: 156px;
        padding-top: 15px;
    }
    .radius_box b {
        font-size: 31px;
    }
    .menu_bar ul.menu_list li a {
        font-size: 12px;
    }
    .menu_bar ul.menu_list li {
        padding-right: 14px;
    }
    .menu_bar ul.menu_list li:last-child a {
        color: #ffffff;
        background-image: linear-gradient( 
    -225deg
     ,#23a8ac 35%,#23a8ac 100%);
    }
    .menu_bar ul.menu_list li:last-child a:hover {
        color: #420606;
        background-image: linear-gradient( 
    -225deg
     ,#23a8ac 35%,#23a8ac 100%);
    }
    .left_side_top {
        padding-left: 0;
        width: 100%;
        flex: 100%;
        max-width: 100%;
        text-align: center;
    }
    .get_started a {
        padding: 14px 18px;
        margin: 15px 0 0;
        font-size: 14px;
    }
    .left_side_top h1 {
        font-size: 51px;
    }
    .see_review h1 {
        font-size: 48px;
    }
    .see_review h3 {
        font-size: 23px;
    }
    .see_review {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 23px;
    }
    .dashboard_Screen {
        padding: 0 41px;
    }
    .inner_shadowbox b {
        font-size: 24px;
    }
    #recommendations b {
        font-size: 16px;
    }
    .inner_shadowbox b {
        font-size: 20px;
    }
    .measure_box h2 {
        font-size: 47px;
    }
    .measure_box h4 {
        font-size: 21px;
    }
    #recommendations {
        margin-top: 0;
    }
    .address_box {
        padding: 0 13px;
    }
    .measure_box a {
        font-size: 10px;
        padding: 13px 14px;
    }
    .automate_box h3 {
        font-size: 50px;
    }
    .inner_shadowbox {
        padding: 0 15px;
    }
    .drag_btn a {
        width: 100%;
    }
    .automate_box a {
        padding: 13px 10px;
        font-size: 11px;
    }
    #monitor_wrap .automate_box {
        padding: 5px 20px 0 18px;
    }   
    .drag_btn img {
        width: 20px;
    }
    .icon_boxes {
         padding: 15px;
    }
    .mobilelogo{
        display: block;
    }
    .white_logo{
        display: none;
    }
    .logo_brand a img {
        width: 65%;
    }
    .radius_box b, #shiva span {
        font-size: 50px;
    }
    .overlay_popup_img {
    width: 93%;
}  
}

@media(max-width: 767px){
    .container{
        width: auto;
    }
    #iso_wrap {
    padding: 0 14px;
}
    .timer_box{
        width: 100%;
    }
    .ios_box p {
    font-size: 16px;
}
    .logo_brand a img {
        width: 37%;
    }
    .menu_bar ul.menu_list li {
        display: block;
        padding: 5px 0;
    }
    .menu_bar {
        text-align: center;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        padding: 0;
        background: #fff;
        z-index: 999;
        display: none;
    }
    .menu_bar ul.menu_list li a {
        font-size: 14px;
        width: auto;
        background: none !important;
        color: #000 !important;
        padding: 0 !important;
    }
    .menu_bar ul.menu_list {
        padding: 58px 0 0;
    }
    .header_fix ul.menu_list li:last-child a {
        color: #000000 !important;
    }
    .left_side_top h1 {
        font-size: 26px;
    }
    .left_side_top h2 {
        font-size: 18px;
    }
    .left_side_top{
        padding: 0;
    }
    .left_side_top .banner-btn {
        margin-top: 20px;
        min-width: 124px;
        margin-right: 3px;
        min-height: 43px;
        line-height: 41px;
        font-size: 14px;
    }
    .loved_companies {
        padding-top: 0;
    }
    .banner_top_new {
        padding-bottom: 158px;
        padding-top: 152px;
    }
    .see_review a, .dashboard_Screen a, .measure_box a {
        margin: 18px 0 4px;
    }
    .see_review h6 {
        margin: 7px 0;
        font-size: 18px;
    }
    .see_review h1 {
        font-size: 36px;
    }
    .see_review {
        padding: 0 14px;
    }
    .see_review h3 {
        font-size: 18px;
    }
    .middle_wrapper {
        padding: 33px 0;
    }   
    .dashboard_wrap {
        padding: 18px 0;
    }
    .inner_shadowbox b ,.inner_shadowbox{
        text-align: center !important;
    }   
    #recommendations b {
        font-size: 19px;
    }
    .automate_box h3 {
        font-size: 36px;
    }
    .champ_time_head h3 {
        font-size: 23px;
    }
    .automate_box {
        padding: 5px 15px;
    }
    .automate_box h5 {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.2em;
    }
    .measure_img{
        padding: 18px 16px 0;
    }
    .automate_wrap {
        padding: 30px 0;
    }
    #activity {
        margin-top: 0;
    }
    .measure_box ul {
        padding: 0;
        text-align: left;
    }
    #remote_work h3 {
        font-size: 19px;
    }
    .play_wrap {
        padding-bottom: 20px;
    }
    .address_box {
        padding: 0;
        text-align: center;
    }
    #improved_box .automate_box p {
        line-height: 1.5;
    }
    #motivate_box {
        padding: 9px 0;
    }
    #control_wrap #motivate_box .measure_img {
        padding: 15px;
    }   
    .power_head {
        padding: 15px;
        text-align: center;
    }
    .power_inerbox {
        padding: 0;
    }
    .viewport_pricing {
        padding: 15px;
        text-align: center;
        margin: 0;
    }
    .viewport_pricing h4 {
        font-size: 39px;
    }
    .measure_img img, .recommendations img {
        padding-top: 0 !important;
    }
    .your_company p {
        font-size: 17px;
    }
    .icon_boxes,.measure_box {
        text-align: center;
    }
    .team_wrap {
        padding: 15px;
    }
    .viewport_pricing b {
        font-size: 21px;
    }
    .power_inerbox {
        padding: 0 0 22px;
    }
    .measure_box h2 {
        font-size: 33px;
    }
    .numbers_info h3 {
        font-size: 33px;
    }
    .radius_box {
        height: 133px;
        width: 133px;
        margin: 0 9px 17px 0;
        padding: 27px 0 0;
    }
    .numbers_infoes{
        width: 43%;
        margin: 0 4px 0 15px;
        padding: 0;
        text-align: center;
    }
    .festive_info h4 {
        font-size: 13px;
    }
    .festive_wrap {
        padding: 31px 16px;
    }
    .festive_info a {
        font-size: 10px;
        padding: 15px 17px;
        margin: 26px 0 0;
    }
    .timer_box ul li {
        margin: 9px 7px;
    }
    .timing_info p {
        font-size: 11px;
    }
    .timing_info b {
        font-size: 15px;
    }
    .trail_head b {
        font-size: 20px;
    }
    .footer_wrap {
        padding: 25px 9px 13px;
    }   
    .quickly_info {
        padding: 0 13px;
    }   
    .trail_head ,.get_started{
        text-align: center;
    }
    .trail_head p {
        font-size: 18px;
    } 
    .business_head {
        margin: 0 0 10px;
    }
    #footer-info {
        padding: 37px 0 0;
    }  
    .bar_icon {
        display: block;
        position: absolute;
        right: 24px;
        top: 23px;
        cursor: pointer;
    }
    .bar_icon i{    
        font-size: 24px;
    }
    .close_icon{
        display: block;
        position: absolute;
        top: 23px;
        right: 25px;
        cursor: pointer;
    }
    .logo_brand {
        width: 78%;
    }   
    #Privacy_head .left_side_top {
        padding: 0;
    }
    #Privacy_head .left_side_top h1 {
        font-size: 33px;
    }
    #Privacy_head .left_side_top .banner-btn {
        min-width: 118px;
        font-size: 12px;
        margin: 21px 3px 25px;
    }
    .power_head h4 {
        font-size: 46px;
    }
    .power_head b {
        font-size: 20px;
    }
    .radius_box b, #shiva span {
        font-size: 34px;
    }
    .radius_box p {
        font-size: 14px;
    }
     
}


    
@media(min-width:1500px)
{
    .left_side_top{
    padding-left: 286px;
    margin-top: 7%;
    }
    .design-heading-width{
        width: 500px;
    }
    .close-img-icon{
        margin-right: 26%;
        position: absolute;
        cursor: pointer;
        right: 11px;
        top: 44px;
        background: #088a80;
        border-radius: 100%;
        width: 24px;
        height: 24px;
        text-align: center;
        padding-left: 6px;
        font-size: 19px;
        font-weight: 900;
        color: white;
    }
}
.hover04 img:hover  {
    transform: scaleX(1.05) scaleY(1.05) !important;
    cursor: pointer ;
  
}

@media(max-width:1500px){
    .close-img-icon{
        margin-right: 18%;
        position: absolute;
        cursor: pointer;
        right: 10px;
        top: 33px;
        background: #088a80;
        border-radius: 100%;
        width: 24px;
        height: 24px;
        text-align: center;
        padding-left: 6px;
        font-size: 19px;
        font-weight: 900;
        color: white;
    }
}
@media(max-width:550px){
    .close-img-icon{
        margin-right: 0;
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 3%;
        background: #088a80;
        border-radius: 100%;
        width: 24px;
        height: 24px;
        text-align: center;
        padding-left: 6px;
        font-size: 19px;
        font-weight: 900;
        color: white;
    }
    .img-size-res{
        max-width: 100%  !important;
        max-height: 100% !important;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color:#21a7a9;
    min-width: 160px;
    text-align: left;
    font-weight: 600;
    z-index: 1;
    color: whitesmoke;
  }
  
  .dropdown-content a {
    color: whitesmoke;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #276667;}
  
  .dropdown:hover .dropdown-content {display: block;}

  .phone-number i:hover {color: #0056b3 !important;}

  .blog-bold{
    font-weight: 700 !important;
    color: black !important;    

  }

  div.laptop-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}
div.laptop-wrapper iframe {
    box-sizing: border-box;
    background: url(https://i.stack.imgur.com/zZNgk.png) center center no-repeat;
    background-size: contain;
    padding: 11.9% 15.5% 14.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
}

.fontColor-img{
    color: rgb(22, 135, 241) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.partner-text{
    text-align: center;
    display: block;
   
    font-weight: 400;
}
.text-opci{
    opacity: 0.7;
}
.card-dimesion{
    max-height: 263px;
    max-width: 308px;
}
.card-icon-part{
    box-shadow: 0px 2px 30px 0px #b2bac5;
    width: 3rem;
    height: 3rem;
    margin-bottom: 2rem;
    border-radius: 25%;
}
.blog-bg{
    background-color: #f5f5f7 !important;
    text-align: center;
}

.card-partner {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
  }

  .cardSize{
    max-height: 700px;
    max-width:400px;
    padding: 25px;

  }
  .img-pad{
    padding: 4em !important;
  }

  .image-size{
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 60% !important;
    height: 400px !important;
    
}

h6 {
    font-weight: 500;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
}

h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 30px;
}

.single-post {
    max-width: 830px;
    margin: 0 auto;
    overflow: hidden;
}
.awards .normal {
    width: 100px;
    height: 130px;
}

.awards .awardcircle {
    width: 100px;
    height: 100px;
}


.awards .high {
    width: 180px;
    height: 230px;
}

.star_award {
    position: relative;
    text-align: center;
}

.star_award:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 38px;
    width: 42%;
    height: 1px;
    background-color: #4A4D51;
    opacity: 30%;
}

.star_award::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 38px;
    width: 42%;
    height: 1px;
    background-color: #4A4D51;
    opacity: 30%;
}

.starimg {

    height: 22px;
}

.g2 {
    width: 53px;
    height: 50px;
}

.softwaresuggest {
    width: 100px;
    height: 50px;
}

.crozdesk {
    width: 120px;
    height: 27px;
}

@media(max-width:500px) {
    .awards .normal {
        width: 20px;
        height: 30px;
    }

    .awards .awardcircle {
        width: 40px;
        height: 40px;
    }


    .awards .high {
        width: 45px;
        height: 60px;
    }

    .star_award {
        position: relative;
        text-align: center;
    }

    .star_award:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 38px;
        width: 22%;
        height: 1px;
        background-color: #4A4D51;
        opacity: 30%;
    }

    .star_award::after {
        content: '';
        position: absolute;
        top: 8px;
        right: 38px;
        width: 22%;
        height: 1px;
        background-color: #4A4D51;
        opacity: 30%;
    }

    .starimg {

        height: 14px;
    }

    .g2 {
        width: 20px;
        height: 20px;
    }

    .softwaresuggest {
        width: 40px;
        height: 30px;
    }

    .crozdesk {
        width: 40px;
        height: 60px;
    }
}

@media(max-width:500px) {
    .logo_New_brand {
        width: 70%
    }

}

@media(max-width:500px) {
    .header_badge {
        margin-top: 0px;
        margin-left: 0px;
        position: absolute;
        width: 100px;
        height: 140px;
    }
    .mobile_border:first-child{
        border-top: none;
    }
    .mobile_border{
        align-items: center;
        border-top: 1px solid #E4E6EA;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 32px 0;
    }
}


    .header_badge {
        margin-top: 0px;
        margin-left: 0px;
        position: absolute;
        width: 100px;
        height: 140px;
    }
    .Background_color{
        box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
    }
    .ban-btn {
        display: none;
    }
    #price {
        text-align: center;
      }
      .plan {
        display: inline-block;
      
        font-family: 'Lato', Arial, sans-serif;
      }
      .plan-inner {
        background: #fff;
        margin: 0 auto;
        min-width: 280px;
        max-width: 100%;
        position:relative;
      }
      .entry-title {
        background: #53CFE9;
        height: 140px;
        position: relative;
        text-align: center;
        color: #fff;
        margin-bottom: 30px;
      }
      
      .entry-title>h3 {
        background: #20BADA;
        font-size: 20px;
        padding: 5px 0;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
      }
      .entry-title-1 {
        background: #53CFE9;
        height: 140px;
        position: relative;
        text-align: center;
        color: #fff;
        margin-bottom: 30px;
      }
      .entry-title-1>h3 {
        font-size: 20px;
        padding: 5px 0;
        text-transform: uppercase;
        font-weight: 700;
        padding-top: 60px;
      }
      
      .entry-title .price {
        position: absolute;
        bottom: -25px;
        background: #20BADA;
        height: 95px;
        width: 95px;
        margin: 0 auto;
        left: 0;
        right: 0;
        overflow: hidden;
        border-radius: 50px;
        border: 5px solid #fff;
        line-height: 80px;
        font-size: 28px;
        font-weight: 700;
      }
      
      .price span {
        position: absolute;
        font-size: 9px;
        bottom: -10px;
        left: 30px;
        font-weight: 400;
      }
      
      .entry-content {
        color: #323232;
      }
      
      .entry-content ul {
        padding: 0;
        list-style: none;
        text-align: center;
      }
      
      .entry-content li {
        border-bottom: 1px solid #E5E5E5;
        height: 55px;
        padding: 10px 0;
      }
      
      .entry-content li:last-child {
        border: none;
      }
      
      .standard .entry-title {
        background: #8ab4dc;
      }
      
      .standard .entry-title > h3 {
        background: #3772aa;
      }
      
      .standard .price {
        background: #8ab4dc;
      }
      .basic .entry-title {
        background: #0c827e;
      }
      
      .basic .entry-title > h3 {
        background: #006662;
      }
      
      .basic .price {
        background: #0c827e;
      }
      .smallscreencomparision {
        display: none;
      }
  
      .inner_dashboard_img1 img {
        width: 100%;
        border-radius: 4px;
        display: block;
       
    }
    .model_img_popup1 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000ad;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 999;
    }
    .overlay_popup_img1 {
        position: fixed;
        top: 35px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 900px;
        display: none;
        z-index: 9999;
    }
    .close_btn_img1 {
        position: absolute;
        cursor: pointer;
        right: -13px;
        top: -14px;
        background: #25b7ac;
        border-radius: 100%;
        width: 24px;
        height: 24px;
        text-align: center;
        padding: 1px 0 0;
        z-index: 1;
    }

    .close_btn_img1 i {
        color: #fff;
    }
    
    .logo_New_brand a img {
        width: 100%;
    }
    .logo_New_brand .black_logo {
        display: block !important;
    }
    
    .header_fix .logo_New_brand .black_logo {
        display: block !important;
    }
    
    .header_fix .logo_New_brand .white_logo {
        display: none !important;
    }
    .laptop_badge{
        display: none;
    }
    .header_fix ul.menu_list li:last-child a:hover {
        color: #291717 !important;
        background-image: linear-gradient(-225deg, #50cccc 35%, #45aeca 100%);
    }
 
    .external-links-colors{
        text-decoration: underline;
        color: blue
      }
      .external-links-colors:hover{
        text-decoration: underline;
        color: blue
      }
      .text-align{
        text-align: center;
      }
      .link-color{
        color: #0000FF !important;
      }
      .link-color:hover{
        color:#0000FF !important;
      }
      .li-fontsize-pages{
        font-size: 19px;
      }