
@font-face {
    font-family: 'Quicksand-Regular';
    src: url("/assets/fonts/Quicksand-Regular.ttf");
}
@font-face {
    font-family: 'Quicksand-Bold';
    src: url("/assets/fonts/Quicksand-Bold.ttf");
}
@font-face {
    font-family: 'Quicksand-SemiBold';
    src: url("/assets/fonts/Quicksand-SemiBold.ttf");
}
@font-face {
    font-family: 'Quicksand-Light';
    src: url("/assets/fonts/Quicksand-Light.ttf");
}
@font-face {
    font-family: 'Quicksand-Medium';
    src: url("/assets/fonts/Quicksand-Medium.ttf");
}
/*-------------------Navigation style---------------------------------------------------*/

.nav-top {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    background-color: #188976;
}

.nav-top .hamburger {
    margin-left: auto;
    color: #fff;
    cursor: pointer;
}

.nav-drill {
    transform: translateX(100%);
    /*border-top: 8px solid #0295FF;*/
}

.nav-is-toggled .nav-drill {
    transform: translateX(0);
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}

.nav-drill::before {
    background-color: #20b49c;
}

.nav-drill {
    display: flex;
    position: fixed;
    z-index: 29;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s;
	padding-top:5.5rem;
}

.nav-items {
    flex: 0 0 100%;
}

.nav-link {
    display: block;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Quicksand-Bold';
}

.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: 0.3s;
    visibility: hidden;
}

.nav-expand-content .nav-item:not(:last-child) {
    border-bottom: solid 1px #20b49c;
}

.nav-expand-content .nav-link {
    background-color: #daf9f4;
}

.nav-expand-content .nav-back-link {
    display: flex;
    align-items: center;
    color: #fff;
}

.nav-expand-content .nav-back-link::before {
    content: 'chevron_left';
    margin-right: 0.5em;
    font-family: 'Material Icons';
}

.nav-expand-link {
    display: flex;
    justify-content: space-between;
}

.nav-expand-link::after {
    content: 'chevron_right';
    flex: 0 1 auto;
    font-family: 'Material Icons';
}

.nav-expand.active>.nav-expand-content {
    transform: translateX(0);
    visibility: visible;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

#header ul li:hover, .current, #header ul .active {

    background-color: #1B91C3;
}
.nav_button{
	height: 3rem!important;
}
.device_hr {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important;
    border-color: #bbbaba;
}
#nav-content ul .active {
   /*color: #FBDE00 !important;*/
}
.menuspan{
	height: 1rem;
    display: block;
}
#nav-content ul li .menuspan img{
   display:none;
}
#nav-content ul .current .menuspan img{
   display:block;
}
#nav-content ul li:hover .menuspan img{
   display:block;
}


.child-menu {
    visibility: hidden;
    background-color: #f5f5f5;
    position: absolute;
    top: 3rem;
    left: 1rem;
    width: 15rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.child-menu li:hover{
	background-color:#FDB217;
	color:#ffffff!important;
}
.dropdown-submenu{
	cursor:pointer;
}
#header ul li {
    font-family: 'Quicksand-Bold';
    font-size: 1.125rem;
    color: #FFFFFF;
}
.topnav_button{
	border:1px solid #ffffff;
	color:#ffffff;
	font-family: 'Quicksand-Bold';
    font-size: 1rem;
}
.topnav_button:hover{
	background-color:#1B91C3;
}

/*-------------------End of Navigation style---------------------------------------------------*/

/*-------------------cookie style----------------------------------------*/
.rounded-lg.bg-yellow-100 {
    background: #FFFFFF !important;
    border: 1px #2DAAE1 solid;
}
.js-cookie-consent{
	z-index:29;
}
.cookie-consent__message {
    color: #000 !important;
}
.js-cookie-consent-agree {
    background: #2DAAE1 !important;
    color: #FFFFFF !important;
}
/*-------------------cookie style ends----------------------------------------*/

body {
    font-family: 'Quicksand-Medium';
    font-size: 1rem;
    word-break: break-word;
}



