
@import url('../../calibri/stylesheet.css');
:root {
	--tawk-header-background-color: #179df4 !important;
}
html, body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #26455d;
	font-family: 'calibriregular';
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #f7f0f0;
}
::-webkit-scrollbar-thumb {
    background-color: #26455d;
    border-radius: 4px;
}
:focus {
    outline: 0 !important;
}
a, a:hover, a:focus {
	text-decoration: none;
	cursor: pointer;
}
.header_outter {
	height: 70px;
}
.mob_menu_		 {
	border-radius: 0;
	border: 1px solid rgba(128,128,128,1);
}
.mob_menu_btn .navbar-toggler-icon {

}
.mob_menu_btn[aria-expanded="true"] .menu_img,
.mob_menu_btn[aria-expanded="false"] .menu_img_close {
	display: none;
}
.mob_menu_btn[aria-expanded="true"] .menu_img_close {
	display: block;
}
.tweetfull_navbar {
	background-color: #FFFFFF;
}
.tweetfull_navbar_outter {
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0px 3px 8px 0px #e0e0e0;
	background-color: #FFFFFF;
	position: relative;
	z-index: 9;
}
.sticky_header {
	position: fixed;
	width: 100%;
	z-index: 9;
}
.navbar-expand-lg .navbar-nav .tweetfull_main_menu_link,
.navbar-expand-lg .navbar-nav .tweetfull_main_menu_link:hover {
	display: block;
	color: #212e44;
	font-size: 18px;
	padding: 10px 0px;
	/* font-weight: 500; */
	font-family: 'calibribold';
	cursor: pointer;
	transition: all 300ms;
}
.navbar-expand-lg .navbar-nav .tweetfull_main_menu_link:hover {
	color: #3b79b9;
}
.navbar-brand img {
	width: 160px;
}
.header_buttons,
.header_buttons:hover, 
.tweetfull_primary_btn,
.tweetfull_primary_btn:hover,
.btn_primary_blue,
.btn_primary_blue:hover {
	border: 1px solid #004e95;
	background-color: #004e95;
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 23px;
	/* font-weight: 500; */
	font-family: 'calibribold';
	transition: all 300ms;
	box-shadow: none !important;
}
.tweetfull_primary_btn,
.tweetfull_primary_btn:hover {
	border: 1px solid #ff5b35;
	background-color: #ff5b35;
	color: #FFF;
}
.btn_primary_blue,
.btn_primary_blue:hover {
	padding: 8px 15px;
	/* font-weight: 700; */
	font-family: 'calibribold';
}
.header_buttons:hover, .btn_primary_blue:hover {
	border: 1px solid #3b79b9;
	background-color: #FFFFFF;
	color: #3b79b9;
}
.tweetfull_primary_btn:hover {
	border: 1px solid #ff5b35;
	background-color: #FFFFFF;
	color: #ff5b35;
}
.main_banner_tit_txt {
	font-size: 34px;
	line-height: 45px;
	color: #222e41;
	font-weight: 700;
}
.main_banner_tit_txt span {
	color: #2b83fd;
}
.main_banner_tit_txt_right {
	font-size: 24px;
	color: #222e41;
	font-weight: 700;
	line-height: 32px;
}
.iframe_container {
	max-width: 500px;
}
.shadow_container {
	margin-top: -15px;
}
.tweetfull_primary_btn {
	box-shadow: 1px 3px 13px rgb(45 45 45 / 48%);
}
.case_study_video {
	width: 100%;
	height: 220px;
}

/* Users count Wrapper starts  */
.users_count_wrapper {
	border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(45 45 45 / 60%);
	background-color: #179df4;
	padding: 15px;
}
.users_count_wrapper img {
	width: 35px;
}
.users_count_tit {
	font-size: 24px;
    color: #ffffff;
    font-weight: 500;
}
.users_count_num {
	font-size: 34px;
    line-height: 48px;
    color: #15224b;
    font-weight: 700;
}
/* Users count Wrapper Ends  */

/*About Business Starts */
.about_business {
	font-size: 30px;
    line-height: 36px;
    color: #222e41;
    font-weight: 600;
}
.valuesin_aboutus_wrapper {
	padding: 15px;
	transition: all 300ms;
	border-radius: 6px;
}
.our_core_values .valuesin_aboutus_wrapper:hover {
	background-color: #f68e56;
}
.valuesin_aboutus_title {
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	font-weight: 700;
}
.valuesin_aboutus_desc {
	font-size: 16px;
    line-height: 28px;
	color: #000000;
	font-weight: 500;
}
.our_core_values .valuesin_aboutus_wrapper:hover img.gray_icons,
.our_core_values .valuesin_aboutus_wrapper img.white_icons {
	display: none;
}
.our_core_values .valuesin_aboutus_wrapper img.gray_icons,
.our_core_values .valuesin_aboutus_wrapper:hover img.white_icons {
	display: block;
}
.our_core_values .valuesin_aboutus_wrapper:hover .valuesin_aboutus_title,
.our_core_values .valuesin_aboutus_wrapper:hover .valuesin_aboutus_desc {
	color: #FFFFFF;
}
/*About Business Ends */

/* Who is for tweetfull Starts */
.who_is_for_tweetfull {
	background-color: #f3f3f3;
	padding: 15px 15px;
}
.who_is_for_tweetfull_title {
	font-size: 32px;
    line-height: 42px;
    color: #222e41;
    font-weight: 700;
}
.who_is_for_tweetfull_desc {
	font-size: 22px;
    line-height: 32px;
    color: #222e41;
    font-weight: 400;
}
.testimonail_swipper_container .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}
.user_review_img {
	margin-bottom: -40px;
}
.user_review_img img {
	width: 80px;
	border-radius: 50%;
}
.user_review_wrapper {
	background-color: #FFF;
    padding: 56px 20px 20px 20px;
    min-height: 130px;
    box-shadow: 0px 0px 10px rgb(191 191 191);
    background-image: url(../img/reviews/twitter_logo_copy.png);
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
    background-size: 30px;
}
.users_review_comment {
    font-size: 16px;
    line-height: 24px;
    color: #3f3f3f;
    text-shadow: 0 0 #3f3f3f;
}
.users_review_comment span {
	font-size: 26px;
    color: #3f3f3f;
    font-weight: 500;
    font-family: sans-serif;
}
.influencers_of_tweeter_wrapper {
    background-color: #ffffff;
    padding: 12px 15px 15px 15px;
    max-width: 500px;
    position: relative;
}
.influencers_of_tweeter_img {
	position: relative;
    width: 120px;
}
.as_if {
	/*max-width: 530px;*/
}
.influencers_of_tweeter_img {
    left: auto;
    top: auto;
    margin-left: auto;
    margin-right: auto;
}
.influencers_of_tweetter_tit {
	font-size: 26px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #222e41;
    font-weight: 600;
}
.influencers_of_tweetter_desc {
	font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #3f3f3f;
    font-weight: 500;
    padding-left: 0px;
}
.bus_own .influencers_of_tweetter_desc {
	font-size: 20px;
}
.blog {
	margin-top: 52px;
}
.markt {
    margin-top: 62px;
    margin-left: 103px;
}

