h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.no_space {
    padding-right: 0px;
    padding-left: 0px;
}

span.bolder {
    font-weight: 700;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*******whatsapp*/

.whatspp-icon {
    position: fixed;
    bottom: 40px;
    left: 11px;
    z-index: 99999999;
}

.whatspp-icon img {
    max-width: 100%;
    display: block;
}

/************************** popup  ************************************/

span.boldr {
    font-weight: 800;
    color: #fe4b8c;
    font-size: 30px;
}

.modal {
    top: 11%;
}

.modal-content {
    background: rgba( 88, 88, 88, 0.55);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
    backdrop-filter: blur( 17.0px);
    -webkit-backdrop-filter: blur( 17.0px);
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18);
}

.modal-header {
    padding: 24px 0 0;
    border: none;
    text-align: center;
}

.modal-header img {
    padding-top: 10px;
    /*display:none;*/
}

button.close {
    /* content: '\f0c0'; */
    color: #fff;
    font-size: 40px;
    /* font-family: FontAwesome; */
    /* z-index: -1; */
    width: 64px;
    height: 64px;
    position: absolute;
    top: -1px;
    right: 1px;
    display: block;
    /* opacity:1; */
}

.close-modal-btn {
    background: #4a39e9 !important;
}

.book-modal-btn {
    background: #ffa300 !important;
}

/* button.close{
    background:url(img/cross.png) no-repeat 0 0; 
    width:16px;
    height:16px;
    position:absolute;
    top: -1px;right: 1px;
    display:block;
    opacity:1;
} */

h4.modal-title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 15px 10px 20px;
    text-align: center;
    display: none;
}

#popupform input.cn {
    color: #fff;
    background-color: transparent;
    padding: 6px 0 5px 8px;
    margin: 0 0 20px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #fff;
}

#popupform input.cn::placeholder {
    color: #fff;
}

#popupform label {
    color: #fff;
}

#popupform textarea {
    width: 100%;
    height: 66px;
    padding: 7px 9px;
    color: #57ca85;
    font-size: 13px;
}

#popupform button,
#popupform input[type=submit] {
    border-radius: 10px;
    background: #ffa300;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 4px 18px;
    font-size: 19px;
    display: inline-block;
}

.modal-dialog {
    max-width: 500px;
}

.field:nth-child(2) input.cn {
    background-position: 0 -54px !important;
}

.field:nth-child(3) input.cn {
    background-position: 0 -106px !important;
}

#popupform p {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin: 19px 0 0;
}

.modal-header img {
    width: 60%;
}

.fade.in {
    overflow: hidden;
}

input#phones {
    width: 100%;
    border: 1px solid #F21B3F;
    padding: 6px 7px;
}

div#popupform h3 span {
    font-size: 18px;
}

constructed stylesheet div#popupform h3 {
    text-align: center;
    margin: 0 0 20px;
    color: #000;
}

.fm {
    border-radius: 0;
    border: 1px solid #F21B3F;
    margin: 0 0 15px;
}

.fun {
    margin: -77px 0 0;
}

div#popupform {
    width: 100%;
}

div#popupform h3 {
    text-align: center;
    margin: 20px 0;
}

/************************** popup  ************************************/

h2 {
    font-size: 32px;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600;
}

p,
li {
    font-size: 15px;
    list-style: none;
    line-height: 24px;
}

img {
    max-width: 100%;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: steps(1, start);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: steps(1, start);
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: steps(1, start);
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        color: none;
    }
    50% {
        color: #fff
    }
    100% {
        color: none;
    }
}

@-webkit-keyframes blinker {
    0% {
        color: none;
    }
    50% {
        color: #fff
    }
    100% {
        color: none;
    }
}

@keyframes blinker {
    0% {
        color: none;
    }
    50% {
        color: #fff
    }
    100% {
        color: none;
    }
}

