html {
  scroll-behavior: smooth;
}
.sub_header_col_margin {
    margin: auto 123px;
}
#navbarResponsive {
	z-index: 999;
}

.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 10px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
    color: #111;
    padding: 14px 7px;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
    color:#31cd31;
    /* background-color: #31cd31; */
	/* border-bottom: 3px solid #a4c639; */
}
 .navbar-toggler-icon {
	background-image: none;
	margin-top: 10px;
}
 .navbar-toggler {
    display:none;
	border-color: #fff;
	background-color: #fff;	
	/* height: 36px; */
	outline: none;
	border-radius: 0px;
    /* position: absolute; */
    box-shadow:1px 2px 3px #666;
	right: 30px;
	/* top: 20px; */
}
 .navbar-toggler-icon:after {
/*	content: '\f0c9';
	color: #08c734;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';*/
}
.web_view_logo {
    
}
.mob_view_logo {
    display:none!important;
}
@media (min-width: 992px) {
    .navbar-toggler {
        display:none;
    }
}
@media (max-width: 992px) {
    .navbar-toggler {
        margin-top:25px;
        display:block;
    }
    .navbar-brand {
        padding-left:0px!important;
        margin-left:0px!important;
        padding-top:13px!important;
    }
    .web_view_logo {
        display:none!important;
    }
    .mob_view_logo {
        display:block!important;
    }
     .mb-nav-pd {
         padding:0px;
     }
    #navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 0%;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.sub-header {
	    display:none;
	}
	.sub_header_col_margin {
	    margin: auto 0px;
	}
}
/* client slider css */
@keyframes clientscroll {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(calc(-250px * 7));
   }
}
.clientslider {
    margin: auto;
    overflow: hidden;
    position: absolute;
  padding-top: 42px;
    width: 94.5%;
}

.clientslider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.clientslider::before {
    left: 0;
    top: 0;
}
.clientslider .slide-track {
    animation: clientscroll 20s linear infinite;
    display: flex;
    width: calc(220px * 18);
}
.clientslider .slide {
    height: 95px;
    width: 220px;
    margin-left: 45px;
}
/* client slider css */

/* card box shadow */
.card_box_shadow {
    box-shadow:1px 4px 4px 4px rgb(100 100 101 / 19%)!important;
}


/* breadcrumbs css */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    display:inline-block;
    margin-bottom: 0px;
    background-color: transparent;
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
  }
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    font-size:14px;
    font-weight:700;
    content: ">>";
  }
  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }
  ul.breadcrumb li a:hover {
    color: #0275d8;
    text-decoration: none;
  }
/* breadcrumbs css */

/* pagination css */
.report_list_pagination .pagination {
    display: inline-block;
    margin-bottom: 1rem;
  }
  
.report_list_pagination .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
  }
  
.report_list_pagination .pagination a.active {
    background-color: #0046ba;
    color: white;
    border: 1px solid #0046ba;
  }
  