/* Who is for tweetfull Ends */


/** How to get staarted */
.how_to_get_started_tit {
	font-size: 30px;
	color: #262832;
	font-weight: 700;
}
.how_to_get_started {
	display: block;
	width: 299px;
	height: 67px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
	line-height: 20px;
	color: #6e848f;
	font-weight: 600;
	text-align: left;
	padding: 15px 25px 15px 55px;
}
.how_to_get_started_step_1 {
	background-image: url(../img/howto_get_started/1.png);
	color: #6e848f;
	padding: 25px 25px 15px 55px;
}
.how_to_get_started_step_2 {
	background-image: url(../img/howto_get_started/2.png);
	color: #40c1d0;
	padding: 25px 25px 15px 55px;
}
.how_to_get_started_step_3 {
	background-image: url(../img/howto_get_started/3.png);
	color: #1abc9c;
}
.how_to_get_started_step_4 {
	background-image: url(../img/howto_get_started/4.png);
	color: #f9a825;
}
.how_to_get_started_step_5 {
	background-image: url(../img/howto_get_started/5.png);
	color: #e64a19;
    padding: 25px 25px 15px 60px;
}
/* How to get staarted */
/* strtagic_more_tit */
.strtagic_more_tit {
	font-size: 32px;
	color: #222e41;
	font-weight: 700;
}
.strtagic_more_desc_bg, .strtagic_more_desc_bg_left {
	background-color: #f2f7ff;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.strtagic_more_desc_bg_left {
	background-color: #f2f7ff;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.mid_img {
	width: 75%;
}
.strtagic_more_desc {
	font-size: 22px;
	color: #222e41;
	font-weight: 500;
	padding: 15px;
}
/* Tweetfull AI engine Starts */
.tweetfull_strategic_ai_engine_intro {
	font-size: 22px;
    color: #222e41;
    font-weight: 500;
}
.tweetfull_strategic_ai_engine_points, .our_belief_ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 25px;
}
.tweetfull_strategic_ai_engine_points li, .our_belief_ul li {
	font-size: 18px;
    line-height: 28px;
    color: #222e41;
    font-weight: 500;
    list-style-image: url(../img/check-icon.png);
    margin-bottom: 15px;
}

