@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion-Regular.eot');
    src: url('../fonts/Gelion-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion-Regular.woff2') format('woff2'),
        url('../fonts/Gelion-Regular.woff') format('woff'),
        url('../fonts/Gelion-Regular.ttf') format('truetype'),
        url('../fonts/Gelion-Regular.svg#Gelion-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion-Medium.eot');
    src: url('../fonts/Gelion-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion-Medium.woff2') format('woff2'),
        url('../fonts/Gelion-Medium.woff') format('woff'),
        url('../fonts/Gelion-Medium.ttf') format('truetype'),
        url('../fonts/Gelion-Medium.svg#Gelion-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion-Bold_1.eot');
    src: url('../fonts/Gelion-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion-Bold_1.woff2') format('woff2'),
        url('../fonts/Gelion-Bold_1.woff') format('woff'),
        url('../fonts/Gelion-Bold_1.ttf') format('truetype'),
        url('../fonts/Gelion-Bold_1.svg#Gelion-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion-SemiBold.eot');
    src: url('../fonts/Gelion-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion-SemiBold.woff2') format('woff2'),
        url('../fonts/Gelion-SemiBold.woff') format('woff'),
        url('../fonts/Gelion-SemiBold.ttf') format('truetype'),
        url('../fonts/Gelion-SemiBold.svg#Gelion-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}


body {line-height: 24px; color:#000; font-family: 'Gelion', sans-serif;}
.btn, a, button {-webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -o-transition: all 250ms linear; -ms-transition: all 250ms linear; transition: all 250ms linear; }
a { text-decoration: none;}
a:hover,a:focus,a:active {color:#50575a; text-decoration: none; outline: 0; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline:none !important}
a:focus, :focus {outline: 0  !important; box-shadow:none !important}
ul{ list-style:none; padding:0}
button:focus{ outline:none}

 
/*SECTION HEADINGS*/
.all_heading{ font-size:35px;font-weight: 700;} 
.sub-heading {font-size: 20px;}
/*buttons css*/
.banner-btn{ background-color:#02ba88;font-size:20px; color: #fff;border-radius: 50px; padding: 10px 35px;font-weight: 400;
-webkit-box-shadow: 0px 5px 20px -12px rgb(0,0,0,0.7);-moz-box-shadow: 0px 5px 20px -12px rgba(0,0,0,0.7);box-shadow: 0px 5px 20px -12px rgb(0,0,0,0.7); letter-spacing:.33px}
.banner-btn:hover{  -webkit-box-shadow: 0px 5px 25px -10px rgb(0,186,136,0.7);-moz-box-shadow: 0px 5px 25px -10px rgba(0,186,136,0.7);box-shadow: 0px 5px 25px -10px rgb(0,186,136,0.7)} 

/*background-color N Text color css*/
.bg-colors{ background:#f9f7f7}
.blue{ color:#011f80}
.green{color:#01ba87}
.rounds{ border-radius:10px;} 

/*#################################################*/
/*################## MAIN STYLE ###################*/
/*#################################################*/
.top-rightimg{ position:absolute; right:0; top:-30px;}
.topcolor{ background:#f7fdff}
/*top part css*/
.top{padding:7px 0; background:#011f80;color: #fff; border-bottom:1px solid #ededed}
.top p{ padding-top: 1px; margin-bottom: 0;font-size: 14px;font-weight: 400;}
.top ul{ text-align:right; margin: 0;}
.top li {display: inline;line-height: 26px; padding-left: 15px;}
.top a{ color:#fff;font-size: 15px; border-bottom:1px solid #fff}
.top a:hover{color:#02ba88}


.site_header .navbar {transition: 0.5s all; padding:25px 0}
.site_header .navbar-brand .logo{ }
.site_header .navbar ul li a.nav-link {color: #011f80; margin-left:10px;margin-right:10px;font-weight: 500; font-size:17px;    letter-spacing: .33px; }
.site_header .navbar ul li a.nav-link:hover{color:#02ba88;}
 
/*BOOTSTRAP 4 DROPDOWN ON HOVER*/
.site_header .dropdown-menu{ border: 1px solid rgba(120,130,140,.13);border-radius: 0; box-shadow: 0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow: 0!important;-moz-box-shadow: 0!important; padding-bottom: 8px; margin-top: 0;}
.site_header .dropdown-menu .dropdown-item:hover,
.site_header .dropdown-menu .dropdown-item:focus{background-color: transparent;color: #001c4a;}
.site_header .dropdown:hover>.dropdown-menu{display: block;}


.contact-btn-top{ border-radius:50px;border:2px solid #02ba88; background-color:#f7fdff; padding: .3rem 1.6rem!important; line-height:30px; color:#02ba88 !important; text-align:center; -webkit-box-shadow: 0px 5px 20px -12px rgb(0,0,0,0.7);-moz-box-shadow: 0px 5px 20px -12px rgba(0,0,0,0.7);box-shadow: 0px 5px 20px -12px rgb(0,0,0,0.7);} 
.contact-btn-top:hover{ background: #02ba88; color: #fff !important; -webkit-box-shadow: 0px 5px 25px -10px rgb(0,186,136,0.7);-moz-box-shadow: 0px 5px 25px -10px rgba(0,186,136,0.7);box-shadow: 0px 5px 25px -10px rgb(0,186,136,0.7);}


/*HAMBURGER MENU START*/
/*Add Class "Collapsed" to "navbar-toggler" in HTML */
.site_header .navbar-toggler{padding: 0; outline: 0; color: transparent; background-color:transparent; border-color: transparent;}
.site_header .navbar-toggler:focus,
.site_header .navbar-toggler:active{outline: 0;}
.site_header .navbar-toggler .navbar-toggler-icon{position: relative; height: 2px; background-color: transparent; width: 35px; border-radius: 4px; transition: 0.3s all ease-in-out; }
.site_header .navbar-toggler .navbar-toggler-icon:before,
.site_header .navbar-toggler .navbar-toggler-icon:after{content: ""; position: absolute; display: block; height: 2px; width: 100%; background-color: #444; border-radius: 4px; transition: 0.3s all ease-in-out; }
.site_header .navbar-toggler-icon:before{top: 0; transform: rotate(45deg);}
.site_header .navbar-toggler-icon:after{bottom: 0; transform: rotate(-45deg);}
.site_header .navbar-toggler.collapsed .navbar-toggler-icon{background-color: #444;}
.site_header .navbar-toggler.collapsed .navbar-toggler-icon:before{top:-12px; transform: rotate(0);}
.site_header .navbar-toggler.collapsed .navbar-toggler-icon:after{bottom:-12px; transform: rotate(0);}

.sliderContent{ padding-bottom: 50px}
.hiwstepblock { padding-bottom: 20px}

.error, .success-msg, .processing{  color:red; padding:10px; background-color:#ffe7e7; font-size:15px; display:block; margin-bottom: 15px; font-weight: 400; margin-top: 15px;}

.success-msg{ color:#2c8500; background-color:#e1f2d9; }
.processing{ color:#1d2f68; background-color:#e8eeff; }

.isFixed {position: fixed; top: 0; right: 0;  left: 0;  z-index: 1030; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); z-index: 99; animation: smoothScroll 1s forwards;}

.site_header .isFixed {  padding: 13px 0; background:#f7fdfe;  }
.site_header .isFixed  .navbar-brand .logo {width: 190px;}
.site_header .isFixed  .contact-btn-top{ background: #02ba88;color: #fff !important;}

.dropdown-submenu{ position: relative}

.excel-temp{ padding-top: 50px; font-size: 20px;}

.download_btn{ background-color:transparent;
    font-size: 20px;
    color: #02ba88;
    border-radius: 50px;
	border:solid 2px #02ba88; 
    padding: 10px 35px;
    font-weight: 400;
    -webkit-box-shadow: 0px 5px 20px -12px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0px 5px 20px -12px rgba(0,0,0,0.7);
    box-shadow: 0px 5px 20px -12px rgb(0 0 0 / 70%);
    letter-spacing: .33px;}

/*-// css for probate page //*/
.Get__Started .contact-btn-top { font-size:15px;}
.page-banner{ text-align: center; position: relative}
	  .page-banner img{ }
.page-banner h1{position: absolute; z-index: 2;  font-size: 60px;color: #f7fcff;font-weight: 600; width: 100%; max-width:600px; left: 0; right: 0; top: 0; bottom: 0; margin-left: auto; margin-right: auto;  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);     height: 100px;  }
.leads_box {padding: 20px; padding-left:50px;  margin-top: -60px;margin-bottom: 30px; -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%); z-index: 3;
position: relative;background-image: linear-gradient(to right, #274291, #253c8a, #233682, #20317b, #1e2b74, #1d2974, #1c2675, #1c2475, #1d257c, #1d2684, #1e278b, #1f2893);}
.leads_box h4{ font-size:20px; font-weight:400; color:#fff;padding: 10px 0 0 30px; }
.leftborder{ content: "";position: absolute; right: 5px;height: 100%;width: 1px;top: 0; background-color:#000}
.spacetop{ padding:35px 0}
.Probate-top-txt{ font-size:24px; line-height: 1.6em}
.Probate-hd {font-size: 22px;font-weight: 700;color: #1d2f69;  line-height: 33px;letter-spacing:1px; text-transform:uppercase}
.Probate_txt { line-height: 27px; font-size: 17px;}
.pd-lft{ padding-left:30px}
.pd-right{ padding-right:30px} 
.Motivated{ padding:100px 0}
.Motivated h2{ font-weight:600; font-size:30px; color:#1d2f69;     line-height: 1.5em;
}
.leads_box .keyPoints{ width: 20%; float: left; position: relative; padding-top: 10px; padding-bottom: 10px;    margin: 2px 0px;}
.banner_mb{ display: none}

.learn-More-btn{ background-color: #02ba88;font-size: 15px; color: #fff;border-radius: 50px; padding: 12px 35px;font-weight: 600;}
.learn-More-btn:hover{-webkit-box-shadow: 0px 5px 25px -10px rgb(255,87,69,0.7);-moz-box-shadow: 0px 5px 25px -10px rgba(255,87,69,0.7);box-shadow: 0px 5px 25px -10px rgb(255,87,69,0.7); color:#fff} 



@media (max-width: 991px){
	.leads_box{ padding-left: 20px;}
	.leads_box h4{padding-left: 15px; font-size: 15px;}
	
}


@media (max-width: 991.98px){.site_header .navbar-toggler-icon:before,.site_header .navbar-toggler-icon:after{background-color: #333;}}

/*sliderContent*HAMBURGER MENU END*/

/*HEADER FIXED ON SCROLL*/


@keyframes smoothScroll {
    0% { transform: translateY(-40px);}
    100% { transform: translateY(0px);}
}

/*---home Banner----*/
.banner-media {background-color: #f9f7f7;background-image: url(../images/top-banner-bg.png);background-repeat: no-repeat; background-size: cover; min-height:630px; padding-top:15px; background-position: center bottom;}

.banner-media .heading__font{ font-size:48px;color: #1d2f68;font-weight:500}

.banner-media .heading__font span{ font-weight:700}
.banner-media h3{ color:#1d2f68; font-size:25px;line-height: 35px; font-weight:normal}
.banner-media h3 span{font-weight:600}
.mobile-top{ position:absolute; left:-100px;bottom: -50px;}
.banner-rightside{ z-index:1} 

/*---after banner css----*/
.Are-you-getting{padding-top: 80px; padding-bottom:40px}
.Are-you-getting h1{ font-size:30px;font-weight:700;}
.Are-you-getting h2{font-size:30px;font-weight:normal}
.Are-you-getting:before{  background: url(../images/after-banner.png);bottom: -188px;width: 100%;content: ""; height: 188px; position: absolute;background-repeat: repeat-x;}

/*---Features css---*/
.space65{padding: 110px 0 65px 0;}
.pr-block{display: block; background-color: #fff; margin-bottom:25px; overflow: hidden; transition: all linear 100ms; box-shadow: 0 10px 25px 10px rgb(0 0 0 / 4%); min-height: 139px;  border:1px solid #dce7eb;padding: 25px;} 
.pr-block:hover{transform: translate(0, -5px); background-color: #f8fffd;}
.pr-block-text{ font-size:21px; color:#011f80; line-height:25px; font-weight:500}
.pr-block p{ font-size:15px; line-height:18px; margin-bottom:0}


/*<!--Who-We-Serve sec-->*/
.Who-We-Serve .ww-block{display: block; background-color: #fff; margin-bottom: 30px; box-shadow: 0 10px 25px 10px rgb(0 0 0 / 4%);  border:1px solid #dce7eb;padding: 40px;} 
.Who-We-Serve .ww-block:hover{-webkit-box-shadow: 0px 5px 25px -10px rgb(0,186,136,0.4);-moz-box-shadow: 0px 5px 25px -10px rgba(0,186,136,0.4);box-shadow: 0px 5px 25px -10px rgb(0,186,136,0.4);}
.Who-We-Serve .ww-block-text{ font-size:25px; color:#011f80; line-height:25px; font-weight:500}
.ListBrokers__block li {  font-size: 18px;line-height: 35px;} 
.ListBrokers__block li i{ padding-right:3px}
 

/*----How it works Sec css------*/
.hiw-img{ width:110px; height:110px; line-height:110px; text-align:center; border-radius:110px; margin: 0 auto;}
.hiwstepblock h4{ font-size:22px; color:#1d2f68} 
.hiwstepblock p{ font-size:16px; line-height:20px; padding: 0px 10px;}
.hiwstepblock.list:before { content: "";width:11rem; border-bottom:2px dotted #ccc;position: absolute;top:3.4rem;right:11.38rem;}
.hiwstepblock.list:after{content: "";position: absolute; width: 35px; height: 35px; border-radius: 50px;top: 2.4rem; left: -2.3rem;color: #fff; font-size: 20px;line-height: 32px;background:#a6e6ff url(../images/arrow.png)  no-repeat center center; }

/*----The right data css------*/
.right-data span{ font-size:20px; line-height:35px}

/*---Pricing css----*/
.price-sec{ padding-top:105px;}
.price-block h4{ font-size:30px; color:#011f80}
.price{ font-size:80px; font-weight:700; margin-top:45px; margin-bottom:15px}
.price span{ font-size:20px; font-weight:500; margin-left:-10px}
.price-sec .txt-block{ background:#c7eeff}
.price-sec .txt-block p{ font-size:20px}
.price-sec .txt-block a{ font-size:20px; border-bottom:1px solid #011f80}
.price-block{ position: relative; margin-top: -65px; margin-right: -55px;  z-index: 1}


/*Still Have Questions? css */
.still-Que .hdng{ font-size:30px}
.still-Que{ background:#d9edf7; padding:50px 0;}
.get-in{ padding-left:60px; padding-right:60px; }
.still-Que p a{ color:#000; border-bottom:1px solid #000}

/*Footer Content*/
.footer {padding: 20px 0 20px 0; color:#fff; background: #121823}
.footer-links-part{ margin-top:10px}
.F-links a{color:#fff; display:inline-block; font-size:14px; padding-left: 6px; padding-right:6px}
.F-links a:hover {color: #02ba88}
 
/*****footer-back-to-top******/
.back-to-top {background: #ffffff;bottom: 10px;color: #000;font-size: 23px; padding: 9px 10px;position: fixed; z-index: 10;right: 20px;border-radius: 20px 5px 20px 5px;}
.back-to-top:hover {background:#02ba88;color: #fff;}

/*---- FREQUENTLY ASKED QUESTIONS page css-------*/
.faq-color{background-image: linear-gradient(to bottom, #f7fdfe, #f5fdfe, #f3fcfe, #f1fcfe, #effbfe, #eefafe, #ecfafe, #ebf9fe, #e9f9fe, #e8f8fe, #e6f8fe, #e5f7fe);}
.faqs-serice-pg .badge {width:30px;height:30px;line-height: 23px;-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;text-align: center;background: #c7eeff;color: #1d2f68;margin-right:10px; font-size: 16px;}
.faqs-serice-pg .myaccordion .card{ background-color:transparent; border-bottom: solid 1px #cecece !important;}
.faqs-serice-pg .myaccordion .card,
.faqs-serice-pg .myaccordion .card:last-child .card-header { border: none;}
.faqs-serice-pg .myaccordion .card-header {border-bottom: none; background: transparent;}
.faqs-serice-pg .myaccordion .fa-stack {font-size: 16px;}
.faqs-serice-pg .myaccordion .heading{font-size: 18px;color:#1d2f68; font-weight: 500;}
.faqs-serice-pg .myaccordion .btn {width: 100%;padding: 0;}
.faqs-serice-pg .myaccordion .btn-link:hover,
.faqs-serice-pg .myaccordion .btn-link:focus { text-decoration: none; box-shadow: none;}
.faqs-serice-pg .myaccordion li + li { margin-top: 10px;}
.faqs-serice-pg .myaccordion .card-body { color: #1d2f68; font-size: 17px;padding-top: 0px; padding-left: 45px} 
.faqs-serice-pg .fa-inverse { color: #1d2f68;}

/*---- contact us page css-------*/
.message-us .bg{ box-shadow: 2px 0 95px hsla(0, 0%, 0%, 0.05); padding: 30px 30px 40px 30px;}
.message-us h2{ font-size:17px; font-weight:600;  padding-bottom: 15px;}
.message-us .inputs{background: #fff;border: 1px solid #8ee0ff;width: 100%;height: 45px; padding: 0 15px;outline: none; margin-bottom: 10px;font-size:18px;border-radius: 15px; font-weight:400}
.message-us textarea.inputs{ padding: 15px;height: 85px;  resize: none;}

 

.message-us .inputs::placeholder{text-transform: capitalize;transition: all linear 0.3s;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-ms-transition: all linear 0.3s;-o-transition: all linear 0.3s; color:#747dac }
.message-us .inputs:focus::placeholder{ padding-left: 50px; opacity: 0 }

/*captcha css*/
.captcha {background-color:#f9f9f9;border:2px solid #d3d3d3;border-radius:5px;color:#4c4a4b;display:flex;justify-content:center;align-items:center;}
@media screen and (max-width: 500px) {
.captcha {flex-direction:column;}
.captcha .text {margin:.5em!important;text-align:center;}
.captcha .logo {align-self: center!important;}
.captcha .spinner {margin:2em .5em .5em .5em!important;}}
.captcha .text {font-size:1.3em;font-weight:500;margin-right:.5em;}
.captcha .spinner {position:relative;width:2em;height:2em;display:flex;margin:.5em;align-items:center;justify-content:center;}
.captcha  input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
.captcha  input[type="checkbox"]+.checkmark {display:inline-block;width:1.5em;height:1.5em;background-color:#fcfcfc;border:2.5px solid #c3c3c3;border-radius:3px;display:flex;justify-content:center;align-items:center;cursor: pointer;}
.captcha input[type="checkbox"]+.checkmark span {content:'';position:relative; margin-top:-3px;transform:rotate(45deg);width:.75em;
height:1.2em;opacity:0;}
.captcha input[type="checkbox"]+.checkmark>span:after {content:'';position:absolute;display:block;height:3px;bottom:0;left:0;
background-color:#029f56;
}
.captcha input[type="checkbox"]+.checkmark>span:before {content:'';position:absolute;display:block;width:3px;bottom:0;right:0;background-color:#029f56;
}
.captcha input[type="checkbox"]:checked+.checkmark { animation:2s spin forwards;}
.captcha input[type="checkbox"]:checked+.checkmark>span { animation:1s fadein 1.9s forwards;}
.captcha input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
.captcha input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}
.captcha .logo {display:flex;flex-direction:column;align-items:center;height:100%;align-self:flex-end;margin:0.5em 1em;}
.captcha .logo img {height:2em;width:2em;}
.captcha .logo p {color:#9d9ba7;margin:0;font-size:.8em;font-weight:700;}
.captcha .logo small {color:#9d9ba7;  margin-top: -8px;   font-size: 11px;}
@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}
 

/*#################################################*/
/*################## MEDIAQUERIES #################*/
/*#################################################*/

@media (max-width: 991.98px){
 	 	 
}

@media (min-width: 768px){ .txt-right-lg{text-align: right}}
@media (max-width: 767.98px){
	.header__top{ text-align: center}
/* ----- homepage css----- */
.isFixed {position:static;}
.site_header .navbar-toggler .navbar-toggler-icon { width: 30px;}
.site_header .navbar {padding: 10px  20px  10px  10px;background-color:#f7fdfe;} 
.site_header .navbar-toggler.collapsed .navbar-toggler-icon::before {top: -10px;}
.site_header .navbar-toggler.collapsed .navbar-toggler-icon::after { bottom: -10px;}
.sliderContent {  margin-top: 10px;margin-bottom: 10px;}
.banner-rightside{ margin-top:10px}
.mobile-top {left: -10px; bottom: -45px;}
.mobile-top img{ width:65%}
/*.banner-media .heading__font {font-size: 27px;}
 .banner-media h3 { font-size: 18px;}  */
.Are-you-getting h1, .Are-you-getting h2 {font-size: 20px;}
.Are-you-getting {padding-top: 60px;padding-bottom: 20px;}

.all_heading { font-size:30px;}
.ListBrokers__block li {font-size: 17px;}
 
.Who-We-Serve .ww-block { padding: 25px;}
.sub-heading {font-size: 18px;}
.hiwstepswrap{ overflow:hidden}
.hiwstepblock.list::before {width: 4.5rem;right: 8rem;}
.right-data span {font-size: 18px;}
.pr-block { min-height:auto;}
.price-sec { padding-top: 25px;}
.price-block { margin-top: 0; margin-right: 0;}
.price-block h4 {  font-size: 20px;}
.price { font-size: 65px;margin-top: 35px; margin-bottom: 0px;} 
.price span {font-size: 18px; margin-left: 0;} 
.price-sec .p-5{ padding:30px !important}
.still-Que .hdng {font-size: 25px;}

.faqs-serice-pg .myaccordion .btn { text-align: left;}
.faqs-serice-pg .myaccordion .heading {font-size: 16px;}
.faqs-serice-pg .myaccordion .card-body {padding: 5px;}
	.top ul{ text-align: center}
	
	.top-rightimg {
 
    top: 60px;
}
	
}
@media (max-width: 576.98px){
	 
	.leads_box .keyPoints {
    width: 33%;
    margin: 5px  0px;
} 
}


/*-// Medium devices (landscape phones)//*/
@media (min-width: 576px) and (max-width: 767.98px) {  
.banner-rightside { position: static;}
.banner-media { height: 750px;}
.mobile-top {left: -20px;bottom: -45px;}
.mobile-top img{ width:85%}

.pr-block {padding: 14px}
.Who-We-Serve .ww-block { padding: 12px;}
.ListBrokers__block li { font-size: 14px;}
.hiwstepblock.list::before {width: 9.5rem; right: 11.2rem;}
.price-block { margin-top: 0; margin-right: -30px;min-height: 222px;}
.price { font-size: 48px;}
 
}

/*-// Medium devices (tablets, 768px and up)//*/
@media (min-width: 768px) and (max-width: 991.98px) {
.site_header .navbar {padding: 10px;} 	
.isFixed {position:static;}	
 
 

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.isFixed {position:static;}	

}