.report_list_pagination .pagination a:hover:not(.active) {background-color: #ddd;}
  
.report_list_pagination .pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
.report_list_pagination .pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
@media screen and (max-width:600px) {
    .report_list_pagination .pagination a {
        padding: 8px 12px;
    }
}
  /* pagination css */

/* report page */
  .rd_pg_bgcolor {
      background-color: #f8f8f8;
  }
  .rep-title {
      margin-top: 5px;
      margin-bottom: 25px;
      font-size: 26px;
      text-align: start;
      color:#444;
  }

  .rep-other ul li {
      margin-right: 5px;
  }

  .list-inline > li {
  display: inline-block;
  color:#0046BA;
  font-size:14px;
  padding-right: 5px;
  padding-left: 5px;
  }

  .rd-buynow_box_p {
    text-align: center;
    padding: 10px 20px;
}
.rd-buynow_box_p h5{
    font-size: 21px;
    color:#444;
    margin-bottom: 4px;
}
.rd-buynow_box_p span {
    color:#888;
}
.rd-price-box_ul {
    background-color: #f3f3f3;
    padding-left: 10px;
    padding-right: 10px;
    font-size:14px;
    font-weight:600;
    color:#00bb00;
    margin-bottom: 0px;
}
.rd-price-box_ul > li {
    background-color: #f1f1f1;
    text-align: center;
    /*width: 20%;*/
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
}
.rd-price-box_ul > li > a {
    color:#444;
}
.rd-price-box_ul .nav-link.active {
    background-color: #31cd31;
    color:#fff;

}
#usd, #inr, #gbp, #euro, #yen {
    padding: 25px 25px;
}
.buy_now_hr_line {
    margin-bottom: 0.54rem;margin-top: 0.54rem;
}
.buy_now_btn_rd {
    margin-top:8px;
    margin-bottom: 5px;
    /* background-color: #31cd31;
    border: 2px solid #31cd31;
    border-color: #31cd31; */
    border: 0px solid transparent;
    background: linear-gradient(45deg, #0046ba, #31cd31)!important;
    color:#fff!important;
    padding: 7px 23px;
    font-size: 14px;
    /* box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 3px 1px -2px rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.14); */
}
.buy_now_btn_rd:hover {
    box-shadow: 1px 3px 5px 0 #3c3c3c99;
    /* background-color: #32cd32; */
}
.sample_link_btn {
    margin-top:8px;
    margin-bottom: 5px;
    background-color: #0046ba;
    border: 2px solid #0046ba;
    border-color: #0046ba;
    color:#fff!important;
    padding: 7px 16px;
    font-size: 14px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 3px 1px -2px rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.14);
}
.sample_link_btn:hover{ background-color: #0046ba; border-color:#002c74!important }

.form_submit_btn {
    margin-top:10px;
    margin-bottom: 5px;
    background-color: #31cd31;
    border: 2px solid #31cd31;
    border-color: #31cd31;
    color:#fff!important;
    padding: 7px 16px;
    font-size: 14px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), 0 3px 1px -2px rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.14);
}
.form_submit_btn:hover {
    background-color: #0046ba;
    border-color: #0046ba;
}
/* report page */

/* radio buttons */
.radio {
    margin: 0.4rem;
}
.radio i {
    color:#31cd31;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio-label {
    margin-bottom: 0px;
    font-size:14px;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    /* border-radius: 100%; */
    border: 1px solid #2647ba;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    /* top: -0.2em; */
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #2647ba;
    /* box-shadow: inset 0 0 0 4px #f4f4f4; */
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #2647ba;;
}

.no_textdecor:hover {
    text-decoration:none;
}
.rp_forms_box {
    padding: 15px 10px;
    box-shadow: 1px 4px 6px 6px rgb(100 100 101 / 19%);
}
.rp_forms_box .input-group {
    margin-top: 2px;
    margin-bottom: 20px;
    padding: 5px 10px;
    border: 2px solid #a7a2a2;
    background: #fff;
    width: 100%;
}
.rp_forms_box .input-group span {
    font-size: 16px;
    vertical-align: middle;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 3%;
    padding: 7px 0px;
    color: #0060FD;
}
.rp_forms_box .input-group input[type="text"],input[type="email"],input[type="number"],textarea, select {
    font-size: 15px;
    color: #333;
    text-align: left;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent !important;
    height: auto !important;
}
.captcha {
    margin-top: 2px;
    width: 65%;
    background-image: url(../images/captcha.png)!important;
    font-size: 18px;
    border: 2px solid #a7a7a7;
    color: #013e8f;
    padding: 8px 12px!important;
    font-weight: 600;
    text-align: center;
}
.or_img_cont {                            
    text-align: center;
}
.or_img_cont img {
    width: 75%;
    transition: all 0.4s ease;
    animation: rotate 3s infinite linear;;                            
}
@keyframes rotate {
            10% {
                transform: rotateY(-10deg);   
            }
            100% {
                transform: rotateY(-360deg); 
            }
        }
@-webkit-keyframes rotate {
    10% {
        transform: rotateY(-10deg);   
    }
    100% {
        transform: rotateY(-360deg);   
    }
}

