.p0{
    padding:0px ;
}

h1,h2,h3,a,li,span,button,p,h4,h5,h6{
     font-family: 'Muli';
    margin: 0;
}

body {
    overflow-x: hidden;
}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}

section {
    float: left;
    width: 100%;
}



.header-top {
    display: block;
    background: #00273f;
    text-align: right;
}
li.bnr-btn.hdr-btn {
    margin: 0;
    margin-left: 14px;
}

ul.nav.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
    left: -80px;
}

.bnr-btn.hdr-btn a {
    color: #fff !important;
}
.header-top ul {
    padding: 0;
    margin: 0;
}
.header-top ul li {
    display: inline-block;
    padding: 10px 15px;
}
.header-top ul li a {
    font-size: 15px;
    color: #fff;
}

.navbar-right a.yellow_btn_m {
    margin: 0 15px 0 15px;
    position: relative;
    padding: 12px 19px 12px 45px !important;
}

.navbar-right a.yellow_btn_m:before {
    content: "";
    background-image: url(../images/call-btn.png);
    position: absolute;
    height: 32px;
    width: 28px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hd-email-st, .hd-tel-st, .hd-chat-st {
/*    background: #493cc9;*/
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.hd-chat-st img {
    width: 25px;
}

ul.nav.navbar-nav.navbar-right li a:hover {
    /* background: #0073e1; */
    color: #2fd257;
}

ul.nav.navbar-nav.navbar-right li a img {
    filter: brightness(100);
}

.hd-email-st {
}

ul.nav.navbar-nav.navbar-right li a {
    position: relative;
}

ul.nav.navbar-nav.navbar-right li a:before {content: '';background: #fff;width: 1px;height: 35px;position: absolute;right: 0;top: 0;z-index: 1;bottom: 0;margin: auto;}

.hd-chat-st:before {
    display: none;
}

.hd-btn-st {
    background: #0073e1;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 8px;
}

.hd-btn-st:before {
    display: none;
}

.header-top ul li a i {
    margin: 0 3px 0 0;
    font-size: 18px;
}
.head_top {
    padding: 15px 0;
    /* box-shadow: 0px 5px 20px 0px #cacaca; */
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px;
}
.head_top .navbar .navbar-header a.navbar-brand {
    font-weight: bold;
    color: #00273f;
    font-size: 26px;
    width: 300px;
}

.head_top .navbar-right {
    padding-top: 20px;
    position: relative;
}

.head_top .navbar.navbar-defult {
    margin-bottom: 0;
}
.head_top .navbar.navbar-defult  ul li a:hover, .head_top .navbar.navbar-defult  ul li a:focus, .head_top .navbar.navbar-defult  ul li.active a {
}
.head_top .navbar.navbar-defult  ul li a {
}
.head_top .navbar.navbar-defult  ul li a.btn-org {
    /* background: #fc5216; */
    border-radius: 50px;
    padding: 12px 27px;
    color: #fff;
    background: linear-gradient(to right, #3ab0ce, #1bc9bb);
    font-size: 13px;
    font-weight: 700;
}
.head_top .dropdown-menu>li>a {
    position: relative;
    margin: 0 0 10px;
    font-weight: 500;
    border-left: 4px solid #00273f;
}
.head_top ul.dropdown-menu {
    padding: 20px 0 15px;
    border: none;
    left: 0;
    right: 0;
    width: 250px;
}

.logo {
    width: 100%;
    margin: 0;
}
.head_top .dropdown-menu>.active>a, .head_top .dropdown-menu>.active>a:focus, .head_top .dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    color: #fc5216 !important;
    border-left: 4px solid #fc5216;
}
.head_top .dropdown-menu>li>a:hover:before {
    color: #fc5216;
}
.head_top .open>a, .head_top .open>a:focus, .head_top .open>a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fc5216 !important;
}



.top_info i {
    float: left;
    margin: 0 10px 0 0;
}
.top_info {
    float: left;
    margin-right: -5px;
}
.link_txt {
    color: #ffcc00;
    float: left;
}
.link_txt small {
    font-weight: 500;
    font-size: 12px;
    color: #000;
}
.link_txt p {
    color: #000;
}
a.top_info.top-info-lst {
    margin-right: 0;
}
li.bnr-btn.hdr-btn .get-started {
    background: #d04444;
}

li.bnr-btn.hdr-btn .get-started:hover {
    background: #222222 !important;
    color: #fff;
    border-color: #222;
}


/*banner*/


.main-banner{
    background: url(../images/banner-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0 50px;
    position: relative;
    z-index: 1;
}
.bnr-txt ul li i {
    color: #ebba7c;
    margin-right: 5px;
}
.main-banner:after{
    content: '';
    background: url(../images/bnr-side-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 487px;
    height: 583px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;

}
.bnr-txt h1 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
}

.bnr-txt p {color: #fff;font-size: 19px;font-weight: 300;}
.bnr-txt ul {
    color: #fff;
    list-style: none;
    padding: 15px 0 25px;
    float: left;
    margin: 0;
}
.form-st {
    margin: 0 60px;
    background: #fff !important;
    border-radius: 6px;
}

.form-div input, .form-div textarea {
    width: 100%;
    margin-top: 10px;
    padding: 10px 15px;
    background: #ebebeb;
    border: 1px solid #fff;
    border-radius: 5px;
}

.form-txt {
    /* text-align: center; */
    /* background: #1c2a33; */
    border-radius: 6px;
    padding: 0px 0px 0px 15px;
}

.form-txt h3 {
    color: #0073e1;
    font-size: 26px;
    font-weight: bold;
    padding: 25px 0;
    padding-bottom: 0px;
}

.form-st form {
    padding: 25px 5px 30px;
}

.form-div textarea {
    height: 120px;
}

#quoteSubmit {
    width: 80%;
    border-radius: 5px;
    background-color: #0073e1;
    box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.32);
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 0.2px;
}

.bnr-btn {
    display: flex;
    align-items: center;
    clear: both;
}

.live-chat {
    display: flex;
    align-items: center;
}

.get-started {
    border-radius: 5px;
    background-color: rgb(0 115 225);
    box-shadow: 0px 11px 29px 0px rgb(0 0 0 / 32%);
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 15px;
}

.live-chat img {
    /* filter: brightness(100); */
    margin-right: 8px;
}

.bnr-cht-st.chats p {
    font-size: 20px;
    color: #ebba7c;
    font-weight: 500;
}

.bnr-cht-st.chats span {font-size: 13px;font-weight: 500;color: #fff;}

.get-started:hover {
    background: #fff;
    color: #493cc9;
}

.bnr-cht-st.chats:hover p {
    color: #ffffff;
}

.bnr-cht-st.chats:hover span {
    color: #2fd555;
}

.bnr-txt ul li {
    width: 40%;
    float: left;
    font-size: 16px;
    padding: 8px 0;
}
.bnr-txt h4 {
    font-size: 18px;
    color: #ebba7c;
    padding-top: 25px;
}


/*about-sec*/
.about-sec {
    padding: 50px 0;
}

.about-img img {
    width: 125%;
}

.about-sec .row {
    display: flex;
    align-items: center;
}

.hd-txt h2 {
    font-size: 36px;
    color: #1c2a33;
    font-weight: bold;
    padding-bottom: 20px;
}

.hd-txt p {
    font-size: 17px;
    color: #272b34;
    padding-bottom: 20px;
}

.about-txt ul {
    padding: 0 0 0 18px;
}

.about-txt ul li::marker {
    color: #0073e1;
}

.about-txt ul li {
    padding: 8px 0;
    color: #272b34;
    font-size: 18px;
}

.about-img {
    position: relative;
    left: -170px;
}
/*about-sec*/


/*agent-sec*/
.agent-sec {
    padding: 50px 0;
    background: url(../images/agent-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.agent-sec .hd-txt {
    text-align: center;
}

.hd-txt h3 {
    font-size: 26px;
    padding-bottom: 15px;
    color: #1c2a33;
    font-weight: bold;
}

.agnt-box {
    display: flex;
    align-items: flex-start;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px transparent;
    padding: 20px 15px;
    margin-top: 20px;
}
.agnt-box:hover{
     /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18); */
     background: #0073e1;
}
.agnt-txt h4 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.agnt-txt img {
}

.agnt-box img {
    margin-right: 10px;
}

.agnt-txt p {
    color: #1c2a33;
    font-size: 16px;
    min-height: 170px;
}

.agnt-main-div{
    padding-top: 20px;
}
/*agent-sec*/


/*cta-sec*/
.cta-sec {
    padding: 50px 0;
    background: url(../images/cta-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cta-sec .row{
    display: flex;
    align-items: center;
}
.cta-btn {
    justify-content: center;
}
.cta-sec h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
}

.cta-txt p {font-size: 16px;color: #fff;}

.cta-btn .live-chat {
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.tel-btn {
    color: #fff;
    font-size: 22px;
    border: 1px solid;
    border-radius: 5px;
    padding: 12px 10px;
    margin-right: 12px;
    font-weight: 600;
}
.tel-btn:hover {
    border-color: #fff;
    color: #2fd555;
}
/*cta-sec*/

/*portfolio*/
.port-img-st {
   
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    overflow: hidden;
    transition-duration: 2s;
}
.port-img-1{
     background: url(../images/port-1.png);
}
.port-img-2{
     background: url(../images/port-2.png);
}
.port-img-3{
     background: url(../images/port-3.png);
}
.port-img-4{
     background: url(../images/port-4.png);
}
.port-img-5{
     background: url(../images/port-5.png);
}
.port-img-6{
     background: url(../images/port-6.png);
}
.portfolio-sec .hd-txt {
    text-align: center;
}

.portfolio-sec {
    padding: 50px 0;
}

.port-box {
    margin-top: 40px;
}

.port-img-st:hover {
    background-position: bottom;
    transition-duration: 3s;
}

/*portfolio*/


/*process-sec*/
.process-sec {
    padding: 50px 0;
    background: url(../images/process-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.process-sec .hd-txt{
    text-align: center;
}
.process-ul ul{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.process-ul ul li{
    width: 20%;
    margin: 0 10px;
    position: relative;
}
.pro-bx-1, .pro-bx-3, .pro-bx-5 {
    background: #003f7b;
}

.process-box {
    border-radius: 5px;
    padding: 12px 35px;
    text-align: center;
    cursor: pointer;
}

.process-box h4 {
    text-align: right;
}

.pro-bx-1 h4, .pro-bx-3 h4, .pro-bx-5 h4 {color: #fff;}

.pro-bx-2, .pro-bx-4 {
    background: #fff;
}

.process-ul {
    padding-top: 50px;
}

.process-box img {
    margin: 5px 0;
}

.process-box:before {
    content: '';
    background: url(../images/process-arrow.png);
    width: 39px;
    height: 17px;
    position: absolute;
    right: -20px;
}
.pro-bx-1:before, .pro-bx-3:before {
    bottom: 12px;
}

.pro-bx-5:before {
    display: none;
}

.pro-bx-1:hover, .pro-bx-3:hover, .pro-bx-5:hover {
    background: #fff;
}

.pro-bx-1:hover h4, .pro-bx-3:hover h4, .pro-bx-5:hover h4 {
    color: #222;
}

.pro-bx-1:hover img, .pro-bx-3:hover img, .pro-bx-5:hover img {
    /* filter: brightness(0); */
}

.pro-bx-2:hover, .pro-bx-4:hover {
    background: #1c2a33;
}

.pro-bx-2:hover h4, .pro-bx-4:hover h4 {
    color: #fff;
}

.pro-bx-2 img, .pro-bx-4 img {
    /* filter: brightness(0); */
}

.pro-bx-2:hover img, .pro-bx-4:hover img {
    filter: none;
}
/*process-sec*/



/*feature-sec*/
.feature-sec {
    background: url(../images/feature-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.feature-box {
    background: #fff;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
    margin-top: 20px;
    height: 200px;
}
.feature-box:before{
    content: '';
    background: url(../images/feature-bx-bf.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 438px;
    height: 626px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -5;
}
.feature-box h3 {
    font-size: 22px;
    color: #0073e1;
    font-weight: bold;
}

.feature-box p {
    font-size: 16px;
    padding-top: 12px;
    min-height: 100px;
}

.feature-box img {
    position: relative;
    top: 30px;
    right: -88px;
}

.feature-sec .hd-txt h2 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}

.feature-sec .hd-txt p {
    color: #fff;
    padding-bottom: 0;
}

.feature-sec .col-sm-12 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*feature-sec*/


/*faq*/

/*faq*/
.faq-sec {
    padding: 50px 0;
    background-image:url(../images/faq-bg.png);
    background-color:#f7f9fc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}
.faq-sec .row {
    
}
.faq-img img {
    width: 77%;
    margin: 0 auto;
    display: table;
}
.faq-sec .hd-txt p {
    color: #222;
}
.faq-sec .hd-txt {
}
.faq-sec .hd-txt {
}

.panel-heading {
  padding: 0;
    border:0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    color: #242424;
    font-size: 16px;
    font-weight: bold;
    text-transform:uppercase;
    letter-spacing: 0px;
    word-spacing:3px;
    text-decoration:none;
    /* background: #ffffff; */
    border-top: 0 !important;
    border-bottom: 0px solid #d8d8d8;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
   -webkit-transform: rotate(
180deg
);
   -moz-transform: rotate(180deg);
   transform: rotate(
180deg
);
   background: transparent;
   padding: 7px;
   font-size: 12px;
   margin-top: -5px;
}
.panel-heading .collapsed:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(180deg);
    transform: rotate(0deg);
} 


.panel-title {border: 0;background: transparent;}

.panel.panel-default {
    background: #ffffff !important;
    border: 1px solid #efefef;
    margin-bottom: 20px;
    border-radius: 0;
}

div#headingOne {
    background: transparent;
    border: 0 !important;
}

.panel-body {
    border: 0 !important;
    /* background: #ffffff; */
    padding: 5px 20px 30px;
    color: #000;
    border:  !important;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #00000000;
    border-color: #ddd;
}
.faq-sec .hd-txt {
    color: #000;
    padding-bottom: 20px;
    text-align: left;
}
.panel-body h5 {
    padding: 20px 0;
    font-size: 15px;
    font-weight: 600;
}

.panel-body p {
    font-size: 14px;
    font-weight: 400;
}

.panel-title a.collapsed {
    display: block;
    padding: 15px;
    color: #242424;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 3px;
    text-decoration: none;
    /* background: #ffffff; */
    border-top: 0 !important;
    border-bottom: 1px solid #d8d8d8;
}
.faq-sec .panel-group {
    margin: 0;
}

.faq-col-st {
    margin-top: 40px;
}

.faq-lft-ul li {
    padding-bottom: 25px;
    position: relative;
}

.faq-lft-ul li h4 {
    font-weight: bold;
    font-size: 20px;
    color: #242424;
    padding-bottom: 15px;
}

.faq-lft-ul li p {
    color: #242424;
}

.faq-lft-ul ul {
    padding-left: 30px;
    list-style: none;
    position: relative;
}

.faq-lft-ul ul:before {
    content: '';
    width: 210px;
    height: 1px;
    position: absolute;
    top: -77px;
    bottom: 0;
    margin: auto;
    background: #bcbdbe;
    transform: rotate(90deg);
    left: -95px;
}

.faq-lft-bx {
    padding: 0 40px 0 20px;
}

.faq-lft-ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 60%;
    background: #0073e1;
    position: absolute;
    left: -28px;
}

.faq-btn {
    display: flex;
    align-items: center;
}

.faq-btn .tel-btn {
    border: 0;
    color: #1c2a33;
    margin-right: 30px;
}

.faq-btn .bnr-cht-st img {
    filter: none;
}

.faq-btn .live-chat img {filter: none;}

.faq-btn .live-chat span, .faq-btn .live-chat p {
    color: #1c2a33;
}
/*faq*/


/*partner-logo*/
.prtrn-img img {
    width: 100%;
}

.prtnr-logo {
    padding: 20px 0;
}
/*partner-logo*/


/*testi-sldier*/
.testi-sec{
    background:url(../images/testi-bg.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 390px;
    padding: 50px 0;
    margin-bottom: 210px;

}
.testi-box{
    padding:20px 20px;
    border:1px solid rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    margin: 0 15px;
    position: relative;
}
.testi-box:before {
    content: '';
    background: url(../images/testi-icon-img.png);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 70px;
    width: 70px;
}
.testi-sec .hd-txt {
    text-align: center;
    padding-bottom: 30px;
}

.testi-sec .hd-txt h2, .testi-sec .hd-txt p {
    color: #fff;
}

.testi-box img {
    margin: 0 auto;
}

.testi-box p {
    margin: 20px 0;
    font-size: 15px;
    color: #050505;
    height: 131px;
    overflow-x: hidden;
    overflow-y: auto;
}
.testi-box p::-webkit-scrollbar {
width: 5px;
}
.testi-box p::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}

.testi-box p::-webkit-scrollbar-thumb {
background: #ff214f;
border-radius: 10px;
}
.testi-box p::-webkit-scrollbar-thumb:hover {
background: #b30000;
}
.testi-box h3 {
    font-size: 18px;
    margin: 38px 0 0;
}
.testi-box.testi-bx-2 {
    top: 0px;
}

.testi-sldier-st .slick-list.draggable {
    padding: 20px 0 50px;
}
.testi-sec .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-sec .slick-dots li.slick-active button {
    background-color: #0073e1;
}

.testi-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.testi-sec .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
/*testi-sldier*/



/*footer*/
.contct-sec-hme {
    padding: 50px 0;
    background: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.cntct-div .hd-txt {
    text-align: center;
    padding-bottom: 0;
}
.cntct-div input, .cntct-div textarea {
    padding: 20px 20px;
    margin-top: 20px;
    border: 0;
}
.cntct-div .hd-txt h2 {
    color: #ffffff;
}

.cntct-div .hd-txt p {
    color: #ffffff;
}

.cntct-div .ftr-btn-st#quoteSubmit {
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    display: table;
    padding: 10px 100px;
    margin-top: 22px;
    border-radius: 5px;
    color: #fff;
    background: #0073e1;
    width: 80%;
    text-transform: uppercase;
    font-weight: 600;
}
.ftr-lst-cpy {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.privacy-terms a:nth-child(1) {
    margin-right: 15px;
}
.ftr-lst-cpy p {
    color: #cacaca;
    margin: 0;
}

.ftr-lst-cpy a {
    color: #b7b7b7;
}
.cntct-div .hd-txt h2 {
    c: #222;
}

.cntct-div input::placeholder {
    color: #222;
    font-weight: 600;
}

.cntct-div textarea::placeholder {
    color: #222;
    font-weight: 600;
}
.ftr-copy-right{
    background: #1c2a33;
}
/*footer*/

/*packages sec*/
.main-custom-text {
text-align: center;
color: #000;
}
.main-custom-text h2 {
font-weight: 700;
font-size: 36px;
}
.main-custom-text p {
font-weight: 300;
}
.packages-section{background-image: url(../images/packages-bg.png);background-repeat: no-repeat;background-size: cover;background-position: center;padding: 50px 0;overflow: hidden;}
.pkg-main{
padding: 0 0 40px;
/* box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.18); */
background-color: rgb(239, 239, 239);
border-radius: 8px;
margin: 0 0 16px;
}
.pkg-main h3 {
font-size: 24px;
font-weight: bold;
text-align: center;
padding: 15px 0;
color: #fff;
margin: 0;
border-radius: 8px 8px 0 0;
background: linear-gradient(to bottom, #221c86, #171162);
}
.pkg-main h4 {color: #000;font-size: 60px;font-weight: bold;text-align: center;padding: 10px 0;}
.pkg-list ul{
height: 300px;
overflow-y: scroll;
}
.pkg-list li {
padding: 0 0 6px;
}
.pkg-list li::marker {color: #0073e1;}
.pkg-main .get-btn a {background: linear-gradient(to bottom,#1c1673, #1a146b);font-weight: 600;}
.pkg-main .get-btn {
text-align: center;
padding: 15px 0 0;
}
.pkg-list ul::-webkit-scrollbar {
width: 8px;
}
.pkg-list ul::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey;border-radius: 10px;}
.packages_btn .get-btn-chat a{
    background: #0073e1;
    color: #fff;
}
.packages_btn {
    display: flex;
    width: 100%;
    justify-content: center;
}
.pkg-list ul::-webkit-scrollbar-thumb {background: #1d1774;border-radius: 10px;}
.pkg-list ul::-webkit-scrollbar-thumb:hover {
background: #0073e1;
}
.pkg-main:hover h3 {background: #0073e1;}
.pkg-list h4 {
font-size: 15px;
text-align: left;
}
.pkg-testi .slick-dots li button:before {
display: none;
}
.pkg-testi .slick-dots li {
background-color: #201a7f;
border-radius: 50%;
}
.pkg-testi .slick-dots li.slick-active button {
border-radius: 50%;
}
.get-btn a {
    padding: 8px 15px !important;
    margin: 0 12px 0 0;
    background: linear-gradient(to bottom, #221c86, #171162); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    }
    .get-btn a:hover {
background: #4bd6d1 !important;
color: #000;
}
.live-chat:hover a {
background: #4bd6d1;
color: #000;
}
.slick-dots li.slick-active button {background-color: #0073e1;}
.packages-section .hd-txt {
    text-align: center;
    padding: 0 0 15px;
}
/*packages sec*/
.agnt-box:hover h4 {
    color: #fff;
}

.agnt-box:hover p {
    color: #fff;
}
.form-txt:before {
    content: '';
    position: absolute;
    right: 75px;
    /*background: url(../images/form-badge.png);*/
    width: 132px;
    height: 162px;
    top: 0;
    z-index: 1;
}

.agnt-box:hover img {
    filter: brightness(100) !important;
}







.pkg-testi .slick-next {
    right: -90px;
    height: 50px;
    width: 50px;
    border-radius: 60px;
    background: url(../images/right-arrow1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.pkg-testi .slick-prev {
    left: -90px;
    height: 50px;
    width: 50px;
    border-radius: 60px;
    background: url(../images/left-arrow2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.testi-slidr .slick-next {
    right: -90px;
    height: 50px;
    width: 50px;
    border-radius: 60px;
    background: url(../images/right-arrow1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.testi-slidr .slick-prev {
    left: -90px;
    height: 50px;
    width: 50px;
    border-radius: 60px;
    background: url(../images/left-arrow2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev:before {
    content: '←';
    display: none;
}
.slick-next:before {
    content: '→';
    display: none;
}