@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #444444;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

a:focus,
a:active,
a {
    outline: 0 !important;
    border: 0;
}

button {
    outline: none;
}

.mar-165 {
    margin-top: 165px;
}

.mar-20 {
    margin-top: 20px;
}

.mar-t-30 {
    margin-top: 20px;
}

section {
    padding: 50px 0;
    clear: both;
    position: relative;
}

.callphoneno2, .callphoneno3, #head .navbar #navbar-collapse-1,
#head .navbar .navbar-header .navbar-toggle {
    display: none !important;
}

.form-action {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.form-action a.btn-blue {
    box-sizing: border-box;
    background: rgb(203 30 70);
    color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    border-radius: 3px;
    font-size: 14px;
    border: none;
    letter-spacing: 0.7px;
    line-height: 1.4;
    margin: 3px 0;
}



section h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    color: #3a3973;
    text-transform: none;
    z-index: 1;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    position: relative;
    display: inline-block;
}

section h2::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -17px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d74b6d;
    z-index: -1;
}


ul.ms {
    margin: 15px 0;
}

ul.ms li {
    list-style: outside none none;
    margin: 0;
    padding: 5px 0 5px 30px;
    position: relative;
    text-align: left;
}

ul.ms li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 5px;
    font-weight: 600;
    color: #fff;
    background-color: #fb702e;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.taglinetext {
    clear: both;
    background-color: #3a3973;
    padding: 6px 12px;
    font-size: 14px !important;
    border-radius: 30px;
    color: #fff !important;
    margin-top: 0 !important;
    text-align: center;
}

.taglinetext span {
    color: #fff;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    color: #fbcf2e;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}


.innerlefthe {
    display: block;
    vertical-align: top;
    position: relative;
    border-bottom: 1px solid #ff692e;
    padding-bottom: 18px;
    padding-right: 10px;
    padding-left: 15px;
    border-left: 1px solid #ff692e;
    border-top: 1px solid #ff692e;
    border-right: 1px solid #ff692e;
    padding-top: 10px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.innerlefthe .detail-text strong {
    position: absolute;
    top: -13px;
    left: 20px;
    font-size: 18px;
    letter-spacing: 1.3px;
    background-color: #ebf4fa;
    color: #333;
    padding: 0 10px;
}

.innerlefthe .icon img {
    max-height: 44px;
    max-width: 100%;
}



.sub-nav-region {
    padding: 0;
}

.white {
    color: #fff;
}

.sub-heading {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.content-box {
    margin-top: 0;
    /* padding-left: 30px; */
    position: relative;
}

.content-box::before {
    background: url(../images/about-img-circle.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 106px;
    height: 54px;
    top: 0px;
    background-size: 97%;
    right: -40px;
}

.content-box::after {
    background: url(../images/about-img-circle.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 106px;
    height: 54px;
    bottom: 0px;
    background-size: 97%;
    right: 0px;
}

.title {
    font-size: 16px;
    font-weight: 600;
    background: #3a3973;
    padding: 10px 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0px -10px;
}

.boxed_wrapper {
    overflow-x: hidden;
}


.banner-section.style-two {
    background: #ebf4fa;
    position: relative;
    padding: 50px 0px 50px 0px;
}

.about-img {
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.06);
    padding: 10px;
    background: #fcd1c9;
    border: 10px solid #fff;
    padding-bottom: 0;
    position: relative;
}

.banner-section.style-two::before {
    background: url(../images/pattern-1.png) left top no-repeat;
    content: '';
    position: absolute;
    /*    width: 555px;
    height: 517px;*/
    top: 130px;
    background-size: 97%;
    left: -20px;
}

.banner-section.style-two .content-box p {
    color: #444444;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #3a3973;
    margin-top: 0;
    z-index: 9;
}

.banner-section .content-box h3 {
    clear: both;
    background-color: #3a3973;
    padding: 6px 12px;
    width: fit-content;
    font-size: 18px ;
    border-radius: 30px;
    color: #fff ;
    margin-top: 10px ;
    text-align: center;
}

.banner-section .content-box h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    color: #3a3973;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.banner-section ul.ms {
    margin-top: 0;
}

.footerregion h2::after {
    content: initial;
    display: none;
}

.footerregion .companypartreg {
    padding: 10px 0 10px 0;
}

.white {
    color: #fff;
}


.thrd-part {
    position: relative;
    text-align: center;
    background: #ebf4fa;
}

.thrd-part .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}

.thrd-part p {
    margin-bottom: 0px;

}

.benefits {
    position: relative;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12);
    padding: 25px 20px;
    text-align: center;
    min-height: 190px;
    background: #fff;
}

.benefits h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
}