.free_smp_form_box {
    margin-top: 15px;
    box-shadow: 1px 4px 6px 6px rgb(100 100 101 / 19%);
    border-radius: 3px;
    padding: 20px;
  }
  .free_smp_form_box h4 {
    font-weight: bold;
    color: #0a3151;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 13px;
  }
  .free_smp_form_box ul {
    list-style-type: none;
    line-height: 21px;
    margin-left: -38px;
  }
  .free_smp_form_box ul li {
    padding: 4px;
    background-position: 0 10px;
    padding-left: 27px;
    background-repeat: no-repeat;
    background-image: url(../images/bullet_pt3.png);
    background-size: 14px;
    font-weight: 600;
    color: black;
  }
  .free_smp_form_box .free_customize_box {
    background-color: #FFF;
    font-size: 14px;
    /*background-size: 34px;*/
    text-align: left;
    font-weight: 500;
    /*background-repeat: no-repeat;*/
  }
  .free_smp_form_box span {
      color:#31cd31;
  }

  .customize_box_rd {
    float: revert;
    margin-bottom: 20px;
    padding: 12px;
    box-shadow: 1px 4px 6px 6px rgb(100 100 101 / 19%);
    background-color: #fff;
  }
  .customize_box_rd h4 {
    margin: 0 0 10px 0;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #0d253e;
  }
  .customize_textbox_rd {
    margin: 8px 0;
    border-top: 1px solid #0046ba;
    padding: 15px 15px 15px 15px;
   
    border-bottom: 1px solid #0046ba;
  }
  .customize_textbox_rd span {
      color:#32cd32;
  }
  .customize_box_rd p {
      font-size: 15px;
      text-align: justify;
  }
/* forms css */
/*honeypot method*/
input[type="text"]#blank_input{ display:none;}
/* purchase rp form page css */
.order_sum_box_head {
    padding: 15px 20px;
    text-transform: uppercase;
    height: auto;
    background-color: #0046ba;
    /* background-image: linear-gradient(#1a5bb9,#1eb6d2); */
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.order_sum_rp_title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}
.order_box_border {
    border:2px solid #d0d0d0;
    padding: 15px 15px;
    margin-bottom: 15px;
}
.order_sum_rp_details {
    display: flex;
    flex-wrap: wrap;
    margin-top:5px;
    /* padding-left: 15px;
    padding-right: 15px; */
    font-size: 12px;
    font-weight: 700;
}
.order_sum_rp_details > span {
    width:170px;
    text-align: left;
    padding: 5px 5px;
    height: auto;
}
.order_sum_rp_details1{
    display: flex;
    flex-wrap: wrap;
    /* padding-left: 15px;
    padding-right: 15px; */
    font-size: 12px;
    font-weight: 700;
}
.order_sum_rp_details1 > span {
    width:250px;
    text-align: left;
    padding: 5px 5px;
    height: auto;
}
#rd_price {
    color:#fff;
    font-size:19px;
    font-weight: 700;
    padding: 3px 10px;
    background: #0046ba;
}
.rd_lic_drpdown {
    border-radius: 0;
    color: #4e4d4d!important;
    font-weight: 600;
    width: 60%;
    font-size: 14px;
    border-right: none!important;
    border-left: none!important;
    border-top: none!important;
    border: 1px solid #acacac;
    height: 32px!important;
    background: #eff3f6!important;
    
    /* padding: .5em; */
    padding-right: .5em;
    padding-right: 1.5em;
    margin-top: 15px;
}
.order_discount_row {
    padding: 5px 15px 4px;
    background: #ebebeb;
    border-top: 2px solid #959595;
    border-bottom: 2px solid #959595;
}
.order_discount_row span {
    font-size: 14px;
    font-weight: 600;
}
#rd_discount_price {
    color:#2fcd30;
    font-size:15px;
    float: right;
    font-weight: 700; 
}
.grand_total_box {
    /*border-top: 2px solid #959595;*/
    padding: 5px 20px;
    background: #0046ba;
}
.grand_total_box .gd_text {
    color:#fff;
    font-size: 17px;
    font-weight: 600;
}
.grand_total_box .gd_price {
    color:#fff;
    float: right;
    font-size: 20px;
    padding: 0px 10px;
    font-weight: 600;
    margin-right:8px;
}
.paygat_title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pg-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display:none;
  }
 