@-webkit-keyframes heartBeat {
    0% {
        transform: scale(1)
    }
    14% {
        transform: scale(1.3)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.3)
    }
    70% {
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }
    14% {
        transform: scale(1.3)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.3)
    }
    70% {
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-duration: 1.3s;
    animation-duration: 5s;
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

/* Keyframes */

@keyframes wiggle {
    0%,
    7% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(-15deg);
    }
    20% {
        transform: rotateZ(10deg);
    }
    25% {
        transform: rotateZ(-10deg);
    }
    30% {
        transform: rotateZ(6deg);
    }
    35% {
        transform: rotateZ(-4deg);
    }
    40%,
    100% {
        transform: rotateZ(0);
    }
}

/************* Header Start *****************/

.header {
    width: 100%;
}

span.top_icon {
    font-size: 18px;
    color: #fff;
    margin: 0 10px 0 0;
}

.darkHeader {
    top: 0%;
    position: fixed;
    z-index: 99999;
    transition: 0.7s;
    padding: 0px 0;
}

.head_top {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}

.head_top_right {
    width: 100%;
    text-align: right;
    margin: 17px 0;
}

.head_top_right ul li {
    display: inline-block;
    margin: 0 10px;
    font-weight: 600;
}

.head_top_right ul li a {
    color: #352b54;
    transition: 1s;
}

.head_top_right ul li a:hover {
    color: #ffa300;
}

.head_top_right span {
    color: #000;
}

.head_bot {
    width: 100%;
    box-shadow: 1px 1px 9px #000;
    padding: 15px 0;
}

.logo img {
    max-width: 70%;
}

.logo {
    width: 100%;
}

.top_left {
    width: 100%;
}

.top_left p {
    color: #fff;
    display: inline-block;
}

.top_left a {
    color: #f00;
    padding: 10px 13px 7px;
    font-weight: 500;
}

.top_left a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.top_mid {
    width: 100%;
    text-align: right;
}

.top_mid a {
    color: #fff;
}

.top_right {
    width: 100%;
    text-align: right;
}

