body {font-family: 'Open Sans', sans-serif;}

/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
   line-height:1.876;
    color: #373737;
}

html,
body {
    height: 100%
}

body {
    line-height: 1.86;
    font-size: 14px;
    color: #000;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #919191;
}

a:hover {
    text-decoration: none
}


/*===  header-top-area css    ===*/

.slicknav_menu {
    display: none
}

.header-top-left {
    line-height: 39px;
}

.header-top-left ul {
    margin: 0;
    padding: 0
}

.header-top-left ul li {
	display: inline-block;
	line-height: 48px;
	list-style: outside none none;
	font-size: 15px;
	text-transform: inherit;
	color: #fb3a3a;
}

.header-top-left ul li a {
	color: #7b7b7b;
	display: inline-block;
	font-family: 'OpenSans' !important;
	font-size: 14px;
	padding: 6px;
}

.header-top-left ul li a:hover {
    color: #FB8C3A
}

.header-right {}

.header-right ul {
    line-height: 33px;
    margin: 0;
    padding: 0;
}
.pmd-ripple-effect span{
    background:#373737;
}
.pmd-ripple-effect{
    margin: 17px 0;
}
.header-right ul li {
    display: inline-block;
    list-style: outside none none;
    margin-top: 2px;
    position: relative;
}

.flag {
    top: -4px;
}

.header-right ul li.flag {
    padding-top: 0;
    position: relative;
    top: -4px;
}

.header-right ul li a {
    color: #373737;
    display: inline-block;
    font-size: 13px;
    margin-top: 2px;
    padding-bottom: 6px;
    padding-right: 6px;
    padding-top: 8px;
}

.header-right ul li ul {
    background: #fff none repeat scroll 0 0;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 80px;
    width: 110px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .3s
}

.header-right ul ul li:hover:after {
    display: none
}

.header-right ul li:hover ul {
    top: 40px;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    left: 14px
}

.header-right ul ul li {
    display: block
}