/* Points Of Tweetfull Starts */
.some_points_of_twetfull {
	font-size: 32px;
    color: #222e41;
    font-weight: 700;
}
.some_points_of_twetfull_desc {
	font-size: 20px;
    color: #222e41;
    font-weight: 500;
    margin-top: 8px;
}
/* Footer section  */
.footer_outter {
	background-color: #001f33;
	padding: 25px 0px;
}
.footer_link_items {
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 500;
}
.footer_twt_logo {
	width: 150px;
}
.cpy_txt {
	color: #222e41;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}
.social_links {
	display: inline-block;
	padding: 8px 5px;
}
/* Footer section  */
.ebook_model_dialog .modal-content {
	border-radius: 1.3rem;
}
.ebook_model_body {
    padding: 0px;
}
.tweetfull_logo {
    margin: 0 auto;
    max-width: 170px;
}
.ebook_model_content .modal-content {
    border-radius: 12px;
}
.new_ebook_popup_head {
    padding: 25px 10px;
    background-color: #9CD4F4;
    color: #0089D5;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.ready_to_acc_title {
    margin-top: 5px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
}
.new_ebook_popup_head h4 {
    margin: 0px;
    font-size: 18px;
}
.form_container_outter {
    padding: 0px;
    text-align: center;
}
.form_container_outter .form-group {
    margin-top: 0px;
}
button.ebook_popup_close_btn,
button.ebook_popup_close_btn:hover {
	right: -13px;
	top: -10px;
    position: absolute;
    background-color: #0068A1;
    opacity: 1;
    color: #FFF;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 25px;
    font-weight: 400;
    padding: 0px;
    border: 1px solid #0068A1;
    z-index: 4;
}
.popup_input_field {
    border: 2px solid #9CD4F4;
    background-color: #9CD4F4;
    color: #000000 !important;
    border-radius: 4px;
    height: 38px !important;
    font-size: 14px !important;
}
.ebook_popup_btn:focus,
.ebook_popup_btn:hover,
.ebook_popup_btn {
    border: 1px solid #0068A1;
    background-color: #0068A1;
    color: #FFFFFF;
    border-radius: 4px;
    height: 38px;
    font-size: 14px;
    width: 100%;
}
.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.new_ebook_popup_thank_you {
    height: 300px;
}
.left_thanks, .right_thanks {
    background-color: #9CD4F4;
    color: #0089D5;
    text-align: center;
    font-weight: 700;
    padding: 15px 0px;
    height: 100%;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
.right_thanks {
    background-color: #FFFFFF;
    color: #0089D5;
    padding: 15px 15px;
    border-radius: 12px;
}


/* About Us Page starts Here */
.our_belief {
	background: #ffeedd;
    border-top: 1.5px solid #fcc6c3;
    border-bottom: 1.5px solid #fcc6c3;
}
.about_us_banner {
	background-color: #ff5b35;
}
.about_us_banner_tit {
	font-size: 36px;
	letter-spacing: 0.5px;
	line-height: 55px;
	color: #ffffff;
	font-weight: 600;
}
.about_us_second_tit {
	font-size: 36px;
	line-height: 48px;
	color: #222e41;
	font-weight: 600;
}
.about_us_third_tit {
	font-size: 28px;
	line-height: 38px;
	color: #222e41;
	font-weight: 600;
}
.abount_us_left_desc, .abount_us_right_desc {
	font-size: 18px;
    line-height: 28px;
    color: #222e41;
    font-weight: 500;
}
.our_story_right_sec {
	box-shadow: 0 0 12px #dadada;
	padding: 16px 25px;
	margin-top: -130px;
	background-color: #FFF;
	border-radius: 8px;
}
.fast_forward_today h2 {
	font-size: 30px;
	letter-spacing: 0.5px;
	line-height: 42px;
	color: #222e41;
	/* font-weight: 600; */
	font-family: 'calibribold';
}
/* About Us Page Ends Here */
/* Plan Page Starts Here */
.plan_adv_title, .plan_adv_subtitle {
	font-size: 28px;
    color: #26455d;
    /* font-weight: 700; */
    line-height: 40px;
	font-family: 'calibribold';
}
.plan_adv_subtitle {
	font-size: 20px;
	line-height: 32px;
}
.plan_type_grp {
	background-color: #eeeeee;
	text-align: center;
	border-radius: 25px;
	padding: 7px;
}
.plan_type_radio_btn {
    width: 0px;
    height: 0px;
    opacity: 0;
}
.plan_type_label {
	font-size: 16px;
	color: #26455d;
	/* font-weight: 600; */
	margin-bottom: 0;
	padding: 6px 18px;
	border-radius: 25px;
	cursor: pointer;
	transition: all 300ms;
	font-family: 'calibribold';
}
.plan_type_radio_btn:checked + .plan_type_label {
    background-color: #3B79B9;
    color: #FFF;
}
.plan_tooltip {
	position: absolute;
	top: -33px;
	background: #fff;
	padding: 4px 7px;
	color: #3B79B9;
	border-radius: 10px;
	font-weight: 700;
	left: 30px;
	box-shadow: 0 4px 11px 0 rgb(0 0 0 / 12%);
}
.monthly_tooltip {
	left: auto;
	right: 30px;
}
.plan_tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent;
}
.plan_types_outter {
	box-shadow: 0 4px 11px 0 rgb(0 0 0 / 12%);
	background-color: #FFFFFF;
	border-bottom: 2px solid #3b79b9;
	padding-bottom: 15px;
}
.plan_types_outter b {
	font-weight: 700;
}
.plan_name {
	background-color: #3B79B9;
	font-size: 32px;
	color: #ffffff;
	/* font-weight: 700; */
	font-family: 'calibribold';
	padding: 5px 2px;
}
.plan_price sup {
	font-size: 26px;
	color: #3B79B9;
	vertical-align: super;
	margin-right: 2px;
}
.plan_price sub {
	font-size: 15px;
	color: #3B79B9;
	margin-left: 2px;
}
.plan_price sub div {
	font-size: 13px;
    /* color: #474f57; */
    margin-bottom: 12px;
    text-transform: capitalize;
}
.plan_price {
	font-size: 75px;
	color: #3B79B9;
	line-height: normal;
}
.plan_price_hints {
	font-size: 14px;
	color: #474f57;
}
.plan_feature_main {
	font-size: 20px;
	color: #26455d;
	padding: 15px;
	background-color: rgba(235,241,243,1);
	/* font-weight: 700; */
	font-family: 'calibribold';
}
.plan_features_items {
	font-size: 14px;
	color: #26455d;
	padding: 0px 10px;
	line-height: normal;
	font-weight: 500;
}
.plan_features_items p {
	margin-bottom: 20px;
	font-size: 18px;
	color: #26455d;
    font-weight: 500;
    /* font-family: 'calibribold'; */
}
.about_plan_hint {
	font-size: 15px;
	color: #474f57;
}
.need_big_pal_title, .need_big_pal_desc {
	font-size: 24px;
	color: #26455d;
	font-family: 'calibribold';
	/* font-weight: 700; */
	line-height: 34px;
}
.need_big_pal_desc {
	font-weight: 400;
}
.need_big_pal_desc span {
	/* font-weight: 700; */
	font-family: 'calibribold';
}
.panel {
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 12px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
}
.faq_list a.panel_title {
    display: block;
    font-size: 18px;
    /* font-weight: 600; */
	font-family: 'calibribold';
    color: #26455d;
    padding: 20px;
    background: url(../img/arrow-down-s-line.png) no-repeat center right 20px;
    padding-right: 46px;
}
.panel-collapse {
	padding: 20px;
	padding-top: 0px;
	border-top: 1px solid rgb(234 234 234 / 75%);
}
.faq_list p {
    margin: 10px 0;
    color: #26455d;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    font-size: 16px;
}
.faq_list p a:hover,
.faq_list p a {
	color: #179df3;
	cursor: pointer;
	text-decoration: underline;
	/* font-weight: 600; */
	font-family: 'calibribold';
}
/* Plan Page End Here */
/* Contact Us Page Starts */
.contact_us_outter {
	/* background-image: url(../img/mail_1a.png), url(../img/mail_1.png), url(../img/mail_2.png); */
    background-repeat: no-repeat;
    background-position: left 0% top 18px, left 62%, right 0% top 63%;
    background-size: 100px, 50px, 51px;
}
.contact_us_title {
	font-size: 32px;
    color: #26455d;
    /* font-weight: 700; */
	font-family: 'calibribold';
    line-height: 34px;
}
.contact_form_wrapper {
	box-shadow: 0 0 20px 0px #e4e4e4;
	padding: 25px;
	background: rgba(59, 121, 185, 0.1);
    border: 1px solid #3B79B9;
}
.contact_form_inputs {
	border: 1px solid #e4e6f3;
    color: #26455d;
    font-size: 14px;
    background-color: #f4f5fb;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none !important;
    border-radius: 3px;
    height: 46px;
}
.upgrade_offer {
   padding: 10px;
   background-color: #275372;
   text-align: center;
   margin-top: 20px;
   border-radius: 4px;
}
.upgrade_offer p {
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}
.upgrade_offer p span {
   font-size: 18px;
   font-weight: bold;
   text-decoration: underline;
}
.upgrade_offer p a {
   margin-left: 15px;
}
/* Contact Us Page Ends */
.plan_price sup.old_price_slash {
	font-size: 48px;
	vertical-align: middle;
	color: #b5b5b5;
	position: relative;
	font-weight: 400;
	min-width: 58px;
	display: inline-block;
}
.old_price_slash:before {
	content: "";
	width: 64px;
	height: 2px;
	position: absolute;
	background: #F00;
	top: 0px;
	transform: rotate(29deg);
	left: -3px;
}
.text_bold {
	font-weight: 700;
} 
.text_blue {
	color: #2b83fd;
}
.inst_title {
	font-size: 24px;
    line-height: 36px;
    color: #192435;
    font-weight: 700;
}
.inst_title_level_one {
	font-size: 18px;
	line-height: 26px;
	color: #192435;
	margin-bottom: 5px;
	font-weight: 600;
}
.inst_title_level_desc {
	font-size: 16px;
	line-height: 24px;
	color: #192435;
	margin-bottom: 10px;
}
/*Extra small devices (portrait phones, less than 576px)*/
.header_separator {
	color: #bec0c1;
	line-height: normal;
	font-size: 34px;
}
.hpage_name {
	font-size: 25px;
	line-height: 60px;
	color: #222e41;
	font-weight: 600;
	padding-left: 10px;
}
.inst_outter_container {
	background-color: #eef0f8;
}
.inst_white_outter {
	border-radius: 8px;
	box-shadow: 1.145px 5.89px 5px rgba(195,195,195,0.1);
	padding: 8px;
	background-color: #FFFFFF;
}
.inst_box_heading {
	font-size: 20px;
	line-height: 50px;
	color: #222e41;
	font-weight: 700;
}
.inst_inner_bg {
	background-color: #f9f9f9;
}
.inst_left_steps {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.inst_left_steps:before {
	content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #bec0c1;
    top: -14px;
    left: 5px;
    z-index: 1;
}
.inst_left_steps li {
	font-size: 14px;
	line-height: 20px;
	color: #222e41;
	font-weight: 500;
}
.inst_left_steps li.inst_active {
	color: #179df4;
}
.inst_left_steps li:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #bec0c1;
	border: 1px solid #bec0c1;
	margin-top: 5px;
	margin-bottom: 5px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    z-index: 2;
    position: relative;
}
.inst_left_steps li.inst_active:before {
	background-color: #0089d5;
	border: 1px solid #bec0c1;
}
.inst_tweetfull_primary_btn,
.inst_tweetfull_primary_btn:hover {
	background-color: #ffffff;
    box-shadow: 0 10px 11px 0 rgb(21 17 164 / 30%);
	color: #000000;
	border: 1px solid #ffffff;
	border-radius: 30px;
	padding: 4px 3px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: all 300ms ease-in-out;
	text-decoration: none;
}
.inst_tweetfull_primary_btn .btn_txt {
	margin-left: 14px;
}
.inst_tweetfull_primary_btn .btn_icon {
    margin-left: 8px;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inst_tweetfull_primary_btn:after {
    content: "";
    height: 41px;
    width: 41px;
    background-color: #5edfff;
    border-radius: 30px;
    position: absolute;
    top: 49%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.inst_tweetfull_primary_btn:hover:after {
    width: 97%;
    border-radius: 30px;
}
.inst_tweetfull_primary_btn_dark:hover,
.inst_tweetfull_primary_btn_dark {
    background-color: #179df4;
    color: #ffffff;
    border-color: #179df4;
}
.twt_dashboard_btn:hover,
.twt_dashboard_btn {
	padding: 12px 63px 12px 3px;
}
.twt_dashboard_btn .btn_icon {
	position: absolute;
    right: 6px;
    top: 2px;
}
.twt_dashboard_txt {
	font-size: 18px;
	color: #222e41;
	font-weight: 400;
}
.inst_connect_steps_title,
.inst_connect_steps_content {
	font-size: 16px;
	color: #179df4;
	font-weight: 700;
	white-space: nowrap;
}
.inst_connect_steps_content {
	 font-weight: 500;
	white-space: normal;
	color: #179df4; 
	
}
.inst_assitance {
	font-size: 22px;
	color: #222e41;
	font-weight: 500;
}
.right_intro_pages .inst_inner_bg {
	 background-color: rgb(206 239 255 / 35%); 
	
}

.inst_connect_steps_content1 {
	font-weight: 600;
    white-space: normal;
    color: #26455d;
    font-size: 18px;
}
.right_intro_pages .inst_inner_bg1 {
	background-color: #f5f5f5;
}
.inst_assitance_link:hover,
.inst_assitance_link:active,
.inst_assitance_link {
	cursor: pointer;
	font-size: 22px;
	color: #29abe2;
	font-weight: 500;
	word-break: break-word;
}
@media (max-width: 575.98px) {
	.mobile_head_btn .header_buttons {
		text-align: center;
		width: 120px;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.influencers_of_tweeter_wrapper {
		min-height: 262px;
	}
	.influencers_of_tweetter_desc {
		font-size: 18px !important;
	    line-height: 26px;
	}
	.case_study_video {
		width: 100%;
		height: 330px;
	}
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}
@media (min-width: 768px) {
	.ebook_model_dialog {
	    max-width: 700px;
	}
	.users_review_comment {
	    font-size: 18px;
	    line-height: 24px;
	}
	.inst_box_heading {
		font-size: 22px;
	}
	.inst_left_steps li {
		font-size: 16px;
	}
	.inst_tweetfull_primary_btn .btn_icon {
    	margin-left: 35px;
    }
}
@media (min-width: 992px) {
	.tweetfull_navbar_outter {
		padding-top: 10px;
		padding-bottom: 10px;
		box-shadow: 0px 3px 8px 0px #e0e0e0;
	}
	.navbar-expand-lg .navbar-nav .tweetfull_main_menu_link,
	.navbar-expand-lg .navbar-nav .tweetfull_main_menu_link:hover {
		font-size: 18px;
		padding: 10px 18px;
		display: inline-block;
		/* font-weight: 500; */
		font-family: 'calibribold';
	}
	.header_buttons,
	.header_buttons:hover, 
	.tweetfull_primary_btn,
	.tweetfull_primary_btn:hover {
		font-size: 16px;
		padding: 6px 15px;
	}
	.main_banner_tit_txt {
		font-size: 40px;
		line-height: 44px;
	}
	.main_banner_tit_txt span {
		color: #2b83fd;
	}
	.main_banner_tit_txt_right {
		font-size: 28px;
	}
	.iframe_container {
		max-width: 500px;
	}
	.shadow_container {
		margin-top: -15px;
	}
	.tweetfull_primary_btn {
		box-shadow: 1px 3px 13px rgb(45 45 45 / 48%);
	}

	/* Users count Wrapper starts  */
	.users_count_wrapper img {
		width: 50px;
	}
	.users_count_tit {
		font-size: 32px;
		line-height: 48px;
	}
	.users_count_num {
		font-size: 48px;
		line-height: 48px;
	}
	/* Users count Wrapper Ends  */

	/*About Business Starts */
	.about_business {
		font-size: 30px;
		line-height: 48px;
	}
	.valuesin_aboutus_wrapper {
		padding: 20px;
	}
	.valuesin_aboutus_title {
		font-size: 22px;
		line-height: 30px;
	}
	.valuesin_aboutus_desc {
		font-size: 18px;
	    line-height: 30px;
	}
	/*About Business Ends */

	/* Who is for tweetfull Starts */
	.who_is_for_tweetfull {
		background-color: #f3f3f3;
		padding: 15px 15px;
	}
	.who_is_for_tweetfull_title {
		font-size: 32px;
	    line-height: 42px;
	    color: #222e41;
	    font-weight: 700;
	}
	.who_is_for_tweetfull_desc {
	    line-height: 36px;
	}
	.user_review_img {
		margin-bottom: -40px;
	}
	.user_review_wrapper {
		background-color: #FFF;
	    padding: 56px 20px 20px 20px;
	    min-height: 130px;
	    box-shadow: 0px 0px 10px rgb(191 191 191);
	    background-image: url(../img/reviews/twitter_logo_copy.png);
	    background-repeat: no-repeat;
	    background-position: top 10px right 10px;
	    background-size: 30px;
	    min-height: 209px;
	}
	.users_review_comment {
		font-size: 16px;
		line-height: 24px;
	}
	.users_review_comment span {
		font-size: 26px;
	}
	.influencers_of_tweeter_wrapper {
	    padding: 12px 15px 15px 15px;
	    max-width: 500px;
	    position: relative;
	}
	.influencers_of_tweeter_img {
		position: absolute;
	    width: 130px;
	}
	.as_if {
		/*max-width: 530px;*/
	}
	.influencers_of_tweeter_img {
	    left: 0px;
	    top: 56px;
	}
	.influencers_of_tweetter_tit {
		font-size: 28px;
	    letter-spacing: 0px;
	    line-height: 38px;
	    color: #222e41;
	    font-weight: 600;
	}
	.influencers_of_tweetter_desc {
		font-size: 22px;
	    letter-spacing: 0px;
	    line-height: 30px;
	    color: #3f3f3f;
	    font-weight: 400;
	    padding-left: 130px;
	}
	.bus_own .influencers_of_tweetter_desc {
		font-size: 20px;
	}
	.blog {
		margin-top: 52px;
	}
	.markt {
	    margin-top: 62px;
	    margin-left: 103px;
	}
	/* Who is for tweetfull Ends */
	/** How to get staarted */
	.how_to_get_started_tit {
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 55px;
		color: #262832;
		font-weight: 700;
		text-transform: uppercase;
	}
	.how_to_get_started {
		display: block;
		width: 299px;
		height: 67px;
		background-repeat: no-repeat;
		background-position: center;
		font-size: 14px;
		line-height: 20px;
		color: #6e848f;
		font-weight: 600;
		text-align: left;
		padding: 15px 25px 15px 55px;
	}
	.how_to_get_started_step_1 {
		background-image: url(../img/howto_get_started/1.png);
		color: #6e848f;
		padding: 25px 25px 15px 55px;
	}
	.how_to_get_started_step_2 {
		background-image: url(../img/howto_get_started/2.png);
		color: #40c1d0;
	}
	.how_to_get_started_step_3 {
		background-image: url(../img/howto_get_started/3.png);
		color: #1abc9c;
	}
	.how_to_get_started_step_4 {
		background-image: url(../img/howto_get_started/4.png);
		color: #f9a825;
	}
	.how_to_get_started_step_5 {
		background-image: url(../img/howto_get_started/5.png);
		color: #e64a19;
		padding: 25px 25px 15px 60px;
	}
	/* How to get staarted */
	/* strtagic_more_tit */
	.strtagic_more_tit {
		font-size: 30px;
		color: #222e41;
		font-weight: 700;
		text-transform: uppercase;
	}
	.strtagic_more_desc_bg, .strtagic_more_desc_bg_left {
		background-color: #f2f7ff;
	    border-bottom-left-radius: 8px;
	    border-top-left-radius: 8px;
	}
	.strtagic_more_desc_bg_left {
		background-color: #f2f7ff;
	    border-bottom-right-radius: 8px;
	    border-top-right-radius: 8px;
	}
	.mid_img {
		width: auto;
	}
	.strtagic_more_desc {
		font-size: 22px;
	}
	/* Tweetfull AI engine Starts */
	.tweetfull_strategic_ai_engine_intro {
		font-size: 22px;
	    color: #222e41;
	    font-weight: 500;
	}
	.tweetfull_strategic_ai_engine_points, .our_belief_ul {
		list-style: none;
		padding: 0;
		margin: 0;
		padding-left: 25px;
	}
	.tweetfull_strategic_ai_engine_points li, .our_belief_ul li {
		font-size: 16px;
	    line-height: 22px;
	    color: #222e41;
	    font-weight: 400;
		list-style-image: url(../img/check-icon.png);
		margin-bottom: 15px;
	}
	/* Points Of Tweetfull Starts */
	.some_points_of_twetfull {
		font-size: 32px;
	    line-height: 42px;
	    color: #222e41;
	    font-weight: 700;
	}
	.some_points_of_twetfull_desc {
		font-size: 20px;
	    color: #222e41;
	    font-weight: 500;
	    margin-top: 8px;
	}
	/* Footer section  */
	.footer_outter {
		/* background-color: #2b83fd;
		padding: 25px 0px; */
		background-color: #001f33;
		padding: 35px 0px;
		float: left;
		width: 100%;
	}
	.order-1 {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer_link_items {
		/* display: inline-block;
		color: #FFFFFF;
		font-size: 16px;
		padding: 10px 15px;
		font-weight: 500; */
		display: inline-block;
		color: #FFFFFF !important;
		font-size: 18px;
		padding: 10px 15px;
		font-family: 'calibribold';
		/* font-weight: 500;
		text-transform: uppercase; */
	}
	.cpy_txt {
		/* color: #222e41;
		font-size: 12px;
		font-weight: 500;
		margin-top: 5px; */
		color: #fff;
		font-size: 10px;
		font-weight: 500;
		margin-top: 5px;
		position: absolute;
		text-transform: uppercase;
	}
	/* About Us Page starts Here */
	.abount_us_left_desc, .abount_us_right_desc {
    	line-height: 28px;
	}
	.our_story_right_sec {
		margin-top: -250px;
	}
	.fast_forward_today h2 {
		font-size: 32px;
		line-height: 48px;
	}
	.our_belief_ul li {
		font-weight: 500;
	}
	/* About Us Page Ends Here */
	/* Plan Page Starts Here */
	.plan_adv_title, .plan_adv_subtitle {
		font-size: 32px;
	}
	.plan_adv_subtitle {
		font-size: 28px;
	}
	.plan_type_grp {
		border-radius: 25px;
	}
	.plan_type_label {
		font-size: 16px;
		padding: 4px 14px;
	}
	.plan_tooltip {
		top: -33px;
		padding: 4px 7px;
		left: 30px;
	}
	.monthly_tooltip {
		left: auto;
		right: 30px;
	}
	.plan_tooltip:after {
	    top: 100%;
	    left: 50%;
	    margin-left: -5px;
	    border-width: 5px;
	}
	.plan_name {
		font-size: 32px;
		padding: 5px 2px;
	}
	.plan_price sup {
		font-size: 26px;
	}
	.plan_price sub {
		font-size: 15px;
	}
	.plan_price {
		font-size: 48px;
	}
	.plan_price_hints {
		font-size: 14px;
	}
	.plan_feature_main {
		font-size: 20px;
		padding: 15px;
	}
	.plan_features_items {
		font-size: 16px;
		padding: 0px 15px;
		font-weight: 500;
		line-height: 24px;
	}
	.about_plan_hint {
		font-size: 15px;
	}
	.need_big_pal_title, .need_big_pal_desc {
		font-size: 24px;
		line-height: 34px;
	}
	.need_big_pal_desc {
		font-size: 20px;
	}
	.faq_list a.panel_title {
	    font-size: 18px;
	    padding: 20px;
	    background: url(../../img/faq_arrow.webp) no-repeat center right 20px;
	}
	.panel-collapse {
		padding: 10px;
		margin-top: 13px;
	}
	.faq_list p {
	    margin: 10px 0;
	    line-height: 24px;
	    font-size: 16px;
	}
	/* Plan Page End Here */
	/* Contact Us Page Starts */
	.contact_us_outter {
	    background-position: left 35% top 18px, left 40%, right 8.5% top 25%;
	    background-size: 100px, auto, auto;
	}
	.contact_us_title {
		font-size: 32px;
	}
	.contact_form_wrapper {
		padding: 45px;
	}
	/* Contact Us Page Ends */
	.inst_title {
		font-size: 34px;
		line-height: 57px;
		color: #192435;
	}
	.inst_title_level_one {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.inst_title_level_desc {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 5px;
	}
}

/*
div {
	background-color: #F00;
}
div div {
	background-color: #F0F;
}
div div div {
	background-color: #00F;
}
div div div div {
	background-color: #FF0;
}
div div div div div {
	background-color: #FF0;
}
div div div div div div {
	background-color: #FF0;
}
div div div div div div div {
	background-color: #FF0;
}*/

/* Veterans day offer start */

.special-offer-banner{
	background-color: #000000;
}
.special-container{
	color : #fff;	
}
.special-container .flx{
	display: flex;
	align-items: center;
	padding-right:0;
}
.special-container .special-cont-left{
	text-align: center;
	padding : 20px 0;
}
.special-container .special-cont-right{
	padding-right:0;
}
.special-container .special-cont-left .offer-btn{
	margin-top : 10px;
	border: 1.5px solid #ffffff;
	color: #FFF;
    font-size: 16px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 500;
    transition: all 300ms;
}
.special-container .special-cont-left .offer-btn:hover{
	background-color: #a0001f;
	border-color : #a0001f;
}
.special-container .tl-1{
	position: relative;
}
.special-container .tl-1 .abs-text{
	position: absolute;
    top: 35px;
    left: 50px;
    font-size: 26px;
    font-weight: bold;
}
.special-container .tl-1, .special-container .tl-3{
	font-size: 20px;
    letter-spacing: 2px;
    padding: 15px;
}
.special-container .tl-2{
	font-size: 40px;
    color: #fb2632;
}
.install_ch_ext:visited,
.install_ch_ext:hover,
.install_ch_ext {
	display: inline-block;
	border: 1px solid #179df4;
    background-color: #179df4;
    color: #FFF;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 300ms;
}

.price-card {
	display:flex; 
	justify-content:center;
	flex-wrap: wrap;
}

.support_reachout {
	font-size: 22px;
}


@media screen and (min-width: 768px) and (max-width: 992px) {
	.price-card {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;

	}
}
@media screen and (max-width: 767px) {
	.price-card {
		display: block;
	}
	.support_reachout, .inst_assitance_link {
		font-size: 18px;
	}
}
@media screen and (max-width: 640px) {
    .special-cont-right{
		text-align: center;
	}
	.special-container .flx{
		display: block;
	}
}
@media screen and (min-width: 982px) {
	.special-container .tl-1 .abs-text{
		left : 150px;
	}
	.special-container .special-cont-right .rl-1 img{
		float: right;
	}
	.case_study_video {
		width: 100%;
		height: 430px;
	}
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1280px;
	}
	.case_study_video {
		width: 100%;
		height: 570px;
	}
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1900px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1360px;
	}
}


/* contact us page input css */

.form__group {
	position: relative;
	padding: 15px 0 0;
	margin-top: 10px;
  }
  
  .form__field {
	font-family: inherit;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #d2d2d2;
	outline: 0;
	font-size: 16px;
	color: #212121;
	padding: 7px 0;
	background: transparent;
	transition: border-color 0.2s;
  }
  
  .form__field::placeholder {
	color: transparent;
  }
  
  .form__field:placeholder-shown ~ .form__label {
	font-size: 16px;
	cursor: text;
	top: 20px;
  }
  

  
  .form__field:focus ~ .form__label {
	color: #ff5b35;
  }
  
  .form__field:focus {
	padding-bottom: 6px;
	border-bottom: 1px solid #3B79B9;
	background: rgba(59, 121, 185, 0.1);
  }

  .contact_form_inputs {
	border-radius: 0px !important;
	border-bottom: 1px solid #3B79B9 !important;
  }

  .connection_error {
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	max-width:100%;
  }
  .connection_error_video {
	height: 60vh;
  }

  @media (max-width: 767px) {
	.connection_error {
		position: relative;
		display: block;
		margin-bottom: 20px;
	}
	.connection_error_video {
		height: auto;
	}
  }
  /* #plans_clr .panel-collapse {
	border-top: 1px solid #ff5b35;
  }
  #plans_clr .panel {
	border: 1px solid #ff5b35;
  } */
  @media (min-width: 576px) and (max-width: 767.98px) {
  .testimonal-card {
	padding: 36px 32px;
	background-color: #fff;
	border:1px solid #f5f5f5;
	/* box-shadow: 0 12px 100px 0 rgb(0 0 0 / 5%); */
	border-radius: 12px;
	height: auto;
	margin-right: 30px;
	max-width:100%;
	/* text-align: justify; */
	box-shadow: 0px 0px 5px 2px #f5f5f5;
}

.testimonal-card h3 {
	margin: 10px 0 10px 0;
	color: #ff5b35;
	font-weight: 600;
}
.testimonal-card p {
	font-weight: 500;
	font-size: 18px;
	   line-height: 30px;
}

.testimonal-card h5 {
	color: #f68e56;
	font-weight: 600;
	font-size: 18px;
}

  }
  @media (max-width: 575.98px) {
	.testimonal-card {
		padding: 36px 32px;
		background-color: #fff;
		border:1px solid #f5f5f5;
		/* box-shadow: 0 12px 100px 0 rgb(0 0 0 / 5%); */
		border-radius: 12px;
		height: auto;
		margin-right: 30px;
		max-width:100%;
		/* text-align: justify; */
		box-shadow: 0px 0px 5px 2px #f5f5f5;
	}

	.testimonal-card h3 {
		margin: 10px 0 10px 0;
		color: #ff5b35;
    	font-weight: 600;
	}
	.testimonal-card p {
		font-weight: 500;
		font-size: 18px;
   		line-height: 30px;
	}

	.testimonal-card h5 {
		color: #f68e56;
    	font-weight: 600;
		font-size: 18px;
	}
  }
  @media (min-width: 768px) {
	.testimonal-card {
		padding: 36px 32px;
		background-color: #fff;
		border:1px solid #f5f5f5;
		/* box-shadow: 0 12px 100px 0 rgb(0 0 0 / 5%); */
		border-radius: 12px;
		height: 260px;
		margin-right: 30px;
		max-width:480px;
		box-shadow: 0px 0px 5px 2px #f5f5f5;
	}

	.testimonal-card h3 {
		margin: 10px 0 10px 0;
		color: #ff5b35;
    	font-weight: 600;
	}
	.testimonal-card p {
		font-weight: 500;
		font-size: 18px;
   		line-height: 30px;
	}

	.testimonal-card h5 {
		color: #f68e56;
    	font-weight: 600;
		font-size: 18px;
	}
  }

  .case-container {
	margin: 80px auto;
  }

  .desc_section {
	/* height: 100px;  */
	background: #fff; 
	float:left; 
	width:100%;
	box-shadow: 0px 15px 25px -10px rgba(0,0,0,0.05);
    border-radius: 0.25rem;
	padding: 20px;
	/* height:510px; */
  }

  .desc_title h2 {
	font-size: 28px;
	/* font-weight: 700; */
	font-family: 'calibribold';
	line-height: 1.5;
	color: #26455d !important;
  }
  .desc {
	margin: 20px 0 0 0;
  }

  .desc p, .desc ul li {
	line-height: 1.8;
    font-size: 18px;
    font-weight: 400;
  }

  .read-more {
	background: rgba(0, 78, 149, 0.3) url(../../img/arrow_right.svg);
    color: rgba(0, 78, 149, 1) !important;
    /* font-weight: 500; */
    border: 1px solid rgba(0, 78, 149, 1);
    padding: 5px 20px;
    font-family: 'calibribold';
    border-radius: 20px;
    text-align: left;
    font-size: 12px;
    background-position: 91%;
    background-repeat: no-repeat;
    width: 120px;
    float: left;
  }

  .button_section {
	padding-bottom: 20px;
	float: left;
  }
  .thumbnail-img {
	overflow: hidden;
  }
  /* .thumbnail-img img{
	transition: 0.5s all ease-in-out;
  }
  .thumbnail-img:hover img{
	transform: scale(1.5);
} */

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

.detail-section-title h4 {
	/* font-weight: 700; */
	font-family: 'calibribold';
	padding-bottom: 20px;
	font-size: 24px;
}

.usecasebuttons {
	background: #ff5b35;
    color: #fff !important;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 8px;
    margin-right: 5px;
}

.desc_sec_hght {
	height:515px;
}

@media(max-width: 767px) {
	.desc_sec_hght {
		height:520px;
	}
}

@media(min-width: 767px) and (max-width: 992px) {
	.desc_sec_hght {
		height:600px;
	}
}

.clr-conversion {
	background: #34495E;
}

.clr-fav {
	background: #C0392B;
}
.clr-followed {
	background: #8E44AD;
}
.clr-followers {
	background: #2980B9;
}

.result-desc {
	width: 18px;
    height: 18px;
    /* float: left; */
    vertical-align: middle;
    display: inline-block;
	border-radius: 5px;
}

.txt-conversion, .txt-fav , .txt-followed , .txt-followers  {
	vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}
.displayv {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .contact_us_outter {
	background: url('../v5/img/Content_us.webp');
	background-position: top left;
	background-repeat: no-repeat;
} */

.border {
    border: 1px solid #f5f5f5;
}

.plan_tooltip_quarterly {
	position: absolute;
	top: -33px;
	background: #fff;
	padding: 4px 7px;
	color: #3B79B9;
	border-radius: 10px;
	font-weight: 700;
	left: 114px;
	box-shadow: 0 4px 11px 0 rgb(0 0 0 / 12%);
}

.plan_tooltip_quarterly:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.plan_tooltip_monthly {
	position: absolute;
	top: -33px;
	background: #fff;
	padding: 4px 7px;
	color: #3B79B9;
	border-radius: 10px;
	font-weight: 700;
	left: 208px;
	box-shadow: 0 4px 11px 0 rgb(0 0 0 / 12%);
}

.plan_tooltip_monthly:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.fontcalibribold {
	font-family: 'calibribold' !important;
}

.plan_sec11_font{
	font-weight: 600;
}



.dark-blue {
    background-color: #26455D;
    border-radius: 15px;
    padding: 17px;
    height: 310px;
}

.dark-blue h3, .dark-blue p {
    color: #fff;
}



.light-blue {
    background-color: #179DF4;
    border-radius: 15px;
    padding: 17px;
    height: 310px;
}

.light-blue h3, .light-blue p {
    color: #fff;
}

.light-blue-clr {
 background-color: #64B2EE;
 float: left;
 width:100%;   
 padding: 30px 0px;;
 color: #fff !important;
}

.font25 {
	font-size: 22px;
}

.calibribold {
	font-family: 'calibribold';
}
.calibriregular {
	font-family: 'calibriregular';
}

.margin_top {
	margin-top: 50px;
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.light-blue {
		height: 445px;
	}
	.mobile-padding {
		padding-top: 20px;;
	}
}


.feature_title {
	font-size: 20px;
	font-weight: 700;
	font-family: 'calibriregular';
}

.feature_desc {
	font-size: 18px !important;
	font-weight: 500;
	font-family: 'calibriregular';
}

.bg-color- {
	background-color: #0D1D41;
}

.color-white {
	color: #fff;
}

.footer_sticky {
	position: fixed;
	left:0px;
	bottom: 0px;
}
.pw-label-left {
	text-align: left !important;
}
.pw-label-right {
	text-align: right !important;
}
.reconnect-instr-btn {
	background: #122f48;
    border-radius: 22px;
    padding: 10px 10px;
    color: #fff !important;
    font-size: 16px;
}

.inst_connect_steps_content1 div {
	padding-bottom: 10px;
}
@media (max-width: 767px) {
	.footer_sticky {
		position: relative;
	}
	.pw-label-left, .pw-label-right {
		text-align: center !important;
	}
}

.buttonRocking {
    animation: rocking 1s infinite;
    animation-timing-function: ease-out;
    transition: .1s;
    }
    
    @keyframes rocking {
    0% { transform: rotate(0deg) }
    25% { transform: rotate(0deg) }
    50% { transform: rotate(2deg) }
    75% { transform: rotate(-2deg) }
    100% { transform: rotate(0deg) }
    }

	@media (max-width: 767px) {
		.dynamic_img_width {
			width: 70px !important;
		}
		.star_width {
			width: 120px !important;
		}
		.cpy_txt {
			color: #fff !important;
		}
	}
.maintenance_message {
	width:100%;
	float:left;
	background-color: red;
	color: #fff;
	margin-top: 25px;
	font-size: 22px;
}
.maintenance_message span {
	padding: 5px 0px 0px 0px !important;
	display: inline-block;
}

.footer_fixed {
	position: fixed;
	bottom: 0px;
}

.relative {
	position: relative;
}
.maintenance_section {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
	font-size: 24px;
	width: 500px;
	text-align: center;
}

#plan_id_2 {
	/* border: 2px solid #3B79B9; */
	/* display: inline-block; */
      padding: 5px;
      /* border: 2px solid; */
      /* border-color: #3B79B9; */
      border-radius: 10px;
      /* animation: expand 3s infinite; */
}

.relative {
	position: relative;
}

.recommend {
	position: absolute;
    top: -28px;
	font-size: 19px;
    left: 50%;
    transform: translateX(-50%);
	font-weight: 600;
}

@keyframes expand {
	0% {
	  border-width: 0;
	}
	50% {
	  border-width: 10px;
	}
	100% {
	  border-width: 0;
	}
  }
.feature-page {
	background: #f7f7f7;
}
.count-bg {
	background: rgba(59, 121, 185, 0.5);
    color: rgba(59, 121, 185, 1);
    border: 1px solid rgba(59, 121, 185, 1);
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

.bg_white {
	background: #fff;
	padding: 20px 0px 20px 0;
}

.plan_types_outter_features {
	border: 1px solid #d9e3ea;
    border-radius: 16px;
	background-color: #fff;
	padding: 16px;
}

.plan_name_feature {
	font-size: 16px;
    border-radius: 12px;
    /* width: 150px; */
	background: #3B79B9;
	color: #fff;
	text-align: left;
	font-family: 'calibribold';
	padding: 5px 10px;
    display: inline-block;

}

.plan_desc {
	font-size: 14px;
	font-weight: 400;
}

.plan_amt {
	color: #3B79B9;
	font-size: 32px;
	font-family: 'calibribold';
}

.plan_month {
	color: #3e5a6b;
	font-size: 14px;
}

.plan_features_item {
	font-size: 16px;
    padding: 10px 15px;
    color: #26455d;
    line-height: 24px;
    font-weight: 500;
	border-top: 1px solid #d9e3ea;
	border-bottom: 1px solid #d9e3ea
}

.feature_btn {
	border: 1px solid #d9e3ea;
    color: #26455d;
    display: block;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
	font-family: 'calibribold';
	background: #fff;
	width: 98%;
}

.feature_btn:hover {
	color: #26455d;
}

.plan_type_auth {
	background: linear-gradient(to bottom, #a6c8e6, rgba(166, 200, 230, 0)) !important;
}

.weight {
	font-weight: 600;
}