.top_right a {
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.main_navigation {
    width: 100%;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
    margin: 0 7px;
}

ul.nav.navbar-nav li a:hover {
    color: #ffa300;
}

ul.nav.navbar-nav li:before {
    /* content: ''; */
    position: absolute;
    left: 0px;
    background: #cccccc;
    height: 15px;
    width: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #000000;
    transition: 0.7s;
}

.navbar-inverse .navbar-nav li a.active {
    color: #ffa300;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 0px 0px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.nav.navbar-nav {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.navbar.navbar-inverse {
    margin-bottom: 0;
}

.navbar {
    min-height: auto;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #ffa300;
    background-color: transparent;
}

.bot_right {
    width: 100%;
    padding: 18px 0;
}

.bot_right a {
    text-transform: uppercase;
    background: linear-gradient(to right, #ff0000 50%, #ffffff 50%);
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    padding: 10px 32px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.5s ease-in;
    background-position: right bottom;
    background-size: 201% 100%;
}

.bot_right a:hover {
    background-position: left bottom;
    color: #fff;
    border: none;
    border: 1px solid #333;
}

/************* Header End *****************/

/************* banner Start *****************/

.h_m_banner {
    width: 100%;
    background: url(img/main_banner1.jpg) no-repeat top center;
    background-size: cover;
    padding: 50px 0;
    overflow: hidden;
}

.bnn_left {
    width: 100%;
}

.bnn_left h5 {
    color: #4a39e9;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
}

.h_m_banner h1 {
    font-weight: 800;
    font-size: 41px;
    line-height: 47px;
    color: #244a77;
}

.bnn_left ul {
    margin: 20px 0;
}

.bnn_left ul li {
    list-style: none;
    padding: 0 0 15px 39px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}

.bnn_left ul li:before {
    content: "\2713";
    display: inline-block;
    transition: all .2s ease;
    transform: scale(1.3);
    position: absolute;
    left: 10px;
    font-size: 17px;
}

ul.ban_bttn {
    column-count: 1;
    margin: 0 !important;
}

ul.ban_bttn li {
    padding: 0;
    display: inline-block;
    margin: 0 8px 0 0;
}

ul.ban_bttn li:before {
    display: none;
}

.h_m_banner a {
    color: #ffffff;
    padding: 12px 45px;
    border-radius: 4px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0 0;
    background: #ffa300;
}

.h_m_banner a:hover {
    background: #4a39e9;
    color: #fff;
}

.ban_right {
    width: 100%;
    padding: 30px;
    background: #244a77;
    border-radius: 8px;
    color: #fff;
}

.ban_right h3 {
    margin: 0 0 18px;
    text-align: center;
    font-weight: 600;
    color: #fff !important;
    font-size: 24px
}

.ban_right .form-control {
    width: 100%;
    height: 45px;
    color: #000;
    resize: none;
    border-radius: 8px;
}

.ban_right button.ban_btn {
    width: 100%;
    display: block;
    padding: 10px 0;
    background: #ffa300;
    border: none;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

/************* Sec1 **************/

.h_m_sec1 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
}

.sec1_top {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}

.sec1_bot {
    width: 100%;
    overflow: hidden;
}

.sec1_bot .form-control {
    width: 100%;
    height: 46px;
    border-radius: 8px;
    border: 2px solid #000;
}

button.h_b_btn {
    background: #ffa300;
    width: 100%;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 0;
    border-radius: 8px;
}

/************* Sec2 **************/

.h_sec2 {
    width: 100%;
    padding: 0 0 70px;
}

.h_sec2 h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffa300;
}

.h_sec2 ul {
    margin: 30px 0 0;
}

.h_sec2 ul li {
    display: inline-block;
    margin: 0 10px;
}

.h_sec2 ul li a {
    background: #ffa300;
    color: #fff;
    padding: 6px 9px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.h_sec2 ul li:nth-child(1) a {
    background: #25d366;
}

.h_sec2 ul li:nth-child(2) a {
    background: #4a39e9;
}

/************************** section 2  ************************************/

.h_sec2 {
    overflow: hidden;
    width: 100%;
    padding: 70px 0;
}

.sec2_right {
    width: 100%;
}

.sec2_left {
    width: 100%;
}

.sec2_right a {
    color: #ffffff;
    padding: 12px 45px;
    border-radius: 4px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0 0;
    background: #ffa300;
}

/************************** section 4  ************************************/

.h_sec4 {
    width: 100%;
    background: #0e1b5f;
    color: #fff;
    padding: 30px 0;
}

.s4_box {
    width: 100%;
}

.s4_box h3 {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;
}

span.s4_icon {
    font-size: 22px;
    margin: 0 10px 0 0;
}

/************* banner end *****************/

/************* sec1 Start *****************/

.howIt {
    padding: 50px 0;
    width: 100%;
    text-align: center;
    background: #f1f4f7;
}

.how_top {
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
}

.howItw {
    overflow: hidden;
}

.howit_head {
    text-align: center;
    padding: 54px;
}

.howit_head::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffa300;
    width: 100px;
    height: 4px;
    bottom: 0px;
}

.howItPic1,
.howItPic2,
.howItPic3,
.howItPic4 {
    margin: 0 auto 15px;
}

.howItPic1 img {
    animation: wiggle 2s linear infinite;
}

.howItPic2 img {
    animation: wiggle 2s linear infinite;
}

.howItPic3 img {
    animation: wiggle 2s linear infinite;
}

.howItPic4 img {
    animation: wiggle 2s linear infinite;
}

.howItw .howItNum {
    border: 3px solid #005fec;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    font-size: 18px;
    color: #005fec;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.howItw .howItNum:after {
    right: -211px;
}

.howItw .howItNum:after {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 1px;
    border-top: 1px dotted #005fec;
    top: 13px;
}

.howIt h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}

.howIt2_st0 {
    fill: #005fec;
}

.howIt2_st1 {
    fill: #fff;
}

.howIt2_st2 {
    fill: #14315a;
}

.howIt2_st3 {
    fill: #005fec;
}

.howIt2_st4 {
    fill: none;
    stroke: #14315a;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.howIt3_st2 {
    fill: #fff;
}

.howIt3_st0 {
    fill: #005fec;
}