.header-right ul ul li a {
    display: inline-block;
    padding: 12px 20px;
    color: #333
}
.heading-main {
	line-height:normal;
}
.heading-main span {
	display:block;
}
.hero-image {
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.input-group[class*="col-"] {
    float: right;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 15px;
}

/*=== header-area css ===*/

.header-area {
    background-color: #fff;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.header-area-color {
    background-color: #F7F7F7
}
.promise-mobilemenu{
}
.logo {
    padding-top: 13px;
    display: inline-block;
    float: left;
}
.logo img {
	width: 100% ;
}

.menu-right {
	margin-right: 20px;
}

.mainmenu {
    text-align: right;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
}

.mainmenu ul li {
    display: inline-block;
    position: relative
}

.mainmenu ul li a {
	color: #000;;
	display: inline-block;
	
	font-size: 14px;
	font-weight: 700;
	padding: 30px 15px;
}

.mainmenu ul li a:hover {
    color: #FB8C3A !important;
}

.mainmenu ul li ul {
	background: #fff none repeat scroll 0 0;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: left;
	top: 80px;
	width: 296px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: .3s;
	box-shadow: 0px 1px 7px #d5d5d5;
}

.mainmenu ul ul li:hover:after {
    display: none
}

.mainmenu ul li:hover ul {
    top: 86px;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    left: 0
}

.mainmenu ul ul li {
    display: block
}

.mainmenu ul ul li a {
    display: inline-block;
    padding: 12px 20px;
    color: #373737
}

.header-right-border {
    border: 1px solid #dfe1e0;
    height: 30px;
    text-align: center;
    width: 30px;
    border-radius: 50px;
    line-height: 30px;
}

.header-right-border:hover {
    background-color: #FB8C3A;
    color: #fff;
    border-color: #FB8C3A
}

.header-top-right-img img {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin-left: 30px;
    margin-right: 10px
}

.header-top-right-img-2 img {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.header-top-right-img i.fa {
    margin-left: 10px;
    font-size: 15px;
    color: #373737
}

.dropdown-menu ul {
    margin: 0;
    padding: 0;
}

.dropdown-menu img {
    border-radius: 50px;
    margin-right: 10px;
}

.flag-img > img {
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 8px;
}

.header-right ul li:hover ul {
    left: -10px;
}

.header-right ul ul li a {
    display: block;
}

.header-right ul li a i.fa:hover {
    box-shadow: 0 0 10px #FB8C3A;
}

.dropdown-menu {
    box-shadow: none;
    border: none;
}

.menu-search-icon {
    position: absolute;
    right: 0;
    top: 24px;
    margin-right: 9px
}

.menu-search-icon input[type="search"] {
    background: rgba(0, 0, 0, 0) url("https://www.policysecure.in/promise/img/search-icon.png") no-repeat scroll right center;
    border: medium none;
    border-radius: 50px;
    cursor: pointer;
    padding: 5px 15px;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.menu-search-icon input[type="search"]:focus {
    width: 150px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px 15px;
}


/*=== slider-area css ===*/

.slider-area {
    overflow-x: hidden;
}

.home-page-sliders {}

.home-page-single-slider {
    position: relative;
    background-color: #F7FBF8
}

.home-page-single-slider h2 {
    font-size: 48px;
    margin: 0;
    padding-bottom: 52px;
    line-height: 1.33;
}

.home-page-single-slider-table {
    display: table;
    width: 100%;
    height: 750px
}

.home-page-single-slider-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.home-page-img {
    position: absolute;
    right: 5%;
    bottom: 0;
    min-width: 30%
}

.home-page-img-2 {
    left: 5%;
    bottom: 0;
    position: absolute;
}

.get-a-quote {
    background-color: #FB8C3A;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: 'OpenSans' !important;
    font-size: 13px;
    font-weight: 900;
    padding: 18px 60px;
}

.get-a-quote:hover {
    color: #373737
}

.slider-or {
    color: #373737;
    font-size: 14px;
    font-weight: 900;
    padding-left: 20px;
}

.home-page-sliders .owl-dots div {
    background-color: #eaeaea;
    border-radius: 50px;
    display: inline-block;
    height: 10px;
    left: 0;
    margin: 3px;
    position: relative;
    top: -40px;
    width: 10px;
}

.home-page-sliders .owl-controls {
    text-align: center;
}

.home-page-sliders .owl-dot.active {
    background-color: #FB8C3A;
    box-shadow: 0 0 7px #FB8C3A;
    border-radius: 50px;
}

.contact-number {
    float: right;
    padding-right: 100px;
}

.contact-number a {
    display: inline-block;
    font-size: 16px;
    color: #373737;
    font-weight: 900;
    padding-right: 145px;
    text-decoration: none
}

.contact-number a i.fa {
    color: #FB8C3A;
    padding-right: 10px;
    font-size: 18px;
}

.contact-number a span {
    color: #FB8C3A
}

.home-page-2-sliders {
    background-color: #f6f6f6;
    background-image: url("https://www.policysecure.in/promise/img/slider-background-img-2.png");
    height: 100%;
    padding: 50px 0;
    width: 100%;
}

.home-page-2-sliders h2 {
    font-size: 28px
}

.home-page-2-sliders a {
    font-size: 14px;
    color: #8b8b8b;
}

.home-page-2-sliders p i.fa {
    padding: 0 10px;
}


/*=== footer css ===*/

    .footer-social-contact i.fa {
        background-color: #fff;
        border-radius: 2px;
        height: 23px;
        line-height: 25px;
        text-align: center;
        width: 21px;
        font-size: 17px;
        color: #373737;
        margin-right: 5px;
    }

    .single-footer-item h2 {
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        margin: 0;
        line-height: 32px;
        padding-bottom: 11px !important;
        text-decoration: underline;
        text-align: left;
        padding-bottom: 30px;
        text-transform: uppercase;
    }

    .footer-top-area .section-padding {
        padding: 20px 0 !important;
    }

    .footer-top-area .single-footer-item img {
        padding-bottom: 0px;
        margin-left: -18px;
    }

    .single-footer-item ul {
        margin: 0;
        padding: 0px 21px;
    }

    .footer-top-area .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #949494;
        background-color: #fff0;
        background-image: none;
        border: 2px solid #6f6f6f !important;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .footer-top-area ::placeholder {
        color: #949494 !important;
        font-size: 14px;
    }

    .btn-lg-mm {
        padding: 5px 44px;
        font-size: 15px;
        line-height: 1.3333333;
        border-radius: 4px;
    }

    .single-footer-item ul li {
        list-style: none;
        padding-bottom: 4px;
    }

    .btn-lg-mm {
        color: #fff;
        background-color: #F58634 !important;
        border-color: #F58634 !important;
    }

    .footer-text {
        font-size: 11px;
        font-weight: 300;
        color: #b2b2b2;
    }

    .single-footer-item2 h2 {
        color: #fff;
        font-size: 14px !important;
        font-weight: 600 !important;
        margin: 0;
        line-height: 32px;
        padding-bottom: 11px !important;
        text-decoration: none;
        text-align: left;
        padding-bottom: 30px;
        text-transform: uppercase;
    }

    .single-footer-itemnew h2 {
        color: #fff;
        font-size: 14px !important;
        font-weight: 800;
        margin: 0;
        line-height: 23px;
        padding-bottom: 0px !important;
        /* text-decoration: underline; */
        text-align: left;
        padding-bottom: 30px;
        border-bottom: 0.5px solid #8c8c8c;
        text-transform: uppercase;
        width: 138px;
        margin-bottom: 18px;
    }

    .footer-top-area .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin-right: 8px;
        -moz-osx-font-smoothing: grayscale;
    }

    .section-padding {
        padding: 20px 0 !important;
    }

    .author-info::before {
        color: #f5f5f500;
        content: "";
        font-family: fontawesome;
        font-size: 100px;
        line-height: 80px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .footer-social-contact a {
        margin-right: 11px;
    }

    .single-footer-item ul li a {
        color: #b2b2b2;
        font-weight: 300;
        font-size: 12px;
        padding: 0;
        padding-bottom: 18px;
    }

    .footer-top-area {
        background-color: #353535;
        color: #fff;
        border-bottom: 1px solid #000;
        vertical-align: middle;
    }


    .font-weight-100 {
        font-weight: 100 !important;
    }


/*=== section-title css ===*/

.section-title {
    padding-bottom:40px;
    text-align: center
}

.section-title h2 {
    font-size: 32px;
    color: #373737;
    font-weight: 900;
    margin: 0;
}

.section-padding {
    padding: 100px 0;
}


/*=== work-area css ===*/

.work-area {}

.single-work-item {
    position: relative;
}

.single-work-item img {}

.single-work-item h2 {
    font-size: 18px;
    margin: 0;
    padding: 25px 0 10px;
}

.single-work-item p {
    margin: 0
}

.single-work-item::after {
    border-top: 1px dotted #FB8C3A;
    content: "";
    height: 1px;
    position: absolute;
    left: 110px;
    top: 40px;
    width: 252px;
}

.col-sm-3:last-child .single-work-item::after {
    display: none;
}


/*=== promise-cta-area css ===*/

.promise-cta-area {
    background-color: #FB8C3A;
    padding: 37px 0px;
}

.promise-cta-text {
    color: #373737;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    padding: 30px 0;
}

.promise-cta-text h2 {
    color: #fff;
    font-size: 28px;
    margin: 0;
}

.cta-btn {
    text-align: right;
    padding-top: 15px;
}

.cta-btn a:hover {
    color: #222
}

    .cta-btn a {
        background: #fff none repeat scroll 0 0;
        border-radius: 50px;
        color: #FB8C3A;
        display: inline-block;
        font-family: 'OpenSans' !important;
        font-size: 14px;
        font-weight: 900;
        padding: 15px 41px;
        transition: .2s
    }


/*=== about-area css ===*/

.about-area {
    padding-bottom: 50px;
}

.about-text h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 0;
    padding-bottom: 40px;
    padding-left: 117px;
    position: relative;
}

.about-text h2 span {
    color: #FB8C3A;
    font-size: 80px;
    left: 0;
    position: absolute;
    top: 20px;
}

.about-right {
    padding-left: 40px
}

.single-about-item {
    padding-bottom: 40px
}

.single-about-item h2 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
}

.single-about-item h2 i.fa {
    color: #FB8C3A;
    font-size: 20px;
    margin-right: 10px
}

.single-about-item p {
    margin: 0
}