.payg_lable img {
    width: 148px;
    height: 45px;
    object-fit:contain;
}

.pg-selector input:active +.payg_lable {
    opacity: .9;
}

.pg-selector input:checked +.payg_lable {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border:1px solid #0275d8;
}  

.payg_lable {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    /* width: 200px;
    height: 200px; */
    padding: 5px 0px;
    border:1px solid #111;
    margin-left:4px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}
  .privacy_terms_check {
    display: inline-flex;
    margin-top: 20px;
  }
  .privacy_terms_check .privacy_input_check {
    height: 21px;
    width: 22px;
  }
  .pri_check_label {
    font-size: 14px!important;
    margin-left: 5px!important;
  }
/* .payg_lable:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
} */

.sectionClass {
    /* padding: 0px 0px 50px 0px; */
    position: relative;
    display: block;
    float: left;
      width: 100%;
      box-sizing: border-box;
      background: url(../images/AskUsBG.png);
      background-position: center;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      margin-bottom: 15px;
  }
  .fullWidth {
    width: 100% !important;
    /* display: table; */
    /* float: none; */
    padding: 0;
    min-height: 1px;
    /* height: 100%; */
    position: relative;
  }
  .fullWidth {
    position: relative;
    float: left;
    /* width: 100%; */
    box-sizing: border-box;
    padding:37px 10px 18px;
    /* background: rgb(0 70 186 / 68%); */
  }
  .projectFactsWrap{
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  #projectFacts .fullWidth{
    padding: 0;
  }
  
  .projectFactsWrap .item{
    height: 100%;
    padding: 77px 0px 50px 0px;
    text-align: center;
  }

  
  .projectFactsWrap .item p.number{
    font-size: 40px;
    padding: 12px;
    font-weight: bold;
  }
  
  .projectFactsWrap .item p{
    color: #0046ba;
    font-size: 18px;
    margin: 0;
    padding: 15px 10px;
  }
 
  .projectFactsWrap .item i{
    vertical-align: middle;
    font-size: 54px;
    color: #0046ba;
  }
  .projectFactsWrap .item:hover p{
    color: #0046ba;
  }
  .facts_text {
    font-weight: 600;
  }
  .counter{
      margin-top:20px;
      /* padding-left: 0px;
      padding-right: 0px; */
  }

  .factsabtus_title::after{
    left: calc(50% - 17px);
  }