.benefits span {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    margin-bottom: 15px;
    background: #6b2ace;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
}

.benefits p {
    margin-bottom: 0px;
}

.benefits2 {
    background: #fff;
}

.benefits2 p span {
    color: #fff;
    font-weight: 600;
    background: #ff6600;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 14px;
}

.service-item {
    background-color: #fff;
    padding: 30px 34px;
    transition: .5s ease;
    position: relative;
    text-align: center;
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    min-height: 285px;
}

.service-item h4 {
    color: #3a3973;
    font-weight: 600;
}

.service-item:hover {
    transform: translateY(-10px);

}

.service-item img {
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.service-item h3 {
    color: #3a3973;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.service-item .icon {}

.service-item p {
    margin-bottom: 0px;
    font-size: 15px;
}




.form-control::placeholder {
    color: #6b7c8a;
    opacity: 1;
}

input::placeholder {
    font-size: 15px;
}

.form-box h4 {
    color: #515151;
    font-size: 20px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-box {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 0px;
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    margin: 0 auto;
    max-width: 370px;
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #6b7c8a;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    height: 36px;
    margin-bottom: 0px;
    padding-left: 15px;
}

.form-box .btn {
    background-color: #3a3973;
    border: 0 none;
    color: #fff;
    /* display: block; */
    font-size: 17px;
    font-weight: 500;
    margin-top: 0px;
    padding: 7px 20px;
    border-radius: 19px;
}

.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("../images/dropdown.png");
    background-position: 96% center;
    background-repeat: no-repeat;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: none;
}

input::placeholder {
    font-size: 14px;
    color: #8B8B8B;
}

.form-group img {
    color: #44355b;
    left: 14px;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(10px, -54%);
    width: 20px;
}

.butns {}

.butns .btn {
    background-color: #f15a22;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    padding: 0px 15px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 35px;
}

.analysis p {
    margin-bottom: 0px;
}

.content-box .grid {
    padding: 5px 15px 5px 58px;
    position: relative;
    text-align: left;
    display: inline-block;
    margin-right: 18px;
}

.content-box .icon {
    position: absolute;
    left: 0px;
}

.content-box .icon img {
    max-width: 50px;
}

.content-box .count {
    font-size: 18px;
    font-weight: 400;
    color: #3a3973;
}

.content-box .grid p strong {
    font-size: 18px;
    font-weight: 600;
    color: #3a3973;
    margin-bottom: 0px;
}

.four-points {
    background: #3a3973;
    position: relative;
}

.four-points p {
    margin-bottom: 0px;
    font-size: 16px;
}


.regular slider li {
    list-style: none;
}

.testmonials-pull {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: none;
    position: relative;
}

.testmonials-pull::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-size: cover;
    background-position: center;
    z-index: -1;

}

.testmonials-pull .slick-prev {
    left: -40px !important;
    background-image: url(../images/left-arrow.png);

}

.testmonials-pull .slick-next {
    right: -40px;
    background-image: url(../images/right-arrow.png);
}

.testmonials-pull .slick-arrow {
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    top: 45%;
    width: 35px !important;
    height: 35px !important;
    padding: 0;
    cursor: pointer;
    background-color: #006699 !important;
    background-size: 18px;
    background-position: center;
    border-radius: 50%;
}

.testmonials-pull .slick-arrow {
    top: 40%;
}


.boxes-testmonials {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    margin-top: 0px;
}

.boxes-testmonials a {
    color: #222;
    text-decoration: none;
}

.boxes-testmonials a em {
    color: #006699;
}

.box-top {
    padding: 30px 20px 50px;
    position: relative;
}

.box-top .categorydefin {
    /*! /*! position: absolute; */
    */ right: 5px;
    top: 13px;
    color: #035ccc;
    border: 1px solid #035ccc;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 12px;
}

.box-top .nightclasses {
    color: #008640;
    border-color: #008640;
}

.box-top .testseries {
    color: #FF692E;
    border-color: #FF692E;
}

.box-top .classroom {
    color: #FF8000;
    border-color: #FF8000;
}

.box-top .smartcatcracker {
    color: #900c3e;
    border-color: #900c3e;
}

.box-top .gdpi {
    color: #800080;
    border-color: #800080;
}

.box-top .categorydefin span {}

.box-top .quotes-img {
    padding-bottom: 20px;
}

.box-top .quotes-img img {
    max-width: 30px;
}

.box-top p {
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    min-height: 245px;
}

.box-bttm {
    background-color: #fff;
    padding: 30px 30px 30px;
    border-top: 1px solid #eee;
    position: relative;
    height: 145px;
}

.box-bttm .stude-img {
    position: absolute;
    left: 0;
    width: 100%;
    top: -30px;
}

.stude-img img {
    max-height: 60px;
    border-radius: 50%;
    max-width: 60px;
    border: 2px solid #39117B;
    padding: 5px;
}

.box-bttm h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}