/*=== insurance-area css ===*/

.insurance-area {
    background-color: #F8F8F8
}

.single-insurance-item {}

.single-insurance-item img {
    width: 100%;
}

.single-insurance-item:hover {
    box-shadow: 0 0 10px #cfffe0;
}

.single-insurance-bg {
    background-size: cover;
    background-position: center;
    height: 220px;
    color: #ddd
}

.single-insurance-bg-1 {
    background-image: url("https://www.policysecure.in/promise/img/insurance-img-1.jpeg")
}

.single-insurance-bg-2 {
    background-image: url("https://www.policysecure.in/promise/img/insurance-img-2.jpeg")
}

.single-insurance-bg-3 {
    background-image: url("https://www.policysecure.in/promise/img/insurance-img-3.jpeg")
}

.single-insurance-bg-4 {
    background-image: url("https://www.policysecure.in/promise/img/insurance-img-4.jpeg")
}

.single-insurance-item-bottom {
    background-color: #fff;
    padding: 20px 15px;
}

.single-insurance-item h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 13px;
}

.single-insurance-item p {
    margin: 0
}

.insurance-padding {
    padding-top: 30px
}

.insurance-more-btn {
    border-radius: 50px;
    color: #FB8C3A;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    margin-top: 7px;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
}

    .insurance-more-btn:hover {
        background: #FB8C3A none repeat scroll 0 0;
        color: #fff;
        padding: 10px 25px;
    }

.insurance-more-btn i.fa {
    margin-left: 7px;
}


/*=== testimoneal css ===*/

.single-testimoneal {
    background-color: #fafafa;
    padding: 20px 28px;
    position: relative
}

.single-testimoneal:after {
    position: absolute;
    left: 0;
    top: 0;
}

.single-testimoneal-2 {
    margin-bottom: 35px;
    position: relative;
}

.single-testimoneal-2::before {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    bottom: -9px;
    content: "";
    height: 12px;
    left: 3%;
    position: absolute;
    width: 94%;
    z-index: -1;
}

.testimoneal-list .owl-nav div {
    border: 5px solid #e1f8e9;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    left: -70px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    margin-top: -25px;
    transition: .2s
}

.testimoneal-list .owl-nav div:hover i.fa {
    background-color: #F3F3F3;
    color: #8b8b8b
}

.testimoneal-list .owl-next {
    left: auto;
    right: 0;
}

.testimoneal-list .owl-nav div.owl-next {
    left: auto;
    right: -70px;
}

.testimoneal-list i.fa {
    background-color: #FB8C3A;
    border-radius: 50px;
    display: inline-block;
    height: 100%;
    left: 0;
    line-height: 39px;
    position: absolute;
    top: 0;
    width: 100%;
}

.author-info {
    padding-bottom: 30px;
    padding-left: 100px;
    position: relative;
    z-index: 1;
}

.author-info::before {
    color: #f5f5f5;
    content: "";
    font-family: fontawesome;
    font-size: 100px;
    line-height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.author-img {
    left: 0;
    position: absolute;
    top: 0;
}

.author-img > img {
    border-radius: 50px;
}

.author-info > h2 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 0;
    padding-top: 4px;
}

.author-info > h3 {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 300;
    margin: 0
}

input[type="text"],
input[type="email"] {
    width: 100%;
    margin-bottom: 0;
    padding: 13px 20px;
    border: 1PX unset #A5A5A5;
    background-color: transparent;
    text-transform: uppercase;
}

input[type="text"]:focus {
    outline: none
}

input[type="email"]:focus {
    outline: none
}

.contact-area input[type="text"]:focus {
    border: 1px solid #F2F2F2
}

.contact-area textarea {
    border: 1px solid #F2F2F2
}

.contact-area input[type="text"]:focus {
    border-color: #FB8C3A
}

.contact-area textarea:focus {
    border-color: #FB8C3A
}

textarea {
    width: 100%;
    padding: 20px;
    border: none;
    background-color: #F2F2F2
}

textarea:focus {
    outline: none
}

input[type="submit"] {
    background-color: #FB8C3A;
    border: medium none;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    padding: 18px 45px;
    margin-top: 20px
}

textarea {
    height: 140px;
}


/*=== contact-area css ===*/

.contact-area {
    background-color: #F9F9F9;
}

.contact-area h2 {
    font-size: 28px;
    margin: 0;
    padding-bottom: 50px;
}

.select-container {
    background: #f2f2f2 none repeat scroll 0 0;
    display: block;
    height: 50px;
    width: 100%;
    padding-top: 5px;
    color: #7b7b7b
}

select {
    width: 100%;
}

.nice-select {
    background-color: transparent;
    border: 1px unset #A5A5A5;
    display: block;
    float: none;
}

.nice-select .list {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: none;
    width: 100%
}

.single-contact-corporate {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    padding: 30px 30px 30px 100px;
    position: relative;
}

.single-contact-corporate i.fa {
    color: #FB8C3A;
    font-size: 40px;
    left: 30px;
    position: absolute;
    top: 30%;
}

.contact-text {
    margin-bottom: 75px;
}

.contact-text h2 {
    font-size: 18px;
    font-size: 18px
}

.contact-map {
    margin-top:0px;
    box-shadow: 0 0px 20px #E3E3E3;

}

.contact-form > h2 {
    margin-bottom: 37px;
    font-size: 18px
}

.single-contact-corporate > a {
    color: #7b7b7b;
}

.single-contact-corporate > a:hover {
    color: #FB8C3A
}

.single-contact-corporate > p {
    margin: 0;
}

.contact-corporate > h2 {
    margin-bottom: 37px;
    font-size: 18px
}


/*=== sponsored-area css ===*/

.sponsored-area {
    padding: 50px 0;
    background-color: #F6F6F6
}

.single-sponsored-item {
    display: table;
    height: 67px;
    min-width: 135px;
}

.single-sponsored-item-table-cell {
    display: table-cell;
    height: 100%;
    width: 100px;
    vertical-align: middle;
}


/*=== news-area css ===*/

.single-news-item {
    transition: .3s
}

.single-news-item:hover {
    box-shadow: 1px 2px 8px #ddd;
    transition: .3s
}

.single-news-item-info {
    border: 1px solid #f0f0f0;
    min-height: 155px;
    padding: 30px 25px;
}