.howIt3_st1 {
    fill: #005fec;
}

.howIt3_st4 {
    fill: #14315a;
}

.howIt3_st3 {
    fill: none;
    stroke: #14315a;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.howItw .howItNum:before {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 1px;
    border-top: 1px dotted #005fec;
    top: 13px;
}

.howItw .howItNum:before {
    left: -213px;
}

/************* sec1 end *****************/

/************* sec2 end *****************/

/************* sec3 start *****************/

.h_sec3 {
    overflow: hidden;
    padding: 70px 0;
}

.s3_top {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
    overflow: hidden;
}

.s3_bot {
    width: 100%;
    overflow: hidden;
}

.s3_box {
    width: 100%;
    border: 2px dashed #000;
    padding: 35px 15px;
}

.s3_box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.s3_box p {
    height: 115px;
}

span.s3_icon {
    font-size: 50px;
    color: #4a39e9;
}

/************* sec3 end *****************/

/************* sec4 start *****************/

.h_m_sec4 {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
    text-align: center;
}

.sec4_top {
    width: 100%;
    margin: 0 0 20px;
}

.sec4_box {
    width: 100%;
    margin: 50px 0 0;
}

.sec4_box h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
}

.sec4_box p {
    margin: 10px 0 0;
    font-size: 16px;
}

/************* sec4 end *****************/

/************* sec5 start *****************/

.h_m_sec5 {
    position: relative;
    padding: 50px 0;
    background: transparent no-repeat;
    background-size: cover;
    background-position: center;
}

.h_m_sec5 h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #2d3a51;
}

.h_m_sec5 .listing ul {
    text-align: center;
}

.h_m_sec5 .listing ul li {
    position: relative;
    font-size: 14px;
    color: #42526e;
    text-transform: capitalize;
    border: 1px solid #cbd6e2;
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease-out;
    animation: wiggle 3s linear infinite;
}

.h_m_sec5 .listing ul li+li {
    margin-left: 9px;
}

.h_m_sec5 .listing ul li:hover {
    color: #ffa300;
    border: 1px solid #ffa300;
    transform: scale(1.04);
}

.h_m_sec5 .slick-prev::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    color: #000000;
    top: -25px;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
}

.h_m_sec5 .slick-next::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    color: #000000;
    top: -25px;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
}

/************* sec5 end *****************/

/************* sec6 start *****************/

.h_sec6 {
    width: 100%;
    background: #f1f4f7;
    padding: 70px 0;
}

.sec6_left a {
    color: #ffffff;
    padding: 12px 45px;
    border-radius: 4px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0 0;
    background: #ffa300;
}

/************* sec6 end *****************/

/************* sec7 start *****************/

.h_m_sec7 {
    width: 100%;
    padding: 70px 0;
}

.h_m_sec7 {
    padding: 50px 0;
}

.h_m_sec7 .headingstyle1 p {
    margin-bottom: 2px;
    padding-bottom: 0;
}

.h_m_sec7 .headingstyle1 h2 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    color: #352b54;
}

/* .h_m_sec7 .process_flow ul {} */

.h_m_sec7 .process_flow ul li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    list-style: none;
}

.h_m_sec7 .process_flow ul li+li::before {
    content: '';
    position: absolute;
    background: url(img/sprite.png) no-repeat;
    background-position: -48px -235px;
    width: 78px;
    height: 14px;
    left: -38px;
    top: -55px;
    bottom: 0;
    margin: auto;
}

.h_m_sec7 .process_flow ul li p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

/************* sec7 end *****************/

.h_m_sec10 {
    width: 100%;
    overflow: hidden;
    background: #f1f4f7;
    padding: 70px 0;
}

.s10_top {
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
}

.s10_bot {
    width: 100%;
    overflow: hidden;
}

.s10_bleft {
    width: 100%;
    margin: 86px 0;
}

.s10_right {
    width: 100%;
}

.s10_right ul li {
    display: inline-block;
}

.s10_right ul li img {
    border-radius: 8px;
    width: 85%;
}