.box-bttm h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.box-bttm em {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.feature-hover {
    border-color: #006699 transparent;
    border-style: solid;
    border-width: 0 0 50px 50px;
    bottom: 0px;
    content: "";
    cursor: pointer;
    position: absolute;
    right: 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.feature-hover>span {
    color: #fff;
    display: block;
    left: -31px;
    padding: 3px 10px;
    position: absolute;
    top: 18px;
}

.footerregion .footerlinksre,
.footerregion .logoregionco,
.footerregion .companypartreg .container .col-xs-12 {
    display: none;
}

.footerregion .companypartreg .container .col-xs-12.privacyregi {
    display: block !important;
}



/* Testimonails start */

#testi {
    background-color: #ebf4fa;
    /* background-image: url("https://www.careerlauncher.com/sat/coaching-classes/img/banner-bg.jpg"); */
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}


/* #testi:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:
        rgba(0, 0, 0, 0.6);
    content: "";
}

#testi h2 {
    color: #fff;
} */

#testi .carousel-item {
    /* background-color: rgba(255, 255, 255, 0.15); */
    background-color: #fff;
    text-align: center;
    padding: 15px;
    min-height: 280px;
    border-radius: 5px;
    /* color: #fff; */
    line-height: 21px;
    font-size: 14px;
}

#testi .carousel-item .img-box img {
    width: 80px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    height: 80px;
    padding: 3px;
    /* background-color: #fff; */
}

#testi .carousel-item .overview {
    text-transform: capitalize;
    /* color: #abeadb; */
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

#testi .carousel-item .overview strong {
    /* color: #f5b325; */
    font-weight: 500;
}

.test-user {
    font-size: 20px;
    font-weight: 600;
    /* color: #f5b325; */
    margin-bottom: 10px;
}

#testi .carousel-item .img-box i {
    font-size: 20px;
    background-color: #fff;
    color: #ee6723;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
    margin: 10px 0;
    border: 5px #ddd solid;
}

.slick-dots {
    display: none !important;
}

#testi .slick-slide>div {
    padding: 0 10px;
}

#testi .slick-prev,
#testi .slick-next {
    z-index: 9;
    width: 42px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    border-radius: 0px;
    border: none;
    font-size: 0px;
    background-color: transparent;
    top: -40px;
    cursor: pointer;
    padding: 0;
}

#testi .slick-prev {
    right: 35px;
}

#testi .slick-next {
    right: 0;
}

/* #testi .slick-prev:before,
#testi .slick-next:before {

    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    background-color: #ee6723;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
} */

#testi .slick-prev::before {
    content: "\f053";
}

#testi .slick-next::before {
    content: "\f054";
}


/* Testimonails close*/


/* mCustom scroll bar settings */
.mCustomScrollbar {
    position: relative;
    padding-right: 6px;
    height: 130px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .1);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color: #f15a22;
}

.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(105, 204, 68);
}




.thanlkyou {
    background-color: #3a3973;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}

.thanlkyou img {}

.thanlkyou h2 {
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    font-size: 32px;
}

.thanlkyou p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
}

.thanlkyou p span {
    position: relative;
}

.thanlkyou p span strong {
    position: relative;
    z-index: 2;
}

