*{ 
    font-family: 'SFProDisplay-Regular';
}
.text-center img {
	display: inline-block;
}
.header-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 9;
    padding: 20px 0px;
}
.header-login ul li a {
	text-decoration: none;
	font-size: 20px;
	border-radius: 5px;
	padding: 6px 20px;
}
.header-login ul li:nth-child(1) {
	margin-right: 20px;
}
.header-login ul li:nth-child(1) a {
	background-color: #fff;
	color: #4c94df;
	border: 2px solid #fff;
}
.header-login ul li:nth-child(2) a {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
header {
	padding: 0px;
}
header .mainmenu {
    float: right;
    padding-top: 20px;
}
.header-login {
    padding-top: 14px;
}
.banner-info {
    width: 50%;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}
header .mainmenu ul li {
    padding: 0px 8px;
}
header .mainmenu ul li:last-child a {
	display: block;
	background-image: url(https://3a47ff.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/globe.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	color: #fff;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	width: 100%;
}
header .banner-contents h3 {
	font-size: 50px;
	color: #fff;
    font-family: 'times-new-roman';
    text-transform: capitalize;
}
.banner-contents p {
	font-size: 20px;
	color: #fff;
	line-height: 1.7;
}
.banner-info ul li:first-child a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
	border: 2px solid #4db7fe;
	background-color: #4db7fe;
	padding: 10px 30px;
}
.banner-info ul li:first-child {
	margin-right: 20px;
}
.banner-info ul li:nth-child(2) a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	padding-top: 10px;
}
/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("https://a862b5.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("https://bea8fe.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom:hover .owl-prev {
	opacity: 1;
	left: 2%;
}
header .header-bottom:hover .owl-next {
	opacity: 1;
	right: 2%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #edb200;
}
.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.heading h3 {
	font-size: 45px;
	color: #232323;
	font-family: "times-new-roman";
}
.heading p {
	font-size: 18px;
	color: #232323;
	line-height: 1.7;
}
.heading h4 {
	font-size: 40px;
	color: #232323;
    font-family: 'SFProDisplay-Bold';
}
.heading a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0055ab+0,0574b9+100 */
	background: #0055ab; /* Old browsers */
	background: -moz-linear-gradient(top,  #0055ab 0%, #0574b9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0055ab 0%,#0574b9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0055ab 0%,#0574b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055ab', endColorstr='#0574b9',GradientType=0 ); /* IE6-9 */

}
.feature-section {
    background-color: #fff;
    padding: 50px 0px;
}
.feature-heading {
    padding-bottom: 30px;
}
.about-section {
    background-color: #e8f1f8;
    padding: 60px 0px;
}
.about-heading {
    padding-bottom: 30px;
}
.about-contents {
    padding-top: 110px;
}
.services-section {
    padding: 60px 0px;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
}
.services-heading {
    padding-bottom: 30px;
}
.services-img img {
	border-radius: 5px 5px 0px 0px;
}
.services-contents {
	padding: 20px 0px 30px;
}
.services-contents a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
}
.service-btn {
    padding-top: 20px;
}
.process-contents h3 {
	font-size: 25px;
	color: #000;
	    font-weight: 700;
}
.process-contents p {
	font-size: 18px;
	color: #000;
	line-height: 1.7;
}
.process-section {
    background-color: #e8f1f8;
    padding: 70px 0px;
}
.process-heading {
    padding-bottom: 30px;
}
.process-cont-wrap {
	position: relative;
}
.process-cont-wrap.dot-arrow::after {
    content: "";
    position: absolute;
    background-image: url(https://792e63.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 10%;
    left: 79%;
    width: 50%;
    height: 52px;
}
.test-section {
    background-color: #fff;
    padding: 70px 0px 0px;
}
.test-heading {
    padding-bottom: 30px;
}
.test-contents img {
	width: auto !important;
	margin-bottom: 20px;
}
.test-contents p {
	font-size: 18px;
	color: #5a5a5a;
	line-height: 1.7;
}
.test-contents h4 {
	font-size: 25px;
	color: #1c1c1c;
	line-height: 1.7;
}
.test-cont-wrap {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #d6d6d6;
    margin: 10px 30px 30px 100px;
    padding: 20px;
}
.test-cont-wrap::after {
    content: "";
    position: absolute;
    background-image: url(https://ca01cb.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/dotted-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 246px;
    height: 410px;
    bottom: -86px;
    right: -30px;
    z-index: -1;
}
.test-img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    right: 101%;
}

.holder .faq-section .faq-wrap .card-header [data-toggle="collapse"] .fa:before {  
   background-image: url("https://29785d.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/top-arrow.png");
  background-repeat: no-repeat;
   content: "";
  width: 23px;
  float: right;
  height: 13px;
  position: relative;
  top: 0px;
  right: 0px;
}
.holder .faq-section .faq-wrap .card-header [data-toggle="collapse"].collapsed .fa:before {
  background-image: url("https://5a4bb2.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/bottom-arrow.png");
  background-repeat: no-repeat;
   content: "";
  width: 13px;
  float: right;
  height: 23px;
  position: relative;
  top: 0px;
  right: 0px;
}
.holder .faq-section {
    background-image: url(https://cb1241.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/faq-img.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 140px 0px 100px;
    background-attachment: scroll;
}
.faq-heading {
	padding-bottom: 30px;
}
.holder .faq-section .faq-heading h3 {
	color: #fff;
}
.holder .faq-section .faq-wrap .card-header {
	padding: 0px;
}
.holder .faq-section .card-header button i {
	float: right;
}
.holder .faq-section .card-header button {
	color: #1c1c1c;
	font-size: 19px;
	padding: 10px 20px;
	text-decoration: none;
	width: 100%;
	text-align: left;
	background-color: #fff !important;
	border-radius: 0px;
}
.holder .faq-section .card {
	margin-bottom: 10px;
	border: none;
	box-shadow: 0px 0px 3px #A0A0A0;
	-webkit-box-shadow: 0px 0px 3px #A0A0A0;
	-moz-box-shadow: 0px 0px 3px #A0A0A0;
}	
.holder .faq-section .faq-wrap .card-header {
	border: none;
}
.holder .faq-section .faq-wrap .card-body {
	padding: 0px;
}
.holder .faq-section .faq-wrap .card-body p {
	padding: 5px 20px;
	color: #1c1c1c;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 20px;
}
.footer-news .form-control {
	font-size: 20px;
	color: #353535;
	border-radius: 1px;
	height: 50px;
}
.footer-news .form-control::-webkit-input-placeholder {
  color: #353535;
  opacity: 1;
}
.footer-news .form-control::-moz-placeholder {
  color: #353535;
  opacity: 1;
}
.footer-news .form-control::-ms-input-placeholder {
  color: #353535;
  opacity: 1;
}
.footer-news .form-control::placeholder {
  color: #353535;
  opacity: 1;
}
.footer-news a {	text-decoration: none;
	font-size: 18px;
	color: #fff;
	border-radius: 0px;
	padding: 10px 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0055ab+0,0574b9+100 */
	background: #0055ab; /* Old browsers */
	background: -moz-linear-gradient(top,  #0055ab 0%, #0574b9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0055ab 0%,#0574b9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0055ab 0%,#0574b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055ab', endColorstr='#0574b9',GradientType=0 ); /* IE6-9 */
	display: block;
}
.faq-text p {
	color: #fff;
}
.footer-section {
    background-color: #0a0a0a;
    padding: 20px 0px;
}
.contact-section {
	padding: 60px 0px;
}
.contact-form .form-control {
	font-size: 18px;
	color: #686868;
	border-radius: 0px;
	height: 50px;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #686868;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #686868;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #686868;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #686868;
  opacity: 1;
}
.contact-form a.btn {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	border-radius: 0px;
	padding: 10px 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0055ab+0,0574b9+100 */
	background: #0055ab; /* Old browsers */
	background: -moz-linear-gradient(top,  #0055ab 0%, #0574b9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0055ab 0%,#0574b9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0055ab 0%,#0574b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055ab', endColorstr='#0574b9',GradientType=0 ); /* IE6-9 */
}
.header-top.inner-page {
    position: relative;
    box-shadow: 0px 10px 10px #f8f8f8;
}
.footer-wrap h3 {
	font-size: 30px;
	color: #fff;
	font-family: "SFProDisplay-Bold";
	margin-bottom: 25px;
}
.footer-wrap ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}
.footer-wrap p {
	font-size: 18px;
	color: #fff;
}
.social-icons {
    padding-top: 30px;
}
.footer-wrap ul li {
	padding-bottom: 5px;
}
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 11px;
	text-align: center;
	background-color: #2c2b2b;
	font-size: 20px;
}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}
.copyrights {
    background-color: #050505;
    padding: 5px 0px;
}
.find-section {
    background-color: #fff;
    padding: 60px 0px;
}
.find-heading {
    padding-bottom: 30px;
}
.find-img h3 {
	padding-top: 10px;
}
.find-wrap {
    position: relative;
}
.find-img.find {
    position: absolute;
    top: 310px;
}
.find-img {
	margin-bottom: 50px;
}
.find-img.find::before {
    content: "";
    background-image: url(https://5aa5f1.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/dotted-strip.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 790px;
    position: absolute;
    background-position: top;
    background-size: 74%;
    top: -250px;
    left: -7%;
}
.award-section {
    background-color: #e8f1f8;
    padding: 70px 0px;
}
.join-section {
    background-color: #fff;
    padding-top: 50px;
}
.join-contents {
    padding-top: 130px;
}
.banner-infos {
    padding-top: 60px;
}
.banner-form .input-group {
	display: block;
	width: 70%;
	margin: auto;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 5px;
}
.banner-form input {
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: none !important;
    width: 87% !important;
    background: transparent;
    display: inline-flex;
    padding: 0px;
}
.banner-form .form-control::-webkit-input-placeholder {
  color: #fcfcfc;
  opacity: 1;
}
.banner-form .form-control::-moz-placeholder {
  color: #fcfcfc;
  opacity: 1;
}
.banner-form .form-control::-ms-input-placeholder {
  color: #fcfcfc;
  opacity: 1;
}
.banner-form .form-control::placeholder {
  color: #fcfcfc;
  opacity: 1;
}
.about-contents ul li span {
	display: block;
	font-size: 25px;
	color: #1c1c1c;
	font-family: "times-new-roman";
}
.about-contents.about {
    padding: 0px;
}
.about-contents ul li {
	font-size: 18px;
	color: #1c1c1c;
	margin-bottom: 15px;
	background-image: url(https://6d5204.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/tick.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 50px;
}
.banner-form span {
	display: inline-flex;
	background-color: transparent;
	padding: 0px;
	border: none;
    display: inline-flex;
}
.input-group-append {
    margin-left: -1px;
    display: inline-flex;
}
.banner-form span a {
	display: block;
	text-decoration: none;
	background-color: #fff;
	font-size: 18px;
	color: #095692;
	padding: 10px 20px;
}
.pricing-section {
    background-color: #fff;
    padding: 60px 0px;
}
.price-head {
	border-radius: 5px 5px 0px 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0055ab+0,0574b9+100 */
	background: #0055ab; /* Old browsers */
	background: -moz-linear-gradient(top,  #0055ab 0%, #0574b9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0055ab 0%,#0574b9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0055ab 0%,#0574b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055ab', endColorstr='#0574b9',GradientType=0 ); /* IE6-9 */
	padding: 20px;
}
.price-head h3 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 0px;
}
.price-head p {
	color: #fff !important;
	margin-bottom: 0px;
	text-align: center !important;
}
.pricing-cont p {
	font-size: 18px;
	color: #393939;
}
.pricing-cont {
    text-align: center;
    padding: 0px 0px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #f6eaea;
    -webkit-box-shadow: 0px 0px 10px #f6eaea;
    -moz-box-shadow: 0px 0px 10px #f6eaea;
    -ms-box-shadow: 0px 0px 10px #f6eaea;
    min-height: 520px;
}
.pricing-cont ul li {
	text-align: left;
	background-image: url(https://7e4759.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/circle.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 10px 10px 40px;
	font-size: 18px;
	color: #393939;
	margin: 0px 20px;
}
.pricing-cont p {
}
.pricing-cont a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	border-radius: 0px;
	padding: 10px 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0055ab+0,0574b9+100 */
	background: #0055ab; /* Old browsers */
	background: -moz-linear-gradient(top,  #0055ab 0%, #0574b9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0055ab 0%,#0574b9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0055ab 0%,#0574b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055ab', endColorstr='#0574b9',GradientType=0 ); /* IE6-9 */

}
.pricing-cont h4 {
	font-size: 20px;
	color: #1c1c1c;
	font-family: "SFProDisplay-Bold";
	padding-top: 20px;
}
.header-top.inner-page .mainmenu ul li a {
	color: #000;
}
.header-top.inner-page .mainmenu ul li:last-child a {
	background-image: url(https://d59330.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/black-globe.png);
	background-repeat: no-repeat;
	background-position: left;
}
.header-top.inner-page .header-login ul li a {
	color: #0572b7;
	border: 2px solid #0572b7;
}
.contact-form {
    width: 60%;
    margin: auto;
}
.contact-heading {
    padding-bottom: 20px;
}
.cont-content a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #070707;
	border-radius: 0px;
	padding: 10px 20px;
	border: 1px solid #d6d6d6;
	margin-bottom: 20px;
}
.contact-form .form-control.eye {
    background-image: url(https://c8db5a.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/eye.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
.log-btn a {
	display: block;
}
.cont-contents a {
	text-decoration: underline;
	font-size: 18px;
	color: #0054aa;
}
.copyrights.copy {
    background-color: #fff;
}
.copyrights.copy ul li {
	margin-right: 20px;
}
.copyrights.copy ul li:last-child {
	margin-right: 0px;
}
.copyrights.copy ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #353535;
}
.copyrights.copy p {
	color: #353535;
}
.dash-section {
    padding: 60px 0px;
}
.header-search input {
	border-radius: 0px;
	height: 45px;
	color: #363636;
	background-image: url(https://f0f5e9.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/search.png);
	background-repeat: no-repeat;
	background-position: 97%;
	font-size: 17px;
}
.header-search {
    padding-top: 11px;
}
.dash-menu {
    float: right;
    padding-top: 20px;
}
.dash-menu .navbar {
	padding: 0px;
}
.dash-menu ul li {
	margin-right: 15px;
}
.dash-menu ul li:last-child {
	margin-right: 0px;
}
.dash-menu ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #363636;
}
.dash-menu ul li {
	position: relative;
}
.dash-conts h4 {
	font-size: 24px;
	color: #1e1e1e;
	text-transform: uppercase;
	padding-top: 15px;
}
.dash-conts p span {
	color: #0054aa;
}
.dash-conts p {
	font-size: 16px;
	color: #1e1e1e;
}
.dash-section p.add {
	font-size: 16px;
	color: #1e1e1e;
}
.dash-section p.add i {
	color: #0054aa;
}
.dash-conts.dash {
    background-color: #fff;
    box-shadow: 0px 0px 10px #f2e4e4;
    -webkit-box-shadow: 0px 0px 10px #f2e4e4;
    -moz-box-shadow: 0px 0px 10px #f2e4e4;
    -ms-box-shadow: 0px 0px 10px #f2e4e4;
    padding: 30px 30px 20px;
    width: max-content;
    margin-bottom: 20px;
}
.chat-box span {
    width: 25px;
    height: 25px;
    font-size: 15px;
    color: #fff;
    background-color: #025dae;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    padding-top: 1px;
    top: 0px;
    right: -7px;
}
.chat-box {
	margin: 0px 0px 0px auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 20px 15px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 10px #f2e4e4;
    -webkit-box-shadow: 0px 0px 10px #f2e4e4;
    -moz-box-shadow: 0px 0px 10px #f2e4e4;
    -ms-box-shadow: 0px 0px 10px #f2e4e4;
}
.step-list ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #363636;
	text-align: center;
	display: block;
}
.step-list ul li {
	width: 30%;
}
.step-list ul {
	border-bottom: none;
}
.step-list ul li a span {
    color: #363636;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 13px;
	position: relative;
	border: 1px solid #d6d6d6;
}
.step-list ul li a.active span {
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0055ab+0,0574b9+100 */
	background: #0055ab; /* Old browsers */
	background: -moz-linear-gradient(top,  #0055ab 0%, #0574b9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0055ab 0%,#0574b9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0055ab 0%,#0574b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055ab', endColorstr='#0574b9',GradientType=0 ); /* IE6-9 */
}
.step-list ul li a span::after {
    content: "";
    position: absolute;
    background-image: url(https://890d9e.claudeassets.com/20241115014447im_/https://www.findwritersonline.com/HomePageContent/img/others/hori-dots.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 283px;
    height: 3px;
    left: 100%;
    top: 23px;
}
.step-list ul li:last-child a span::after {
	display: none;
}
.step-list {
    padding: 40px 0px;
}
.tab-content h3 {
	font-size: 25px;
	color: #000;
	font-family: "times-new-roman";
}

.tab-content p {
	font-size: 18px;
	color: #363636;
	line-height: 1.7;
}
.tab-content a {
	text-decoration: underline;
	font-size: 18px;
	color: #015cad;
}
.step-tab {
    padding-top: 30px;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

}

@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
	header .mainmenu ul li {
	    padding: 0px 5px;
	}
	header .mainmenu ul li a {
	    font-size: 16px;
	}
	.header-login ul li a {
	    font-size: 14px;
	}
	header .banner-contents h3 {
	    font-size: 30px;
	}
	.banner-contents p {
	    font-size: 15px;
	}
	header .header-bottom .banner-contents {
	    top: 25%;
	}
	.banner-info ul li:first-child a {
	    font-size: 15px;
	}
	.banner-info ul li:nth-child(2) a {
	    font-size: 15px;
	}
	.heading h4 {
	    font-size: 23px;
	}
	.heading h3 {
	    font-size: 25px;
	}
	.process-contents h3 {
	    font-size: 20px;
	}
	.test-contents p {
	    font-size: 15px;
	}
	.test-contents h4 {
	    font-size: 19px;
	}
	.holder .faq-section .card-header button {
	    font-size: 16px;
	}
	.dash-menu ul li a {
	    text-decoration: none;
	    font-size: 12px;
	}
	.dash-conts h4 {
	    font-size: 17px;
	}
}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	.footer-wrap ul li a {
	    font-size: 15px;
	}
	.footer-wrap p {
	    font-size: 14px;
	}
	.footer-wrap h3 {
	    font-size: 22px;
	}
	.heading p {
	    font-size: 15px;
	}
	.process-img {
	    width: 50%;
	    margin: auto;
	}
	.process-contents h3 {
	    font-size: 17px;
	}
	.process-contents p {
	    font-size: 15px;
	}
	.process-cont-wrap.dot-arrow::after {
	    background-size: 110%;
	}
	header .banner-contents h3 {
	    font-size: 25px;
	}
	.header-login ul li a {
	    font-size: 11px;
	    padding: 5px 10px;
	}
	header .mainmenu ul li {
	    padding-right: 10px !important;
	    padding-left: 0px;
	}
	.banner-info ul li:first-child a {
	    font-size: 14px;
	    padding: 5px 10px;
	}
	.banner-info ul li:nth-child(2) a {
	    font-size: 13px;
	    padding-top: 7px;
	}
	.heading h3 {
	    font-size: 20px;
	}
	.about-contents {
	    padding-top: 30px;
	}
	.heading a {
	    font-size: 15px;
	    padding: 7px 20px;
	}
	.services-contents a {
	    font-size: 15px;
	}
	.header-login ul li:nth-child(1) {
	    margin-right: 4px;
	}
	header .mainmenu ul li a {
	    font-size: 15px;
	}
	.join-contents {
	    padding-top: 50px;
	}
	.dash-menu ul li {
	    margin-right: 8px;
	}

}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	.footer-logo {
	    text-align: center;
	}
	.social-icons {
	    padding-top: 30px;
	    text-align: center;
	}
	.copyrights p {
	    font-size: 14px;
	}
	.holder .faq-section .card-header button {
	    font-size: 16px;
	    text-overflow: ellipsis;
	    word-break: break-word;
	    white-space: normal;
	}
	.test-img {
	    position: relative;
	    width: 80px;
	    height: 80px;
	    border-radius: 50%;
	    right: 0;
	    margin: 0px auto 20px;
	}
	.test-contents {
	    text-align: center;
	}
	.test-contents img {
	    width: auto !important;
	    margin: 0px auto 20px;
	}
	.test-cont-wrap {
	    margin: 10px;
	}
	.test-cont-wrap::after {
		display: none;
	}
	.process-cont-wrap.dot-arrow::after {
		display: none;
	}
	.about-contents {
		padding-top: 0px;
		text-align: center;
		padding-bottom: 30px;
	}
	.about-img {
	    width: 50%;
	    margin: auto;
	}
	.header-top {
	    position: relative;
	    background-color: #00579a;
	}
	.navbar-dark .navbar-brand {
	    width: 210px;
	}
	.header-login {
	    padding-top: 5px;
	}
	header .header-bottom .banner-contents {
	    top: 1%;
	}
	header .banner-contents h3 {
	    font-size: 18px;
	}
	.banner-contents p {
	    font-size: 11px;
	}
	.banner-info ul li:first-child a {
	    font-size: 11px;
	    padding: 5px 10px;
	}
	.banner-info ul li:first-child {
	    margin-right: 10px;
	}
	.banner-info ul li:nth-child(2) a {
	    font-size: 11px;
	    padding-top: 5px;
	}
	.banner-infos {
	    padding-top: 30px;
	}
	.heading h4 {
	    font-size: 16px;
	}
	.find-img.find {
	    position: relative;
	    top: 0;
	}
	.find-img {
		text-align: center;
	}
	.find-img.find::before {
		display: none;
	}
	.join-contents {
		text-align: center;
		padding-bottom: 30px;
	    padding-top: 0px;
	}
	.about-contents.about {
	    text-align: left;
	}
	.about-contents ul li span {
	    font-size: 20px;
	}
	.about-contents ul li {
	    font-size: 14px;
	}
	.banner-form input {
	    font-size: 11px;
	    width: 77% !important;
	}
	.banner-form .input-group {
	    display: block;
	    width: auto;
	    margin-bottom: 5px !important;
	}
	.banner-form span a {
	    display: block;
	    text-decoration: none;
	    background-color: #fff;
	    font-size: 11px;
	    color: #095692;
	    padding: 6px 13px;
	}
	.price-head h3 {
		font-size: 20px;
	}
	.pricing-cont {
		max-height: inherit;
		margin-bottom: 20px;
	}
	.header-top.inner-page .header-login ul li:nth-child(2) a {
		border: 2px solid #fff;
		color: #fff;
	}
	.contact-form .form-control {
	    font-size: 15px;
	}
	.contact-form {
	    width: auto;
	    margin: auto;
	}
	.cont-content a {
	    font-size: 17px;
	}
	.cont-contents {
	    text-align: center !important;
	    margin-bottom: 10px;
	}
	.dash-menu {
	    float: none;
	    padding-top: 9px;
	}
	.dash-conts.dash {
	    margin: 0px auto 30px;
	}
	.dash-section p.add {
	    text-align: center;
	}
	.dash-conts {
	    text-align: center !important;
	}
	.chat-box {
	    margin: auto;
	}
	.step-list ul li a span::after {
		display: none;
	}
	.step-list ul li a {
	    text-decoration: none;
	    font-size: 14px;
	}
	.step-tabs {
	    padding-top: 30px;
	}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 415px) {
	.banner-info {
	    width: 60%;
	}
}
@media screen and (max-width: 387px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {
	.banner-info {
	    width: auto;
	}
}
@media screen and (max-width: 320px) {

}
/*
     FILE ARCHIVED ON 19:37:56 May 07, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:08:29 Aug 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.384
  exclusion.robots: 0.044
  exclusion.robots.policy: 0.036
  esindex: 0.006
  cdx.remote: 53.857
  LoadShardBlock: 201.662 (3)
  PetaboxLoader3.datanode: 192.234 (5)
  PetaboxLoader3.resolve: 110.441 (2)
  load_resource: 234.354
  loaddict: 124.399
*/