@import url(https://fonts.googleapis.com/css?family=Muli:400,500,600,600i,700,700i&display=swap);
body {  
    margin: 0;
    padding: 0;
	outline: 0;
	font-family: Muli, sans-serif;
	box-sizing: border-box;
}
.container {
    max-width: 1270px;
	font-family: Muli, sans-serif; 
}
li {
    font-size: 17px;
}
p {
    font-size: 17px;
    font-weight: 500;
}
.heading{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #15325c;
}
.main_content_section{
	overflow: hidden;
    position: relative;
}
.main_content_section::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 87vh;
    background-color: #edf5ff;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: scale(1.9);
}
.main_content_section .product_title{
	font-size: 30px;
    font-weight: 600;
}
.main_content_section .user_rating{ 
    font-weight: 600;
}
.main_download_btn{ 
	border-radius: 4px;
    text-align: center;
    background-color: #01bcd4;
    padding: 8px 30px;
    display: inline-block;
    color: #fff;
    box-shadow: 0px 6px 6px #cbd8db;
	font-weight: 600;
	font-size: 18px;
	position: relative;
}
.main_buy_btn{ 
	border-radius: 4px;
    text-align: center;
    background-color: #303335;
    padding: 8px 30px;
    display: inline-block;
    color: #fff;
    box-shadow: 0px 6px 6px #cbd8db;
	font-weight: 600;
	font-size: 18px;
	position: relative;	transition:0.3s;
}
.main_download_btn:hover{  
    color: #fff; 
	text-decoration: none;
	background-color: #28a4b4;
	transition:0.3s
}
.main_buy_btn:hover{  
    color: #fff; 
	text-decoration: none;
	background-color: #505557;
	transition:0.3s;
}
.main_download_btn small{
	display: block;
	font-weight: 100;
}
.main_buy_btn small{
	display: block;
	font-weight: 100;
}
.main_content_list{
	border-radius: 10px;
	padding: 30px;
	background-color: #fff;
}
.main_content_list ul li{
	padding-bottom: 10px;
}
/* .main_content_list ul li:last-child{
	padding-bottom: 0px;
} */
.shadow_blue{
    box-shadow: 0px 7px 12px #01bcd633;
}
.list-icons-right li::before{
	content: '\203a';  
	font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
    color: #362529;
}
.main_list_acc{
    padding: 0;
    list-style: none;
}
.main_list_acc li {
    display: inline-flex;
    border: 1px solid #019ad4;
    border-radius: 3px;
    padding: 6px !important;
    margin-right: 15px;
    margin-top: 8px;
}
.main_list_acc li a{
    color: #019ad4;
}
.main_list_acc_new li { 
    border: 1px solid #019ad4;
    border-radius: 3px;
    padding: 6px !important;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.main_list_acc_new li a{
    color: #019ad4;
}
.need_section{
    background-color: #111117;
    padding: 80px 0px;
}
.light_text{
    color: #b6b9c6;
}
.light_text_bluebg{
    color: #666666;
}
.need_section_box{
    background-color: #19191f;
    padding: 20px;
    height: 100%;
}
.star_rating_n li {
    list-style: none;
    display: inline-block;
    margin-left: -8px;
    color: #ff8b2d;
}
.star_rating_n li:first-child { 
    margin-left: 0px; 
}
.padding_cmn{ 
    padding: 80px 0px 40px;
} 
.padding_cmn_down{ 
    padding: 0px 0px 80px;
} 
hr.dotted_line{
    width: 3rem;
    height: 2px;
    background: #1a61a8;
    border: 0;
    position: relative;
}
hr.dotted_line::before{
    content: "";
    position: absolute;
    top: 0;
    left: -22px;
    width: 1rem;
    height: 2px;
    background: #1a61a8;
    border: 0;
}
.overview_section{
    position: relative;
}
.overview_slider_content {
    background-color: #fff;
    padding: 30px;
    /* border-radius: 6px; */
    /* box-shadow: -2px 0px 4px #00000047; */ 
    border: 1px solid #edf5ff;
    height: 98%;
}
.overview_slider_image {
    background-color: #fff;
    padding: 10px;
    border-radius: 6px; 
}
.overview_slider_content::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 19px solid #fff;
    border-bottom: 18px solid transparent;
    position: absolute;
    right: -3px;
    top: 45%;
}
/* .slider_heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.slider_number {
    color: #c7c7c7;
    font-size: 38px;
    font-weight: 700;
}
.carousel-control-prev-icon {
    background-image: url(../img/arrow-left.svg);
}
.carousel-control-next-icon {
    background-image: url(../img/arrow-right.svg);
}
.carousel-control-next, .carousel-control-prev { 
    width: 1%; 
    opacity: 1; 
}
.carousel-control-prev {
    left: -40px;
}
.carousel-control-next {
    right: -40px;
}
.overview_section{
    background-image: url(../img/wave.svg);
    background-repeat: no-repeat;
}
.features_section .media{
    min-height: 335px;
    padding: 45px 30px;
    border-radius: 7px;
    margin-top: 40px;
    box-shadow: 0 0 10px #e7e7e7;
    border-bottom: 2px solid #4ac4f3;
    position: relative;
} 
.features_section .media img{
    margin-right: 20px; 
}
.features_section .media .media-body p{
    color: #666666;
    margin-bottom: 0;
    line-height: 1.7;
}
.features_section .media .media-body h4{
    font-weight: 600;
    padding-bottom: 15px;
}
.features_section .media::after{
    position: absolute;
    left: 44px;
    top: 40px;
    content: "";
    height: 70px;
    width: 70px;
    line-height: 100%;
    background: linear-gradient( 
        62.5deg
         , transparent, rgb(228 252 255));
    border-radius: 50%; 
}
.bg_gray{
    background-color: #f3f3f3!important;
}
.table_section{
    background-color: #f3f3f37a!important;
}
.table_section .table_bg {
    background-color: #19191f;
    position: sticky;
    top: 43px;
}
.table_section .table thead tr th{
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
}
.table_section .table td, .table th {
    padding: 15px; 
}
.table_sidebar{
    background-color: rgb(231, 231, 231);
    padding: 40px 20px;
    position: sticky;
    top: 43px;
}
.green_dot{
    width: 20px;
} 
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
content: '';
width: 2px;
height: 14px;
background: #333;
position: absolute;
top: calc(50% - 7px);
left: calc(0rem + 6px);
display: block;
transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
transform: rotate(180deg);
}
.accordian_icon_padding{
    padding-left: 30px;
}
.specifi_accor .card{
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.speci_sidebar{
    background-color: #f3f9ff;
    padding: 30px;
}
.upper_spec_title { 
    color: #0097ed;
    font-weight: 600;
    letter-spacing: 1.6px;
    margin-bottom: 6px;
}
.speci_sidebar .sidebar_spe_links p a{
    color: black;
}
.speci_pad{
    padding-top: 31px;
}img.speci_svg_icon {
    width: 17px;
    margin-right: 4px;
} 
.bg_blue {
    background-color: #f3f9ff;
    padding: 80px 0px;
} 
.client_review .media p{
    color: #666666;
}
.partition_line {
    width: 2px;
    height: 100%;
    background: linear-gradient(136deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 49%, rgba(255,255,255,1) 100%);
    margin-left: 44%;
}
.owl-carousel .owl-item img {
    display: block;
    width:auto;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3983f1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #6bc1f3;
}
.owl-dots .owl-dot{
    background: #6bc1f3;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #6bc1f3; 
    padding: 7px;
}
.award_section {
    box-shadow: 0 0 8px #6bc1f3;
}
.our_product {
    text-align: center;
    border: 1px solid #5ac4f3;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 2px #efefef;
    margin-bottom: 22px;
}
.our_product img {
    width: 110px;
    margin-bottom: 15px;
}
.our_product h5 a:hover{
    color: #000;
    text-decoration: none;
}
.our_product p{
    margin-bottom: 0;
}
.need_section_box img{
    height: 90px;
}
.features_section .media img {
    width: 84px;
    z-index: 999;
}
.video-player img {
    width: 100%;
    height: 421px;
}.video-player iframe {
    width: 100%;
    height: 421px;
}
.sticky_top_bar {
    background-color: #02bbd5;
    z-index: 99;
    text-align: center;
    position: absolute;
    top: -150px;
    left: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
}
.top_bar {
    position: fixed !important;
    top: 0px !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999;
}
.sticky_top_bar ul {
    margin-bottom: 0px;
    padding:0
}
.sticky_top_bar li {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: middle;
} 
.sticky_top_bar li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 12px 10px 10px;
}
@media (max-width:894px) {
    .top_bar li a span{
        display: none;
        margin:0
    }
    .top_bar li{ 
        margin:0
    }
}
@media (max-width:400px) {
    .padding_cmn {
        padding: 20px 0px 20px;
    } 
}
@media (max-width:871px) { 
    .container{
        overflow: hidden;
    }
    .main_download_btn{
        /* display:block; */
        margin-bottom: 15px;
        margin-right: 0 !important;
    }
    .main_buy_btn{
        /* display:block; */
    }
}

