/*  Fonts  */
@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato_bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('../fonts/avantgardelt-extralight.eot');
    src: url('../fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardelt-extralight.woff') format('woff'),
         url('../fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('../fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*  General CSS*/
.wrapper{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
    font-family: "lato_regular", arial;

}
::selection {color:#ffffff;background:#353434;}
::-moz-selection {color:#ffffff;background:#353434;}

.feature a,
.cta a.cta_btn,
.testimonials #t_navigation a,
header ul.social li a,
header nav ul li a{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}

 h2 {
    color: #9f1f63;
    font-family: "lato_regular", arial;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 25px;
}
 h3 {
    color: #9f1f63;
    font-family: "lato_regular", arial;
    font-size: 24px;
    font-weight: normal;
   letter-spacing: 1px;
    margin-top: 24px;
    margin-bottom: 10px;
}
p, td, th, li {
    color: #666;
    font-family: arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 24px;
    vertical-align: middle;
}
p {
    padding: 7px;
}
ul, ol {
    margin-left: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}
b, strong {
    font-weight: 800;
}

/*  header  */
header{
    width: 100%;
    height: 80px;
    background: #9f1f63;
}
header .logo{
    float: left;
    margin-top: 10px;
}
header .menu_icon{
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/menu_icon.png') no-repeat;
    float: right;
    margin-top: 23px;
    display: none;
}
header nav{
    overflow: hidden;
    display: inline-block;
    margin: 20px 0 0 40px;
    padding: 13px 40px;
    border-left: 1px #e88dbb solid;
    z-index: 9999;
}
header nav ul{ list-style: none; margin: 0px; padding:0px; }
header nav ul li{
    float: left;
    margin: 0px 13px;
    font-size: 14px;
    padding: 0px;
    font-family: 'lato_regular', arial;
}
header nav ul li:first-child { margin-left: 0; }
header nav ul li a {
    text-decoration: none;
    color: #fff;
}
header nav ul li a:hover { color: #e88dbb; }

header ul.social{
    float: right;
    list-style: none;
    margin-top: 23px;
}
header ul.social li{
    float: left;
    margin-left: 10px;
}
header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/sm.png') no-repeat;
}
header ul.social li a:hover { background: url('../img/sm_hover.png') no-repeat; }
header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
}
header ul.social li a.fb{ background-position: 0 0; }
header ul.social li a.twitter{ background-position: -36px 0; }
header ul.social li a.gplus{ background-position: -72px 0; }




/*  Billboard  */
.billboard-office {
    width: 100%;
    height: 580px;
    background: url("../img/our-team.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.doctor{
    width: 100%;
    height: 580px;
    background: url("../img/raoufi.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.billboard{
    width: 100%;
    height: 580px;
    background: url("../img/billboard.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.billboard-televisit{
    width: 100%;
    height: 580px;
    background: url("../img/televisit.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.billboard-procedures {
    width: 100%;
    height: 580px;
    background: url("../img/procedures.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.billboard-contact {
    width: 100%;
    height: 580px;
    background: url("../img/office.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.billboard-map {
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.caption{
    margin-left: 515px;
    margin-top: 220px;
}
.caption p{
    display: block;
    color: #9f1f63;
    font-family: "avantgardelt-extralight", arial;
    font-weight: lighter;
    font-size: 35px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 2px;
    text-transform: uppercase;
    z-index: 8888;
    margin: 0px;
}





/*  Services/features  */
.features {
    width: 100%;
    padding-top: 100px;
    padding-top: 100px;
    background: url('../img/bg-w.png') repeat center center #f7f7f7;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.features .feature{
    display: block;
    width: 28.83333333333333%;
    height: auto;
    float: left;
    margin-right: 6.666666666666667%;
    margin-bottom: 100px;
}
.features .feature:nth-child(3n+0) { margin-right: 0; }
 
.feature .ficon {
    display: block;
    width: 18.78612716763006%;
    float: left;
    margin-right: 11.5606936416185%;
}

.feature .details_exp {
    display: block;
    width: 69.36416184971098%;
    float: left;
}
.feature h3 {
    margin-bottom: 20px;
    color: #555;
    font-family: "lato_bold", arial;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;

}
.feature p {
    margin-bottom: 20px;
    color: #888;
    font-family: "lato_regular", arial;
    font-size: 14px;
    line-height: 24px;

}
.feature a {
    color: #848484;
    font-family: "lato_regular", arial;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: .5px;
}
.feature a:hover{  color: #353434;}
.feature a span{  margin-left: 10px;}



.content {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url('../img/bg-w.png') repeat center center #f7f7f7;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.content .wrapper {
    width: 90%;
    margin: auto;
}




/*  Testimonials  */
.testimonials{
    text-align: center;
}

.caroufredsel_wrapper{
    max-width: 1040px!important;
    margin: 0 auto!important;
}

.testimonials .testi_slider{
    max-width: 1040px!important;
    height: auto;
    overflow: hidden;
}
.testimonials .testi_slider .t{
    max-width: 1040px!important;
    text-align: center;
    float: left;
    height: auto;
}
.testimonials p{
    color: #8e8d8d;
    font-family: "lato_regular", arial;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}
.testimonials p.author{
    color: #686767;
    font-family: "lato_bold", arial;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
}
.testimonials #t_navigation a{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #dadada;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 40px;

    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}
.testimonials #t_navigation a.selected{  background: #bebebe; }

.sep_line{
    display: block;
    width: 13.5px;
    height: 100px;
}

.sep_line:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dedede;
    margin: 0 auto;
}

.sep_top{
    border-bottom: 1px #dedede solid;
    margin: 0 auto 40px auto;
}
.sep_bottom{
    border-top: 1px #dedede solid;
    margin: 40px auto 0 auto;
}

.clear { 
    clear:both;
}




/*  Info Section  */
.info{
    width: 100%;
    overflow: hidden;
    background: url('../img/bg.jpg') repeat center center #9f1f63;
}
.map {
    display: block;
    width: 50%;
    height: 405px;
    float: left;

}
.info_pic {
    display: block;
    width: 50%;
    height: 405px;
    float: left;
    background: url('../img/raoufi.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.office {
    display: block;
    width: 50%;
    height: 405px;
    float: left;
    background: url('../img/our-team.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.info_details{
    display: block;
    width: 50%;
    height: 245px;
    float: left;
    padding: 80px 0;
}
.info_details h3{
    color: #fff;
    font-family: "lato_bold", arial;
    font-size: 30px;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 40px;
}
.info_details p, .info_details table {
    color: #ededed;
    font-family: "lato_regular", arial;
    font-size: 16px;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: normal;
}
.info_details td {
    padding: 7px;
    border-bottom: 1px solid #ae4e77; 
}
.info_details td { color: #e86aa0; }
.info_details th{ color: #fff; }

.info_details a{
    color: #fff;
    font-family: "lato_regular", arial;
    font-size: 16px;
    margin: 0 0 0 40px;
    text-decoration: none;
}
.info_details a span{ margin-left: 10px; }






/*  Call To Action Section  */
.cta{
    display: block;
    text-align: center;
    padding-top: 100px;
}

.cta h3{
    color: #6b6b6b;
    font-family: "lato_bold", arial;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta a.cta_btn, .button{
    display: block;
    padding: 20px 20px;
    width: 450px;
    background-color: #9f1f63;
    color: #fff;
    font-family: "lato_regular", aria, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 10px auto;
    text-align: center;
}

.cta a.cta_btn:hover{
    background: #bd2676;
}

.cta .cta_sep{
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}




/*  Footer  */
footer{
    padding: 100px 0;
    border-top: 1px #dedede solid;
    background: url('../img/bg-w.png') repeat center center #f7f7f7;
    text-align: center;
}

footer .rights{
    color: #3b3b3b;
    font-family: "lato_regular", arial;
    font-size: 14px;
    margin-top: 30px;
    line-height: 25px;
}

footer .rights a{
    text-decoration: none;
    font-family: 'lato_bold', arial;
    font-weight: bold;
    color: #3b3b3b;
}

a{
    color: #3b3b3b;
}

<script type="text/javascript" src="https://www.abim.org/online/ShowABIMImage.aspx?s=2&Encrypt=Y&p=aerfJRQBMJ8=&"></script>


/*  Responsive code  */
@media (max-width:1200px){
    .wrapper{
        padding: 0 40px;
    }
    .info_pic,
    .info_details{
        width: 100%;
    }

    .info_details{
        height: auto;
        padding: 40px 0;
    }

    .info_details h3,
    .info_details p,
    .info_details a{
        max-width: 80%;
        display: block;
        text-align: center;
        margin: 40px auto;
    }
}


@media (max-width:1000px){
    .caption{
        text-align: center;
        margin-left: 0;
    }
    .cta {
        width: 80%;
        margin: 0 auto;
    }
}


@media (max-width:800px){
    header .logo{ float: none; }

    header .menu_icon{ display: block; }

    ul.social{ display: none; }

    header nav{
        display: block;
        background: #353434;
        margin: 21px 0 0 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #2c2c2c solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
    }
    header nav{
        border-bottom-left-radius: 2px; 
        -webkit-border-bottom-left-radius: 2px; 
        -moz-border-bottom-left-radius: 2px; 
        -o-border-bottom-left-radius: 2px; 
        border-bottom-right-radius: 2px; 
        -webkit-border-bottom-right-radius: 2px; 
        -moz-border-bottom-right-radius: 2px; 
        -o-border-bottom-right-radius: 2px; 
    }
    header nav.show_menu{ display: block; }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li:last-child{
        border-bottom: 0;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    header nav ul li a:active{
        display: block;
        width: 100%;
        padding: 20px 0;
        background: #2c2c2c;
    }

    .features .feature{
        width: 46.66666666666667%;
        margin-right: 6.666666666666667%!important;
    }
    .features .feature:nth-child(2n+2) { margin-right: 0!important; }
}

@media (max-width:500px){

    .features .feature{
        width: 100%;
        margin-right: 0!important;
    }
    .billboard, .billboard-map, .billboard-contact, .billboard-procedures, .billboard-office {
        display: none;
    }

}



/* Contact  */
.contact {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url('../img/bg-w.png') repeat center center #f7f7f7;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.contact .wrapper {
    width: 90%;
    margin: auto;
}
.contact_content {
    float:left;
}
.contact_details {
    float:right;
}
.contact_content p {
    padding: 7px;
}

#feedback-page{  text-align:center; }

#form-div {
    background-color:rgba(72,72,72,0.4);
    padding-left:35px;
    padding-right:35px;
    padding-top:35px;
    padding-bottom:50px;
    width: 450px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
    color:#3c3c3c;
    font-weight:500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 54px;
    margin-bottom: 10px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
    background: #fff;
    box-shadow: 0;
    border: 3px solid #9f1f63;
    color: #3498db;
    outline: none;
    padding: 13px 13px 13px 54px;
}

.focused{
    color:#30aed6;
    border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
    background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#name:focus{
    background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
    background-size: 30px 30px;
    background-position: 8px 5px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email{
    background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email:focus{
    background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
    background-size: 30px 30px;
  background-position: 11px 8px;
    background-repeat: no-repeat;
}

#comment{
    background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover, input:focus, textarea:focus { background-color:white; }

#button-blue{
    float:left;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor:pointer;
    background-color: #9f1f63;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
    background-color: rgba(0,0,0,0);
    color: #9f1f63;
}
    
.submit:hover { color: #3498db; }
    
.ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 900px) {
    iframe, #form-div{
        left: 3%;
        margin-right: 3%;
        width: 88%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
    .contact_content, .contact_details {
        float: none;
    }
}