.single-news-item-info h4 {
    color: #373737;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single-news-item-info h2 {
    color: #373737;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 5px;
}

.see-more-2 {
    color: #FB8C3A;
    transition: .3s
}

.see-more-2 {
    color: #FB8C3A;
    transition: .3s
}

.see-more-2 i.fa {
    padding-left: 5px
}

.see-more-2:hover i.fa {
    padding-left: 10px;
    transition: .3s
}

.see-more-2:hover {
    color: #FB8C3A
}


/*=== footer-top-area css ===*/

.footer-top-area {
    background-color: #353535;
    color: #fff
}

.footer-logo {
    margin-top: 10px;
}

.single-footer-item h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 30px;
}

.footer-social-contact {}

.footer-social-contact a {}

.single-footer-item img {
    padding-bottom: 20px;
}

.single-footer-item ul li {
    list-style: none
}

.single-footer-item ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 0;
    padding-bottom: 18px;
}

.single-footer-item a {
    color: #fff;
    font-weight: 300;
    font-size: 14px
}

.single-footer-item a:hover {
    color: #FB8C3A
}


/*=== footer-area css ===*/

.footer-area {
    background-color: #1C1C1C;
    padding: 20px 0;
}

.footer-text {
    font-size: 14px;
    font-weight: 300;
    color: #fff
}

.footer-text p {
    margin: 0
}

.footer-text a {
    color: #fff
}

.footer-area:hover .footer-text a {
    color: #FB8C3A;
}

.footer-social-contact i.fa {
    background-color: #fff;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 12px;
    color: #373737;
    margin-right: 5px
}

.footer-social-contact a:hover i.fa {
    background-color: #FB8C3A;
    color: #fff;
}


/*=== about-video-area css ===*/

.about-video-area {
    position: relative;
    margin-bottom: 100px;
}

.about-video-bg {
    background-image: url("https://www.policysecure.in/promise/img/about-video-img-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 3px 13px #D2D2D2;
    height: 80%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px #9D9D9E;
}

.about-video-bg a i.fa {
    background: #FB8C3A none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
    line-height: 80px;
    font-size: 20px
}

.about-video-area,
.about-video-area-text {
    height: 525px
}

.about-video-area-text {
    display: table;
    width: 100%;
}

.about-video-margin-top {
    margin-top: 30px;
}

.about-video-area-text-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.about-video-area-text h2 {
    font-size: 20px;
}

.about-video-area-text ul {
    margin: 0;
    padding: 0
}

.about-video-area-text ul li {
    color: #373737;
    font-size: 16px;
    list-style: outside none none;
    padding-left: 22px;
    position: relative;
}

.about-video-area-text ul li i.fa {
    color: #FB8C3A;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 7px;
}


/*=== service-details-area css ===*/

.service-details-area {}

.service-details-text {}

.service-details-text h2 {
    font-size: 18px;
}

.service-details-text p {}

.service-details-text-bottom {}

.service-details-text-bottom h2 {
    font-size: 17px;
    color: #373737;
}

.service-details-menu {}

.service-details-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-details-menu ul li {
    border: 1px solid #ddd;
    border-top: 0px;
    transition: .2s
}

.service-details-menu-border {
    border-top: 1px solid #ddd
}

.service-details-menu ul li a {
    display: block;
    font-size: 14px;
    padding: 18px 28px;
    font-family: 'OpenSans' !important;
    font-weight: 700;
    color: #373737;
}

.service-details-menu ul li:hover {
    background: #FB8C3A;
    color: #fff
}

.service-details-menu ul li a:hover {
    color: #fff
}

.service-details-text-bottom {
    margin-top: 40px
}

.service-details-text-bottom-2 {
    margin-top: 50px
}

.service-details-text-bottom p {
    margin: 0;
    padding-bottom: 30px;
}

.service-details-text-bottom-img {
    padding-right: 15px;
}

.service-details-text-bottom .col-sm-6:nth-child(2) {
    padding: 0;
}

.service-details-text-bottom.service-details-text-bottom-2 .col-sm-6:nth-child(1) {
    padding-right: 0;
}

.service-details-text-bottom-2 .service-details-text-bottom-img {
    padding-left: 15px;
    padding-right: 0;
}

.service-details-sideber {
    padding-left: 55px;
}

.service-details-text-bottom-img > img {
    box-shadow: 0 8px 20px rgba(39, 39, 39, 0.25);
}

.quote-call {
    margin-top: 50px;
    background-color: #F7F7F7;
    padding: 40px 20px
}

.quote-call h2 {
    font-size: 17px;
    margin: 0;
    padding-bottom: 28px
}

.quote-call p {}

.quote-call-btn {
    margin-top: 40px;
    display: block;
    background-color: #FB8C3A;
    padding: 20px 50px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-align: center
}

.quote-call-btn:hover {
    color: #373737
}


/*=== career-area css ===*/

.career-area {
    padding-top: 100px;
    padding-bottom: 70px
}

.single-career-item {
    background-color: #f8f8f8;
    padding: 40px 30px;
    margin-bottom: 30px;
}

.single-career-item > h2 {
    font-size: 18px;
    color: #373737;
    font-weight: 700;
    margin: 0
}

.single-career-info {
    margin-bottom: 27px;
}

.single-career-item h4 {
    color: #8b8b8b;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 5px;
    position: relative;
    margin-left: 30px;
    line-height: 22px;
}

.time-btn {
    background-color: #FB8C3A;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin: 30px 0;
    padding: 6px 40px;
    transition: .2s
}

.time-btn:hover {
    color: #222
}

.single-career-item h4 i.fa {
    margin-right: 20px;
    font-size: 14px;
    color: #373737;
    position: absolute;
    left: -30px;
    top: 5px;
}

.single-career-item p {
    margin: 0
}

.apply-job-btn {
    background-color: #fff;
    border: 1px solid #FB8C3A;
    color: #FB8C3A;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-top: 28px;
    padding: 18px 85px;
    border-radius: 50px;
    text-align: center;
    transition: .5s
}

.apply-job-btn:hover {
    background-color: #FB8C3A;
    color: #fff;
    transition: .5s
}


/*=== career-details-area css===*/

.career-details-area {
    padding-top: 100px;
    padding-bottom: 88px
}

.career-details-img {
    margin-bottom: 50px;
}

.career-details-text {
    padding-right: 15px;
}

.career-details-text > h2 {
    font-size: 18px;
    color: #373737;
    font-weight: 900;
}

.career-details-list {}

.career-details-list h3 {
    color: #373737;
    font-size: 14px;
    font-weight: 900;
    margin-top: 55px;
    padding-bottom: 10px
}

.career-details-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.career-details-list ul li {
    padding-left: 30px;
    position: relative;
    padding-bottom: 15px;
}

.career-details-list ul li::after {
    background: #000 none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 10px;
}

.apply-now > h2 {
    color: #FB8C3A;
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 5px
}

.apply-now {
    margin-top: 40px;
}

.apply-now h4 {
    color: #373737;
    font-weight: 900;
    font-size: 14px
}

.apply-now a {
    color: #FB8C3A
}

.job-summery h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    background-color: #FB8C3A;
    padding: 15px 30px;
    margin: 0
}