.testi_sec_bg_clr {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: url(../images/Testimonials-background.jpg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 55px;
  }
  .testi_bg_div {
    position: relative;
    /* float: left; */
    /* width: 100%; */
    box-sizing: border-box;
    padding:25px 10px 0px;
    /* for Testimonials-background.jpg */
    background: rgb(0 70 186 / 18%); 
    /* for testimonial.jpg */
    /* background:rgb(0 0 0 / 78%);   */
  }
  .carousel-item blockquote {
    border-left: none;
    margin: 0;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    /* border-left: 5px solid #eee; */
	}
  .carousel-item blockquote i {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 20px;
  }
  #testi_quote {
    height: 280px!important;
  }
  .testi_text {
    font-family: 'Architects Daughter', sans-serif; 
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 22px !important;
    line-height: 30px;
    color: #f9f9f9;
    font-weight:lighter;
  }
  .testi_name {
    font-size: 20px;
    color: #f9f9f9;
    font-family: 'Architects Daughter', sans-serif;
  }
  #testi_quote blockquote i {
    color:#f9f9f9;
  }

  /* report list pages css */
  .disabled {
      cursor:not-allowed;
  }
  .reportspg_bgcolor .rd-pg-list-side {
    padding-top: 15px;
    margin-bottom: 60px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom: 20px;
    box-shadow:1px 4px 4px 4px rgb(100 100 101 / 19%);
    /* background-color: #f8f8f8; */
}
.rd-pg-list-side .report-list-box {
    margin-bottom: 15px;
    padding: 20px;
    float: left;        
    width: 100%;
    /* background-color: #fff; */
    border: 1px solid #ddd;
    border-radius: 3px;
}
.report-list-box:hover {
    box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);
}
.report-list-box img {
    border:1px solid #ddd;
}
.report-list-box .report_list_rdtitle {
    font-weight: 600;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 9px;
    line-height: 1.5rem!important;
    color: #383737;
}
.report-list-box a:hover {
    color:#0076D9;
    text-decoration: none!important;
}
.report-list-box p {
    color:#464646;
    font-weight: 500;
    font-size: 13px;
}
.report_list_readmore {
    color: #0076D9;
    font-weight: 600;
}
.report_list_rd_data {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align:center;
    margin-bottom:15px;
}
.report_list_rd_data > span {
    width: 80px;
    font-size: 13px;
    color:#383737;
    border-right: 1px solid gray;
}
.report_list_rd_data > span:last-child {
    padding-left: 15px;
    border-right: none;
}
.report_list_rd_price {
    font-weight: 600;
    color: #0046ba!important;
}
.report_list_rd_btns {
    display: flex;
    flex-wrap: wrap;
    float: right;
    width: 100%;
}
.report_list_rd_btns > span {
    width: 50%;
}
.report_pg_rd_smp_btn {
    border: 1px solid #0046ba;
    color: #0046ba;
    margin-left: 2px;
    border-radius: 3px;
    background: #fff;
    padding: 4px 21px;
    font-size:14px;
    font-weight: 500;
}
@media screen and (max-width:767px) {
    .report_list_rd_data > span {
        width:50%;
        text-align:center;
    }
    .report_list_rd_btns > span {
        text-align:center;
    }
}
.report_pg_rd_smp_btn:hover {
    background-color: #0046BA;
    color:#fff!important;
}
.report_pg_rd_buy_btn {
    border: 0px solid transparent;
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(45deg, #0046ba, #31cd31)!important;
    padding: 5px 33px;
    margin-left:1px;
    font-weight: 500;
    font-size:14px;
}
.report_pg_rd_buy_btn:hover {
    color:#fff!important;
    box-shadow: 1px 3px 5px 0 #3c3c3c99;
}

/* input type file career page */
  .file-input {
    color: transparent;
  }
  .file-input::-webkit-file-upload-button {
    visibility: hidden;
  }
  .file-input::before {
    content: 'Upload Resume/CV';
    color: #0046ba;
    display: inline-block;
    /* background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3); */
    border: 1px solid #0046ba;
    border-radius: 3px;
    padding: 10px 15px;
    outline: none;
    margin:auto 26px;
    margin-bottom: 20px;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 600;
    font-size: 10pt;
  }
  .file-input:hover::before {
    border-color: #0046ba;
  }
  .file-input:active {
    outline: 0;
  }
  .file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
  }
  .file-input:focus {
    outline: 0;
  }
  /* input type file career page */

  /* report list page css */
  .cat_banner_section {
    height: auto;
    position: relative;
    background-image: linear-gradient(rgba(10, 48, 91, 0.6), rgba(10, 48, 91, 0.6)), url(../images/categories/construction.jpg);
    background-size: 100% auto;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    /* margin-bottom: 15px; */
    padding: 40px 30px 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_section_header_bg {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    /* margin-bottom: 35px; */
    text-transform: uppercase;
    background-color: #0046ba;
}
.banner_section_div_h4 {
    font-weight: 600;
    font-size: 38px;
    color: #fff;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.banner_section_div p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0.5px;
}
.cat_banner_p_bg {
    background-color: #38383898;
}

/* terms & conditions privacy pages */
.btm_margin {
  margin-bottom: 60px;
  padding-right: 55px;
  padding-left: 55px;
}
.terms_title {
  font-family: 'Barlow',sans-serif;
  color: #2f2f2f;
  font-size: 2rem;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.25em;
}
.terms_div h5 {
font-size:16px;
color:#0046ba;
}
.terms_div p{
  font-size: 15px;
  margin-top:15px;
  text-align: justify;
  line-height: 25px;
}
.btm_margin .terms_div {
  padding:20px;
  box-shadow: 1px 4px 6px 6px rgb(100 100 101 / 19%);
}

/*why RA css*/
.whyus_cont {
    margin-bottom: 60px;
    padding-right: 55px;
    padding-left: 55px;
}
.why_ra_title {
    font-size: 30px;
    line-height: 35px;
    color:#0046ba;
    text-align: left;
}
.whyus_content {
    font-size:14px;
    margin-top:15px;
    text-align:justify;
    padding:5px 10px;
}
.whyus_cont_box_head {
    padding: 15px 20px;
    text-transform: uppercase;
    height: auto;
    background-color: #0046ba;
    color: #fff;
    font-size: 16px;
    border-radius: 0%!important;
    font-weight: 400;
}
.whyus_cont_content {
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    padding: 13px 8px;    
}   
.whyus_cont_content span {
    color: #32cd32;
    font-size: 22px;
}

/*media queries*/
.form_main_cont {
    padding-left: 70px;
    padding-right: 70px;
}
.form_right_cont {
    padding-left: 40px;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #555;
}
@media only screen and (max-width: 600px) {
.form_main_cont{
    padding-left:20px!important;
    padding-right:20px!important;
}
.or_img_cont {
    width:40%;
    display:none;
}
.form_right_cont {
    padding-left:15px;
}
.report_pg_rd_smp_btn {
    font-size:14px;
    padding: 4px 6px !important;
}
.cat_banner_section{
    background-size:cover!important;
}
#usd, #inr, #gbp, #euro, #yen {
    padding: 0px 10px;
}
.about_us_section {
    background-size: 100% 100%!important;
}
.testi_sec_bg_clr {
    background-size: 100% 100%!important;    
}
.whyus_cont {
    margin-bottom: 60px;
    padding-right: 20px!important;
    padding-left: 20px!important;
}
.whyus_content {
    font-size:13px;
}
.whyus_cont_content {
    font-size: 13px;
}
}
@media screen and (min-width: 601px) and (max-width: 768px) {
.about_us_section {
    background-size:100% 100%!important;
}
.testi_sec_bg_clr {
    background-size:100% 100%!important;
}
.form_main_cont{
    padding-left:40px!important;
    padding-right:40px!important;
}
.or_img_cont {
    width:30%;
    display:none;
}
.form_right_cont {
    padding-left:15px;
}
.report_pg_rd_smp_btn {
    font-size:14px;
    padding:4px 17px !important;
}
.cat_banner_section{
    background-size:cover!important;
}
.cat_banner_section {
    padding: 40px 20px 40px;
}
.banner_section_div p {
    font-size: 13px;
    letter-spacing: 0.3px;
}    
#usd, #inr, #gbp, #euro, #yen {
    padding: 0px 10px;
}
.whyus_cont {
    margin-bottom: 60px;
    padding-right: 30px!important;
    padding-left: 30px!important;
}
}
 @media screen and (min-width: 1025px) and (max-width: 1193px) {
.report_pg_rd_smp_btn {
    font-size:14px;
    padding: 4px 16px !important;
}
}
@media only screen and (max-width: 1023px) {
.report_pg_rd_smp_btn {
    font-size:14px;
    padding: 4px 7px !important;
}
}
@media only screen and (max-width: 375px) {
    .report_pg_rd_smp_btn {
        font-size: 10px;
        padding: 4px 6px !important;
}
    .report_pg_rd_buy_btn {
        padding: 5px 25px;
        font-size: 10px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1217px) {
.form_main_cont{
    padding-left:20px!important;
    padding-right:20px!important;
}
.form_right_cont {
    padding-left:15px;
}
.rd-buynow_box_p span {
    color: #888;
    font-size: 14px;
}
#usd, #inr, #gbp, #euro, #yen {
    padding: 0px 10px;
}
.whyus_cont {
    margin-bottom: 60px;
    padding-right: 20px!important;
    padding-left: 20px!important;
}
}
@media screen and (min-width: 1218px) and (max-width: 1302px) {
 #usd, #inr, #gbp, #euro, #yen {
    padding: 0px 10px;
}
.report_pg_rd_smp_btn {
    padding:4px 18px;
}
.form_main_cont{
    padding-left:40px!important;
    padding-right:40px!important;
}
.whyus_cont {
    margin-bottom: 60px;
    padding-right: 40px!important;
    padding-left: 40px!important;
}
}
/*header responsive view*/
@media screen and (min-width: 992px) and (max-width: 1011px) {
    .navbar .navbar-nav a.nav-link{
        font-size:11px;
    }
}
@media screen and (min-width: 1012px) and (max-width: 1232px) {
.navbar .navbar-nav a.nav-link{
    padding: 12px 3px;
    font-size:12px;
}
.navbar .navbar-nav .nav-item {
    margin:0px 5px;
}
.header-searchbox {
    width:100%;
}
}
@media screen and (min-width: 1232px) and (max-width: 1332px) {
 .navbar .navbar-nav .nav-item {
    margin:0px 9px;
}   
}
.mob-menu {
    display: none;
}

