body{ padding: 0px; margin: 0px; list-style: none; font: normal 14px/18px Arial, Helvetica, sans-serif; color:#000; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C3C3C3;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C3C3C3;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #C3C3C3;
}

/*font-family: 'proximanova';
 font-family: 'proximanovabold';
 font-family: 'proximanovalightc';
 font-family: 'ProximaNova-Medium';
 font-family: 'ProximaNova-Extrabld';
 font-family: 'ProximaNova-Semibold';*/


.container{ max-width: 1280px;}
.wrapper{ width: 100%;}


/*header*/
.header_sec{ width: 100%; padding: 20px 0; background: #fff; }
.nav_top{ margin: 0px; padding: 0px; background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0px;}
.drop-nav{ position: absolute; top: 10px; right: 0px;}
.nav_top .dropdown-menu li a{ font-size: 13px;}

.menu_sec{ padding-right: 250px; }
.menu_sec li{ position: relative;}
.menu_sec li{ color: #242B2E; font: normal 14px/20px 'proximanova';  margin-left: 15px; }
.menu_sec li a{ color: #242B2E; padding: 8px; display: inline-block; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  
-webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; position: relative; }
.menu_sec li.actv a{ font-family: 'ProximaNova-Semibold'; }
.navbar-brand{ width: 160px;}
.navbar-brand img{ max-width: 100%;}
.menu_sec li a:before{ width: 0px; height: 2px; background:#03A9F4; content: ""; position: absolute; bottom: 0px; left: 0px; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.menu_sec li a:hover::before{bottom: 0px; width: 100%;}
.menu_sec li.actv a::before{bottom: 0px; width: 100%;}

.top_rt{ width: auto; position: absolute; right: 0px; top: 3px; }
.top_rt li{ float: left; margin-left: 5px; position: relative; }
.top_rt li:first-child{ margin-left: 0px; padding-left: 20px; }
.top_rt li.top_btn a { padding: 0 25px; border-radius: 4px; font: normal 14px/41px 'ProximaNova-Semibold'; color: #fff; background: #03A9F4; height: 42px; float: left;
 -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  
-webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; cursor: pointer;  }
.top_rt li a.topSwicherBtn { outline: none !important; width: 45px; height: 45px; border-radius: 50%; margin: 0 5px; cursor: pointer; border: 3px solid rgb(47, 128, 237);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%; float: left;
}
.top_rt li a.topSwicherBtn img { max-width: 100%; height: 100%; border-radius: 100%; }
.top_rt li:first-child::before{ width: 1px; height: 22px; position: absolute; left: 0px; top: 10px; background: #dee5ec; content: "";}
.top_rt li.top_btn a:hover { background: #1976D2 !important; color:#fff; }

.plugin_banner{ width: 100%; background: transparent linear-gradient(268deg, #53D1EF 0%, #1976D2 100%) 0% 0% no-repeat; padding: 80px 0; position: relative; }
.plugin_video{ width: 100%; position: relative; box-shadow: 0px 13px 56px #00000029; border-radius: 12px; position: relative; z-index: 999; }
#player {width: 100%;  position:relative; /*pointer-events:none;*/ height: 400px; border-radius: 12px; }
.plugin_videoleft{ width: 100%; }
.plugin_videoleft h1{ font: normal 54px/64px 'ProximaNova-Extrabld'; color:#fff; text-transform: capitalize;  }
.plugin_videoleft p{ font: normal 22px/32px 'ProximaNova'; color:#fff; padding: 0 0 0 20px; border-left: 2px solid #fff; margin-top: 20px; }

.plugin_search{ width: 475px; display: inline-block; margin-top: 30px; background: #fff; padding: 2px; border-radius: 8px; }
.plugin_search input[type="email"], .plugin_search input[type="text"]{ height: 80px; width: 65%; float: left; padding: 0 15px 0 54px; color: #242B2E; font: normal 14px/20px 'ProximaNova-Semibold'; border: none;
 outline: none; box-shadow: inherit; -webkit-appearance: none;  border-radius: 8px 0 0 8px;  }
.plugin_search input[type="submit"]{ height: 80px; width: 35%; float: right; padding: 0; color: #fff; font: normal 18px/80px 'ProximaNova-Semibold'; border: none;
 outline: none; box-shadow: inherit; -webkit-appearance: none;  border-radius: 0 8px 8px 0 0; cursor: pointer; background: #03A9F4; border-radius: 6px;
  -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; 
 transition: all 0.5s ease-in-out;  }
.developer_pg .plugin_search input[type="email"]{ padding: 0 15px 0 54px  !important;}
.plugin_search input[type="submit"]:hover{ background: #1976D2 !important;}

.plugin_bg{ width: 58%; position: absolute; right: 0px; top: 0px; height: 100%; background: url(../images/pluginimg.png) no-repeat 0 0; background-size: 100%; }





.plugin_sellsec{ width: 100%; background: #f6f8fa; /*background: #ccc;*/ padding: 20px 0; text-align: center; }
.plugin_sellsec h4{ font: normal 28px/64px 'ProximaNova-Semibold'; color: #242B2E; }

.plugin_details{ width: 100%; display: inline-block; }
.plugin_detailsBox{ width: 100%; display: inline-block; padding: 30px 0 50px 0; }
.plugin_img{ width: 100%; }
.plugin_img img{ max-width: 100%; width: 100%; }
.plugin_txt{ width: 100%; display: inline-block; padding-top: 30px; }
.plugin_txt h3{ font: normal 36px/42px 'ProximaNova-Extrabld'; color: #242B2E; }
.plugin_txt p{ font: normal 18px/24px 'ProximaNova'; color: #242B2E; padding-top: 15px; }

.plugin_detailsBox:nth-child(odd) .row{ flex-direction: row-reverse; }


.feature_sec{ width: 100%; background: #f6f8fa; padding: 40px 0 0; }
.feature_top{ width: 100%; display: inline-block; text-align: center; }
.feature_top h3{ font: normal 36px/42px 'ProximaNova-Extrabld'; color: #242B2E; }
.feature_topInnr{ width: 100%; display: inline-block; padding: 0 190px 30px; text-align: center; }
.feature_ImgBox{ width: 100%; display: inline-block; margin-top: 30px; }
.feature_ImgBox img{ max-width: 100%; }
.feature_ImgBox h4 { font: normal 24px/36px 'proximanovabold'; color: #242B2E; }
.feature_ImgBox p { font: normal 16px/24px 'proximanova'; color: #242B2E; padding-top: 10px; }
.feature_topInnr a.expml_btn{ height: 70px; width: 200px; display:inline-block; padding: 0; color: #fff; font: normal 18px/70px 'ProximaNova-Semibold'; border: none;
 outline: none; box-shadow: inherit; -webkit-appearance: none;  border-radius: 0 8px 8px 0 0; cursor: pointer; background: #03A9F4; border-radius: 6px;
  -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; 
 transition: all 0.5s ease-in-out; margin-top: 30px; }
.feature_topInnr a.expml_btn:hover{ background: #1976D2 !important; }

.feature_market{ width: 100%; display: inline-block; text-align: center; position: relative; }
.feature_marketBox{ width: 100%; display: inline-block; padding: 30px 0; margin-top: 40px;  position: relative; z-index: 9; }
.feature_marketpic { width: 100%; display: inline-block; min-height: 180px; }
.feature_marketpic img{ max-width: 100%; }
.feature_marketBox h4 { font: normal 24px/30px 'ProximaNova-Extrabld'; color: #242B2E; }
.feature_marketBox p { font: normal 16px/24px 'proximanova'; color: #242B2E; padding-top: 10px; }
.feature_market::after{ width: 33.3333%; position: absolute; right: 0px; top: 0px; background: #fff; content: ""; height: 100%; }
.feature_market::before{ width: 33.3333%; position: absolute; left: 0px; top: 0px; background: #fff; content: ""; height: 100%; }

.youtube_sec{ width: 100%; background: linear-gradient(180deg, rgba(211,47,47,1) 0%, rgba(211,47,47,0.8) 100%); padding: 80px 0 350px 0; position: relative; }
.youtube_innr{ width: 100%; position: relative; z-index: 99; }
.youtube_innr h3 { font: normal 78px/80px 'ProximaNova-Extrabld'; color: #fff; text-transform: capitalize;}
.youtube_innr p { font: normal 22px/32px 'ProximaNova'; color: #fff; padding: 0 0 0 20px; border-left: 2px solid #fff; margin-top: 20px;}
.youtube_pic{ width: 100%; position: absolute; left: 0px; bottom: 140px; }
.youtube_pic img{ max-width: 100%; }

.youtube_icon{ width: 120px; position: absolute; left: 50%; bottom: 130px; margin-left: -60px; text-align: center; z-index: 99; }
.youtube_icon img{ max-width: 100%; width: 110px; }
.youtube_icon span{font: normal 18px/22px 'ProximaNova-Semibold'; color: #fff; text-decoration: underline; width: 100%; display: inline-block; }


.footer_sec{ width: 100%; background: #fff; }
.footer_top{ width: 100%; text-align: center; padding: 50px 0; }
.footer_topInnr{ width: 100%; display: inline-block; }
.footer_topInnr h3 { font: normal 48px/54px 'proximanovabold'; color: #242B2E; }
.footer_topInnr p { font: normal 18px/24px 'ProximaNova'; color: #242B2E; padding-top: 10px; }
.footer_topInnr p a{color:#1976D2; font-family: 'ProximaNova'; }
.footer_topInnr .plugin_search{border: 1px solid #91A8BF66;}
.footer_box{ width: 100%; display: inline-block; margin-top: 30px; }
.footer_logo{ width: 100%; display: inline-block; text-align: left; }
.footer_logo img{ max-width: 100%; width: 200px; }
.footer_logo span{ width: 100%; display: inline-block; padding: 12px 0 0; font: normal 14px/18px 'ProximaNova'; color: #242B2E; }
.footer_menu h4{ font: normal 20px/24px 'ProximaNova-Extrabld'; color: #242B2E; padding-bottom: 6px; }
.footer_menu ul{ width: 100%; display: inline-block; }
.footer_menu ul li{ width: 100%; display: inline-block; font: normal 16px/24px 'ProximaNova'; color: #242B2E; margin: 8px 0 0; }
.footer_menu ul li a{ width: 100%; text-decoration: none; outline: none; color: #242B2E; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; 
 -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; }
.footer_menu{ width: 50%; float: left; text-align: left; }
.footer_menu ul li a:hover{ color:#03a9f4; }

@keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}
.header_sec.fixed{top:0; left:0; right:0; position:fixed;margin:0;z-index:9999;-webkit-animation-name:animationFade;-o-animation-name:animationFade;animation-name:animationFade;
-webkit-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;
-moz-box-shadow:0 0 9px -2px #333;-webkit-box-shadow:0 0 9px -2px #333;box-shadow:0 0 9px -2px #333; padding: 12px 0; }
.copy_rt{ display: none; }

.navbar-brand{ padding: 0px; margin: 0px; }
.navbar-brand img{ max-width: 100%; }


/*terms*/
.terms_ban{ width: 100%; background: #F2F7FB; /*background: #ccc;*/ padding: 40px 0; }
.terms_ban h1{ font: normal 64px/66px 'ProximaNova-Extrabld'; color: #242B2E; }
.terms_sec{width: 100%; padding: 10px 0 30px 0; background: #fff: }
.terms_innr{width: 100%; padding: 0 30% 0 0; display: inline-block; }
.terms_innr p{ font: normal 18px/26px 'ProximaNova'; color: #242B2E; padding: 15px 0 0; }
.terms_innr p b{ font-weight: normal; text-transform: uppercase; }
.terms_innr h5{ font: normal 18px/26px 'proximanovabold'; color: #242B2E; padding: 20px 0 0; }
.terms_innr ul { width: 100%; display: inline-block; }
.terms_innr ul li{ width: 100%; display: inline-block; font: normal 18px/26px'ProximaNova'; color: #242B2E; padding: 0 0 0 14px; margin-top: 15px; position: relative; }
.terms_innr ul li:before{ width: 6px; height: 6px; background: #242B2E; position: absolute; left: 0px; top: 10px; content: ""; border-radius: 100%;}


/*contact*/
.contact_sec{ width: 100%; background: #f2f7fb; }
.contact_left{ width: 625px; float: right; }
.contact_leftMain{ width: 475px; display: inline-block; padding: 100px 0 30px 0; }
.contact_leftMain h1{ font: normal 78px/80px 'ProximaNova-Extrabld'; color: #242B2E;  }
.contact_leftMain p{ font: normal 22px/32px 'ProximaNova'; color:#242B2E; padding: 0 0 5px 15px; border-left: 2px solid #03A9F4; margin-top: 20px; margin-bottom: 20px; }
.contact_frm{ width: 100%; display: inline-block; margin-top: 15px; }
.contact_frm label{ width: 100%; display: inline-block; font: normal 14px/17px 'proximanova'; color: #242B2E; margin: 0 0 6px; }
.contact_frm input[type="email"], .contact_frm textarea{ width: 100%; display: inline-block; height: 60px; padding: 0 15px; background: #fff; font: normal 16px/20px 'proximanova'; 
color: #242B2E; outline: none; -webkit-appearance: none; border: 1px solid #EBEBEB; border-radius: 6px; }
.contact_frm textarea{ height: 142px; resize: none; padding: 10px 15px 0; line-height: 18px; }
.contact_frm input[type="submit"]{ width: 100%; display: inline-block; height: 62px; padding: 0; border-radius: 6px; text-align: center; border:none;
font: normal 18px/65px 'ProximaNova-Semibold'; color: #fff; outline: none; -webkit-appearance: none; background: #03A9F4; cursor: pointer;  -moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.contact_frm input[type="submit"]:hover{ background: #1976D2;}

.contact_map{ width: 100%; display: inline-block; position: relative; }
.contact_map #map{ width: 100%; height: 770px; }
.contact_sec .col-lg-6{ padding: 0px; }
.contact_info{ width: 308px; position: absolute; left: 20px; bottom: 20px; background: #fff; padding: 10px 15px; }
.contact_info p{ font: normal 14px/18px 'proximanova'; color: #242B2E; }
.contact_info p b{ font-weight: normal; font-family: 'ProximaNova-Semibold'; }
.contact_info p a{ color:#242B2E; text-decoration: none; outline: none; }
.contact_info ul{ width: 100%; display: inline-block; padding: 10px 0 0; }
.contact_info ul li{ float: left; margin-right: 5px; width:42px; }
.contact_info ul li a{ float: left; }
.contact_info ul li a img{ max-width: 100%; }
.contact_info ul li:last-child{ margin-right: 0px; }


/*about*/
.about_ban{ width: 100%; position: relative; background: #DEECF5; overflow: hidden; }
.about_banleft { width: 490px; display: inline-block; padding: 50px 0 150px 0; }
.about_banleft h1{ font: normal 78px/80px 'ProximaNova-Extrabld'; color: #242B2E;  }
.about_banleft p{ font: normal 22px/32px 'ProximaNova'; color:#242B2E; padding: 0 0 5px 15px; border-left: 2px solid #03A9F4; margin-top: 20px; margin-bottom: 20px; }
.about_banleft ul { width: 100%; display: inline-block; }
.about_banleft ul li{ width: 100%; display: inline-block; font: normal 22px/32px 'proximanova'; color: #242B2E; margin-top: 15px; }
.about_banleft ul li i{ font-style: italic; font-family: 'ProximaNova-Semibold'; }
.about_banleft a{ width: 278px; height: 80px; background: #fff; border: 2px solid #03A9F4; border-radius: 6px; font: normal 18px/76px 'ProximaNova-Semibold'; color: #03A9F4;
 text-align: center; display: inline-block; margin-top: 20px; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
 -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;  }
.about_banleft a:hover{ background: #03A9F4; color:#fff; }
.mockup{ width: 60%; position: absolute; right: 0; bottom: 20px; }
.mockup img { max-width: 100%; position: relative; margin-left: 144px;}
.mockup::before{ width: 662px; position: absolute; left: 120px; top: -256px; height: 640px; background: url(../images/cards.png) no-repeat 0 0; background-size: 100%;
 content: ""; }

.phone_sec{ width: 100%; background: transparent linear-gradient(251deg, #28469D 0%, #6C4FA6 100%) 0% 0% no-repeat; padding: 80px 0; position: relative; }
.phone_left{ width: 600px; display: inline-block; }
.top_heading{ width: 100%; display: inline-block; }
.top_heading h1, .top_heading h2, .top_heading h3, .top_heading h4{ font: normal 78px/80px 'ProximaNova-Extrabld'; color: #242B2E;  }
.top_heading p{ font: normal 22px/32px 'ProximaNova'; color:#242B2E; padding: 0 0 5px 15px; border-left: 2px solid #03A9F4; margin-top: 20px; margin-bottom: 20px; }
.phone_left .top_heading h2{ color:#fff;}
.phone_left .top_heading p{ color:#fff; border-color:#fff; }
.phone_left .plugin_search input[type="text"], .phone_left .plugin_search input[type="email"]{ padding: 0 15px; background: #fff; }
.phone_left .plugin_search{ position: relative; }
.phone_left span.emp{ font: normal 14px/17px 'proximanova'; color:#fff; padding: 10px 0 0; width: 100%; position: absolute; left: 0px; bottom: -25px; }
.phone_left span.emp b{ opacity: 0.5; font-weight: normal; }
.phone_pic{ width: 50%; position: absolute; right: 0px; top: 30px; }
.phone_pic img{ max-width: 100%; float: right;}

.discover_sec{ width: 100%; }
.discover_top{ width: 100%; display: inline-block; padding: 50px 0; }
.discover_bottom{ width: 100%; }
.discover_bottom .col-lg-4:nth-child(odd) .discover_box{ background: #EEF2F6;}
.discover_bottom .col-lg-4{ padding: 0px;}
.discover_bottom .row{ margin: 0px;}
.discover_box{ width: 100%; background: #fff; padding: 30px 15px; text-align: center; min-height: 100px; }
.discover_icon{ width: 114px; height: 114px; border-radius: 22px; padding: 15px 0 0; display: inline-block; }
.discover_icon img{ max-width: 100%;}
.discover_icon b{ font: normal 12px/14px 'ProximaNova-Semibold'; color:#fff; padding: 10px 0 0; }
.discover_box h4{ font: normal 24px/30px 'ProximaNova-Extrabld'; color: #242B2E; padding: 10px 0 0; }
.discover_box p{ font: normal 16px/22px 'proximanova'; color: #242B2E; padding: 5px 0 0; }


.discover_bottom .col-lg-4:nth-child(1) .discover_icon{background: transparent linear-gradient(127deg, #53D1EF 0%, #1976D2 100%) 0% 0% no-repeat;}
.discover_bottom .col-lg-4:nth-child(2) .discover_icon{background: transparent linear-gradient(311deg, #03A9F4 0%, #7DF4D4 100%) 0% 0% no-repeat;}
.discover_bottom .col-lg-4:nth-child(3) .discover_icon{background: transparent linear-gradient(134deg, #D39BEB 0%, #EA1579 100%) 0% 0% no-repeat;}
.discover_bottom .col-lg-4:nth-child(4) .discover_icon{background: transparent linear-gradient(127deg, #C186FC 0%, #8419D2 100%) 0% 0% no-repeat;}
.discover_bottom .col-lg-4:nth-child(5) .discover_icon{background: transparent linear-gradient(134deg, #EDC97D 0%, #E3755A 100%) 0% 0% no-repeat;}
.discover_bottom .col-lg-4:nth-child(6) .discover_icon{background: transparent linear-gradient(324deg, #2BD9DE 0%, #2BDE73 100%) 0% 0% no-repeat;}


.compare_sec{ width: 100%; background: transparent linear-gradient(268deg, #53D1EF 0%, #1976D2 100%) 0% 0% no-repeat; position: relative; } 
.compare_left{ width: 600px; display: inline-block; padding: 80px 0; }
.compare_left .top_heading h3{ color:#fff;}
.compare_left .top_heading p{ color:#fff; border-color:#fff; }
.compare_left a.start_btn{ width: 240px; height: 80px; background: #03A9F4; border-radius: 6px; font: normal 18px/76px 'ProximaNova-Semibold'; color: #fff;
 text-align: center; display: inline-block; margin-top: 20px; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
 -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;  }
.compare_left a.start_btn:hover{ background: #fff; color:#1976D2; }
.compare_pic{ width: 50%; position: absolute; right: 0px; bottom: 0; }
.compare_pic img{ max-width: 100%; float: right; width: 100%; }


.integrate_sec{ width: 100%; }
.integrate_top{ width: 100%; display: inline-block; padding: 40px 0 20px 0; }
.integrate_btm{ width: 100%;}
.integrate_box{ width: 100%; display: inline-block; margin-top: 20px; text-align: center; }
.integrate_boxLogo{ width: 100%; display: inline-block; min-height: 80px; }
.integrate_boxLogo img{ max-width: 100%; width: 182px; }
.integrate_boxText{ width: 100%; margin-top: 25px; min-height: 310px; border-radius: 30px 30px 0 0; padding: 0 15px; }
.integrate_boxText p{ font: normal 24px/36px 'proximanova'; color: #fff; }
.integrate_boxText a{ font: normal 18px/22px 'ProximaNova-Semibold'; color: #fff; display: inline-block; margin-top: 25px; text-decoration: underline; outline: none; }
.integrate_btm .col-lg-3:nth-child(1) .integrate_boxText{background-color: #026087; box-shadow: 8px -7px 0px 0px #087cad3d;}
.integrate_btm .col-lg-3:nth-child(2) .integrate_boxText{background-color: #95BF47; box-shadow: 8px -7px 0px 0px rgba(149, 191, 71, 0.24);}
.integrate_btm .col-lg-3:nth-child(3) .integrate_boxText{background-color: #D32F2F; box-shadow: 8px -7px 0px 0px rgba(211, 47, 47, 0.24); }
.integrate_btm .col-lg-3:nth-child(4) .integrate_boxText{background-color: #1E9BD3; box-shadow: 8px -7px 0px 0px rgba(30, 154, 211, 0.24); }
.integrate_boxText p b{ width: 100%; display: inline-block; }

.integrate_idea{ width: 100%; padding: 50px 0; text-align: center; display: inline-block; }
.integrate_idea h3{ font: normal 48px/50px 'proximanovabold'; color: #242B2E;  }
.integrate_idea ul{ display: inline-block; padding: 20px 0 0; }
.integrate_idea ul li{ display: inline-block; margin: 10px 0 0 20px; }
.integrate_idea ul li:first-child{ margin-left: 0px; }
.integrate_idea ul li a{ width: 310px; height: 80px; background: #03a9f4; border-radius: 6px; font: normal 18px/76px 'ProximaNova-Semibold'; color: #fff;
 text-align: center; display: inline-block; margin-top: 20px; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
 -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;  }
.integrate_idea ul li a:hover{ background: #1976d2; color:#fff; }
.integrate_idea ul li.actv a{ background: #1976d2; color:#fff; }


/*brandguidlines*/
.brand_banner{ background: #f2f7fb; /*background: #ccc;*/  }
.brand_banner .plugin_videoleft h1{ font-size: 78px; line-height: 84px; color:#242B2E; }
.brand_banner .plugin_videoleft p{ color:#242B2E; border-left: 2px solid #03A9F4;  }
.brand_banner a.downld_btn{ width: 278px; height: 80px; background: url(../images/icon-download.png) no-repeat 10px 25px #03A9F4; border-radius: 6px; 
font: normal 18px/80px 'ProximaNova-Semibold'; color: #fff; text-align: center; display: inline-block; margin-top: 20px; -moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; padding-left: 20px; }
.brand_banner a.downld_btn:hover{ background: url(../images/icon-download.png) no-repeat 10px 25px #1976D2; color:#fff; width: 278px; height: 80px; display:block !important; }
.brand_pic{ width: 50%; position: absolute; right: 0px; top: 0px; height: 100%; }
.brand_pic img{ max-width: 100%; height: 100%; }

.logo_usge{ width: 100%; padding: 60px 0; background: #fff; }
.logo_usge .top_heading p{ margin-bottom: 0px; }
.top_btnsec{ width: 100%; display: inline-block; padding: 30px 0; }
.top_btnsec span.left_txt{ font: normal 16px/20px 'ProximaNova'; color:#242B2E; float: left; padding-top: 8px; }
.darkmode-active span.left_txt{ color:#FFFFFF;}
.top_btnsec .rt_txt{ float: right; font: normal 18px/20px 'ProximaNova-Semibold'; color:#242B2E; }
.top_btnsec .rt_txt b{ font-weight: normal; padding-top: 8px; display: inline-block; }
.darkmode-active .top_btnsec .rt_txt b{ color:#FFFFFF;}

.center {float: right;}
#switch {background-color: #fff;width: 80px;height: 35px;display: inline-block;  border-radius: 200px;  cursor: pointer;  transition: background-color 0.5s;
  border: 1px solid #DEE5EC;}
#switch::before {  content: "";  display: inline-block;  width: 30px;  height: 30px;  background-color: #dee5ec;  border-radius: 50%;  position: relative;
  left: 5px;  transition: left 0.5s;  top: 2px;}
#switchcheckbox:checked + label {  background-color: #2196f3;  border: 1px solid #DEE5EC;}
#switchcheckbox:checked + label::before {  left: 46px;  background-color: #fff;}
.hidden {  visibility: hidden !important;}

.top_logo{ width: 100%; display: inline-block; margin-top: 20px; padding-left: 50px; }
.top_logo img{ max-width: 100%; width: 430px; }

.size_sec{ width: 100%; background: #F2F7FB;  /*background: #ccc;*/ padding: 30px 0; }
.size_box{ width: 100%; display: inline-block; }
.size_box h5{ font: normal 16px/20px 'ProximaNova'; color: #242B2E; }
.size_box p{ font: normal 14px/18px 'proximanova'; color: #242B2E; padding-top: 12px; }
.size_box span.logo{ width: 100%; display: inline-block; margin-top: 12px; }
.size_box span.logo img{ max-width: 100%; }
.size_box ul{ width: 100%; margin: 10px 10px 0 0; }
.size_box button{ width: 64px; height: 64px; border-radius: 12px; text-align: center; margin: 12px 15px 0 0; border: none; cursor: pointer; outline: none; padding: 0px;
 -webkit-appearance: none; }
.size_box button:nth-child(1){ background: #03A9F4;}
.size_box button:nth-child(2){ background: #1976D2;}
.size_box button:nth-child(3){ background: #242B2E;}
.size_box button span{ font: normal 12px/14px 'ProximaNova-Semibold'; color: #fff; }
.size_box button span.box1{ visibility: visible; opacity: 1;
 -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
.size_box button span.box2{ visibility: hidden; opacity: 0;
 -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
.size_box button:hover span.box2{ visibility: visible; opacity: 1; }
.size_box button:hover span.box1{ visibility: hidden; opacity: 0; }
.text-white{ position: absolute; }
.size_box button small{ font: normal 12px/14px 'ProximaNova-Semibold'; color: #fff; }

.download_sec{ width: 100%; padding: 30px 0; display: inline-block; }
.download_sec p{ font: normal 18px/26px 'proximanova'; color: #242B2E;  }
.download_sec a.downlod_btn{ width: 278px; height: 80px; background: url(../images/icon-download.png) no-repeat 10px 25px #03A9F4; border-radius: 6px; 
font: normal 18px/80px 'ProximaNova-Semibold'; color: #fff; text-align: center; display: inline-block; margin-top: 20px; -moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; padding-left: 20px; }
.download_sec a.downlod_btn:hover{ background: url(../images/icon-download.png) no-repeat 10px 25px #1976D2; color:#fff; }

.brandmark_sec{ width: 100%; display: inline-block; background: #242b2e; padding: 70px 0 30px 0; }
.brandmark_sec .top_heading h3{ color:#fff;}
.brandmark_sec .top_heading p{ color:#fff; border-color:#fff; }

.brand_gallery{ width: 100%; }
.gallery_box{ width: 100%;}
.gallery_box img{ width: 100%; /*object-fit: cover;*/ }
.brand_gallery .col-lg-7 .gallery_box img{ height: 1000px; }
.brand_gallery .col-lg-5 .gallery_box img{ height: 500px; }
.brand_gallery .col-lg-7 { padding: 0px;}
.brand_gallery .col-lg-5 { padding: 0px;}
.color_sec{ width: 100%; display: inline-block; padding: 50px 0 0; }
.color_sec button:nth-child(1){ background: #03A9F4;}
.color_sec button:nth-child(2){ background: #1976D2;}
.color_sec button:nth-child(3){ background: #91A8BF;}
.color_sec button:nth-child(4){ background: #242B2E;}

.color_sec .size_box2 button:nth-child(1){ background: #FF8E76;}
.color_sec .size_box2 button:nth-child(2){ background: #FA624D;}
.color_sec .size_box2 button:nth-child(3){ background: #8BD001;}

.media_sec{ width: 100%; display: inline-block; padding: 40px 0 20px 0; }
.media_sec h4 { font: normal 16px/20px 'ProximaNova'; color: #242B2E; }
.media_sec .media{ margin-top: 30px; }
.media_sec .media .mleft{ width: 140px; height: 140px; box-shadow: 0px 1px 22px -12px #000; border: 1px solid #12121233; border-radius: 12px; margin-right: 25px !important;}
.media_sec .col-lg-4:nth-child(1) b{ font: normal 62px/64px 'ProximaNova-Extrabld'; color: #242B2E; }
.media_sec .col-lg-4:nth-child(2) b{ font: normal 28px/32px 'proximanovabold'; color: #242B2E; }
.media_sec .col-lg-4:nth-child(3) b{ font: normal 24px/30px 'proximanovabold'; color: #242B2E; }
.media_sec .media-body h5{  font: normal 24px/30px 'ProximaNova-Extrabld'; color: #242B2E; }
.media_sec .media-body p{  font: normal 16px/28px 'proximanova'; color: #242B2E; letter-spacing: 0.64px; }


.card_sec{ width: 100%; display: inline-block; padding: 20px 0 30px 0; }
.card_sec .card{ width: 100%; margin-top: 25px; border: none; }
.card_sec .card-body{ padding: 0px; }
.card_sec .card-title{ font: normal 24px/29px 'ProximaNova-Extrabld'; color: #242B2E;  }
.card_sec .card-subtitle{ font: normal 18px/30px 'proximanova'; color: #242B2E !important;  }
.card_sec .card-text{ font: normal 16px/28px 'proximanova'; color: #242B2E;  }
.card_sec .col-lg-4:nth-child(2) .card-subtitle{ font-size: 14px; }
.card_sec .col-lg-4:nth-child(3) .card-subtitle{ font-size: 12px; }

.typo{ padding-bottom: 20px; }

.try_sec{ width: 100%; padding: 60px 0; text-align: center; background: transparent linear-gradient(93deg, #53D1EF 0%, #1976D2 100%) 0% 0% no-repeat; }
.try_innr{ display: inline-block;}
.try_innr span{ float: left; font: normal 48px/84px  'proximanovabold'; color: #fff; margin-right:10px;}
.try_innr a.strt_btn{ width: 215px; height: 80px; background: #03A9F4; border-radius: 6px; 
font: normal 18px/80px 'ProximaNova-Semibold'; color: #fff; text-align: center; display: inline-block; margin-left: 20px; -moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; }
.try_innr a.strt_btn:hover{ background: #1976D2; color:#fff; }
.try_innr span b{ float: left; /*padding-top: 15px;*/ }


/* ---- Css writen by Arun *----*/
.absolute-center { left: 50%; top: 50%; transform: translate(-50%, -50%);}
.button-watch { width: 130px; height: 130px;}
.darkmode-active { background-color: #242B2E; color: #fff;}
.darkmode-active .top_heading h2{ color:#FFFFFF;}
.darkmode-active .top_heading p{ color:#FFFFFF;}
.darkmode-active .logo-svg .b {fill: #fff;}
.fill-white {fill: #fff;}
.toast{ width:600px !important; max-width:600px !important; margin:0 auto !important;}
.toast strong{ color:#242B2E; font: Bold 18px/24px 'proximanova' !important; letter-spacing: -0.36px; height: 22px;}
.toast .toast-body{ background:none !important; font: normal 14px/22px 'proximanova';}
.toast .close span{ color:#FFFFFF; text-shadow: inherit !important; font-weight:normal !important;}
.toast .close{opacity: 1 !important;}
.fixed-bottom{ padding:10px !important; width:50px !important;}
/*.plugin_search input[type="email"].icon.chrome{background: url(../images/chromeicon.png) no-repeat 15px center #fff;}
.plugin_search input[type="email"].icon.firefox{background: url(../images/firefox.png) no-repeat 15px center #fff;}
.plugin_search input[type="email"].icon.safari{background: url(../images/safari.png) no-repeat 15px center #fff;}
.plugin_search input[type="email"].icon.msie{background: url(../images/Ie.png) no-repeat 15px center #fff;}*/


/*New_css*/
.bottm_scroll.fixed1 { visibility: visible; opacity: 1;}
.bottm_scroll { position: fixed; right: 25px; bottom: 50px; visibility: hidden; opacity: 0; border-radius: 100%; z-index: 99999;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;  
}
.bottm_scroll img{ max-width: 100%; border-radius: 100%; width: 50px; height: 50px;}

.darkmode-active{ opacity: 1; visibility: visible; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}
.logo_usge{ -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}


/*popup*/
.toast { width: 300px !important; max-width: 300px !important; border-radius: 10px; height:100px; text-align: center; background: #fff !important;
 /*clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);*/ border: none !important; outline: none !important;
  box-shadow: 0 0 14px #8a8787 !important; position: relative; padding: 10px; padding-left: 90px; }
/*.toast strong { color: #FFFFFF; font: normal 15px/24px 'ProximaNova-Semibold'; text-align: center; width: 100%; padding: 6px 0; text-transform: capitalize;
text-shadow: 0px 2px 2px #000; position: relative; z-index: 9999; font-size: 0px; }*/
.toast button.close { position: absolute; right: 5px; top: 5px; background: #bfbbbb; width: 20px; height: 20px; line-height: 15px; z-index: 99999; outline: none;
 margin-left: -11px !important; border-radius: 100%; font-size: 20px; }
.toast .toast-body { background: none !important; font: normal 14px/22px 'proximanova'; color: #242B2E; text-align: left; margin-top: 0; width: 100%; padding-top: 0 !important;
 padding-left: 10px !important; }
.toast-header { position: absolute; width: 65px; height: 80px; left: 10px; top: 10px; border-radius: 6px; padding: 0px; }
.sml_lgo{ max-width: 100%; position: absolute; height: 100%; left: 0px; top: 0px; }

.toast{ width: 483px !important; height: 100px !important; max-width: 483px !important; margin:0px !important; float:left; }
.toast-header{ width: 76px; }
.sml_lgo{ display: none; }



/*.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}*/

.alert-success{ font-family: 'proximanova'; font-size: 16px; font-weight: 400; line-height: 18px;}
.invalid-feedback{ font-family: 'proximanova'; font-size: 14px; font-weight: 400; line-height: 18px;}

.fancybox-skin{ background: none !important; border-radius: 0px;  }
.fancybox-opened .fancybox-skin{ box-shadow: inherit !important; }
#fancybox-loading, .fancybox-close{ background: url(../images/close2.png) no-repeat 0 0 !important; width: 23px !important; height: 23px !important; opacity: 1 !important;
cursor: pointer !important; top: -12px !important; right: -12px !important;}
.fancybox-opened { z-index: 99999999 !important; }




/*POPUP_BOX*/
#hide{ display: none; }
.main_pop{ width: 390px; border: 2px solid #ababab; padding: 50px 20px 20px; z-index: 99; background: #fff; text-align: center; }
.main_popBox{ width: 100%; display: inline-block; }
.main_pop p{ font: normal 17.65px/25.22px 'HelveticaNeueLTStd-Lt'; color:#000; }
.main_pop p b{ font-weight: normal; font-family: 'HelveticaNeueLTStd-Bd'; }
.close_btn{ width: auto; position: absolute; right: 20px; top: 20px; cursor: pointer; }
.tab_frmMain{ width: 100%; display: inline-block; min-height: 240px; padding: 20px 0 0; }
.tab_frm{ width: 100%; display: inline-block; margin-top: 15px; }
.tab_frm input[type="email"], .tab_frm input[type="tel"], .tab_frm input[type="text"], .tab_frm select{ width: 100%; height: 54px; padding: 0 20px;  display: inline-block; 
font: normal 15.88px/20px 'HelveticaNeueLTStd-Roman'; color:#605454; border: 1px solid #d0d0d0; border-radius: 5px; outline: none; -webkit-appearance: none; background: #fff; 
box-shadow: inherit; }
.tab_frm input[type="email"]::placeholder, .tab_frm input[type="tel"]::placeholder, .tab_frm input[type="text"]::placeholder{ opacity: 1; color:#605454; }
.tab_frm input[type="submit"], .tab_frm button[type="submit"]{ width: 100%; height: 54px; padding: 0; font: normal 15.88px/54px 'HelveticaNeueLTStd-Md'; color:#fff; border: none; border-radius: 5px; outline: none; 
-webkit-appearance: none; display: inline-block; background: #03a9f4; box-shadow: inherit; cursor: pointer; 
-moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.tab_frm input[type="submit"]:hover, .tab_frm button[type="submit"]:hover{ background: #1976D2; color:#fff; }
.tab_frm select{ background: url(../images/selcticon.png) no-repeat right 18px center #fff; padding-right: 35px; }
.tab_frm select option{ font-family 'HelveticaNeueLTStd-Roman'; }

.tabs_menu{ width: 100%; margin-top: 20px; }
.tabs_menu ul{ display: inline-block; padding: 35px 0 0; margin: 0px; border: none; }
.tabs_menu ul li{ display: inline-block; padding: 10px 40px; position: relative; margin: 0px !important; border: none !important; }
.tabs_menu ul li a{ padding: 0px !important; margin: 0px !important; border: none !important; border-radius: 0px !important; background: none !important; }

.tabs_menu .nav-tabs{ border: none; justify-content: center; }
.tabs_menu .nav-tabs .nav-link{ border: none; margin: 0px; padding: 10px 40px; position: relative; }
.tabs_menu .nav-tabs .nav-link:first-child{  padding-left: 0px; }
.tabs_menu .nav-tabs .nav-link:last-child::after{ display: none; }
.tabs_menu .nav-tabs .nav-link:last-child{ padding-right: 0px; }
.tabs_menu .nav-tabs .nav-link img{ opacity: 0.5; }
.tabs_menu .nav-tabs .nav-link::after{ width: 1px; height: 100%; background: #b5b5b5; position: absolute; right: 0px; top: 0px; content: ""; }
.tabs_menu .nav-tabs .nav-link.active img{ opacity: 1; }

.tab_frmMain ul{ width: 100%; display: inline-block; }
.tab_frmMain ul li { float: left; margin: 15px 0px 0 0; text-align: center; width: 25%; }
.tab_frmMain ul li img{ max-width: 100%; }
.tab_frmMain ul li span{ float: left; width: 100%; font: normal 15.88px/20px 'HelveticaNeueLTStd-Roman'; color:#605454; padding: 5px 0 0; opacity: 0.55; }

.modal{ display: none; position: initial; right: inherit; top: inherit; left: inherit; bottom: inherit; }
.modal-dialog { max-width: auto; margin: 60px 0 0; float: right; position: absolute;  right: 0; top: 0; z-index: 99999; }
.modal-open { overflow: inherit; padding-right: 0px !important}
.modal-backdrop{ position: inherit; width: 100%; height: auto;  }

.menu_sec li:first-child{ margin-left: 0px; }
.modal-open .modal { padding-right: 0px !important;}



.logo_usge .top_heading p { font-family: 'proximanova'; }
.brandmark_sec .top_heading p { font-family: 'ProximaNova'; }
.logo_usge.typo .top_heading p{ font-family: 'proximanova'; }
.compare_left .top_heading p{ font-family: 'proximanova'; }

/*changes_01.06.2020*/
.contact_info ul li a img { width: 42px; height: 42px;}
.plugin_search input[type="email"].icon.chrome{background: url(../images/chrome.svg) no-repeat 15px center #fff; background-size: 30px; }
.plugin_search input[type="email"].icon.firefox{background: url(../images/firefox.svg) no-repeat 15px center #fff; background-size: 30px;}
.plugin_search input[type="email"].icon.safari{background: url(../images/safari.svg) no-repeat 15px center #fff; background-size: 30px;}
.plugin_search input[type="email"].icon.msie{background: url(../images/internet.svg) no-repeat 15px center #fff; background-size: 30px;}

.try_sec .plugin_search{ margin-top:0px;}

/*fixing_01.06.2020*/
.header_sec{ position: fixed; left: 0px; top: 0px; -moz-transition: all .5s ease-in-out; 
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; z-index: 9999; }
.mtop{ margin-top: 87px; }
.header_sec.fixed{ padding: 15px 0; }


.message_box span {
    font: bold 12px/18px 'HelveticaNeueLTStd-Md';
    letter-spacing: 1px;
}


.kick{ width: auto; position: fixed; right: 5px; top: 45%; z-index: 999; }
.kick img{ width: 130px; }
/*.kickpic {  -webkit-animation-name: tada;
  -webkit-animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
}*/
/*@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}*/









@media (min-width: 768px) and (max-width: 5000px) {
.nav_top .dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;
    -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0;visibility: hidden;  margin:0px; border: none; border-bottom: 2px solid #ccc; 
    background:#fff !important;
    width: 150px; padding: 0px;
   border-radius: 0; left: 0; right: inherit; padding: 5px 8px 8px; box-shadow: inherit; }

.nav_top .dropdown:hover .dropdown-menu { max-height: 300px;opacity: 1; visibility: visible; }








}

@media (min-width: 3000px) and (max-width: 5999px) {
.feature_market::after{ width: 44.333%; }
.feature_market::before{ width: 44.333%; }
.plugin_bg { width: 55%;}
.compare_pic { width: 15%;}
}

@media (min-width: 2200px) and (max-width: 2999px) {
.feature_market::after{ width: 41.333%; }
.feature_market::before{ width: 41.333%; }
.plugin_bg { width: 53%;}
.phone_pic { width: 26%;}
.compare_pic { width: 27%;}

}

@media (min-width: 1700px) and (max-width: 2199px) {
.feature_market::after{ width: 38.333%; }
.feature_market::before{ width: 38.333%; }
.plugin_bg { width: 55%;}
.phone_pic { width: 34%;}
.compare_pic {  width: 36%;}


}



@media (min-width: 1200px) and (max-width: 1399px) {
.feature_topInnr { padding: 0 150px 30px;}


/*contact*/
.contact_left { width: 585px;}



}

@media (min-width: 992px) and (max-width: 1199px) {
.container{ max-width: 960px;}
	
.feature_topInnr { padding: 0 120px 30px;}
.menu_sec li{ font-size: 13px; line-height: 18px; margin-left: 8px; }
.plugin_videoleft h1{ font-size: 42px; line-height: 52px; }
.plugin_videoleft p{ font-size: 18px; line-height: 28px; }
.plugin_search{ width: 438px; }
.plugin_banner { padding: 50px 0; }
#player { height: 360px; }
.plugin_sellsec h4{ font-size: 25px; line-height: 32px; }
.plugin_sellsec { padding: 25px 0; }
.plugin_txt h3{ font-size: 30px; line-height: 38px; }
.plugin_txt p{ font-size: 17px; line-height: 22px; }
.plugin_txt p br{ display: none; }
.plugin_detailsBox { padding: 25px 0 30px 0; }
.feature_sec { padding: 30px 0 0; }
.feature_ImgBox { margin-top: 20px; }
.feature_ImgBox p br{ display: none; }
.feature_ImgBox h4{ font-size: 22px; line-height: 30px; }
.feature_topInnr a.expml_btn { height: 65px; width: 180px; font-size: 17px; line-height: 63px; }
.feature_marketBox { margin-top: 0;}
.feature_marketBox h4{ font-size: 20px; line-height: 26px; }
.feature_marketBox p{ font-size: 15px; }
.feature_marketBox p br{ display: none; }
.youtube_innr h3{ font-size: 50px; line-height: 60px; }
.youtube_innr p{ font-size: 18px; line-height: 26px; }
.youtube_sec { padding: 60px 0 290px 0;}
.youtube_icon {  bottom: 110px;}
.footer_top {  padding: 30px 0;}
.footer_topInnr h3{ font-size: 40px; line-height: 45px; }
.footer_topInnr p{ font-size: 17px; line-height: 21px; }
.footer_box { margin-top: 25px;}


/*terms*/
.terms_ban h1{ font-size: 45px; line-height: 52px; }
.terms_innr p{ font-size: 17px; line-height: 24px; }
.terms_innr { padding: 0 27% 0 0;}


/*contact*/
.contact_left { width: 465px;}
.contact_leftMain h1{ font-size: 52px; line-height: 54px; }
.contact_leftMain p{ font-size: 20px; line-height: 28px; margin: 15px 0; }
.contact_leftMain { width: 380px; padding: 80px 0 30px 0; }
.contact_map #map { height: 700px;}


/*about*/
.about_banleft h1{ font-size: 50px; line-height: 58px; }
.about_banleft p{ font-size: 19px; line-height: 28px; margin: 15px 0; padding: 0 0 5px 12px; }
.about_banleft ul li{ font-size: 20px; line-height: 28px; }
.about_banleft a { width: 240px; height: 70px; font-size: 16px; line-height: 66px; }
.about_banleft { width: 430px; padding: 50px 0 75px 0;}
.mockup { width: 68%;}
.mockup::before { width: 520px; left: 154px; top: -256px; height: 550px;}
.top_heading h1, .top_heading h2, .top_heading h3, .top_heading h4{ font-size: 50px; line-height: 58px; }
.top_heading p{ font-size: 19px; line-height: 28px; margin: 15px 0; padding: 0 0 5px 12px; }
.phone_left { width: 470px;}
.phone_pic { top: 15%;}
.phone_sec { padding: 60px 0;}
.discover_top { padding: 40px 0;}
.discover_icon { width: 100px; height: 100px; padding: 7px 0 0;}
.discover_box p{ font-size: 14px; }
.discover_box{ padding: 25px 12px;}
.discover_box h4{ font-size: 22px;s line-height: 26px; }
.compare_left{ width: 430px; }
.compare_left a.start_btn{ height: 65px; line-height: 63px; width: 210px;  }
.integrate_boxLogo img {  width: 160px;}
.integrate_boxLogo { min-height: 60px; }
.integrate_boxText { margin-top: 20px;  min-height: 310px; padding: 0 12px; min-height: 250px; }
.integrate_boxText p{ font-size: 18px; line-height: 30px; }
.integrate_boxText a{ font-size: 16px; line-height: 20px; margin-top: 20px; }
.integrate_idea { padding: 30px 0;}
.integrate_idea h3{ font-size: 35px; line-height: 42px; }
.integrate_idea ul { padding: 6px 0 0; }
.integrate_idea ul li a {width: 220px; height: 65px; font-size: 16px; line-height: 63px; margin-top: 10px; }
.integrate_idea ul li {  margin: 10px 0 0 10px; }



/*brandguidlines*/
.brand_banner .plugin_videoleft h1 { font-size: 50px; line-height: 58px;}
.brand_banner a.downld_btn { width: 265px; height: 70px; font-size: 17px; line-height: 70px; background-position: 10px 21px !important;}
.brand_banner a.downld_btn:hover { width: 265px; height: 70px; display:block;}
.logo_usge { padding: 50px 0; }
.top_logo {  margin-top: 15px;  padding-left: 30px;}
.top_logo img { width: 380px;}
.size_sec { padding: 25px 0; }
.download_sec{ padding: 25px 0; }
.download_sec a.downlod_btn{ width: 265px; height: 70px; font-size: 17px; line-height: 70px; background-position: 10px 21px !important;}
.brandmark_sec { padding: 50px 0 20px 0; }
.brand_gallery .col-lg-7 .gallery_box img { height: 700px;}
.brand_gallery .col-lg-5 .gallery_box img { height: 350px;}
.logo_usge { padding: 40px 0;}
.media_sec .media .mleft { width: 100px; height: 100px; margin-right: 15px !important; }
.media_sec .col-lg-4:nth-child(1) b{ font-size: 45px; line-height: 56px; }
.media_sec .col-lg-4:nth-child(2) b{ font-size: 24px; line-height: 30px; }
.media_sec .col-lg-4:nth-child(3) b{ font-size: 20px; line-height: 26px; }
.media_sec .media-body h5{ font-size: 22px; line-height: 28px; }
.media_sec .media-body p{ font-size: 14px; line-height: 22px; }
.media_sec { padding: 20px 0; }
.card_sec { padding: 10px 0 20px 0; }
.card_sec .card { margin-top: 20px;}
.card_sec .card-title{ font-size: 20px; line-height: 26px; }
.card_sec .card-subtitle{ font-size: 16px; line-height: 22px; }
.card_sec .card-text{ font-size: 14px; line-height: 24px; }
.try_sec { padding: 45px 0;}
.try_innr span{ font-size: 35px; line-height: 40px; }
.try_innr a.strt_btn {width: 200px; height: 70px; font-size: 17px; line-height: 72px; margin-left: 15px; }
.size_box button { margin: 10px 10px 0 0; }



/*POPUP_BOX*/
.main_pop{ width: 350px; padding: 35px 15px 15px; }
.main_pop p{ font-size: 16.65px; line-height: 24.22px; }
.tab_frmMain { min-height: 240px; padding: 10px 0 0;}
.tab_frm input[type="email"], .tab_frm input[type="tel"], .tab_frm input[type="text"], .tab_frm select{ height: 50px; padding: 0 16px; }
.tab_frm input[type="submit"], .tab_frm button[type="submit"]{ height: 50px; line-height: 50px; }
.tabs_menu .nav-tabs .nav-link { padding: 8px 30px; }
.tab_frmMain { min-height: 215px; }
.tab_frmMain ul li span{ font-size: 14.88px; }






}

@media (min-width: 1100px) and (max-width: 1199px) { 
 
.feature_market::before { width: 35.333%;}
.feature_market::after { width: 35.333%;}


} 
 


 

@media (min-width: 768px) and (max-width: 991px) {
.container{ max-width: 720px;}
	
.nav_top .navbar-toggler{ border: none; background: none; outline: none;}
.nav_top .navbar-toggler{ padding: 0; margin-right: 0;}
.navbar-toggler { padding: 10px;margin-right: 15px;}
.navbar-toggler.collapsed .open{ display: block; }
.navbar-toggler.collapsed .close{ display: none; }
.navbar-toggler .close{ display: block; }
.navbar-toggler .open{ display: none; }
.top_rt { right: inherit; position: inherit; top: inherit; width: 100%; display: inline-block; text-align: center; }
.menu_sec { padding-right: 0; text-align: center; }
.menu_sec li{ margin-left: 0px; width: 100%; }
.menu_sec li a::before{ display: none; }
.top_rt li:first-child{ padding-left: 0px; width: auto; margin-bottom: 5px; }
.top_rt li:first-child::before{ display: none; }
.top_rt li{ width: 100%; float: none; display: inline-block;margin-left: 0px font}
.top_rt li a.topSwicherBtn{ float: none; display: inline-block;}
.menu_sec li{ font-size: 16px; line-height: 20px; }

	
.feature_topInnr { padding: 0 60px 20px;}
.feature_ImgBox img { max-width: 80%;}
.plugin_videoleft h1 { font-size: 28px; line-height: 35px;}
.plugin_videoleft p { font-size: 16px; line-height: 24px;}
.plugin_videoleft p br{ display: none; }
.plugin_search{ width: 438px; }
.plugin_banner { padding: 40px 0; }
#player { height: 310px; }
.plugin_sellsec h4 { font-size: 22px; line-height: 30px; }
.plugin_sellsec { padding: 20px 0; }
.plugin_txt h3 { font-size: 24px; line-height: 32px; }
.plugin_txt p { font-size: 15px; line-height: 21px; padding-top: 12px; }
.plugin_txt p br{ display: none; }
.plugin_detailsBox { padding: 25px 0 30px 0; }
.feature_sec { padding: 30px 0 0; }
.feature_ImgBox { margin-top: 20px; }
.feature_ImgBox p br{ display: none; }
.feature_ImgBox h4{ font-size: 22px; line-height: 30px; }
.feature_topInnr a.expml_btn { height: 65px; width: 180px; font-size: 17px; line-height: 63px; }
.feature_marketBox { margin-top: 0;padding: 25px 0;}
.feature_marketBox h4 { font-size: 17px; line-height: 22px;}
.feature_marketBox p { font-size: 14px; line-height: 22px; }
.feature_marketBox p br{ display: none; }
.youtube_innr h3 { font-size: 40px; line-height: 48px;}
.youtube_innr p { font-size: 16px; line-height: 24px; padding: 0 0 0 15px; margin-top: 15px; }
.youtube_sec { padding: 45px 0 234px 0;}
.youtube_icon {  bottom: 75px;}
.footer_top {  padding: 30px 0;}
.footer_topInnr h3 { font-size: 34px; line-height: 40px; }
.footer_topInnr p{ font-size: 16px; line-height: 21px; }
.footer_box { margin-top: 25px;}	

.plugin_videoleft .plugin_search{ width: 100%; }
.plugin_search input[type="text"], .plugin_search input[type="email"]{ height: 65px; }
.plugin_search input[type="submit"]{ height: 65px; line-height: 65px; font-size: 15px; }

.feature_top h3{ font-size: 30px; line-height: 35px; }
.youtube_pic {  bottom: 100px; }
.footer_logo img { width: 180px;}
.footer_menu h4{ font-size: 18px; line-height: 24px; }
.footer_menu ul li { font-size: 14px; line-height: 18px; margin-top: 7px;}

.feature_market .col-lg-4:nth-child(1) .feature_marketpic img { max-width: 170px;}
.feature_marketpic img {  max-width: 120px; width: 100%; height: 100%;}
.feature_marketpic { min-height: 140px;}
.feature_market::before { width: 35.333%;}
.feature_market::after { width: 35.333%;}
body .bg{ width: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; left: 0px; top: 0px; height: 100%; visibility: hidden; opacity: 0; -moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
body.active .bg{ visibility: visible; opacity: 1; }
/*.header_sec{ position: relative; z-index: 9; }*/


/*terms*/
.terms_ban h1 { font-size: 32px; line-height: 38px;}
.terms_innr p { font-size: 16px; line-height: 23px; padding: 12px 0 0;}
.terms_innr { padding: 0 20% 0 0;}
.terms_innr h5{ font-size: 17px; line-height: 24px; padding: 17px 0 0; }
.terms_innr ul li{ font-size: 16px; line-height: 23px; }


/*contact*/
.contact_left { width: 345px;}
.contact_leftMain h1 { font-size: 34px; line-height: 40px;}
.contact_leftMain p { font-size: 17px; line-height: 23px; margin: 10px 0;}
.contact_leftMain { width: 300px; padding: 80px 0 30px 0; }
.contact_map #map { height: 630px;}
.contact_frm input[type="email"], .contact_frm textarea{ height: 50px; }
.contact_frm textarea{ height: 120px; line-height: 18px; }
.contact_info ul li { margin-right: 5px; width: 35px;}
.contact_info p{ font-size: 13px; }
.contact_info {width: 265px;}
.header_sec{ padding: 15px 0; }
.header_sec.fixed{ padding: 12px 0; }


/*about*/
.about_banleft h1 { font-size: 35px; line-height: 40px; }
.about_banleft p {font-size: 17px; line-height: 24px; margin: 12px 0; padding: 0 0 5px 10px;}
.about_banleft ul li { font-size: 17px; line-height: 24px; margin-top: 8px;}
.about_banleft a {width: 210px; height: 60px; font-size: 14px; line-height: 56px;}
.about_banleft { width: 360px; padding: 35px 0 60px 0;}
.mockup { width: 68%;}
.mockup::before { width: 470px; left: 160px; top: -135px; height: 400px;}
.top_heading h1, .top_heading h2, .top_heading h3, .top_heading h4{ font-size: 35px; line-height: 40px; }
.top_heading p { font-size: 17px; line-height: 24px; margin: 12px 0; padding: 0 0 5px 12px;}
.phone_left { width: 360px;}
.phone_pic { top: 15%;}
.phone_sec { padding: 40px 0;}
.discover_top { padding: 35px 0;}
.discover_icon { width: 90px; height: 90px; padding: 3px 0 0;}
.discover_box p { font-size: 14px; line-height: 18px;}
.discover_box{ padding: 20px 10px; min-height: 250px; }
.discover_box h4{ font-size: 20px; line-height: 26px; }
.compare_left{ width: 360px; padding: 60px 0; }
.compare_left a.start_btn { height: 55px; line-height: 55px; width: 180px;  margin-top: 15px;}
.integrate_boxLogo img {  width: 130px;}
.integrate_boxLogo { min-height: 48px; }
.integrate_boxText { margin-top: 20px;  min-height: 310px; padding: 0 12px; min-height: 220px; }
.integrate_boxText p { font-size: 15px; line-height: 22px;}
.integrate_boxText a { font-size: 14px; line-height: 17px; margin-top: 16px;}
.integrate_idea { padding: 20px 0;}
.integrate_idea h3 { font-size: 28px; line-height: 35px;}
.integrate_idea ul { padding: 0;}
.integrate_idea ul li a {width: 220px; height: 65px; font-size: 16px; line-height: 63px; margin-top: 10px; }
.integrate_idea ul li {  margin: 10px 0 0 10px; }
.phone_left .plugin_search{margin-top: 13px; width: 100%; }
.phone_pic { top: 12%; width: 42%;}
.compare_left .top_heading p br{ display: none; }
.compare_pic { width: 45%;}
.integrate_idea ul li a { width: 190px; height: 55px; font-size: 14px; line-height: 54px; margin-top: 8px;}



/*brandguidlines*/
.brand_banner .plugin_videoleft h1 { font-size: 35px; line-height: 40px; }
.brand_banner a.downld_btn { width: 230px; height: 65px; font-size: 16px; line-height: 65px; background-position: 13px 24px !important; background-size: 18px !important;
 padding-left: 20px; }
.brand_banner a.downld_btn:hover { width: 230px; height: 65px; display:block;}
.logo_usge { padding: 50px 0; }
.top_logo { margin-top: 10px; padding-left: 15px;}
.top_logo img { width: 270px;}
.size_sec { padding: 25px 0; }
.download_sec{ padding: 25px 0; }
.download_sec a.downlod_btn{ width: 230px; height: 65px; font-size: 16px; line-height: 65px; background-position: 13px 24px !important; background-size: 18px !important;
 padding-left: 20px; }
.brandmark_sec { padding: 40px 0 20px 0; }
.brand_gallery .col-lg-7 .gallery_box img { height: 580px;}
.brand_gallery .col-lg-5 .gallery_box img { height: 290px;}
.logo_usge { padding: 30px 0;}
.media_sec .media .mleft { width: 80px; height: 80px; margin-right: 12px !important;}
.media_sec .col-lg-4:nth-child(1) b { font-size: 30px; line-height: 40px;}
.media_sec .col-lg-4:nth-child(2) b { font-size: 22px; line-height: 28px;}
.media_sec .col-lg-4:nth-child(3) b{ font-size: 18px; line-height: 24px; }
.media_sec .media-body h5 { font-size: 18px; line-height: 24px;}
.media_sec .media-body p { font-size: 13px; line-height: 20px;}
.media_sec { padding: 20px 0; }
.card_sec { padding: 10px 0; }
.card_sec .card { margin-top: 15px;}
.card_sec .card-title{ font-size: 18px; line-height: 24px; }
.card_sec .card-subtitle{ font-size: 16px; line-height: 22px; }
.card_sec .card-text{ font-size: 14px; line-height: 24px; }
.try_sec { padding: 35px 0;}
.try_innr span { font-size: 28px; line-height: 34px; }
.try_innr a.strt_btn { width: 189px; height: 65px; font-size: 16px;  line-height: 66px; margin-left: 13px; }
.size_box button { margin: 10px 10px 0 0; }
.top_btnsec .rt_txt{ font-size: 16px; }
#switch{ width: 60px; }
#switch::before { width: 25px; height: 25px; top: 4px;}
#switchcheckbox:checked + label::before { left: 29px;}
.top_btnsec { padding: 25px 0;}
.brandmark_sec .top_heading p{ font-size: 16px; }
.media_sec .media { margin-top: 25px;}

.plugin_search input[type="email"], .plugin_search input[type="text"]{ height: 65px; }



/*POPUP_BOX*/
/*.main_pop { width: 290px; padding: 20px 15px 15px;}
.main_pop p{ font-size: 13.65px; line-height: 18.22px; }
.tab_frmMain { padding: 5px 0 0; min-height: 180px;}
.tab_frm input[type="email"], .tab_frm input[type="tel"], .tab_frm input[type="text"], .tab_frm select{ height: 45px; padding: 0 15px; font-size: 14px; }
.tab_frm input[type="submit"]{ height: 45px; line-height: 45px; font-size: 14px; }
.tabs_menu .nav-tabs .nav-link { padding: 5px 26px;}
.tab_frmMain ul li span { font-size: 12px; line-height: 16px;}
.tab_frmMain ul li img {  width: 50px;}
.tabs_menu .nav-tabs .nav-link img { opacity: 0.5; width: 30px;}
.tab_frm { width: 100%; display: inline-block; margin-top: 10px;}
.close_btn { right: 12px;  top: 10px;}*/




/*POPUP_BOX*/
.main_pop { width: 290px; padding: 15px;}
.main_pop p{ font-size: 13.65px; line-height: 18.22px; }
.tab_frmMain { padding: 5px 0 0; min-height: 170px;}
.tab_frm input[type="email"], .tab_frm input[type="tel"], .tab_frm input[type="text"], .tab_frm select{ height: 45px; padding: 0 15px; font-size: 14px; }
.tab_frm input[type="submit"], .tab_frm button[type="submit"]{ height: 45px; line-height: 45px; font-size: 14px; }
.tabs_menu .nav-tabs .nav-link { padding: 5px 26px;}
.tab_frmMain ul li span { font-size: 12px; line-height: 16px;}
.tab_frmMain ul li img {  width: 50px;}
.tabs_menu .nav-tabs .nav-link img { opacity: 0.5; width: 30px;}
.tab_frm { width: 100%; display: inline-block; margin-top: 10px;}
.close_btn { right: 12px;  top: 10px;}
.modal-dialog{ margin: 10px 0 0; }
.tab_frmMain ul li { margin: 10px 0px 0 0;}
.tabs_menu { margin-top: 5px;}


/*changes_01.06.2020*/
.contact_info ul li a img { width: 35px; height: 35px; }

/*fixing_01.06.2020*/
.mtop{ margin-top: 78px; }

.kick img {
    width: 100px;
}

}

@media (min-width: 910px) and (max-width: 991px) { 
 
.feature_market::before { width: 37.333%;}
.feature_market::after { width: 37.333%;}


} 
 
 
@media only screen and (max-width: 767px){
.container{ max-width: 540px;}
	
.nav_top .navbar-toggler{ border: none; background: none; outline: none;}
.nav_top .navbar-toggler{ padding: 0; margin-right: 0;}
.navbar-toggler { padding: 10px;margin-right: 15px;}
.navbar-toggler.collapsed .open{ display: block; }
.navbar-toggler.collapsed .close{ display: none; }
.navbar-toggler .close{ display: block; }
.navbar-toggler .open{ display: none; }
.top_rt { right: inherit; position: inherit; top: inherit; width: 100%; display: inline-block; text-align: center; }
.menu_sec { padding-right: 0; text-align: center; }
.menu_sec li{ margin-left: 0px; width: 100%; }
.menu_sec li a::before{ display: none; }
.top_rt li:first-child{ padding-left: 0px; width: auto; margin-bottom: 5px; }
.top_rt li:first-child::before{ display: none; }
.top_rt li{ width: 100%; float: none; display: inline-block;margin-left: 0px font}
.top_rt li a.topSwicherBtn{ float: none; display: inline-block;}
.menu_sec li{ font-size: 16px; line-height: 20px; }

.copy_rt{ width: 100%; display: inline-block; text-align: center; }
	
.feature_topInnr { padding: 0 0 20px; }
.feature_ImgBox img { max-width: 80%;}
.plugin_videoleft h1 { font-size: 28px; line-height: 35px;}
.plugin_videoleft p { font-size: 16px; line-height: 24px; padding-left: 12px; }
.plugin_videoleft p br{ display: none; }
.plugin_search{ width: 438px; }
.plugin_banner { padding: 30px 0; }
#player { height: 250px; }
.plugin_sellsec h4 { font-size: 18px; line-height: 24px;}
.plugin_sellsec { padding: 15px 0; }
.plugin_txt h3 { font-size: 24px; line-height: 30px; }
.plugin_txt p { font-size: 14px; line-height: 20px; padding-top: 10px; }
.plugin_txt p br{ display: none; }
.plugin_detailsBox { padding: 25px 0 0; }
.feature_sec { padding: 30px 0 0; }
.feature_ImgBox { margin-top: 20px; }
.feature_ImgBox p br{ display: none; }
.feature_ImgBox h4 {  font-size: 20px; line-height: 26px;}
.feature_topInnr a.expml_btn { height: 65px; width: 180px; font-size: 17px; line-height: 63px; }
.feature_marketBox { margin-top: 0;padding: 25px 0;}
.feature_marketBox h4 { font-size: 17px; line-height: 22px;}
.feature_marketBox p { font-size: 14px; line-height: 22px; }
.feature_marketBox p br{ display: block; }
.youtube_innr h3 { font-size: 28px; line-height: 35px; }
.youtube_innr p { font-size: 15px; line-height: 22px; padding: 0 0 4px 13px; margin-top: 12px;}
.youtube_sec { padding: 30px 0 190px 0;}
.youtube_icon {  bottom: 60px; width: 106px; }
.footer_top {  padding: 20px 0;}
.footer_topInnr h3 { font-size: 34px; line-height: 40px; }
.footer_topInnr p{ font-size: 16px; line-height: 21px; }
.footer_box { margin-top: 25px;}	

.plugin_videoleft .plugin_search{ width: 100%; margin-top: 20px; }
.plugin_search{ width: 100%; background: none; }
.plugin_search input[type="text"], .plugin_search input[type="email"]{ height: 55px; width: 100%; background: url(../images/chromeicon.png) no-repeat 15px center #fff;border-radius: 8px; }
.plugin_search input[type="submit"]{ height: 55px; line-height: 55px; font-size: 15px; width: 100%;border-radius: 8px; margin-top: 12px; }

.feature_top h3{ font-size: 30px; line-height: 35px; }
.youtube_pic {  bottom: 100px; }
.footer_logo img { width: 210px;}
.footer_menu h4{ font-size: 18px; line-height: 24px; }
.footer_menu ul li { font-size: 14px; line-height: 18px; margin-top: 7px;}

.feature_market .col-lg-4:nth-child(1) .feature_marketpic img { max-width: 160px; margin-bottom: 0px; }
.feature_marketpic img {  max-width: 135px; width: 100%; height: 100%;margin-bottom: 20px;}
.feature_marketpic { min-height: inherit;}
.feature_market::before { width: 100%; height: 33%;}
.feature_market::after { width: 100%; height: 33%; top: inherit; bottom: 0px;}
.plugin_video { margin-top: 20px;}
.plugin_bg{ display: none; }
.plugin_txt {  padding-top: 15px;}
.plugin_details { padding-bottom: 30px;}
.feature_ImgBox p{ font-size: 14px; line-height: 22px; }
.youtube_icon img { width: 60px;}
.youtube_icon span{ font-size: 16px; line-height: 20px; }
.footer_logo span{ display: none; }
.footer_logo{text-align: center;}
.copy_rt{ width: 100%; display: inline-block; padding: 12px 0 0; padding: 18px 0 0; font: normal 14px/18px 'proximanova'; color: #242B2E;}
.footer_menu { padding: 0 60px;}

body .bg{ width: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; left: 0px; top: 0px; height: 100%; visibility: hidden; opacity: 0; -moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
body.active .bg{ visibility: visible; opacity: 1; }
/*.header_sec{ position: relative; z-index: 9; }*/


/*terms*/
.terms_ban h1 { font-size: 26px; line-height: 32px;}
.terms_innr p { font-size: 14px; line-height: 22px; padding: 10px 0 0;}
.terms_innr { padding: 0;}
.terms_innr h5{ font-size: 16px; line-height: 22px; padding: 15px 0 0; }
.terms_innr ul li{ font-size: 14px; line-height: 22px; }
.terms_ban { padding: 30px 0;}
.terms_sec { padding: 10px 0 20px 0;}


/*contact*/
.contact_left { width: 345px;}
.contact_leftMain h1 { font-size: 34px; line-height: 40px;}
.contact_leftMain p { font-size: 17px; line-height: 23px; margin: 10px 0;}
.contact_leftMain { width: 300px; padding: 80px 0 30px 0; }
.contact_map #map { height: 630px;}
.contact_frm input[type="email"], .contact_frm textarea{ height: 50px; }
.contact_frm textarea{ height: 120px; line-height: 18px; }


/*contact*/
.contact_left { width: 100%;}
.contact_leftMain h1 { font-size: 28px; line-height: 34px;}
.contact_leftMain p { font-size: 16px; line-height: 23px; margin: 10px 0;}
.contact_leftMain { width: 100%; padding: 30px 0; }
.contact_map #map { height: 300px;}
.contact_frm input[type="email"], .contact_frm textarea{ height: 50px; line-height: 50px; }
.contact_frm textarea{ height: 120px; line-height: 18px; }
.contact_sec .col-lg-6{ padding: 0 15px; }
.contact_sec .container-fluid{ max-width: 540px; }
.contact_frm input[type="submit"]{ height: 52px; line-height: 52px; }
.contact_info ul li { margin-right: 5px; width: 30px;}
.contact_info p br{ display: none; }
.contact_info p{ font-size: 13px; }
.contact_info { width: 240px; padding: 10px 13px;}
.header_sec{ padding: 10px 0; }
.header_sec.fixed{ padding: 8px 0; }


/*about*/
.about_banleft h1 {font-size: 28px; line-height: 30px;}
.about_banleft p {font-size: 17px; line-height: 24px; margin: 12px 0; padding: 0 0 5px 10px;}
.about_banleft ul li { font-size: 17px; line-height: 24px; margin-top: 8px;}
.about_banleft a { width: 100%; height: 56px; font-size: 14px;line-height: 52px;}
.about_banleft { width: 100%; padding: 30px 0;}
.mockup { width: 100%; position: inherit; right: inherit; bottom: inherit; display: inline-block; padding-bottom: 30px; margin-top: 30px;}
.mockup::before { width: 76%; left: 60px; top: -18px; height: 100%; background-size: 100% 100%;}
.top_heading h1, .top_heading h2, .top_heading h3, .top_heading h4 { font-size: 30px; line-height: 36px;}
.top_heading p { font-size: 16px; line-height: 22px; margin: 10px 0; padding: 0 0 5px 12px;}
.phone_left { width: 100%;}
.phone_pic { top: 15%;}
.phone_sec { padding: 30px 0 60px;}
.discover_top { padding: 30px 0;}
.discover_icon { width: 90px; height: 90px; padding: 3px 0 0;}
.discover_box p { font-size: 14px; line-height: 18px;}
.discover_box { padding: 25px 10px; min-height: inherit;}
.discover_box h4{ font-size: 20px; line-height: 26px; }
.compare_left { width: 100%; padding: 30px 0;}
.compare_left a.start_btn { height: 55px; line-height: 55px; width: 180px;  margin-top: 15px; width: 100%; }
.integrate_boxLogo img {  width: 160px;}
.integrate_boxLogo { min-height: 48px; }
.integrate_boxText { margin-top: 20px;  padding: 0 12px; min-height: 190px; }
.integrate_boxText p { font-size: 18px; line-height: 26px;}
.integrate_boxText a { font-size: 14px; line-height: 17px; margin-top: 16px;}
.integrate_idea { padding: 20px 0;}
.integrate_idea h3 { font-size: 26px; line-height: 35px;}
.integrate_idea ul { padding: 0;}
.integrate_idea ul li a {width: 220px; height: 65px; font-size: 16px; line-height: 63px; margin-top: 10px; }
.integrate_idea ul li {  margin: 10px 0 0 10px; }
.phone_left .plugin_search{margin-top: 13px; width: 100%; }
.phone_pic { top: inherit; width: 100%; position: inherit; right: inherit; display: inline-block; }
.compare_pic { width: 100%; position: inherit; right: inherit; bottom: inherit; display: inline-block; float: left;}
.integrate_idea ul li a { width: 190px; height: 55px; font-size: 15px; line-height: 54px; margin-top: 8px;}
.mockup img { margin-left: 70px; margin-top: 125px;}
.phone_left span.emp { bottom: inherit; top: 56px;}
.phone_left .plugin_search input[type="submit"]{margin-top: 15px;}
.compare_pic img { max-width: 93%;}
.compare_sec {float: left;}
.integrate_box { margin-top: 30px;}
.integrate_idea ul li{ width: 100%; margin: 10px 0 0;}
.integrate_idea ul li a{ width: 100%; }
.integrate_idea ul{ width: 100%;}



/*brandguidlines*/
.brand_banner .plugin_videoleft h1 { font-size: 28px; line-height: 34px; }
.brand_banner a.downld_btn { width: 205px; height: 60px; font-size: 14px; line-height: 60px; background-position: 11px 22px !important; background-size: 18px !important;
 padding-left: 16px;}
.brand_banner a.downld_btn:hover { width: 205px; height: 60px; display:block;}
.logo_usge { padding: 50px 0; }
.top_logo { margin-top: 10px; padding-left: 0;}
.top_logo img { width: 230px;}
.size_sec { padding: 30px 0; }
.download_sec{ padding: 30px 0; }
.download_sec a.downlod_btn{ width: 100%; height: 60px; font-size: 14px; line-height: 60px; background-position: 11px 22px !important; background-size: 18px !important;
 padding-left: 16px; }
.brandmark_sec { padding: 40px 0 20px 0; }
.brand_gallery .col-lg-7 .gallery_box img { height: auto;}
.brand_gallery .col-lg-5 .gallery_box img { height: auto;}
.logo_usge { padding: 30px 0;}
.media_sec .media .mleft { width: 120px; height: 120px; margin-right: 0 !important;  margin-bottom: 10px;  display: inline-flex !important;}
.media_sec .col-lg-4:nth-child(1) b { font-size: 30px; line-height: 40px;}
.media_sec .col-lg-4:nth-child(2) b { font-size: 22px; line-height: 28px;}
.media_sec .col-lg-4:nth-child(3) b{ font-size: 18px; line-height: 24px; }
.media_sec .media-body h5 { font-size: 18px; line-height: 24px; padding-top: 10px; }
.media_sec .media-body p { font-size: 13px; line-height: 20px;}
.media_sec { padding: 20px 0; }
.card_sec { padding: 10px 0; }
.card_sec .card { margin-top: 20px;}
.card_sec .card-title{ font-size: 18px; line-height: 24px; }
.card_sec .card-subtitle{ font-size: 16px; line-height: 22px; }
.card_sec .card-text{ font-size: 14px; line-height: 24px; }
.try_sec { padding: 30px 0;}
.try_innr span { font-size: 28px; line-height: 34px; width: 100%; }
.try_innr a.strt_btn { width: 100%; height: 55px; font-size: 15px;  line-height: 55px; margin-left: 0; }
.size_box button { margin: 12px 15px 0 0; }
.top_btnsec .rt_txt{ font-size: 16px; }
#switch{ width: 60px; }
#switch::before { width: 25px; height: 25px; top: 4px;}
#switchcheckbox:checked + label::before { left: 29px;}
.top_btnsec { padding: 25px 0;}
.brandmark_sec .top_heading p{ font-size: 16px; }
.media_sec .media {margin-top: 25px; display: inline-block; text-align: center; width: 100%;}
.size_box { margin-top: 20px; }
.size_sec{ padding: 5px 0 25px 0}
.download_sec p br{ display: none; }
.brandmark_sec .top_heading p br{ display: none; }
.gallery_box img { width: 100%; object-fit: inherit;}
.try_innr span b { width: 100%; margin-bottom: 15px; padding-top: 0px; }
.try_innr{ width: 100%;}
.toast{ width:100% !important; max-width:100% !important;}

.bottm_scroll {right: 15px; bottom: 20px; }
.bottm_scroll img{ width: 40px; height: 40px; }

/*popup*/
.toast{ width:250px !important; max-width:250px !important; height: auto !important; }
/*.toast-header button.close { top: 7px;}*/
/*.toast strong{ font-size: 14px; line-height: 18px; padding: 5px 0; }*/
.toast .toast-body{ font-size: 13px; line-height: 22px; padding: 5px 5px 7px; }
.toast .toast-body strong{font-size: 16px !important;}
.toast-header{ width: 60px; height: 80px; }
.toast{ padding-left: 70px; }

.fancybox-opened { width: 90% !important; }
.fancybox-outer, .fancybox-inner { width: 100% !important;}
#fancybox-loading, .fancybox-close { top: -12px !important; right: 10px !important;}



/*POPUP_BOX*/
.main_pop { width: 270px; padding: 15px;}
.main_pop p{ font-size: 13.65px; line-height: 18.22px; }
.tab_frmMain { padding: 5px 0 0; min-height: 170px;}
.tab_frm input[type="email"], .tab_frm input[type="tel"], .tab_frm input[type="text"], .tab_frm select{ height: 45px; padding: 0 15px; font-size: 14px; }
.tab_frm input[type="submit"], .tab_frm button[type="submit"]{ height: 45px; line-height: 45px; font-size: 14px; }
.tabs_menu .nav-tabs .nav-link { padding: 5px 26px;}
.tab_frmMain ul li span { font-size: 12px; line-height: 16px;}
.tab_frmMain ul li img {  width: 50px;}
.tabs_menu .nav-tabs .nav-link img { opacity: 0.5; width: 30px;}
.tab_frm { width: 100%; display: inline-block; margin-top: 10px;}
.close_btn { right: 12px;  top: 10px;}
.modal-dialog{ margin: 10px 0 0; }
.tab_frmMain ul li { margin: 10px 0px 0 0;}
.tabs_menu { margin-top: 5px;}
.main_pop p br{ display: none; }


/*changes_01.06.2020*/
.contact_info ul li a img { width: 30px; height: 30px; }

/*fixing_01.06.2020*/
.mtop{ margin-top: 68px; }

.kick img {
    width: 80px;
}

}


@media only screen and (max-width: 575px){
.container{ max-width: 100%;}
.plugin_detailsBox { padding: 15px 0 0;}
.plugin_txt h3 { font-size: 20px; line-height: 25px;}
.plugin_details { padding-bottom: 20px;}
.feature_sec { padding: 20px 0 0;}
.feature_ImgBox { margin-top: 5px;}
.youtube_innr h3 { font-size: 24px; line-height: 31px;}
.youtube_sec { padding: 30px 0 155px 0;}
.plugin_videoleft h1 { font-size: 24px; line-height: 30px;}
.plugin_videoleft p { font-size: 15px; line-height: 22px; padding: 0 0 6px 12px;}
.plugin_sellsec h4 { font-size: 16px; line-height: 24px;}
.feature_ImgBox img { max-width: 100%;  width: 230px;}
.youtube_sec { padding: 30px 0 135px 0;}
.youtube_icon { bottom: 36px; width: 106px;}
.footer_logo img { width: 190px;}
.feature_top h3 { font-size: 26px; line-height: 32px;}
.feature_topInnr a.expml_btn { height: 55px; width: 165px; font-size: 15px; line-height: 54px;}
.youtube_innr p br{ display: none; }

.plugin_search input[type="text"], .plugin_search input[type="email"]{ font-size: 12px; height: 50px;}
.plugin_search input[type="submit"]{ height: 50px; line-height: 50px; font-size: 13px; }
.feature_topInnr a.expml_btn { height: 50px; width: 160px; font-size: 16px; line-height: 50px; margin-top: 25px;}


/*about*/
.about_banleft p { font-size: 15px; line-height: 22px; margin: 12px 0; padding: 0 0 5px 10px;}
.about_banleft ul li { font-size: 15px; line-height: 22px; margin-top: 6px;}
.mockup::before { width: 100%; left: 32px; top: -39px; height: 100%; background-size: 100% 100%;}
.top_heading h1, .top_heading h2, .top_heading h3, .top_heading h4 { font-size: 28px; line-height: 34px;}
.top_heading p{ font-size: 15px; line-height: 22px; margin: 12px 0; padding: 0 0 5px 10px;}
.phone_sec { padding: 30px 0 40px; }



/*brandguidlines*/
.brand_pic{ width: 100%; position: inherit; right: inherit; top: inherit; display: inline-block; height: auto; padding: 30px 0 0; }
.plugin_banner { padding: 30px 0 0;}
.brand_pic img { max-width: 100%; height: auto;}
.top_btnsec span.left_txt{ font-size: 14px;}
.top_btnsec .rt_txt { font-size: 15px;}
.top_btnsec { padding: 18px 0;}
.top_logo img { width: 180px; }
.color_sec{ padding: 15px 0 0; }
.brand_banner a.downld_btn{ width: 100%; }
.brand_banner a.downld_btn:hover{  width: 100%;}
.plugin_video .video{ margin-bottom:20px;}










}

@media only screen and (max-width: 480px){ 
.footer_menu { padding: 0 40px;}
.plugin_video iframe { height: 220px;}

.wrapper .logos .logo-list {
    width: 120px !important;
    max-width: 120px !important;
    min-height: 80px !important;
    line-height: normal !important;
}
.logo-heading {
    font-size: 1.5em !important;
	font-weight: 600;
}
}


}


@media only screen and (max-width: 420px){ 
.footer_menu { padding: 0 20px;}
.top_heading p br{ display: none; }
} 


/* logo section */
.logo-heading{
    font-size: 40px;
	padding-bottom: 30px;
	    color: #242B2E;
		font: normal 36px/42px 'ProximaNova-Extrabld';
}
.wrapper {
    width: 100%;
    max-width: 100%;
}
.wrapper .landinglogos {
    padding-top: 87px;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.wrapper .logos {
	    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper .logos .logo-list img {
	width: 100%;
}
.wrapper .logos .logo-list {
	display: inline-block;
    width: 100px;
    float: left;
    max-width: 100px;
	opacity: 0.5;
	pointer-events: none;
}
.wrapper .logos .logo-list:hover {
	opacity: 1;
}

@media only screen and (max-width: 992px) and (min-width: 480px){
.wrapper .logos .logo-list {
    width: 20%;
    max-width: 20%;
	    min-height: 110px !important;
    line-height: 110px !important;
}	
}

@media only screen and (max-width: 992px){ 
.wrapper .logos {
    display: inline-block;
}
.wrapper .logos .logo-list{
    min-height: 170px;
    line-height: 170px;
}
.wrapper .logos .logo-list img{
    padding: 0 10px;
}
.logo-heading{
    font-size: 35px;
	}
}