.job-summery-list {
    background-color: #F7F7F7;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px
}

.job-summery-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.job-summery-list ul li {
    padding-bottom: 20px
}

.career-details-img > img {
    box-shadow: 2px 0 18px #BDBDBD;
}


/*=== quote-area css ===*/

.quote-area {}

.single-quote-item {
    margin-bottom: 95px;
}

.single-quote-item h2 {
    font-size: 18px;
    color: #373737;
    font-weight: 900;
    padding-bottom: 5px
}

.single-quote-item > h2 i.fa {
    margin-right: 10px;
    color: #40C65E;
}

.single-quote-item p {}


/*=== team-area css ===*/

.team-area {
    padding-bottom: 75px;
}

.team-item-list {}

.single-team-item {
    border-radius: 10px;
    box-shadow: 0 3px 0 #e7e7e7;
    margin-bottom: 30px
}

.single-team-item-top {
    background-image: url("https://www.policysecure.in/promise/img/tem-bg-img.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
    width: 100%;
    position: relative;
    border-radius: 5px
}

.single-team-item-top::after {
    background: #FB8C3A;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-team-item-bottom {
    text-align: center;
    position: relative;
    background-color: #FAFAFA
}

.single-team-item-bottom h2 {
    color: #373737;
    font-size: 16px;
    font-weight: 900;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 80px;
}

.single-team-item-bottom p {}

.single-team-item-img {
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: -48px;
}

.single-team-item-img img {
    border-radius: 50px;
    height: 90px;
    width: 90px;
}

.single-team-social-icon {
    padding-bottom: 40px;
    padding-top: 15px;
}

.single-team-social-icon > a {
    border-radius: 50px;
    box-shadow: 0 8px 6px #ddd;
    margin-left: 9px
}

.single-team-social-icon i.fa {
    height: 30px;
    width: 30px;
    font-size: 12px;
    color: #373737;
    background: #fff;
    border-radius: 50px;
    line-height: 30px
}

.single-team-social-icon i.fa:hover {
    background-color: #FB8C3A;
    color: #fff
}


/*=== blog-area css ===*/

.blog-area {
    padding-bottom: 70px;
}

.single-blog-item {
    margin-bottom: 30px
}

.blog-pagination ul li a {
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 27px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    color: #373737;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #F0F0F0;
    background-color: #fff
}

.blog-pagination ul li a:hover {
    background-color: #FB8C3A;
    color: #fff
}


/*=== blog-details-area css ===*/

.blog-details-area {}

.blog-details-text > h2 {
    color: #373734;
    font-size: 28px;
    font-weight: 900;
    padding-top: 50px;
    padding-bottom: 20px;
}

.blog-details-text h3 {
    font-size: 18px;
    font-weight: 900;
    color: #373737;
    padding-bottom: 15px
}

.blog-details-text > p {
    margin: 0;
    padding-bottom: 28px;
}

.share-now {
    border-bottom: 1px solid #ececec;
    margin-top: 10px;
    padding-bottom: 18px;
}

.share-now ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.share-now ul li {
    display: inline-block;
    padding-right: 13px
}

.share-now ul li a {
    display: inline-block;
    padding: 10px 18px;
    color: #fff;
    border-radius: 5px
}

.share-now ul li a i.fa {
    padding-right: 20px;
}

.share-now ul li a.facebook {
    background-color: #2D4586
}

.share-now ul li a.google-plus {
    background-color: #CC3229
}

.share-now ul li a.twitter {
    background-color: #E42543
}

.share-now ul li a.pinterest {
    background-color: #BB061E
}

.share-now ul li a.linkedin {
    background-color: #1364A8
}

.blog-details-author {
    background-color: #e8f9ee;
    padding: 28px 0;
    text-align: center;
    margin-top: 64px;
}

.blog-details-author > img {
    border-radius: 50px;
    margin-bottom: 20px
}

.blog-details-author > h2 {
    font-size: 14px;
    color: #373737;
    font-weight: 900;
    padding-top: 2px
}

.blog-details-news {
    margin-top: 80px
}

.single-blog-details-comment {
    border: 1px solid #f0f0f0;
    padding: 22px 18px;
    position: relative;
    margin-bottom: 30px
}

.blog-details-comments > h2 {
    color: #373737;
    font-size: 18px;
    font-weight: 900;
    padding-top: 50px;
    padding-bottom: 25px;
}

.single-blog-details-comment-img img {
    border-radius: 50px;
}

.single-blog-details-comment-img {
    left: 18px;
    position: absolute;
}

.single-blog-details-comment-text {
    padding-left: 100px
}

.single-blog-details-comment-text > h2 {
    color: #373737;
    font-size: 14px;
    font-weight: 900;
    margin: 0;
    padding-bottom: 15px;
}

.single-blog-details-comment-text > a {
    color: #FB8C3A;
    font-weight: 900;
    display: inline-block
}

.replay-btn i.fa {
    padding-left: 18px;
}

.replay-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    padding: 10px 0;
    transition: all 0.5s ease 0s;
}

.replay-btn:hover {
    background-color: #FB8C3A;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.single-blog-details-coment-2 {
    margin-left: 50px
}

.blog-details-form input[type="text"] {
    padding: 12px 22px;
}