.web-menu {
    display: block;
}

@media (max-width: 992px) {
    .web-menu {
        display: none!important;
    }
    .mob-menu {
        display: block;
    }
    .plus-right {
        position: absolute;
        right: 55px;
        /* margin-top: 4px; */
    }
    .mob-menu .card-body ul>li {
        text-align: center;
        border-top: solid 1px #ccc;
        font-size: 13px;
        padding: 5px 5px;
        font-weight: 600;
    }
    .mob-menu .card-body ul>li>a {
        color:#32cd32;
    }
    .header-searchbox {
        width:100%!important;
    }
    .or_img_cont {
        display:none!important;
    }
}

@media (max-width: 375px) {
    .mob-menu .card-body ul>li>p {
        font-size: 12px;
    }
    #usd, #inr, #gbp, #euro, #yen {
        padding: 0px 2px!important;
    }
}

@media (max-width: 320px) {
    .mob-menu .card-body ul>li>p {
        font-size: 9px;
    }
    .mob-menu .card-body ul>li>img {
        max-width: 20px;
    }
}
@media screen and (min-width: 425px) and (max-width: 768px) {
    .testi_bg_div{
        padding:10px 10px 0px;
    }
    #testi_quote {
        height: 300px!important;
    }
    .carousel-item blockquote {
        padding: 5px 5px;
        margin: 0 0 10px;
        font-size: 13.5px;
    }
    .carousel-item blockquote i {
        font-size: 17px;
    }
    .testi_text {
        font-size: 15px !important;
        line-height: 1px;
    }
    .testi_name {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 425px) {
        .testi_bg_div{
        padding:10px 10px 0px;
    }
    #testi_quote {
        height: 350px!important;
    }
    .carousel-item blockquote {
        padding: 5px 5px;
        margin: 0 0 10px;
        font-size: 13.5px;
    }
    .carousel-item blockquote i {
        font-size: 17px;
    }
    .testi_text {
        font-size: 15px !important;
        line-height: 1px;
    }
    .testi_name {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 600px) {
    .customize_textbox_rd {
        font-size:14px;
        text-align:center;
    }
    .free_smp_form_box .free_customize_box {
        text-align:center;
    }
}
/*form media queries*/
@media only screen and (max-width:991px) {
    .rep-title {
        text-align:center;
    }
    .rep-fulltitle{
        text-align:center;
    }
    .rep-other {
        text-align:center;
    }
    /*captcha align center*/
     .mob_captcha_align {
         text-align:center;
     }
}