.header_toptext1{
	font-family: 'Quicksand-SemiBold';
    font-size: 1.125rem;
    color: #28234B;
    padding-left: 2rem;
    line-height: 1.2;
    padding-right: 6rem;
    border-left: 1px solid #28234b3b;
}
.header_toptext2{
	font-family: 'Quicksand-SemiBold';
    font-size: 0.938rem;
    color: #000000;
    line-height: 1.2;
}
.header_pink{
	font-family: 'Quicksand-Bold';
    font-size: 1.5rem;
	border-left: 1px solid #28234b3b;
	color: #EA4C96;
}


.footerhead{
	font-family: 'Quicksand-Bold';
    font-size: 1rem;
}
.footertext, .body_text {
    font-family: 'Quicksand-Medium';
    font-size: 1rem;
}
.footertext1{
	font-family: 'Quicksand-Bold';
    font-size: 14px;
}
.footertext1 a{
	text-decoration:none;
}
.footertext a:hover, .footertext1 a:hover {
    text-decoration: underline;
}
.footer_main{
	border-bottom:1px solid #ffffff;
}

.top_heading {
    font-family: 'Quicksand-Bold';
    font-size: 48px;
    line-height: 1.3;
}
.top_short_text {
    font-family: 'Quicksand-Bold';
    font-size: 16px;
    letter-spacing: 2px;
}
.top_details p {
    font-family: 'Quicksand-Bold';
    font-size: 24px;
    letter-spacing: 1px;
	line-height:1.2;
}
.Secondary_Heading{
	font-family: 'Quicksand-Bold';
    font-size: 1.5rem;	
}
.homebanner_img {
    height: 42rem;
}
.shrink {
   background-color: #FFFFFF;
}
.top_contact {
 max-height:150px;	
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease, max-height 0.25s ease-out;
}
.shrink .top_contact {
    max-height:0;
    opacity: 0;
    visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease, max-height 0.25s ease-in;
}
.acc_image{
	width:auto;
	height:3.9rem;
}
.HomeBg1 {
    background-image: url(../assets/top_left_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -16rem 0;
}
.BlueBox{
    background-image: url(../assets/blue_box.png);
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 0px 4px 3px 0px #cccccc;
}
.PinkBox{
    background-image: url(../assets/pink_box.png);
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 0px 4px 3px 0px #cccccc;
}
.HomeBgSecurity{
	background-image: url(../assets/pink_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.HomeReviewBg {
    background-image: url(../assets/bottom_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 21rem -1.5rem;
}
.MoreReviewBg {
    background-image: url(../assets/bg_btm.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 35rem bottom;
}
.HomeBgBlue{
	background-image: url(../assets/plain_blue_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}


 .company_number {
	    font-family: 'Quicksand-Bold';
        font-size: 16px;

    }
    .buttonTextBlue {
        border: 1px solid #239ACE;
        border-radius: 34px;
        color: #239ACE;
        font-family: 'Quicksand-Bold';
        font-size: 18px;
    }
	.buttonTextPink {
        border: 1px solid #EA4C96;
        color: #EA4C96;
        border-radius: 34px;
        font-family: 'Quicksand-Bold';
        font-size: 18px;
    }

.buttonTextPink:hover{
	background-color:#f1c7cf;
}
.buttonTextBlue:hover{
	background-color:#dff1f9;
}		
.text-blue-100{
	color: #239ACE;
}
.bg-blue-100{
background-color: #239ACE!important;
}
.bg_themeblue, #mainnav{
	background-color: #2DAAE2;
}
.bg-pink-600{
background-color: #EA4C96;
}	
.common_content ul li{
    background-image: url("/assets/pink_tick.svg");
    background-position: left;
    background-repeat: no-repeat;
}
.common_content ul li p{
    font-family: 'Quicksand-SemiBold';	
	padding-left:2rem;
	padding-top:0.25rem;
	padding-bottom:0.25rem;
}
.common_content ul{
	padding-bottom:1rem;
}
.BlueTheme ul li{
  background-image: url("/assets/blue_tick.svg");
}
.common_content p{
	padding-bottom:1rem;
}
.home-vdo-img{
	cursor:pointer;
}
.bottomline{
 bottom:0;
}
.review_title{
   font-family: 'Quicksand-Bold';
   font-size: 16px;	
}
.review_inner {
    background-size: cover;
    background-position: center;
    background-blend-mode: soft-light;
    transition: .5s ease-out;
	height:22rem;
	background-color:#363a363d;
}
.review_inner:hover {
    background-color: #363a36;
}
.review_title {
    left: 0;
    bottom: 2rem;
    width: 100%;
}
.Review_Author{
  font-family: 'Quicksand-Bold';
  font-size:1.25rem;  
}
.Review_AuthorShort{
  font-family: 'Quicksand-Bold';
  font-size:1rem; 
}
.ReadAll{
  font-family: 'Quicksand-Bold';
  font-size:1.125rem; 
}
.ReviewType{
font-size: 1.02rem;
    width: 8rem;
	right:1rem;
	top:1rem;
}
.ReviewTypeinner {
    font-size: 1.02rem;
    width: 8rem;
    left: 1rem;
    top: -1rem;
}
.innerbanner_img {
         height: 31rem;
}
.breadcrumbs{
	font-family: 'Quicksand-SemiBold';
    font-size: 1rem;	
}
.csTitle{
	font-family: 'Quicksand-Bold';
    font-size: 22px;
}
.common_date{
	font-family: 'Quicksand-Bold';
    font-size: 16px;
}
.SliderLage{
	height:auto;
	width:100%;
}

.pagination li {
    color: #d90f65;
    border-radius: 9999px;
    border: 1px solid #d90f65;
    font-size: 1rem;
    line-height: 1.5;
    padding: .5rem 1.5rem;
}
.pagination .active{
	color: #484647;
	border: 1px solid #9f9999;
}
.bg-grey-1 {
    background-color: #f2f2f2;
}
.contact_link{
	font-family: 'Quicksand-Medium';
    font-size: 22px;
}
.contact_link a:hover{
	text-decoration:underline;
}
.banner_adjust {
    padding-top: 13.46rem;
}
.ds_lists {
        transition:transform 0.3s ease-in-out;
}
.ds_lists:hover {
    transform: scale(1.02);
}
.footeraddress{
	line-height:1.3;
}
.innerbannerrow{
	height:31rem;
}
/*---------------------Form Styles-----------------------------------------*/
.field_width input[type=date], .field_width input[type=email], .field_width input[type=number], .field_width input[type=password], .field_width input[type=tel], .field_width input[type=text] {
    width: 100%;
    padding: 9px 10px;
    color: #788382;
    border-radius: 4px!important;
	height:2.7rem;
	border: 1px solid #cacaca;
}
.field_width textarea {
    width: 100%;
    padding: 10px;
    border-radius: 4px!important;
    height: 13rem;
    border: 1px solid #cacaca;
}
.form_label {
    font-family: 'Quicksand-Medium';
    font-size: 16px;
    margin-bottom: 0.8rem!important;
    display: block;
}
/*---------------------Form Styles Ends-----------------------------------------*/
/*-----------------------About------------------------------*/

.banner_innerbg{
    background-size: 100%;
}

.banner_bgimage
{
	background-repeat: no-repeat;
}
.banner_Sub_heading {
	font-family: 'Quicksand-Bold';
    font-size: 16px;
    color: #FFFFFF;
}

.banner_Top_heading {
	font-family: 'Quicksand-Bold';
    font-size: 40px;
    color: #FFFFFF;
}
.banner_Top_description p{
	font-family: 'Quicksand-SemiBold';
    font-size: 17px;
    color: #FFFFFF;
}
.common_heading {
	font-family: 'Quicksand-Bold';
    font-size: 32px;
    color: #000000;
}
.common_content p {
    font-family: 'Quicksand-Medium';
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
}
.common_heading_sub {
    font-family: 'Quicksand-Bold';
    font-size: 24px;
}
.bottomButtonText {
	border: 1px solid #D85593;
  	border-radius: 34px;
  	color: #D85593;
	 font-family: 'Quicksand-Bold';
    font-size: 18px;
}
.choose_us_list_heading {
  font-family: 'Quicksand-Bold';
  font-size: 20px;
  color: #3DB0E3;
}

.right_big_background {
        background-image: url('/assets/bg-2.png');
        background-repeat: no-repeat;
        background-position: right -60rem center;
        background-size: 113rem auto;
    }

/* ----------------------------------------------------------------------------------------------------*/	
	
/*-----------------------------------News------------------------------------------------------------*/
    .news_heading {
        font-family: 'Quicksand-Medium';
        font-size: 18px;
    }
    .news_date {
        font-family: 'Quicksand-SemiBold';
        font-size: 16px;
        color: #239ACE;
    }
    .news_common_heading {
        font-family: 'Quicksand-SemiBold';
        font-size: 32px;
    }
    .news_common_content {
        font-family: 'Quicksand-Medium';
        font-size: 16px;
    }
    .news_common_date {
        font-family: 'Quicksand-Bold';
        font-size: 16px;
        color: #239ACE;
    }
/*---------------------------------------------------------------------------------------------*/		
	
	
@media (min-width: 1280px) {
.container {
    max-width: 1210px;
}

}
@media (min-width: 1536px) {
.container {
    max-width: 1210px;
}


}

@media (min-width: 1900px) {
.HomeBg1 {
    background-position: 0 0;
}

.HomeReviewBg {
    background-size: contain;
    background-position: right;
}
.innerbanner_img, .homebanner_img {
    height: auto;
}
.MoreReviewBg {
    background-size: 55%;
    background-position: right bottom;
}
.HomeBgSecurity, .HomeBgBlue{
	background-size:100%;
}
.bottomline {
    bottom: -20px;
}

}

@media (min-width:768px) and (max-width:896px){
	.top_heading {
    font-size: 2rem;
}
.top_details p {
    font-size: 1.25rem;
}
.buttonTextPink, .buttonTextBlue {
    font-size: 13px;
}
.common_heading {
    font-size: 28px;
}
.review_inner {
    height: 15rem;
}
.mainlogo{
	width: 23rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
}
@media (max-width:1023px) {
.top_contact{
        display:none;
}
.banner_adjust {
    padding-top: 7.8rem;
}
#mainnav {
    background-color: #FFFFFF;
}
.nav_device{
	padding-top:4rem;
	padding-bottom:6rem;
}
.topnav_button{
	font-size:1.5rem;
}
.nav-item .active {
  color: #DBDC30;
}
.infotext{
	font-size:1.2rem;
}
}

@media (max-width:767px) {
	.container {
    padding-left: 15px;
    padding-right: 15px;

}
.mainlogo {
    height: 60px;
    width: auto;
}
.banner_adjust {
    padding-top: 6.53rem;
}
#mainnav{
	padding-top:1rem;
	padding-bottom:1rem;
}
.acc_image {
    height: unset;
    margin-bottom: 1rem;
}
.HomeBgBlue {
    background-color: #F4FCFF;
}
.HomeBgSecurity{
 background-color: #FFEAF2;
}
.innerbanner_img, .innerbannerrow {
    height: 29rem;
}
#mainnav{
	background-color: #FFFFFF;
}
.nav_device{
	padding-top:2rem;
}
.field_width textarea {
    height: 9rem;
}
.buttonTextBlue, .buttonTextPink{
        width:auto;
}

.homebannerdevice{
	margin-top:auto;
	margin-bottom:auto;
}

}

@media (max-width:515px) {
.js-cookie-consent .mt-2{
   margin-top: 0rem;
 }
.js-cookie-consent-agree {
    width: 50%;
	margin:0 auto;
}
.homebanner_img, .homebannerouter {
    height: 34rem;
}
.topnav_button {
    font-size: 1.5rem;
}
}

@media (max-width:375px) {
.buttonTextPink, .buttonTextBlue {
    font-size: 15px;
}
		
}

@media (max-width:360px) {
.top_heading {
    font-size: 2.7rem;
}
}