.thanlkyou p span:after {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #fbd1c2;
    content: '';
    z-index: 1;
    opacity: .3;
}

.contfldthh {
    margin-top: -46px;
}

.boxesiner {
    padding: 15px;
    border: 1px solid rgba(171, 171, 171, .4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
    margin-bottom: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
}



.navbar-brand>img {
    max-height: 41px !important;
}


.quot {
    background: #56608a;
    color: #fff;
    padding: 25px;
    position: relative;
    border-radius: 15px;
}

.quot p {
    margin-bottom: 0px;
}

.quot:before {
    content: '';
    width: 0;
    height: 0;
    top: 10%;
    right: 100%;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 0 20px 20px 0px;
    border-color: transparent;
    border-right-color: #56608a;

}

.hb-proin__avatar img {
    width: 75px;
    border-radius: 50%;
    border: 1px solid #adadad;
    height: 75px;
    display: inline-block;
}

.hb-proin__avatar {
    text-align: center;
}

.open-session {
    text-align: center;
}





.sepreatoradded {
    background-image: url(../images/pattern-img.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 50px;
    z-index: 1;
    width: 98px;
    height: 144px;
}

.analysis {
    position: relative;
    text-align: center;
}

.analysis::before {
    background: url(../images/pattern-11.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 555px;
    height: 517px;
    top: 80px;
    background-size: 70%;
    left: -80px;
}

.analysis::after {
    background: url(../images/pattern-16.png) right top no-repeat;
    content: '';
    position: absolute;
    width: 175px;
    height: 628px;
    top: 25px;
    background-size: 70%;
    right: -0px;
}

.two-four img {
    background: #fff;
    border-radius: 0px;
}

.two-four h5 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #fff;
}

.two-four p span {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    color: #f15a22;
}

.two-four {
    background: #2c2b5a;
    padding: 25px;
}

.reslt-region {
    text-align: center;
    font-size: 15px;
    overflow: hidden;
    background: #ebf4fa;
}

.features {
    position: relative;
}

.features .feature-grids .grid {
    padding: 30px 10px 30px 80px;
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
    position: relative;
    text-align: left;
    background: #fff;
    border: 1px solid #d7c3f5;
}

.features .icon {
    position: absolute;
    left: 16px;
}

.features .icon img {
    max-width: 50px;
}

.features .count {
    font-size: 25px;
    font-weight: 700;
    color: #ef6364;
    font-family: 'Oswald', sans-serif;
}

.features p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #555;
    letter-spacing: 0.7px;
}

.container-fluid.reslt-four {
    padding: 0 40px;
}


@media only screen and (max-width: 767px) {
    section {
        padding: 40px 0;
    }

    .banner-section.style-two::before {
        content: inherit;
        display: none;
    }

    .content-box::before,
    .content-box::after {
        content: inherit;
        display: none;
    }

    .content-box {
        padding-left: 0px;
    }



    .banner-section .content-box h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }


    .banner-section .content-box h4 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .content-box .count {
        font-size: 16px;
    }

    .content-box .icon img {
        max-width: 30px;
    }

    .content-box .grid p strong {
        font-size: 16px;
    }

    section h2::after {
        content: inherit;
        display: none;
    }

    section h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .four-points p {
        font-size: 16px;
    }

    .sepreatoradded {
        display: none;
    }

    .thrd-part p {
        font-size: 16px;
    }

    .thrd-part .col-md-4:nth-child(1)~* {
        margin-top: 30px;
    }

    .analysis::before,
    .analysis::after {
        content: inherit;
        display: none;
    }

    .butns .btn {
        display: block;
    }

    .banner-section.style-two {
        padding: 40px 0px 40px 0px;
    }

    #back-to-top {
        bottom: 7%;
    }

}

@media only screen and (max-width:1199px) {
    .content-box .grid p strong {
        font-size: 16px;
    }

    .content-box .grid {
        padding: 5px 10px 5px 58px;
    }
}

@media only screen and (max-width:480px) {}

@media only screen and (min-width: 992px) and (max-width : 1199px) {
    .banner-section .col-md-8.col-sm-6 {
        width: 60%;
    }
    .banner-section .col-md-4.col-sm-6 {
        width: 40%;
    }

}