/* --------------------------------------- Index page --------------------------------- */
/* ----------------------------------------------------------------------------------- */

.main_slider_section {
    padding: 100px 0px;
}
.main_slider_section .mainp_title {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    color: #15325c;
}
.main_slider_section .mainp_title span{
    color: #15325c;
}
.main_slider_section .light_text_bluebg{
    color: #15325c;
}
.mainp_search input{
    padding: 32px;
    border: transparent;
    box-shadow: 0px 2px 13px 1px #ddd;
}
.mainp_search_apppend{
    background-color: #1a61a8;
    color: #fff;
    padding: 20px;
}
.mainp_search_apppend:hover{ 
    color: #fff; 
}
ul.browse_category_list {
    display: inline-flex;
    padding: 0;
}
ul.browse_category_list li{
    display: inline-flex; 
}
ul.browse_category_list li a {
    display: inline-flex;
    padding: 3px 4px;
    background: #1a61a8;
    margin-left: 9px;
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
}
ul.browse_category_list li a:hover {
    color: #ffffff;
}
.mainp_slider {
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/slider/circle.png);
    background-position: center;
    background-repeat: no-repeat; 
    background-size: contain;
}
/* .before_dotted_test::before {
    content: "";
    background-image: url(../img/dotted-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -88px;
    left: -69px;
    z-index: -1;
    background-repeat: no-repeat;
} */
.mainp_slider .slider_svg { 
    height: 90px; 
}
.home_carousel {
    position: relative;
    top: 44%;
    width: 17%;
    left: 42%;
}
.s_cat_blk:hover {
    background-color: #01bcd6;
    color: #fff;
    transition: 0.3s;
}
.s_cat_blk:hover a{ 
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}
.s_cat_blk a{ 
    color: #000; 
}
.s_cat_blk:hover {
    background-color: #1a61a8;
    color: #fff;
    transition: 0.3s;
}