.blog-details-form textarea {
    height: 150px;
}

.blog-details-form > h2 {
    font-size: 18px;
    color: #373737;
    font-weight: 900;
    padding-top: 50px;
    padding-bottom: 30px;
}

.blog-details-form input[type="submit"] {
    font-weight: 900;
    font-size: 14px
}


/*  faq-area css       */

.panel-default > .panel-heading {
    background-color: #fff;
    padding: 0
}

.panel-default {
    border: none
}

.panel {
    box-shadow: none
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.panel-heading a {
    border-bottom: 1px solid #D5D5D5;
    padding: 22px 40px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none
}

.panel-heading a:hover {
    color: #FB8C3A
}

.panel-heading a::after {
    border-radius: 50px;
    color: #333;
    content: "+";
    height: 20px;
    left: 10px;
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: 22px;
    width: 20px;
    font-size: 16px;
    color: #FB8C3A;
}

.panel-heading a[aria-expanded="true"]::after {
    content: "-";
    color: #FB8C3A;
}

.panel-title a[aria-expanded="true"] {
    border: medium none;
}

.panel-title a[aria-expanded="false"] {}


/*=== agent-area css ===*/

.agent-area {
    padding-bottom: 10px;
}

.single-agent > h2 {
    font-size: 16px;
}

.agent-contact-form > h2 {
    font-size: 28px;
    padding-bottom: 25px;
}

.agent-map {
    box-shadow: 0 8px 20px rgba(39, 39, 39, 0.25);
}


/*=== error-area css ===*/

.error-area {
    background-color: #f0f0f0;
}

.error-text {
    padding-top: 150px;
}

.error-text h2 {
    font-size: 80px;
}

.error-text h3 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 8px;
}

.error-btn {
    color: #ffffff;
    background-color: #FB8C3A;
    padding: 18px 40px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 22px;
}

.error-btn:hover {
    color: #373737
}

.error-btn i.fa {
    margin-left: 5px;
    transition: .2s
}

.error-btn:hover i.fa {
    margin-left: 8px
}


/*=== preloder css ===*/

.preloder-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 99999
}

.preloader {
    margin: 300px auto;
    width: 70px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.preloader > div {
    background-color: #72c2a1;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}

.preloader .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.preloader .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.preloader .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.preloader .circ5 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: translateY(-10px)
    }
    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}

.cont-border {
    background-color: #F58634;
    border: 5px solid #1f3167;
        border-right-color: rgb(31, 49, 103);
        border-right-style: solid;
        border-right-width: 5px;
        border-left-color: rgb(31, 49, 103);
        border-left-style: solid;
        border-left-width: 5px;
    border-left: none;
    border-right: none;
}

.cont-border h4{

    font-size:14px;
    margin-bottom:0px;
    text-align:center;

}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 10px !important;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.cont-border p {
    font-size: 12px;
    margin-bottom:20px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase !important;
}



@media (max-width: 768px) {

    .show {
        color: #203267;
        font-size: 10px !important;
        font-weight: 900 !important;
    }

    .quote-tile ul li .breakup {
        bottom: -3px;
        /* right: 15%; */
    }

    .quote-tile ul li .breakup {
        position: absolute;
        right: 32%;
        bottom: 3px;
        font-size: 11px;
    }



    .buy-plan, .buy-plan-green {
        height: 54px;
    }


        .buy-plan a {
            padding: 5px 12px;
            font-size: 12px;
            min-width: 88px;
            margin-top: -10px;
        }

    .CheckBoxColor label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: normal;
        width: 100%;
        color: #fff;
        font-size: 11px;
    }
}