.s10_right ul li {
    margin: 0 8px 24px;
}

/************* sec8 start *****************/

/************* sec8 end *****************/

/**Testimonials**/

.testimonials-sec {
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}

.testi_top {
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
}

.testi_top h5 {
    color: #ffa300;
}

.testi_bot {
    width: 100%;
    overflow: hidden;
}

.testimonials-sec .bxtestim {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 20px;
    border: 2px solid transparent;
    transition: 1s;
    width: 95%;
    margin: 14px;
}

.testimonials-sec .bxtestim:hover {
    transform: scale(1.05);
    border: 2px solid #ffa300;
}

.bxtestim p {
    margin: 20px 0;
}

.bxtestim h5 {
    font-size: 18px;
    font-weight: 600;
}

.bxtestim ul li span {
    color: #4a39e9;
}

.bxtestim ul li {
    display: inline-block;
}

.bxtestim ul {
    margin: 4px 0 0;
}

/**Testimonials**/

.h_m_sec9 {
    padding: 50px 0;
    width: 100%;
    background: url(img/sec9_banner.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
}

.s9_left {
    width: 100%;
}

.s9_left p {
    margin: 0 0 30px;
}

.owl-pagination {
    margin: 30px 0 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #4a39e9;
}

/************* footer start *****************/

footer {
    background: #000;
    color: #ffffff;
    padding: 40px 0 0;
    overflow: hidden;
}

footer p {
    margin: 0;
}

footer .navigation {
    text-align: center;
    color: #ffffff;
    padding: 18px 0;
    margin: 33px 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

footer .navigation ul li:first-child a::before {
    color: #ffa300;
}

footer .contact_info {
    position: relative;
    padding-left: 76px;
}

.contact_info .ficon {
    width: 60px;
    height: 60px;
    border: 1px solid #cccccc;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact_info .ficon-fa {
    width: 60px;
    height: 60px;
    border: 1px solid #cccccc;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact_info .ficon-fa i.location {
    position: relative;
    font-family: 'FontAwesome';
    color: #ffa300;
    font-size: 35px;
    text-align: center;
    width: 30px;
    height: 24px;
    padding: 10px 20px 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact_info .ficon-fa i.f-icon {
    position: relative;
    font-family: 'FontAwesome';
    color: #ffa300;
    font-size: 35px;
    text-align: center;
    width: 30px;
    height: 24px;
    padding: 10px 0;
    top: 2px;
    bottom: 0;
    left: 11.5px;
    right: 0;
    margin: auto;
}

.contact_info i.ic1 {
    position: absolute;
    background: url(img/sprite.png) no-repeat;
    background-position: -46px -268px;
    width: 26px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact_info i.ic2 {
    background-position: -90px -262px;
    width: 26px;
    height: 26px;
}

.contact_info i.ic3 {
    background-position: -133px -267px;
    width: 30px;
    height: 24px;
}

.contact_info .info_detail h5 {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.contact_info .info_detail a {
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
}

footer .copyrights {
    width: 100%;
    background: #4a39e9;
    padding: 10px 0;
    margin: 40px 0 0;
}

footer .copyrights p {
    text-align: center;
    margin: 0;
}

footer .copyrights p a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

footer p.ft_about {
    position: relative;
}

footer p.ft_about::before {
    content: '';
    position: absolute;
    left: -20px;
    background: #4a39e9;
    height: 60px;
    width: 4px;
    top: 3px;
    bottom: 0;
    margin: auto;
}

footer .navigation ul li {
    display: inline;
    /* float: right; */
    padding: 0 14px 0;
}

footer .navigation ul li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.header-bottom {
    margin: 0 0 40px;
}

.footer-contact-form h2 {
    font-weight: 700;
    text-align: center;
}

.footer-contact-form input {
    border-radius: 10px !important;
    margin-bottom: 10px !important;
}

.footer-contact-form textarea {
    border-radius: 10px !important;
    margin-bottom: 10px !important;
}

.footer-contact-form button {
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    background-color: #ffa300;
    width: 100%;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: 600;
}

/************* footer end *****************/

.intro {
    width: 100%;
    padding: 70px 0;
    background: #f1f4f7;
}

.intro_left {
    width: 100%;
}

.intro_left p {
    line-height: 29px;
}

.intro_left h2 {
    font-weight: 600;
}

.intro_image {
    width: 100%;
}

.intro_image img {
    width: 100%;
}

.inner_page_banner {
    background: #000;
    text-align: center;
    padding: 30px 0 30px;
    width: 100%;
}

.inner_page_banner h3 {
    color: #fff;
    text-transform: uppercase;
}

.terms_condition_section {
    width: 100%;
    padding: 60px 0;
}

.terms_condition_section h3 {
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
}

.terms_condition_section p {
    margin: 0 0 20px;
}

.terms_condition_section ul li {
    list-style: none;
    margin: 0 0 20px;
    position: relative;
}

.terms_condition_section ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #ffa300;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}

.inerpage_section1 {
    width: 100%;
    padding: 40px 0;
}

.conatc_us_form label {
    color: #4a39e9;
    text-transform: uppercase;
    font-weight: 700;
}

button.cont_but {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #ffa300;
    padding: 10px 30px;
    border: none;
    border-radius: 10px;
}

.conatc_us_form {
    width: 100%;
}

.conatc_us_form .form-control {
    resize: none;
    border: #4a39e9 1px solid;
    border-radius: 10px;
}

.thank_you {
    width: 100%;
    background: url(img/main_banner1.png) no-repeat 0px 0px;
    background-size: cover;
    padding: 320px 0 180px;
}

.thank_sec1 {
    width: 100%;
    padding: 0 0 60px;
}

.thnk_box {
    background: #ffffff;
    padding: 60px 200px 30px 200px;
    text-align: center;
    margin-top: -70px;
    -webkit-box-shadow: 0px 0px 68px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 68px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 68px 1px rgba(0, 0, 0, 0.08);
}

.thnk_box p {
    margin: 20px 0;
    line-height: 24px;
    font-size: 16px;
}

.thnk_box h4 {
    margin: 0 0 12px;
    font-weight: 700;
}

/* responsive styling*/

@media screen and (max-width:980px) {
    .bnn_right {
        display: none;
    }
    .h_m_banner {
        padding: 50px 0;
    }
    .sec2_left {
        display: none;
    }
    .s3_box p {
        height: 225px;
    }
    .sec6_right {
        display: none;
    }
    .s10_bleft {
        display: none;
    }
    .head_top_right {
        padding: 2px 0;
    }
    .head_top_right ul li {
        font-size: 11px;
        text-align: center;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 13px;
        font-weight: 800;
    }
    ul.nav.navbar-nav li {
        margin: 0 3px;
    }
    .news_logo img {
        max-width: 70%;
    }
    .howItw {
        margin: 0 0 30px;
    }
    .h_m_banner h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .h_m_banner_new h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .s2_tright {
        display: none;
    }
    .s1_left ul li a {
        padding: 11px 3px;
        font-size: 8px;
    }
    .cta_head {
        margin: 0;
    }
    ul.reviews-brand>li {
        width: 245px;
    }
    .form_head h3 {
        font-size: 26px;
    }
    .form_head h4 {
        font-size: 15px;
    }
    .h_banner_form {
        padding: 20px 15px;
    }
    button.h_b_btn {
        font-size: 15px;
    }
    .points ul li {
        width: 21%;
    }
    span.s1_head {
        font-size: 8px;
    }
    .sec3_left h2 {
        font-size: 25px;
    }
    .sec3_right {
        max-width: 90%;
        float: right
    }
    .sec4_box p {
        font-size: 14px;
    }
    .sec4_box h3 {
        font-size: 30px;
    }
    h2 {
        font-size: 23px;
    }
    .h_m_sec7 .process_flow ul li+li::before {
        display: none;
    }
    ul.resplider img {
        width: 74%;
    }
    .sec6_text {
        height: 240px;
    }
    .sec3_box h4 {
        font-size: 16px;
    }
    .sec3_box p {
        height: 253px;
    }
    ul.reviews-brand>li {
        width: 223px;
    }
    .cta_action {
        width: 100%;
        margin: 30px 0 0;
    }
    .cust_riviews .riviewBox img {
        max-width: 36%;
    }
    .cust_riviews .riviewBox h4 {
        font-size: 7px;
    }
    .cust_riviews .riviewBox.underline::before {
        width: 105px;
    }
    .riviewBox.verticaline::after {
        top: 0;
    }
    .sec9_box {
        width: 100%;
    }
    footer .navigation ul li a {
        font-size: 10px;
    }
    .contact_info .info_detail a {
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
    .whatsAppFloat .my-float {
        margin-top: 10px !important;
    }
    .whatsAppFloat .float {
        width: 50px !important;
        height: 50px !important;
        bottom: 26px !important;
        left: 10px !important;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ffa300;
    }
    .h_m_banner {
        padding: 10px 0;
    }
    .h_m_banner_new {
        background: linear-gradient(#352b54c5, #be14259d), url(img/main_banner1.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bnn_left ul {
        margin: 20px 0;
        column-count: 1;
    }
    .s3_box p {
        height: auto;
    }
    .h_sec2 ul li {
        display: block;
        margin: 0 0 17px;
    }
    .bnn_right {
        margin: 30px 0 0;
    }
    ul.nav.navbar-nav li {
        padding: 5px 0;
        display: block;
    }
    .s1_left {
        margin: 0 0 30px;
    }
    .sec3_right {
        max-width: 100%;
        float: none;
        padding: 0;
        margin: 30px 0 0;
    }
    .h_m_sec1 {
        display: none;
    }
    .h_sec2_top h2 {
        font-size: 23px;
    }
    .h_m_sec2 {
        padding: 40px 0;
    }
    .sec3_left {
        margin: 0 0 20px;
    }
    .sec3_right ul li:nth-child(1):before {
        color: #fff;
    }
    .sec3_right ul li:nth-child(2):before {
        color: #fff;
    }
    .sec3_right ul li:nth-child(3):before {
        color: #fff;
    }
    .sec3_right ul li:nth-child(4):before {
        color: #fff;
    }
    .sec3_right ul li:nth-child(5):before {
        color: #fff;
    }
    .sec3_right ul li:nth-child(6):before {
        color: #fff;
    }
    .reviews-brand li {
        margin: auto;
        position: relative;
        margin-bottom: 10px;
    }
    ul.resplider img {
        width: 34%;
    }
    .sec6_text {
        height: auto;
    }
    .h_m_sec7 .process_flow ul li {
        width: 100%;
        padding: 0 0 20px;
    }
    .h_m_sec8 .cta_action a {
        display: inline-flex;
        margin: 0 0 20px;
    }
    footer .navigation ul li a {
        font-size: 15px;
    }
    footer .contact_info {
        margin: 0 0 40px;
    }
    footer p.ft_about {
        margin-top: 8px;
    }
    footer .navigation {
        padding: 8px 0 0px;
        margin: 30px 0;
        border-top: none;
        border-bottom: none;
    }
    footer .navigation ul li {
        display: inline;
        /* float: right; */
        padding: 0 8px 0;
    }
    .cta_head {
        /* margin: 0; */
        margin-top: 10px;
        /* display: table !important; */
        /* align-items: center !important; */
        /* justify-content: center !important; */
        /* align-content: center !important; */
        /* margin: auto; */
    }
    .sec3_box p {
        height: auto;
    }
    .sec3_box {
        padding: 20px 0;
    }
    .testimonials-sec .bxtestim {
        width: 100%;
    }
}
section.thank-you {
    padding: 130px 0;
    text-align: center;
}

section.thank-you h4 {
    font-size: 30px;
}

section.thank-you p {
    font-size: 18px;
    margin: 30px 0;
}

.dflt_btn {
    color: #ffffff;
    padding: 12px 45px;
    border-radius: 4px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0 0;
    background: #ffa300;
    &:hover{
        background: #4a39e9;
    color: #fff;
    }
}