.s_cat_blk {
    background-color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0 10px 3px #1a61a838;
    padding: 40px 12px 25px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s;
    cursor: pointer;
}
.s_cat_blk i{
    background-color: #1a61a8;
    text-align: center;
    padding: 15px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
}
.s_cat_blk:hover i{
    background-color: #fff;
    color: #1a61a8;
    transition: 0.3s;
}
.modal-header .close {
    padding: 4px 9px 6px;
    margin: -3px -4px auto;
    background-color: #d6d6d6;
    border-radius: 4px;
}
.screenshot_slider .owl-nav {
    margin-top: 0;
}
.screenshot_slider .item p {
    margin-bottom: 0;
}
.screenshot_slider .owl-nav button.owl-next, .screenshot_slider .owl-nav button.owl-prev { 
    font-size: 28px;
    margin-right: 20px;
}
.screenshot_slider .owl-nav [class*=owl-]:hover {
    background: #ffffff;
    color: #000;
    text-decoration: none;
}
.browse_btn {
    background-color: #1a61a8;
    padding: 13px 20px;
    border-radius: 4px;
    color: #ffffff;
}
.browse_btn:hover {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 0 10px 3px #1a61a83d;
}
.expert_first_blk{
    background: url(../../assets/img/windows-webbanner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 9rem;
    flex: 0 0 50%;
}
.expert_first_blk p{
    color: #ffffff;
    margin: 31px 0 41px;
}
.expert_2_blk{
    background: url(../../assets/img/mac-webbanner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 9rem;
    flex: 0 0 50%;
} 
.expert_2_blk p{
    margin: 31px 0 41px;
} 

.relaated_btn {
    background-color: #ffffff;
    padding: 13px 35px;
    border-radius: 74px;
    box-shadow: 0px 0px 0px 4px #fff3;
    transition: 0.3s;
    color: #011f42;
}
.relaated_btn:hover {
    text-decoration: none;
    box-shadow: 0px 0px 0px 0px #fff3;
    transition: 0.3s;
    color: #011f42;
}
.expert-section {
    display: flex;
}
.counter-sec{
    background: url(../../assets/img/counter-bg.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter .light_text{
    color: #fff;
}
.counter.count-1{
    margin-left: 50%;
}
.counter.count-2{
    margin-left: 40%;
}
.counter.count-3{
    margin-left: 30%;
}
.num-inc {
    font-size: 70px;
    font-weight: 800;
    color: #ffffff;
}
.num_font{
    font-size: 70px;
    font-weight: 800;
    color: #ffffff;
}
.num_flex{
    display: flow-root;
    align-self: center;
}
img.img-fluid.svg-logo {
    padding: 29px 80px 0;
}
.chosen_section{
    background-color: #f3f3f3;
}
.chosen_section p{
    color: #00bcd4;
    text-transform: uppercase;
}
.chosen_section h4{
    color: #444444; 
}
.chosen_btn {
    background-color: #00bcd4;
    border-radius: 2px;
    padding: 9px 25px;
    color: #fff;
}
.chosen_btn:hover{ 
    color: #fff;
}
.chosen_image img{
    background: #fff;
    border: 5px solid #1a61a8;
    border-radius: 50%;
    width: 140px;
    height: 140px;
}
.mreview_user {
    text-align: center;
}
.mreview_image h4 { 
    color: #03bdd5;
    font-weight: 700;
}
.light_text{
    color: #757982;
}
.client-reviews{
    background: url(../../assets/img/client-bg.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}
.mreview_image ul li {
    list-style: none;
    display: inline-block;
    color: #ffaa00;
    font-size: 20px;
    width: 20px;
}
.mreview_text{
    text-align: left;
}
.blog_section {
    background: linear-gradient(180deg, #f2f2ff, transparent);
}
.blog_post h4.h2 { 
    font-weight: 700;
}
.blog_post ul li a {
    color: #333333;
    font-weight: 700;
    font-size: 16px;
}
.blog_post ul li {
    border-bottom: 1px solid #e2e2e2;
    margin: 15px 0px;
    padding-bottom: 15px;
}
.blog_post ul li:last-child {
    border-bottom: 0;
    margin: 0px;
    padding-bottom: 0;
}
.blog_post_image {
    background-color: #fff;
    padding: 20px;
    /* min-height: 100%; */
    box-shadow: 0 0 5px #cacaca91;
    border-radius: 4px;
    transition: 0.5s;
}
.blog_post_image h5 a {
    color: #15325c;
    font-weight: 700;
    text-decoration: none;
}
.blog_post_image h5 {
    padding: 17px 0 13px;
}
.blog_post_image a {
    color: #15325c;
}
.news_blog {
    box-shadow: 0 0 5px #cacaca91;
    border-radius: 4px;
    padding: 20px 16px;
    transition: 0.5s;
}
.news_blog h5 {
    color: #4a4a4a;
    font-weight: 700;
}
.news_blog a {
    color: #15325c;
}
.date_blog{
    font-size: 15px;
}
.date_blog {
    font-size: 12px;
    color: #15325c;
    border-radius: 18px;
    padding: 3px 7px 2px;
    background-color: #15325c2e;
}
/* .date_blog {
    font-size: 13px;
    color: #827f82; 
    border-radius: 18px;
    padding: 2px 7px;
} */
.hover_box:hover{
    transform: scale(1.05);
    transition: 0.5s;
}
.main_page_slider {
    background: linear-gradient(360deg, #f2f2ff, transparent);
}
.main_page_slider:before {
    content: "";
    background-image: url(../img/index-banner.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
}

.buynew-btn {
    background: #0c2e50;
    border: 1px solid #0c2e50;
    color: #fff!important;
    padding: 10px 8px !important;
    font-size: 14px;
    border-radius: 4px;
    transition:0.5s;
}
.buynew-btn:hover{
    border: 1px solid #0c2e50;
    background: #1f1f1f00;
    transition:0.5s;
    color: #0c2e50 !important;
    text-decoration: none;
}
.buynow-item table{
    border: 0;
}
.buynow-item table td{
    border: 0;
}
.buy_spe {
    background-color: #fff; 
    padding: 10px;
}
.btm-strip li {
    width: auto;
    display: inline-block;
    vertical-align: top;
    color: #000;
    line-height: 24px;
    padding: 4px 10px 4px;
    font-size: 16px;
    text-align: left;
}
.btm-strip li i {
    width: 70px;
    height: 70px;
    display: inline-block;
    /* float: left; */
    vertical-align: middle
}

.ser-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/buy-page/main-services.png) no-repeat;
    margin-right: 3px;
    vertical-align: middle
}

.btm-strip li i.bnd-1 {
    background-position: -197px 0
}

.btm-strip li i.bnd-2 {
    background-position: -290px 0
}

.btm-strip li i.bnd-3 {
    background-position: 10px 0
}

.btm-strip li i.bnd-4 {
    background-position: -98px 0
}

.btm-strip li i.bnd-5 {
    background-position: -370px 0
}

.btm-strip li div {
    display: inline-block;
    vertical-align: middle;
    margin-top: 23px
} 
.price_buy{
	border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 18px 25px 17px;
    transition: 0.3s;
    height: 100%;
}

.price_buy .heading_lice{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px
}

.price_buy .price_dollar {
    font-size: 40px;
    font-weight: bold;
    padding: 7px 0px 5px;
    margin-bottom: 0px;
}
.buyBtn {
    background: #00bcd4;
    border: 1px solid #00bcd4;
    color: #fff!important;
    padding: 8px 12px !important; 
    font-size: 14px;
    border-radius: 10px;
    width: 100%;
}
.buyBtn:hover {
    background: #00bcd400;
    border: 1px solid #00bcd4;
    color: #00bcd4 !important; 
}

.btn-paypro {
    background-color: #f57c00;
    border: 2px solid #f57c00;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.btn-paypro:hover {
    background-color: #db6f00;
    border-color: #db6f00;
    color: #fff;
}


.buy_link{
	padding-top: 1rem!important;
}
.buy_li{
	list-style: none;
	padding-left: 0 !important;
    margin:0;
    position: relative;
}
.buy_li li{
	font-size: 15px;
    line-height: 1.8;
    padding-left: 25px;
    position: relative;
}
.buy_li li::before{
	content: "\f2da";
    font-family: fontello;
    font-weight: 400;
    color: #35c5d8;
    /* margin-right: 7px; */
    left: 0;
    position: absolute;
} 
.buy_li li.text-muted::before{
    content: "\f2da";
    font-family: fontello;
    font-weight: 400;
    color: #c01010;
    /* margin-right: 7px; */
    left: 0;
    position: absolute;
}
.buy_hr{
	border: 1px solid #d4d4d4;
    margin: 25px 0px;
}

.buy_li_not li::before{
	content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400;
    color: #dc000a;
    margin-right: 7px;
    font-size: 13px;
}
.first_buy_home{
	background-color: #f1fdff !important;
    border: 1px dashed #00bcd4 !important;
	/* padding: 30px 25px 16px;
    margin-top: -11px; */
}
.first_buy_home .buy_hr {
    border: 1px solid #1a9aab61;
    margin: 25px 0px;
}
.product_bx{
	align-items: center;
    display: flex;
}
.prod_list li{
	list-style: none;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-right: 15px;
    margin-top: 10px;
}
.prod_list li::before{ 
	content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400;
    color: #099e44;
    margin-right: 7px;
    font-size: 13px;
}
.default-padding2 {
    padding: 50px 0px 69px;
}
@media screen and (min-device-width: 768px) and (max-width: 1199px){
    .price_buy { 
        padding: 30px 10px;
        word-break: break-all;
    }
    .buyBtn { 
        padding: 10px 3px !important; 
    }
    .buynew-btn { 
        padding: 10px 3px !important; 
    }
}
/* .price_buy:hover{
    transform: scale(1.1);
    transition: 0.3s;
} */
.note_brd {
    /*border: 0;    
     border-left: 6px solid #00bcd4;
    background: #f1fdff !important; */
    border: 0;
    border-left: 6px solid #00bcd4;
    background: #d7f0fb !important;
    color: #2f2f2f;
}
.buy_he{ 
    box-shadow: 0 0 4px #ddd;
}
.site-heading{
    background-color: #fff;
}
.gry-bg {
    background: #f3f3f3;
}
.site-heading {
    background-color: #0c2e50;
    color: #fff;
    padding: 60px 0px;
    margin: 0px 0px 60px;
}
.buy_tabvle .table th {
    padding: 1.2rem 0.9em;
    border-top: 0;
    background: #0c2e50;
    color: #fff;
}
.buy_tabvle .table td{
    padding: 1.2rem 0.9em;
    border: 1px solid #dee2e6; 
}
@media (max-width:894px) { 
    .buynew-btn, .buyBtn {
        width: 100%; 
        font-size: 12px; 
        display: block;
        text-align: center;
    } 
    .price_buy { 
        margin-bottom: 20px;
    }
}
@media (max-width:768px) { 
    .hide_on_img{
        display: none;
    }
}
.nav-menu.nav-menu-social>li.add-listing p{
    font-size:16px
}


@media (max-width: 1124px){
    .mainp_slider .slider_svg {
        height: 73px;
    }
}
@media (max-width: 992px){
    .mainp_slider .slider_svg {
        height: 53px;
    } 
    .home_carousel { 
        top: 47%; 
    }
    .main_slider_section .mainp_title {
        font-size: 24px; 
    }
}
@media (max-width: 1050px){
    .main_slider_section {
        padding: 50px 0px;
    }
}
@media (max-width: 675px){
    .expert-section { 
        flex-direction: column;
    }
}  
@media (max-width: 1160px){
    .num-inc {
        font-size: 70px; 
    }
    .num_font {
        font-size: 50px; 
    } 
}  
@media (max-width: 768px){
    .mainp_slider{
        display:none
    }
} 
.download_sli_tab {
    display: inline-block;
}
.download_sli_tab ul#myTab1 {
    justify-content: center;
}
.download_sli_tab li.nav-item .nav-link {
    font-size: 18px;
    border-radius: 0;
    background: none;
    color: #303335;
    font-weight: 700;
}
.download_sli_tab li.nav-item .nav-link:hover {
    color: #01bcd4;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #edf5ff;
} 
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
    border-color: #dee2e6 #dee2e6 #edf5ff;
} 
.nav-tabs .nav-link:hover {
    border-color: #e9ecef00 #e9ecef00 #e9ecef00;
}
a.buybtn-b-in {
    background: #0acfeb;
}
a.buybtn-a-in {
    background: #0d2d4f;
}
.breadcrumb_ar {
    background: #edf5ff; 
}
.breadcrumb {
    margin: 0;
    background-color: #edf5ff;
    padding: 5px 0;
}
.breadcrumb ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #0c2e50 !important;
}
.breadcrumb ul li{ 
    font-size: 14px; 
}
.breadcrumb ul li a span{
    color: #0c2e50;
}
.breadcrumb ul li a:hover{
    text-decoration: none;
}
.breadcrumb li:after {
    font-family: fontello;
    content: "\e91e";
    margin: 0 5px 0 7px;
    font-size: 12px;
    font-weight: 400;
    color: #0c2e50;
}
.breadcrumb li:last-child:after {
    content: '';
}
.modal-open .modal {
    z-index: 99999999;
}
.nav-menu>li{
    font-size:16px
}
.mainp_search form{
    display: flex;
}
@media (max-width: 1215px){
    .resp_padding{
        padding: 0 !important;
    }
}
@media (max-width: 768px){
    .mreview_user {
        text-align: left;
    }
}
#scroll {
    position: fixed;
    right: 34px;
    bottom: 8rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #0d2d4f;
    display: none; 
    -moz-border-radius: 60px; 
    border: 1px solid #ffff;
    z-index: 9999;
}
#scroll i {
    color: #fff;
    display: flex;
    justify-content: center; 
    padding-top: 8px;
    font-size: 20px;
}
#scroll:hover { 
    text-decoration: none;
    box-shadow: 0 0 22px #0f78e766;
}
.psmtc_Ik96{
    top:120px !important;
}
.ks-menu{
        max-height: 500px;
        overflow-y: auto;
    }