@media (max-width: 768px) {

    .form-horizontal .col-lg-6 {
        margin-bottom: 8px;
        text-align: left;
    }

    .logo img {
        width: 63% !important;
        /*padding-left: 13px;*/
    }
    .container.car-form-lp {
        padding: 0;
        /*padding-top: 21% !important;*/
        padding-top: 0% !important;
    }

    .hero-image .col-md-8 {
        padding-top: 29% !important;
    }
    .pp {
        padding-bottom: 0px !important;
    }
    .box {
        box-shadow: none;
        padding-bottom: 20px;
        border: 1px solid #cccccc6e;
        margin-bottom: 23px;
    }
    .form-horizontal {
        padding-top: 0px;
    }

    .section-padding2 img {
        border: 1px solid #cccccc47;
    }
    .author-info i.fa {
        background-color: #fff;
        border-radius: 2px;
        height: 23px;
        line-height: 25px;
        text-align: left;
        width: 21px;
        font-size: 13px !important;
        color: #828181;
        margin-right: 5px;
    }
    .single-testimoneal {
        background-color: #fafafa;
        padding: 16px 28px 0px;
        margin-top: 10px;
        position: relative;
         margin-left: 0px !important; 
        height: auto;
    }
    .author-info h2 {
        color: #fb8c3a !important;
        font-size: 14px !important;
        font-weight: 600;
        margin: 0;
    }

    .author-img {
        left: 0px !important;
        position: relative !important;
        top: 25px !important;
        z-index: 999;
        text-align:center;
    }
    .author-info p {
        margin: 0 0 10px;
        font-size: 14px;
        font-style: italic;
        line-height: 21px;
        padding-top: 10px;
    }

    blockquote {
        padding: 10px 0px;
        margin: 0px 0 -30px !important;
        font-size: 17.5px;
        border-left: 5px solid #eee;
    }
    .author-info {
        padding-bottom:0px !important;
        padding-left: 0px !important;
        position: relative;
        z-index: 1;
    }
    .tab-content > .tab-pane {
        margin-top: 0%;
        padding: 0px 0px !important;
    }

    .h1, h1 {
        font-size: 21px !important;
    }
    .h2, h2 {
        font-size: 24px !important;
    }

    .h4, h4 {
        font-size: 12px !important;
    }

    .section-title {
        padding-bottom: 40px !important;
        text-align: center;
    }

    .cflayer--content{

        padding:0px !important;
    }

    .form-horizontal .form-group {
        margin-bottom: 0px !important;
    }

    .btn-group-lg > .btn, .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
        margin-top:0px;
        margin-bottom: 17px;
    }

    .hero-image {
        min-height: auto !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .traveling-heading:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 71px;
        bottom: 18px;
        margin-left: -35px;
        left: 50%;
        top: 56px !important;
        background: #0d3058;
    }

    .traveling-heading {
        position: relative;
        padding: 13px 0 10px 0 !important;
    }

    .input-group[class*=col-] {
        float: left;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-bottom: 20px;
        width: 100%;
    }

    .tab-content {
        padding:0px 0px !important;
        background: #f9f9fa00;
        box-shadow: 0px 5px 5px 0px #ccc0;
    }


    .heading-main {
        color: #142963;
        font-family: 'OpenSans-Light';
        line-height: 1;
        font-weight: 100;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 38px;
    }
	
    .our-team p {
        margin: 0 0 10px;
        font-size: 14px;
        font-weight: 500;
        font-family: 'OpenSans-Regular';
        color: #000;
        text-align: justify;
        padding: 17px;
    }

    .Inclusive {
        color: #333333;
        font-weight: 200;
        font-family: 'OpenSans-Light';
        font-size: 15px;
        font-family: 'OpenSans-Regular';
        line-height: 17px;
        margin-top: 19px;
    }
    .text-about {
        padding-top: 23% !important;
    }
        .text-about h2 {
            line-height: 33px !important;
            color: #373737;
            font-weight: 900;
            font-size: 29px !important;
            font-family: 'OpenSans-ExtraBold';
        }
    .promise-cta-area {
        background-color: #ffffff;
        padding: 21px 0px !important;
    }
    section.about-banner p {
        text-align: left;
        font-size: 13px;
        line-height: 21px;
    }

    .about-banner {
        padding: 17px;
        /* text-align: center; */
    }

    .buying-display {
        display: flex !important;
    }

    .Working{


        padding:0px !important;
    }
    .Working img {
        width: 153px !important;
    }

    .Buying h3 {
        font-family: 'OpenSans-Light';
        line-height: 18px !important;
        color: #373737;
    }

    .blue-text2 {
        font-family: 'OpenSans-Regular';
        color: #282828;
        font-weight: normal;
        font-size: 13px;
        line-height: 10px;
        margin-top: 21px;
    }

    .flash-icon-p {
        font-size: 14px;
        text-align: justify;
    }

    .business-section{
        padding:30px 0px;
    }


    .hero-image {
       
        background-image: url("https://www.policysecure.in/promise/banner-for-mobile-view.jpg") !important;
    }
}


        /*body {
            font-family: 'OpenSans' !important;
        }*/
        .orange-text {
    color: #F58634;
    font-weight: bold;
}
        .box {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

        .mtb10 {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .logo img {
            width: 100% !important;
        }

        .header-right ul {
            line-height: 33px;
            margin: 0;
            padding: 0;
            padding-right: 7%;
        }

        .li-after::after {
            content: "";
            content: "";
            width: 0px;
            height: 13px;
            border: 1px solid #b1aeae;
            position: absolute;
            bottom: 0px;
            right: -9px;
            top: 19px;
            z-index: 99;
        }

        .mainmenu ul li a {
            color: #203267 !important;
            display: inline-block;
            font-size: 14px;
            font-weight: 600 !important;
            padding: 28px 22px !important;
                text-transform: uppercase;
        }

        .logo {
            padding-top: 11px !important;
            display: inline-block;
            float: left;
        }

        .mainmenu ul li ul {
            background: #fff none repeat scroll 0 0;
            left: 0;
            margin: 0;
            position: absolute;
            text-align: left;
            width: 296px;
            opacity: 0;
            visibility: hidden;
            z-index: 9999;
            transition: .3s;
        }

        .mainmenu ul ul li {
            display: block;
            border-bottom: 1px solid #d4d4d487;
            padding: 0px !important;
        }

		.mainmenu ul ul li a {
			display: inline-block;
			padding: 12px 17px !important;
			color: #373737;
			text-transform: uppercase;
			width: 100%;
		}
		.mainmenu ul ul li a img {
			margin-left: -7px;
		}

/* Custom Css Style */
.quotes-main {width: 100%;float: left; margin:30px 0; background:#f3f3f3;}
.headbox {width:100%; float:left; padding:10px 0; background:#f89d57; font-weight:600; margin-bottom:15px; margin-top: 20px;}
.quotesbox {width:100%; float:left; padding:30px 0; background:#fafafa; box-shadow:2px 2px 2px #ccc; border:1px solid #e9e9e9; font-weight:600; margin-bottom:15px;}
.quotesbox span {display:block;}
.plan-name {font-size:12px; font-weight:300; display:block;}
.quotehd {background:#fde7d5; padding:20px 15px; margin-top:20px;}
.quote-info {}
.quote-info h2 {font-size:16px; font-weight:600; color:#fff; padding:6px 15px; background:#f79c57; margin:20px 0 10px 0;}
.premium-box {width:100%; float:left; margin-top:20px; border-radius:3px; box-shadow:2px 4px 2px #dfdfdf; border:1px solid #e2e2e2;}
.btn-proceed {background:#f79c57; color:#fff; padding:10px 50px;}
.premium-box {text-align:center; padding:30px;}
.premium-box h3 {color:#203267; font-size:32px; line-height:normal; border-bottom:1px solid #7185bd; margin-bottom:0;}
.premium-box span {font-size:18px; font-weight:400;}
.paysave {color:#203267; font-size:12px;}
.installment {color:#203267; font-size:11px;}
.premium-table {font-size:11px; text-align:left;}
.premium-table span {font-size:9px; display:block;}
.premium-table > tbody > tr > td {border:transparent;}
.premium-table tr td:nth-child(even){text-align:right;}
.gst {font-size:12px; color:#ff0000; text-align:right;}
.left-panel {width:100%; float:left; padding: 20px 15px; margin-top:20px; margin-bottom: 20px; border-radius:3px; box-shadow:2px 4px 2px #dfdfdf; border:1px solid #e2e2e2;}
.left-panel label {font-size:12px; font-weight: 600;}
.left-panel input, .left-panel select {margin-bottom:10px;}
/* End Custom Css Style */



@media (max-width: 768px) {

	.logo {
		padding-top: 20px;
		display: inline-block;
		float: left;
		width: 77%;
	}

	.mainmenu ul {
		background: #ffffff00;
		margin: 15px 0px;
		/* box-shadow: 0px 10px 20px -5px #999; */
		/* border-radius: 0px 0px 10px 10px; */
	}

		.mainmenu ul li {
			display: block;
			border-bottom: 1px solid #203367;
		}

			.mainmenu ul li a {
				color: #203267 !important;
				/*display: inline-block;
				font-size: 14px;*/
				font-weight: 600 !important;
				padding: 9px 6px !important;
			}

	.mainmenu ul {
		background: #ffffff !important;
		margin: 0;
		/* box-shadow: 0px 10px 20px -5px #999; */
		/* border-radius: 0px 0px 10px 10px; */
	}

	#cssmenu {
		width: 100%;
	}

		#cssmenu ul {
			width: 100%;
			display: none;
		}

			#cssmenu ul li {
				width: 100%;
				border-top: 1px solid #444;
			}

				#cssmenu ul li:hover {
					background: #363636;
				}

			#cssmenu ul ul li, #cssmenu li:hover > ul > li {
				height: auto;
			}

				#cssmenu ul li a, #cssmenu ul ul li a {
					width: 100%;
					border-bottom: 0;
					padding-bottom: 7px;
				}

		#cssmenu > ul > li {
			float: left;
		}

	.menu-box open {
		background: rgb(255, 255, 255);
		padding-left: 0px;
		border-top: 1px solid rgb(238, 238, 238);
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
		overflow: hidden;
	}
	.mainmenu ul li a {
		color: #203267 !important;
		display: inline-block;
		font-size: 14px;
		font-weight: 600 !important;
		padding: 28px 22px !important;
			text-transform: uppercase;
	}

		#cssmenu ul ul li a {
			padding-left: 25px;
		}

		#cssmenu ul ul li {
			background: #203267 !important;
			padding: 16px 0px;
			border-bottom: 1px solid #1a2b5d;
		}

			#cssmenu ul ul li:hover {
				background: #363636 !important;
			}

		#cssmenu ul ul ul li a {
			padding-left: 35px;
		}

		#cssmenu ul ul li a {
			color: #fff !important;
			background: none;
		}

		#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
			color: #fff;
		}

		#cssmenu ul ul, #cssmenu ul ul ul {
			position: relative;
			left: 0;
			width: 100%;
			margin: 0;
			text-align: left;
		}

			#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
				display: none;
			}

		#cssmenu #head-mobile {
			display: block;
			padding: 23px;
			color: #ddd;
			font-size: 12px;
			font-weight: 700;
		}

	.button {
		width: 55px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 12399994;
	}

		.button:after {
			position: absolute;
			top: 22px;
			right: 20px;
			display: block;
			height: 9px;
			width: 20px;
			border-top: 2px solid #203367;
			border-bottom: 2px solid #203367;
			content: '';
		}

		.button:before {
			-webkit-transition: all .3s ease;
			-ms-transition: all .3s ease;
			transition: all .3s ease;
			position: absolute;
			top: 15px;
			right: 20px;
			display: block;
			height: 2px;
			width: 20px;
			background: #203367;
			content: '';
		}

		.button.menu-opened:after {
			-webkit-transition: all .3s ease;
			-ms-transition: all .3s ease;
			transition: all .3s ease;
			top: 23px;
			border: 0;
			height: 2px;
			width: 19px;
			background: #203267;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.button.menu-opened:before {
			top: 23px;
			background: #203267;
			width: 19px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 8px;
		top: 5px;
		display: block;
		border-left: 1px solid #e4e7ef;
		height: 30px;
		width: 46px;
		cursor: pointer;
	}

		#cssmenu .submenu-button.submenu-opened {
			background: #203267;
		}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 13px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #000;
		content: '';
	}

	#cssmenu > ul > li {
		float: none;
		padding: 9px 8px;
		border-bottom: 1px solid #f3f3f3 !important;
	}
  
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff;
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 10px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #000;
		content: '';
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}

	#cssmenu ul ul ul li.active a {
		border-left: none;
	}

	#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
		border-top: none;
	}

	header {
		position: relative;
		width: 100%;
		z-index: 111;
	}

	.top-head {
		background: #FB8C3A;
	}

		.top-head ul {
			text-align: center;
			margin-bottom: 0px;
			padding: 5px 0;
			width: max-content;
		}

			.top-head ul li {
				display: inline-block;
			}

				.top-head ul li a {
					padding-left: 0px;
					color: #fff;
					font-size: 14px;
				}

	.sticky {
		position: absolute;
		width: 100%;
		background: #ffffff;
		box-shadow: 1px 8px 19px 0px #e9e6e6;
	}

	.logo {
		padding-top: 6px !important;
		display: inline-block;
		float: left;
		padding-bottom: 5px !important;
	}

	#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
		margin: 0px;
		border: 0;
		list-style: none;
		line-height: 1;
		display: block;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
			text-transform: uppercase;

	}

	.menu-box {
		text-align: left;
	}

	#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
		background: transparent !important;
		-webkit-transition: background .3s ease;
		-ms-transition: background .3s ease;
		transition: background .3s ease;
	}

	.li-after {
		text-align: center;
	}

		.li-after::after {
			content: "";
			content: "";
			width: 0px;
			height: 31px;
			border: 0.5px solid #ffffff;
			position: absolute;
			bottom: 0px;
			right: 0;
			top: 0px;
			z-index: 99;
		}

	li.active > a {
		color: #ffffff;
		cursor: default;
		background-color: #203267;
		padding: 9px 8px;
		border: 0px solid #ddd;
		border-bottom-color: transparent;
	}
}

        .policy-icon {
            color: #fb8c3a;
            margin-right: 9px;
        }

        .policy-icon2 {
            color: #203367;
            margin-right: 0px;
            position: relative;
            top: -3px;
            left: 4px;
            font-size: 21px !important;
        }

        .transparent {
            background-color: transparent !important;
        }

        .header-top-area {
            background-color: #fafafa;
        }

        .with-gap3 {
            width: 215px !important;
        }

        .mainmenu ul ul li a {
            text-transform: capitalize;
        }

        li.active > a {
            color: #F58634;
            cursor: default;
            background-color: #fff;
            border: 0px solid #ddd;
            border-bottom-color: transparent;
        }
    